Chai now only supports EcmaScript Modules (ESM). This means your tests will need to either have import {...} from 'chai' or import('chai'). require('chai') will cause failures in nodejs. If you're using ESM and seeing failures, it may be due to a bundler or transpiler which is incorrectly converting import statements into require calls.
... (truncated)
Commits
37263c0 fix: support some virtual contexts in toThrow (#1609)
Bumps the dev-dependencies group with 15 updates in the / directory:
18.15.11
22.6.0
4.4.1
5.1.1
7.1.1
8.0.0
1.0.10
2.0.6
8.56.0
9.11.1
8.2.1
10.7.3
8.2.3
10.0.8
8.11.3
10.0.1
1.6.7
1.16.0
2.0.3
3.1.7
15.1.0
17.1.0
3.2.5
3.3.3
2.0.1
2.1.3
5.1.1
19.0.2
5.0.4
5.6.2
Updates
@types/node
from 18.15.11 to 22.6.0Commits
Updates
chai
from 4.4.1 to 5.1.1Release notes
Sourced from chai's releases.
... (truncated)
Commits
37263c0
fix: support some virtual contexts intoThrow
(#1609)91e58ed
Correct Mocha import instructions (#1611)61159d1
build(deps-dev): bump ip from 1.1.8 to 1.1.9 (#1608)8475d2a
Set up ESLint for JSDoc comments (#1605)936c0ca
5.1.02cf92f5
Fix publish script (#1602)1ba37b5
Set support in same members (#1583)f224339
Assert interface fix (#1601)d504573
Implementiterable
assertion (#1592)640d932
Convert comments in "legal comments" format to jsdoc (#1598)Updates
chai-as-promised
from 7.1.1 to 8.0.0Release notes
Sourced from chai-as-promised's releases.
Commits
4c6e8b0
chore: relicense as MIT (#299)0bf21dd
fix: update repo in package.json (#296)c9a4b22
chore: allow publishing prereleases (#295)7e2b1a9
fix: raise a nicer error when non-object errors are matched (#294)4b6fa17
feat: move to ESM-only (#287)0335b67
chore: add prettier (#286)93ba7d0
feat: upgrade dev toolchain (#285)bb8ebec
Migrate CI to GitHub Actions (#283)3737f96
7.1.27ed4bb7
feat: support chai 5.x in peer dependency (#284)Maintainer changes
This version was pushed to npm by chaijs, a new releaser for chai-as-promised since your current version.
Updates
deep-equal-in-any-order
from 1.0.10 to 2.0.6Commits
Updates
eslint
from 8.56.0 to 9.11.1Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
69e9459
9.11.1fcdac44
Build: changelog update for 9.11.1df4a859
chore: upgrade@eslint/js
@9
.11.1 (#18943)36d8095
chore: package.json update for@eslint/js
release20fd916
fix: add@eslint/core
,@types/estree
, &@types/json-schema
deps (#18938)3eff709
docs: replace deprecatedLinter.FlatConfig
type withLinter.Config
(#18941)2738322
fix: add missing types forrequire-atomic-updates
rule (#18937)d71ff30
fix: add missing types forobject-shorthand
rule (#18935)561cadc
fix: add missing types forno-unsafe-negation
rule (#18932)8843656
fix: add missing types forno-underscore-dangle
rule (#18931)Updates
mocha
from 8.2.1 to 10.7.3Release notes
Sourced from mocha's releases.
... (truncated)
Changelog
Sourced from mocha's changelog.
... (truncated)
Commits
d5766c8
chore(main): release 10.7.3 (#5195)afd66ef
fix: make release-please build work (#5194)9e0a4bd
chore(main): release 10.7.2 (#5192)7e7a2ec
chore: fix failing markdown linting (#5193)1ac5b55
docs: improve filtering (#5191)1528c42
chore(main): release 10.7.1 (#5189)d7013dd
fix: crash with --parallel and --retries both enabled (#5173)5c2989f
chore: add knip to validate included dependenciesa777fd1
ci: automate releases (#5186)ac5574e
ci: update towindows-latest
in actions (#5185)Maintainer changes
This version was pushed to npm by voxpelli, a new releaser for mocha since your current version.
Updates
@types/mocha
from 8.2.3 to 10.0.8Commits
Updates
mongodb-memory-server
from 8.11.3 to 10.0.1Release notes
Sourced from mongodb-memory-server's releases.
... (truncated)
Changelog
Sourced from mongodb-memory-server's changelog.
... (truncated)
Commits
7e19f20
release: v10.0.1c089f17
release: v10.0.1-beta.180c7a8e
release: v10.0.0abdf77b
release: v10.0.0-beta.5f794bde
release: v10.0.0-beta.446a9d2a
release: v10.0.0-beta.3129af60
release: v10.0.0-beta.2c92afdf
Merge branch 'master' into betaa86d096
release: v9.4.12d5db7e
docs: update links "github.com/nodkz" -> "github.com/typegoose"Updates
node-mocks-http
from 1.6.7 to 1.16.0 <...Description has been truncated