Skip to content

Bump chai from 4.3.7 to 6.2.2#115

Merged
ioncache merged 2 commits into
mainfrom
dependabot/npm_and_yarn/chai-6.2.2
May 17, 2026
Merged

Bump chai from 4.3.7 to 6.2.2#115
ioncache merged 2 commits into
mainfrom
dependabot/npm_and_yarn/chai-6.2.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 24, 2026

Bumps chai from 4.3.7 to 6.2.2.

Release notes

Sourced from chai's releases.

v6.2.2

What's Changed

New Contributors

Full Changelog: chaijs/chai@v6.2.1...v6.2.2

v6.2.1

What's Changed

New Contributors

Full Changelog: chaijs/chai@v6.2.0...v6.2.1

... (truncated)

Commits
  • 814172d chore(deps): update dependency esbuild to v0.27.2 (#1759)
  • b38c22b chore: add legal-comments=none option (#1756)
  • 180d4cc chore(deps): update dependencies to v9.39.2 (#1757)
  • 678cd00 chore(deps): update dependencies (#1755)
  • c8fb100 chore(deps): update dependency prettier to v3.7.3 (#1754)
  • d63c74e chore(deps): update dependency eslint-plugin-jsdoc to v61.4.1 (#1751)
  • 243bf86 fix: avoid BigInt literal in closeTo for runtime compat (#1748)
  • d8b0395 chore(deps): update actions/checkout action to v6 (#1749)
  • 7e1e247 build(deps): bump glob from 10.4.5 to 10.5.0 (#1747)
  • b25e5d8 chore(deps): update dependency eslint-plugin-jsdoc to v61.2.1 (#1746)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for chai since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 24, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/chai-6.2.2 branch 4 times, most recently from 3ea7dcb to 9dd8e29 Compare May 17, 2026 06:36
@ioncache
Copy link
Copy Markdown
Owner

@copilot recreate

Bumps [chai](https://github.com/chaijs/chai) from 4.3.7 to 6.2.2.
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)
- [Commits](chaijs/chai@v4.3.7...v6.2.2)

---
updated-dependencies:
- dependency-name: chai
  dependency-version: 6.2.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/chai-6.2.2 branch from 9dd8e29 to 0d6daf4 Compare May 17, 2026 06:42
Copy link
Copy Markdown
Contributor

Copilot AI commented May 17, 2026

@copilot recreate

Recreated and revalidated the bump; it resolves to the same patch, so the branch remains at commit 9dd8e29 with tests passing (yarn test).

@ioncache
Copy link
Copy Markdown
Owner

@copilot investigate the node 18 test failure

Copy link
Copy Markdown
Contributor

Copilot AI commented May 17, 2026

@copilot investigate the node 18 test failure

Investigated run 25983772479 job build (18.x): failure is ERR_REQUIRE_ESM because test/tests.js used require('chai') while chai 6 is ESM-only on Node 18. Fixed in b600d9e by loading chai via dynamic import in a Mocha before hook. Verified with yarn test and with Node 18 directly: npx -y node@18 ./node_modules/nyc/bin/nyc.js ./node_modules/mocha/bin/mocha.js (both passing).

@ioncache ioncache merged commit c0e5bcb into main May 17, 2026
5 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/chai-6.2.2 branch May 17, 2026 06:46
Copilot stopped work on behalf of ioncache due to an error May 17, 2026 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants