Bump the npm-dependencies group across 1 directory with 20 updates
Bumps the npm-dependencies group with 20 updates in the / directory:
| Package | From | To |
|---|---|---|
| csv | 5.5.3 |
6.3.10 |
| debug | 4.3.4 |
4.3.6 |
| express-rate-limit | 7.2.0 |
7.4.0 |
| react-i18next | 14.1.2 |
15.0.1 |
| @babel/core | 7.24.6 |
7.25.2 |
| @babel/preset-env | 7.20.2 |
7.25.3 |
| @babel/preset-react | 7.24.6 |
7.24.7 |
| bootstrap | 4.6.2 |
5.3.3 |
| chai | 4.3.7 |
5.1.1 |
| eslint | 9.3.0 |
9.8.0 |
| i18next | 23.11.5 |
23.12.2 |
| mocha | 10.4.0 |
10.7.0 |
| nyc | 15.1.0 |
17.0.0 |
| react | 16.14.0 |
18.3.1 |
| react-bootstrap | 2.10.2 |
2.10.4 |
| react-dom | 16.14.0 |
18.3.1 |
| react-redux | 7.2.9 |
9.1.2 |
| react-router-dom | 6.23.1 |
6.26.0 |
| redux | 4.2.0 |
5.0.1 |
| webpack | 5.91.0 |
5.93.0 |
Updates csv from 5.5.3 to 6.3.10
Changelog
Sourced from csv's changelog.
6.3.10 (2024-07-27)
Note: Version bump only for package csv
6.3.9 (2024-05-13)
Note: Version bump only for package csv
6.3.8 (2024-02-28)
Note: Version bump only for package csv
6.3.7 (2024-02-27)
Note: Version bump only for package csv
6.3.6 (2023-12-08)
Note: Version bump only for package csv
6.3.5 (2023-10-09)
Note: Version bump only for package csv
6.3.4 (2023-10-05)
... (truncated)
Commits
5a48f0cchore(release): publish341c7bbdocs: readme minor formating6aadcacchore(release): publish7d4961dtest: skip test ability410e7b1chore(release): publish6575fc6chore(release): publishf56106dtest(csv): ignore samples in legacy tests910200cbuild: fix eslint await outside function rule83537a2docs(csv): sample simplification49f9cccdocs: fix csv pipe import sample- Additional commits viewable in compare view
Updates debug from 4.3.4 to 4.3.6
Release notes
Sourced from debug's releases.
4.3.6
What's Changed
- Avoid using deprecated RegExp.$1 by
@bluwyin debug-js/debug#969New Contributors
@bluwymade their first contribution in debug-js/debug#969Full Changelog: https://github.com/debug-js/debug/compare/4.3.5...4.3.6
4.3.5
Patch
- cac39b1c5b018b0fe93a53a05f084eee543d17f5 Fix/debug depth (#926)
Thank you
@calvintwrfor the fix.
Commits
Updates express-rate-limit from 7.2.0 to 7.4.0
Release notes
Sourced from express-rate-limit's releases.
v7.4.0
You can view the changelog here.
v7.3.1
Fixed
- Changed error displayed for the
creationStackvalidation check when a store withlocalKeysset to false is used.- Improved documentation for the
creationStackcheck.
You can view the full changelog here.
v7.3.0
Added
- Added a new
unsharedStorevalidation check that identifies cases where a single store instance is shared across multiple limiters.
You can view the full changelog here.
Commits
68e0dcc7.4.07c654f3feat: Added passOnStoreError to skip rate limitter if the store is not availa...f40165bdocs: use local link for proxy troubleshooting guideff3702edocs: correct description of max setting in WRN_ERL_MAX_ZERO (#472)206d83dtest: test limit option more7d15b28Update changelog.mdxbb71040build(deps-dev): bump braces from 3.0.2 to 3.0.3 (#465)6c91f48docs: clarification730dc48Clarify use cases609972a7.3.1- Additional commits viewable in compare view
Updates react-i18next from 14.1.2 to 15.0.1
Changelog
Sourced from react-i18next's changelog.
15.0.1
- revert arrow function in class property to address this
15.0.0
- use optional chaining, nullish coalescing and nullish coalescing assignment 1774
- Build config and optimizations 1769
- some dependency updates 1768
- use modern hasLoadedNamespace code (now requires at least i18next > v19.4.5 (introduced in june 2020))
14.1.3
Commits
c82eb4b15.0.1fc20c29revert arrow function in class property to address #46e8ea5ff69325b73087811a2...b6eb31a15.0.0ddea5c0release648c705use modern hasLoadedNamespace code (now requires at least i18next > v19.4.5 (...926baf4use optional chaining, nullish coalescing and nullish coalescing assignment (...0338bf1test(types): fix broken tests (#1773)08ba6aeBuild updates (#1769)34aa20dupdate also i18next dep5c66644update also i18next dep- Additional commits viewable in compare view
Updates @babel/core from 7.24.6 to 7.25.2
Release notes
Sourced from @babel/core's releases.
v7.25.2 (2024-07-30)
:bug: Bug Fix
babel-core,babel-traverse
- #16695 Ensure that
requeueComputedKeyAndDecoratorsis available (@nicolo-ribaudo)Committers: 2
- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)v7.25.1 (2024-07-28)
:bug: Bug Fix
babel-plugin-transform-function-name
- #16683 fix:
ensureFunctionNamemay be undefined (@liuxingbaoyu)babel-plugin-transform-react-constant-elements
- #16582 fix plugin-transform-react-constant-elements transform JSXFrament but not add JSXExpressionContainer (
@keiseiTi)babel-traverse
- #16587 fix: fixed issue16583 + test (
@nerodesu017):house: Internal
Committers: 4
- Adrian (
@nerodesu017)- Huáng Jùnliàng (
@JLHwung)@keiseiTi@liuxingbaoyuv7.25.0 (2024-07-26)
Thanks
@davidtaylorhqand@slatereaxfor your first PR!You can find the release blog post with some highlights at https://babeljs.io/blog/2024/07/26/7.25.0.
:eyeglasses: Spec Compliance
babel-helpers,babel-plugin-proposal-explicit-resource-management,babel-runtime-corejs3babel-plugin-transform-typescript
- #16602 Ensure enum members syntactically determinable to be strings do not get reverse mappings (
@liuxingbaoyu):rocket: New Feature
babel-helper-create-class-features-plugin,babel-helper-function-name,babel-helper-plugin-utils,babel-helper-wrap-function,babel-plugin-bugfix-safari-class-field-initializer-scope,babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression,babel-plugin-transform-classes,babel-plugin-transform-function-name,babel-preset-env,babel-traverse,babel-types
- #16658 Move
ensureFunctionNametoNodePath.prototype(@nicolo-ribaudo)babel-helper-hoist-variables,babel-helper-plugin-utils,babel-plugin-proposal-async-do-expressions,babel-plugin-transform-modules-systemjs,babel-traverse
- #16644 Move
hoistVariablestoScope.prototype(@nicolo-ribaudo)babel-helper-create-class-features-plugin,babel-helper-module-transforms,babel-helper-plugin-utils,babel-helper-split-export-declaration,babel-plugin-transform-classes,babel-traverse,babel-types
- #16645 Move
splitExportDeclarationtoNodePath.prototype(@nicolo-ribaudo)babel-helper-create-class-features-plugin,babel-helper-environment-visitor,babel-helper-module-transforms,babel-helper-plugin-utils,babel-helper-remap-async-to-generator,babel-helper-replace-supers,babel-plugin-bugfix-firefox-class-in-computed-class-key,babel-plugin-bugfix-v8-static-class-fields-redefine-readonly,babel-plugin-transform-async-generator-functions,babel-plugin-transform-classes,babel-traverse
- #16649 Move
environment-visitorhelper into@babel/traverse(@nicolo-ribaudo)
... (truncated)
Changelog
Sourced from @babel/core's changelog.
v7.25.2 (2024-07-30)
:bug: Bug Fix
babel-core,babel-traverse
- #16695 Ensure that
requeueComputedKeyAndDecoratorsis available (@nicolo-ribaudo)v7.25.1 (2024-07-28)
:bug: Bug Fix
babel-plugin-transform-function-name
- #16683 fix:
ensureFunctionNamemay be undefined (@liuxingbaoyu)babel-plugin-transform-react-constant-elements
- #16582 fix plugin-transform-react-constant-elements transform JSXFrament but not add JSXExpressionContainer (
@keiseiTi)babel-traverse
- #16587 fix: fixed issue16583 + test (
@nerodesu017):house: Internal
v7.25.0 (2024-07-26)
:eyeglasses: Spec Compliance
babel-helpers,babel-plugin-proposal-explicit-resource-management,babel-runtime-corejs3babel-plugin-transform-typescript
- #16602 Ensure enum members syntactically determinable to be strings do not get reverse mappings (
@liuxingbaoyu):rocket: New Feature
babel-helper-create-class-features-plugin,babel-helper-function-name,babel-helper-plugin-utils,babel-helper-wrap-function,babel-plugin-bugfix-safari-class-field-initializer-scope,babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression,babel-plugin-transform-classes,babel-plugin-transform-function-name,babel-preset-env,babel-traverse,babel-types
- #16658 Move
ensureFunctionNametoNodePath.prototype(@nicolo-ribaudo)babel-helper-hoist-variables,babel-helper-plugin-utils,babel-plugin-proposal-async-do-expressions,babel-plugin-transform-modules-systemjs,babel-traverse
- #16644 Move
hoistVariablestoScope.prototype(@nicolo-ribaudo)babel-helper-create-class-features-plugin,babel-helper-module-transforms,babel-helper-plugin-utils,babel-helper-split-export-declaration,babel-plugin-transform-classes,babel-traverse,babel-types
- #16645 Move
splitExportDeclarationtoNodePath.prototype(@nicolo-ribaudo)babel-helper-create-class-features-plugin,babel-helper-environment-visitor,babel-helper-module-transforms,babel-helper-plugin-utils,babel-helper-remap-async-to-generator,babel-helper-replace-supers,babel-plugin-bugfix-firefox-class-in-computed-class-key,babel-plugin-bugfix-v8-static-class-fields-redefine-readonly,babel-plugin-transform-async-generator-functions,babel-plugin-transform-classes,babel-traverse
- #16649 Move
environment-visitorhelper into@babel/traverse(@nicolo-ribaudo)babel-core,babel-parser
- #16480 Expose wether a module has TLA or not as
.extra.async(@nicolo-ribaudo)babel-compat-data,babel-plugin-bugfix-safari-class-field-initializer-scope,babel-preset-env
- #16569 Introduce
bugfix-safari-class-field-initializer-scope(@davidtaylorhq)babel-plugin-transform-block-scoping,babel-traverse,babel-typesbabel-helper-import-to-platform-api,babel-plugin-proposal-json-modules
- #16579 Add
uncheckedRequireoption for JSON imports to CJS (@nicolo-ribaudo)babel-helper-transform-fixture-test-runner,babel-node
- #16642 Allow using custom config in
babel-node --eval(@slatereax)babel-compat-data,babel-helper-create-regexp-features-plugin,babel-plugin-proposal-duplicate-named-capturing-groups-regex,babel-plugin-transform-duplicate-named-capturing-groups-regex,babel-preset-env,babel-standalone:bug: Bug Fix
babel-generator
- #16678 Print parens around as expressions on the LHS (
@nicolo-ribaudo)
... (truncated)
Commits
0f8f408v7.25.26a15d7aEnsure thatrequeueComputedKeyAndDecoratorsis available (#16695)9f7e29achore: fix one suppressed eslint error (#16696)2413d1aAdd eslint-plugin-regexp (#16680)5dc3b44Expose wether a module has TLA or not as.extra.async(#16480)30aa644v7.24.97d923b8Avoidrequire()call in@babel/standalonebundle (#16639)889c58fRevert "Pin CI to Node.js 22.1" (#16633)1f5af44v7.24.8683c654Enable some lint rules (#16605)- Additional commits viewable in compare view
Updates @babel/preset-env from 7.20.2 to 7.25.3
Release notes
Sourced from @babel/preset-env's releases.
v7.25.3 (2024-07-31)
:bug: Bug Fix
babel-plugin-bugfix-firefox-class-in-computed-class-key,babel-traverse
- #16699 Avoid validating visitors produced by
traverse.visitors.merge(@nicolo-ribaudo):house: Internal
babel-parser
- #16688 Add
@babel/typesas a dependency of@babel/parser(@nicolo-ribaudo)Committers: 2
- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)v7.25.2 (2024-07-30)
:bug: Bug Fix
babel-core,babel-traverse
- #16695 Ensure that
requeueComputedKeyAndDecoratorsis available (@nicolo-ribaudo)Committers: 2
- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)v7.25.1 (2024-07-28)
:bug: Bug Fix
babel-plugin-transform-function-name
- #16683 fix:
ensureFunctionNamemay be undefined (@liuxingbaoyu)babel-plugin-transform-react-constant-elements
- #16582 fix plugin-transform-react-constant-elements transform JSXFrament but not add JSXExpressionContainer (
@keiseiTi)babel-traverse
- #16587 fix: fixed issue16583 + test (
@nerodesu017):house: Internal
Committers: 4
- Adrian (
@nerodesu017)- Huáng Jùnliàng (
@JLHwung)@keiseiTi@liuxingbaoyuv7.25.0 (2024-07-26)
Thanks
@davidtaylorhqand@slatereaxfor your first PR!You can find the release blog post with some highlights at https://babeljs.io/blog/2024/07/26/7.25.0.
:eyeglasses: Spec Compliance
... (truncated)
Changelog
Sourced from @babel/preset-env's changelog.
v7.25.3 (2024-07-31)
:bug: Bug Fix
babel-plugin-bugfix-firefox-class-in-computed-class-key,babel-traverse
- #16699 Avoid validating visitors produced by
traverse.visitors.merge(@nicolo-ribaudo):house: Internal
babel-parser
- #16688 Add
@babel/typesas a dependency of@babel/parser(@nicolo-ribaudo)v7.25.2 (2024-07-30)
:bug: Bug Fix
babel-core,babel-traverse
- #16695 Ensure that
requeueComputedKeyAndDecoratorsis available (@nicolo-ribaudo)v7.25.1 (2024-07-28)
:bug: Bug Fix
babel-plugin-transform-function-name
- #16683 fix:
ensureFunctionNamemay be undefined (@liuxingbaoyu)babel-plugin-transform-react-constant-elements
- #16582 fix plugin-transform-react-constant-elements transform JSXFrament but not add JSXExpressionContainer (
@keiseiTi)babel-traverse
- #16587 fix: fixed issue16583 + test (
@nerodesu017):house: Internal
v7.25.0 (2024-07-26)
:eyeglasses: Spec Compliance
babel-helpers,babel-plugin-proposal-explicit-resource-management,babel-runtime-corejs3babel-plugin-transform-typescript
- #16602 Ensure enum members syntactically determinable to be strings do not get reverse mappings (
@liuxingbaoyu):rocket: New Feature
babel-helper-create-class-features-plugin,babel-helper-function-name,babel-helper-plugin-utils,babel-helper-wrap-function,babel-plugin-bugfix-safari-class-field-initializer-scope,babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression,babel-plugin-transform-classes,babel-plugin-transform-function-name,babel-preset-env,babel-traverse,babel-types
- #16658 Move
ensureFunctionNametoNodePath.prototype(@nicolo-ribaudo)babel-helper-hoist-variables,babel-helper-plugin-utils,babel-plugin-proposal-async-do-expressions,babel-plugin-transform-modules-systemjs,babel-traverse
- #16644 Move
hoistVariablestoScope.prototype(@nicolo-ribaudo)babel-helper-create-class-features-plugin,babel-helper-module-transforms,babel-helper-plugin-utils,babel-helper-split-export-declaration,babel-plugin-transform-classes,babel-traverse,babel-types
- #16645 Move
splitExportDeclarationtoNodePath.prototype(@nicolo-ribaudo)babel-helper-create-class-features-plugin,babel-helper-environment-visitor,babel-helper-module-transforms,babel-helper-plugin-utils,babel-helper-remap-async-to-generator,babel-helper-replace-supers,babel-plugin-bugfix-firefox-class-in-computed-class-key,babel-plugin-bugfix-v8-static-class-fields-redefine-readonly,babel-plugin-transform-async-generator-functions,babel-plugin-transform-classes,babel-traverse
- #16649 Move
environment-visitorhelper into@babel/traverse(@nicolo-ribaudo)babel-core,babel-parser
- #16480 Expose wether a module has TLA or not as
.extra.async(@nicolo-ribaudo)babel-compat-data,babel-plugin-bugfix-safari-class-field-initializer-scope,babel-preset-env
- #16569 Introduce
bugfix-safari-class-field-initializer-scope(@davidtaylorhq)babel-plugin-transform-block-scoping,babel-traverse,babel-typesbabel-helper-import-to-platform-api,babel-plugin-proposal-json-modules
... (truncated)
Commits
787c7cdv7.25.3a0c8871Test: Improve available-plugins compat-data check (#16693)0f8f408v7.25.20b2cc25Update compat-table (#16691)2413d1aAdd eslint-plugin-regexp (#16680)d2e3ee2v7.25.0d364545MoveensureFunctionNametoNodePath.prototype(#16658)814b31eIntroducebugfix-safari-class-field-initializer-scope(#16569)46284e4Addduplicate-named-capturing-groups-regextopreset-env(#16445)482008cSimplifyhelper-function-namelogic (#16652)- Additional commits viewable in compare view
Updates @babel/preset-react from 7.24.6 to 7.24.7
Release notes
Sourced from @babel/preset-react's releases.
v7.24.7 (2024-06-05)
:bug: Bug Fix
babel-node
- #16554 Allow extra flags in babel-node (
@nicolo-ribaudo)babel-traverse
- #16522 fix: incorrect
constantViolationswith destructuring (@liuxingbaoyu)babel-helper-transform-fixture-test-runner,babel-plugin-proposal-explicit-resource-management
- #16524 fix: Transform
usinginswitchcorrectly (@liuxingbaoyu):house: Internal
babel-helpers,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #16525 Delete unused array helpers (
@blakewilson)Committers: 7
- Amjad Yahia Robeen Hassan (
@amjed-98)- Babel Bot (
@babel-bot)- Blake Wilson (
@blakewilson)- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)- Sukka (
@SukkaW)@liuxingbaoyu
Changelog
Sourced from @babel/preset-react's changelog.
v7.24.7 (2024-06-05)
:bug: Bug Fix
babel-node
- #16554 Allow extra flags in babel-node (
@nicolo-ribaudo)babel-traverse
- #16522 fix: incorrect
constantViolationswith destructuring (@liuxingbaoyu)babel-helper-transform-fixture-test-runner,babel-plugin-proposal-explicit-resource-management
- #16524 fix: Transform
usinginswitchcorrectly (@liuxingbaoyu):house: Internal
babel-helpers,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #16525 Delete unused array helpers (
@blakewilson)
Commits
bf1e9a3v7.24.77934963Usetype: modulein allpackage.jsons (#16535)- See full diff in compare view
Updates bootstrap from 4.6.2 to 5.3.3
Release notes
Sourced from bootstrap's releases.
v5.3.3
Highlights
- Fixed a breaking change introduced with color modes where it was required to manually import
variables-dark.scsswhen building Bootstrap with Sass. Now,_variables.scsswill automatically import_variables-dark.scss. If you were already importing_variables-dark.scssmanually, you should keep doing it as it won't break anything and will be the way to go in v6.- Fixed a regression in the selector engine that wasn't able to handle multiple IDs anymore.
Color modes
- Badges now use the
.text-bg-*text utilities to be certain that the text is always readable (especially when the customized colors are different in light and dark modes).- Fixed our
color-modes.jsscript to handle the case where the OS is set to light mode and the auto color mode is used on the website. If you copied the script from our docs, you should apply this change to your own script.- Fixed color schemes description in the color modes documentation to show that
color-scheme()only acceptlightanddarkvalues as parameters.Miscellaneous
- Allowed
<dl>,<dt>and<dd>in the sanitizer.- Dropped evenly items distribution for modal and offcanvas headers.
- Fixed the accordion CSS selectors to avoid inheritance issues when nesting accordions.
- Fixed the focus box-shadow for the validation stated form controls.
- Fixed the focus ring on focused checked buttons.
- Fixed the product example mobile navbar toggler.
- Changed the RTL processing of carousel control icons.
🎨 CSS
- #37508: Use child combinators to avoid inheriting parent accordion's flush styles
- #38719: Fix focus box-shadow for validation stated form-controls
- #38884: fix border-radius on radio-switch
- #39294: Tests: update navbar in visual modal test
- #39373: refactor css: modal and offcanvas header spacing
- #39380: Fix Sass compilation breaking change in v5.3
- #39387: docs: fix typo
- #39411: Optimize the accordion icon
- #39497: Fix a typo
- #39536: Changed RTL processing of carousel control icons
- #39560: Drop
--bs-accordion-btn-focus-border-colorand deprecate$accordion-button-focus-border-color- #39595: CSS: Fix the focus ring on focused checked buttons
☕️ JavaScript
- #39201: Selector Engine: fix multiple IDs
- #39224: Fix edge case in
color-mode.js- #39376: Allow
dl,dtandddin sanitizer📖 Docs
... (truncated)
Commits
6e1f75fRelease v5.3.3 (#39524)3caef2bBuild(deps-dev): Bump terser from 5.27.1 to 5.27.2 (#39690)4abac9bBuild(deps-dev): Bump ip from 2.0.0 to 2.0.1 (#39691)c396a2aBuild(deps-dev): Bump sass from 1.70.0 to 1.71.0 (#39684)c9a8a40Build(deps-dev): Bump rollup from 4.9.6 to 4.12.0 (#39683)6aecb37Build(deps-dev): Bump eslint-plugin-html from 7.1.0 to 8.0.0 (#39672)4081168Build(deps-dev): Bump terser from 5.27.0 to 5.27.1 (#39682)4605d71Build(deps-dev): Bump postcss from 8.4.34 to 8.4.35 (#39673)08eeee3Build(deps-dev): Bump lockfile-lint from 4.12.1 to 4.13.1 (#39675)f92d635Build(deps-dev): Bump eslint-plugin-unicorn from 51.0.0 to 51.0.1 (#39676)- Additional commits viewable in compare view
Updates chai from 4.3.7 to 5.1.1
Release notes
Sourced from chai's releases.
v5.1.1
What's Changed
- Set up ESLint for JSDoc comments by
@koddssonin chaijs/chai#1605- build(deps-dev): bump ip from 1.1.8 to 1.1.9 by
@dependabotin chaijs/chai#1608- Correct Mocha import instructions by
@MattiSGin chaijs/chai#1611- fix: support some virtual contexts in
toThrowby@43081jin chaijs/chai#1609New Contributors
@MattiSGmade their first contribution in chaijs/chai#1611Full Changelog: https://github.com/chaijs/chai/compare/v5.1.0...v5.1.1
v5.1.0
What's Changed
- Remove useless guards and add parentheses to constuctors by
@koddssonin chaijs/chai#1593- Cleanup jsdoc comments by
@koddssonin chaijs/chai#1596- Convert comments in "legal comments" format to jsdoc or normal comments by
@koddssonin chaijs/chai#1598- Implement
iterableassertion by@koddssonin chaijs/chai#1592- Assert interface fix by
@developer-bandiin chaijs/chai#1601- Set support in same members by
@koddssonin chaijs/chai#1583- Fix publish script by
@koddssonin chaijs/chai#1602New Contributors
@developer-bandimade their first contribution in chaijs/chai#1601Full Changelog: https://github.com/chaijs/chai/compare/v5.0.3...v5.1.0
v5.0.3
Fix bad v5.0.2 publish.
Full Changelog: https://github.com/chaijs/chai/compare/v5.0.2...v5.0.3
v5.0.2
What's Changed
- build(deps): bump nanoid and mocha by
@dependabotin chaijs/chai#1558- remove
bump-cliby@koddssonin chaijs/chai#1559- Update developer dependencies by
@koddssonin chaijs/chai#1560- fix: removes
??for node compat (5.x) by@43081jin chaijs/chai#1576- Update
loupeto latest version by@koddssonin chaijs/chai#1579- Re-enable some webkit tests by
@koddssonin chaijs/chai#1580- Remove a bunch of if statements in test/should.js by
@koddssonin chaijs/chai#1581- Remove a bunch of unused files by
@koddssonin chaijs/chai#1582- Fix 1564 by
@koddssonin chaijs/chai#1566Full Changelog: https://github.com/chaijs/chai/compare/v5.0.1...v5.0.2
v5.0.0
BREAKING CHANGES
- Chai now only supports EcmaScript Modules (ESM). This means your tests will need to either have
import {...} from 'chai'orimport('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
37263c0fix: support some virtual contexts intoThrow(#1609)91e58edCorrect Mocha import instructions (#1611)61159d1build(deps-dev): bump ip from 1.1.8 to 1.1.9 (#1608)8475d2aSet up ESLint for JSDoc comments (#1605)936c0ca5.1.02cf92f5Fix publish script (#1602)1ba37b5Set support in same members (#1583)f224339Assert interface fix (#1601)d504573Implementiterableassertion (#1592)640d932Convert comments in "legal comments" format to jsdoc (#1598)- Additional commits viewable in compare view
Updates eslint from 9.3.0 to 9.8.0
Release notes
Sourced from eslint's releases.
v9.8.0
Features
Bug Fixes
ab0ff27fix: Throw error when invalid flags passed (Description has been truncated