node-oauth2-server
node-oauth2-server copied to clipboard
build(deps-dev): bump chai from 4.3.7 to 5.0.0
Bumps chai from 4.3.7 to 5.0.0.
Release notes
Sourced from chai's releases.
v5.0.0
What's Changed
- feat: use chaijs/loupe for inspection by
@​pcorpetin chaijs/chai#1401- docs: fix URL in README by
@​Izzurin chaijs/chai#1413- Remove
get-func-namedependency by@​koddssonin chaijs/chai#1416- Convert Makefile script to npm scripts by
@​koddssonin chaijs/chai#1424- Clean up README badges by
@​koddssonin chaijs/chai#1422- fix: package.json - deprecation warning on exports field by
@​stevenjoezhangin chaijs/chai#1400- fix: deep-eql bump package to support symbols by
@​snewcomerin chaijs/chai#1458- ES module conversion PoC by
@​43081jin chaijs/chai#1498- chore: drop commonjs support by
@​43081jin chaijs/chai#1503- Update pathval by
@​koddssonin chaijs/chai#1527- Update check-error by
@​koddssonin chaijs/chai#1528- update
deep-eqlto latest version by@​koddssonin chaijs/chai#1542- Inline
type-detectas a simple function by@​koddssonin chaijs/chai#1544- Update loupe by
@​koddssonin chaijs/chai#1545- Typo 'Test an object' not 'Test and object' by
@​mavaddatin chaijs/chai#1460- Update
assertion-errorto it's latest major version! by@​koddssonin chaijs/chai#1543- Replacing Karma with Web Test Runner by
@​koddssonin chaijs/chai#1546New Contributors
@​Izzurmade their first contribution in chaijs/chai#1413@​stevenjoezhangmade their first contribution in chaijs/chai#1400@​43081jmade their first contribution in chaijs/chai#1498Full Changelog: https://github.com/chaijs/chai/compare/4.3.1...v5.0.0
v5.0.0-rc.0
The first Release Candidate of chai@v5 is here!
We've put out a few alpha versions and tested them out in various projects with good success. This RC includes all those changes plus any fixes that we've discovered since then.
Please try it out in your projects and let us know if you run into any issues so we can make fixes before version 5!
Thanks for using Chai 🙏🏻
What's Changed
- feat: use chaijs/loupe for inspection by
@​pcorpetin chaijs/chai#1401- docs: fix URL in README by
@​Izzurin chaijs/chai#1413- Remove
get-func-namedependency by@​koddssonin chaijs/chai#1416- Convert Makefile script to npm scripts by
@​koddssonin chaijs/chai#1424- Clean up README badges by
@​koddssonin chaijs/chai#1422- fix: package.json - deprecation warning on exports field by
@​stevenjoezhangin chaijs/chai#1400- fix: deep-eql bump package to support symbols by
@​snewcomerin chaijs/chai#1458- ES module conversion PoC by
@​43081jin chaijs/chai#1498- chore: drop commonjs support by
@​43081jin chaijs/chai#1503- Update pathval by
@​koddssonin chaijs/chai#1527- Update check-error by
@​koddssonin chaijs/chai#1528- update
deep-eqlto latest version by@​koddssonin chaijs/chai#1542- Inline
type-detectas a simple function by@​koddssonin chaijs/chai#1544
... (truncated)
Commits
723759c5.0.0947ff86update deep-eql to latest version0fc290bReplacing Karma with Web Test Runner (#1546)54d3e6bUpdateassertion-errorto it's latest major version! (#1543)528f4daTypo 'Test an object' not 'Test and object' (#1460)9011298update loupe (#1545)9e276dcInlinetype-detectas a simple function (#1544)de9fa39updatedeep-eqlto latest version (#1542)f32439f5.0.0-alpha.1c6481e0update check-error (#1528)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Can't merge chai 5 as it's esm-only now, which would require to convert our project to ESM-only as well. This, however would be another breaking change. However, since we lifted the minimum node versions, this might not be an issue whatsoever.
A newer version of chai exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.
@dependabot recreate
Superseded by #308.