Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mochajs/mocha
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.8.1
Choose a base ref
...
head repository: mochajs/mocha
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.8.2
Choose a head ref
  • 6 commits
  • 14 files changed
  • 5 contributors

Commits on Oct 29, 2024

  1. fix: support errors with circular dependencies in object values with …

    …--parallel (#5212)
    
    * fix: support errors with circular dependencies in object values with --parallel
    
    * Also handle nested non-writable getters
    JoshuaKGoldberg authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    ba0fefe View commit details
    Browse the repository at this point in the history
  2. build(deps): bump the github-actions group with 1 update (#5132)

    Bumps the github-actions group with 1 update: [joelwmale/webhook-action](https://github.com/joelwmale/webhook-action).
    
    
    Updates `joelwmale/webhook-action` from 2.3.2 to 2.4.1
    - [Release notes](https://github.com/joelwmale/webhook-action/releases)
    - [Commits](joelwmale/webhook-action@2.3.2...2.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: joelwmale/webhook-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    e536ab2 View commit details
    Browse the repository at this point in the history
  3. fix: test link in html reporter (#5224)

    * build(deps): bump the github-actions group with 1 update
    
    Bumps the github-actions group with 1 update: [joelwmale/webhook-action](https://github.com/joelwmale/webhook-action).
    
    
    Updates `joelwmale/webhook-action` from 2.3.2 to 2.4.1
    - [Release notes](https://github.com/joelwmale/webhook-action/releases)
    - [Commits](joelwmale/webhook-action@2.3.2...2.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: joelwmale/webhook-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * fix: remove bad test link params in HTML reporter
    
    - `grep` may not work as expected if a previous `fgrep` or `invert` parameter exists.
    
    * Update .github/workflows/nightly-site-deploy.yml
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Josh Goldberg ✨ <[email protected]>
    3 people authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    f054acc View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    881e3b0 View commit details
    Browse the repository at this point in the history
  2. docs: indicate 'exports' interface does not work in browsers (#5181)

    * docs: indicate 'exports' interface does not work in browsers
    
    * docs: move 'exports' interface browser compatibility note to the exports section
    
    * docs: remove redundant 'exports' interface note from API.md
    
    * Apply suggestions from code review
    
    * Update docs/index.md
    
    ---------
    
    Co-authored-by: Josh Goldberg ✨ <[email protected]>
    deyjoy and JoshuaKGoldberg authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    14e640e View commit details
    Browse the repository at this point in the history
  3. chore(main): release 10.8.2 (#5239)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    05097db View commit details
    Browse the repository at this point in the history
Loading