Bump the npm-dependencies group across 1 directory with 17 updates
Bumps the npm-dependencies group with 17 updates in the / directory:
| Package | From | To |
|---|---|---|
| body-parser | 1.20.3 |
2.2.0 |
| helmet | 8.0.0 |
8.1.0 |
| i18next-browser-languagedetector | 8.0.2 |
8.0.4 |
| i18next-http-backend | 3.0.1 |
3.0.2 |
| react-i18next | 15.3.0 |
15.4.1 |
| @babel/core | 7.26.0 |
7.26.10 |
| @babel/preset-env | 7.26.0 |
7.26.9 |
| babel-loader | 9.2.1 |
10.0.0 |
| eslint | 9.17.0 |
9.23.0 |
| i18next | 24.2.0 |
24.2.3 |
| mocha | 11.0.1 |
11.1.0 |
| react | 19.0.0 |
19.1.0 |
| react-bootstrap | 2.10.7 |
2.10.9 |
| react-dom | 19.0.0 |
19.1.0 |
| react-router-dom | 7.1.1 |
7.4.1 |
| supertest | 7.0.0 |
7.1.0 |
| webpack | 5.97.1 |
5.98.0 |
Updates body-parser from 1.20.3 to 2.2.0
Release notes
Sourced from body-parser's releases.
v2.2.0
What's Changed
- test: remove
--bailfrom test script by@Phillip9587in expressjs/body-parser#583- ci: separate lint step by
@Phillip9587in expressjs/body-parser#582- fix: remove skip of test by
@bjohansebasin expressjs/body-parser#589- ci: use
lcovonlyreporter for thetest-ciscript by@Phillip9587in expressjs/body-parser#584- docs: remove security file by
@bjohansebasin expressjs/body-parser#590- fix(docs): replace var with let or const in ReadMe by
@Binilkksin expressjs/body-parser#581- chore: update test dependencies by
@Phillip9587in expressjs/body-parser#585- dep: upgrade iconv-lite to ^0.6.3 by
@aqeelatin expressjs/body-parser#588- Refactor parameterCount to optimize performance by
@wojtekmajin expressjs/body-parser#591- refactor: normalize common options for all parsers by
@Phillip9587in expressjs/body-parser#551- refactor: cleanup parser options by
@Phillip9587in expressjs/body-parser#596- Release 2.2.0 by
@UlisesGasconin expressjs/body-parser#597New Contributors
@Binilkksmade their first contribution in expressjs/body-parser#581@aqeelatmade their first contribution in expressjs/body-parser#588@wojtekmajmade their first contribution in expressjs/body-parser#591Full Changelog: https://github.com/expressjs/body-parser/compare/v2.1.0...v2.2.0
v2.1.0
What's Changed
- fix: update package.json engines field to reflect minimum supported node version by
@Phillip9587in expressjs/body-parser#541- fix: remove brotli support check by
@Phillip9587in expressjs/body-parser#542- fix: remove unpipe package and use native unpipe method by
@Phillip9587in expressjs/body-parser#543- Remove unused devDependency
methodsby@Phillip9587in expressjs/body-parser#548- ci: updated github actions ci workflow by
@Phillip9587in expressjs/body-parser#546- Remove devDependency
safe-bufferby@Phillip9587in expressjs/body-parser#547- test: remove AsyncLocalStorage check by
@Phillip9587in expressjs/body-parser#549- perf: use the node require cache instead of custom caching by
@Phillip9587in expressjs/body-parser#562- ci: disable fail-fast in CI workflow by
@Phillip9587in expressjs/body-parser#565- chore(deps): update
type-isto v2.0.0 by@Phillip9587in expressjs/body-parser#571- refactor: prefix built-in node module imports by
@Phillip9587in expressjs/body-parser#573- fix: remove obsolete dependency
destroyby@Phillip9587in expressjs/body-parser#570- cleanup: remove obsolete test env file by
@Phillip9587in expressjs/body-parser#569- Refactor decompression stream creation to remove code duplication by
@Phillip9587in expressjs/body-parser#564- Add caret for body-parser dependencies by
@wesleytoddin expressjs/body-parser#577- ci: add CodeQL (SAST) by
@bjohansebasin expressjs/body-parser#559- chore(deps): update
debugto ^4.4.0 by@Phillip9587in expressjs/body-parser#579- Release v2.1.0 by
@wesleytoddin expressjs/body-parser#578Full Changelog: https://github.com/expressjs/body-parser/compare/2.0.1...v2.1.0
2.0.2
What's Changed
- fix: update package.json engines field to reflect minimum supported node version by
@Phillip9587in expressjs/body-parser#541- fix: remove brotli support check by
@Phillip9587in expressjs/body-parser#542
... (truncated)
Changelog
Sourced from body-parser's changelog.
2.2.0 / 2025-03-27
- refactor: normalize common options for all parsers
- deps:
- iconv-lite@^0.6.3
2.1.0 / 2025-02-10
- deps:
- type-is@^2.0.0
- debug@^4.4.0
- Removed destroy
- refactor: prefix built-in node module imports
- use the node require cache instead of custom caching
2.0.2 / 2024-10-31
- remove
unpipepackage and use nativeunpipe()method2.0.1 / 2024-09-10
- Restore expected behavior
extendedtofalse2.0.0 / 2024-09-10
- Propagate changes from 1.20.3
- add brotli support #406
- Breaking Change: Node.js 18 is the minimum supported version
2.0.0-beta.2 / 2023-02-23
This incorporates all changes after 1.19.1 up to 1.20.2.
- Remove deprecated
bodyParser()combination middleware- deps: [email protected]
- Add
DEBUG_HIDE_DATEenvironment variable- Change timer to per-namespace instead of global
- Change non-TTY date format
- Remove
DEBUG_FDenvironment variable support- Support 256 namespace colors
- deps: [email protected]
- Add encoding cp720
- Add encoding UTF-32
- deps: [email protected]
... (truncated)
Commits
0aa4e112.2.0 (#597)4d85c4crefactor: cleanup parser options (#596)d11899brefactor: normalize common options for all parsers (#551)f27f2ceperf: refactorparameterCountto optimize performance (#591)ccad155dep: upgrade [email protected] (#588)f75bd25chore: update test dependencies (#585)0f12509fix(docs): replace var with let or const in ReadMe (#581)5e6dd08fix(docs): remove security file (#590)d127b9cci: uselcovonlyreporter for thetest-ciscript (#584)d0bf2befix: remove skip of test (#589)- Additional commits viewable in compare view
Updates helmet from 8.0.0 to 8.1.0
Changelog
Sourced from helmet's changelog.
8.1.0 - 2025-03-17
Changed
Content-Security-Policygives a better error when a directive value, likeself, should be quoted. See #482
Commits
57e1b398.1.0c8efbe3Update changelog for 8.1.0 release3396804Add 8.0.0 release date to changelog52dd8ebContent-Security-Policy: better error when value should be quoted4af4777Use built-in test runner (instead of Jest)ba10272Organize importse0f1387Update devDependencies to latest versions842393cCheck types duringnpm test, run in parallel77fbe3aStrict-Transport-Security: fix documentation for default max-age632e629Update license year for 2025- See full diff in compare view
Updates i18next-browser-languagedetector from 8.0.2 to 8.0.4
Changelog
Sourced from i18next-browser-languagedetector's changelog.
8.0.4
8.0.3
- change localstorage check to try to address 297
Commits
Updates i18next-http-backend from 3.0.1 to 3.0.2
Commits
Updates react-i18next from 15.3.0 to 15.4.1
Changelog
Sourced from react-i18next's changelog.
15.4.1
fix: unique key warning on componentized element 1835
15.4.0
feat: add meta with codes on warnings to allow conditional logging 1826
Commits
Updates @babel/core from 7.26.0 to 7.26.10
Release notes
Sourced from @babel/core's releases.
v7.26.10 (2025-03-11)
Thanks
@jordan-choiand@mmmsssttt404for your first PRs!This release includes a fix for https://github.com/babel/babel/security/advisories/GHSA-968p-4wvh-cqc8, a security vulnerability which affects the
.replacemethod of transpiled regular expressions that use named capturing groups.:eyeglasses: Spec Compliance
:bug: Bug Fix
babel-parser,babel-templatebabel-core
- #17142 fix: "Map maximum size exceeded" in deepClone (
@liuxingbaoyu)babel-parser,babel-plugin-transform-typescriptbabel-traverse
- #17151 fix: Should not evaluate vars in child scope (
@liuxingbaoyu)babel-generator
- #17153 fix: Correctly generate
abstract override(@liuxingbaoyu)babel-parserbabel-helpers,babel-runtime,babel-runtime-corejs2,babel-runtime-corejs3
- #17173 Fix processing of replacement pattern with named capture groups (
@mmmsssttt404):nail_care: Polish
babel-standalone
- #17158 Avoid warnings when re-bundling
@babel/standalonewith webpack (@liuxingbaoyu):house: Internal
Committers: 6
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)- Yunyoung Jordan Choi (
@jordan-choi)@liuxingbaoyu@mmmsssttt404v7.26.9 (2025-02-14)
:bug: Bug Fix
babel-types
- #17103 fix: Definition for
TSPropertySignature.kind(@liuxingbaoyu)babel-generator,babel-types
- #17062 Print TypeScript optional/definite in ClassPrivateProperty (
@jamiebuilds-signal)
... (truncated)
Changelog
Sourced from @babel/core's changelog.
v7.26.10 (2025-03-11)
:eyeglasses: Spec Compliance
:bug: Bug Fix
babel-parser,babel-templatebabel-core
- #17142 fix: "Map maximum size exceeded" in deepClone (
@liuxingbaoyu)babel-parser,babel-plugin-transform-typescriptbabel-traverse
- #17151 fix: Should not evaluate vars in child scope (
@liuxingbaoyu)babel-generator
- #17153 fix: Correctly generate
abstract override(@liuxingbaoyu)babel-parserbabel-helpers,babel-runtime,babel-runtime-corejs2,babel-runtime-corejs3
- #17173 Fix processing of replacement pattern with named capture groups (
@mmmsssttt404):nail_care: Polish
babel-standalone
- #17158 Avoid warnings when re-bundling
@babel/standalonewith webpack (@liuxingbaoyu):house: Internal
v7.26.9 (2025-02-14)
:bug: Bug Fix
babel-types
- #17103 fix: Definition for
TSPropertySignature.kind(@liuxingbaoyu)babel-generator,babel-types
- #17062 Print TypeScript optional/definite in ClassPrivateProperty (
@jamiebuilds-signal):house: Internal
babel-types
- #17130 Use
.tsfiles with explicit reexports to solve name conflicts (@nicolo-ribaudo)babel-core
- #17127 Do not depend on
@types/gensyncin Babel 7 (@nicolo-ribaudo)v7.26.7 (2025-01-24)
:bug: Bug Fix
babel-helpers,babel-preset-env,babel-runtime-corejs3
- #17086 Make "object without properties" helpers ES6-compatible (
@tquetano-netflix)babel-plugin-transform-typeof-symbol
- #17085 fix: Correctly handle
typeofin arrow functions (@liuxingbaoyu)
... (truncated)
Commits
e1ce99dv7.26.10985f051fix: "Map maximum size exceeded" in deepClone (#17142)64bca7bv7.26.94cf5c9e[babel 8] Use@babel/typesfor parser's return type (#17117)fd3f0a8Do not depend on@types/gensyncin Babel 7 (#17127)5315446[babel 8] Remove babel 7-specific imports (#17111)0593941v7.26.81bdb1a4Move@types/gensyncto dependencies (#17105)2d95140v7.26.7d9fa47dDo not try to parse .ts configs as JSON if natively supported (#17052)- Additional commits viewable in compare view
Updates @babel/preset-env from 7.26.0 to 7.26.9
Release notes
Sourced from @babel/preset-env's releases.
v7.26.9 (2025-02-14)
:bug: Bug Fix
babel-types
- #17103 fix: Definition for
TSPropertySignature.kind(@liuxingbaoyu)babel-generator,babel-types
- #17062 Print TypeScript optional/definite in ClassPrivateProperty (
@jamiebuilds-signal):house: Internal
babel-types
- #17130 Use
.tsfiles with explicit reexports to solve name conflicts (@nicolo-ribaudo)babel-core
- #17127 Do not depend on
@types/gensyncin Babel 7 (@nicolo-ribaudo)Committers: 5
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Jamie Kyle (
@jamiebuilds-signal)- Nicolò Ribaudo (
@nicolo-ribaudo)@liuxingbaoyuv7.26.8 (2025-02-08)
:house: Internal
babel-preset-env
- #17097 Update dependency babel-plugin-polyfill-corejs3 to ^0.11.0
v7.26.7 (2025-01-24)
Thanks
@branchseerand@tquetano-netflixfor your first PRs!:bug: Bug Fix
babel-helpers,babel-preset-env,babel-runtime-corejs3
- #17086 Make "object without properties" helpers ES6-compatible (
@tquetano-netflix)babel-plugin-transform-typeof-symbol
- #17085 fix: Correctly handle
typeofin arrow functions (@liuxingbaoyu)babel-parserbabel-core
- #17052 Do not try to parse .ts configs as JSON if natively supported (
@nicolo-ribaudo)babel-plugin-transform-typescript
- #17050 fix: correctly resolve references to non-constant enum members (
@branchseer)babel-plugin-transform-typescript,babel-traverse,babel-types
- #17025 fix: Remove type-only
import x = y.z(@liuxingbaoyu)Committers: 6
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)- Tony Quetano (
@tquetano-netflix)
... (truncated)
Changelog
Sourced from @babel/preset-env's changelog.
v7.26.9 (2025-02-14)
:bug: Bug Fix
babel-types
- #17103 fix: Definition for
TSPropertySignature.kind(@liuxingbaoyu)babel-generator,babel-types
- #17062 Print TypeScript optional/definite in ClassPrivateProperty (
@jamiebuilds-signal):house: Internal
babel-types
- #17130 Use
.tsfiles with explicit reexports to solve name conflicts (@nicolo-ribaudo)babel-core
- #17127 Do not depend on
@types/gensyncin Babel 7 (@nicolo-ribaudo)v7.26.7 (2025-01-24)
:bug: Bug Fix
babel-helpers,babel-preset-env,babel-runtime-corejs3
- #17086 Make "object without properties" helpers ES6-compatible (
@tquetano-netflix)babel-plugin-transform-typeof-symbol
- #17085 fix: Correctly handle
typeofin arrow functions (@liuxingbaoyu)babel-parserbabel-core
- #17052 Do not try to parse .ts configs as JSON if natively supported (
@nicolo-ribaudo)babel-plugin-transform-typescript
- #17050 fix: correctly resolve references to non-constant enum members (
@branchseer)babel-plugin-transform-typescript,babel-traverse,babel-types
- #17025 fix: Remove type-only
import x = y.z(@liuxingbaoyu)v7.26.6 (2025-01-13)
:bug: Bug Fix
babel-plugin-transform-nullish-coalescing-operator
- #17061 fix: Chaining nullish coalescing operators output size regression (
@liuxingbaoyu)v7.26.5 (2025-01-10)
:eyeglasses: Spec Compliance
babel-parser
- #17011 Allow the dynamic
import.defer()form ofimport defer(@babel-bot):bug: Bug Fix
babel-plugin-transform-block-scoped-functions
- #17024 chore: Avoid calling
isInStrictModein Babel 7 (@liuxingbaoyu)babel-plugin-transform-typescript
- #17026 fix: Correctly generate exported const enums in namespace (
@liuxingbaoyu)babel-parser
- #17045 [estree] Unify method type parameters handling (
@JLHwung)- #17013 fix: Correctly set position for
@(a.b)()(@liuxingbaoyu)- #16996 [estree] Adjust the start loc of class methods with type params (
@nicolo-ribaudo)babel-generator,babel-parser,babel-plugin-transform-flow-strip-types,babel-types
... (truncated)
Commits
64bca7bv7.26.95315446[babel 8] Remove babel 7-specific imports (#17111)0593941v7.26.81137c29Update dependency babel-plugin-polyfill-corejs3 to ^0.11.0 (#17097)2d95140v7.26.70e6199bMake "object without properties" helpers ES6-compatible (#17086)19224f9[babel 8] Remove bugfixes option (#17078)cd24cc0chore: Update TS 5.7 (#17053)70fbc86fix: More accuratetransform-typeof-symbolcompat data (#17031)- See full diff in compare view
Updates babel-loader from 9.2.1 to 10.0.0
Release notes
Sourced from babel-loader's releases.
v10.0.0
What's Changed
Breaking Changes
- bump node requirement to
^18.20.0 || ^20.10.0 || >=22.0.0and webpack requirement to>= 5.61.0by@JLHwungin babel/babel-loader#1026- breaking: use output.hashFunction as loader cache hasher by
@JLHwungin babel/babel-loader#1027New Features
- Add babel-loader logger by
@JLHwungin babel/babel-loader#1034- Support cache with external dependencies by
@JLHwungin babel/babel-loader#1033Bug Fixes
- [Bugfix] Ensure stability of filename cache-keys by
@stefanpennerin babel/babel-loader#909Docs
- docs: clarify that
cacheIdentifieris computed from the merged options by@JLHwungin babel/babel-loader#1000- Create SECURITY.md by
@JLHwungin babel/babel-loader#1032- Add babel-loader v10 readme by
@JLHwungin babel/babel-loader#1046- add readme section for loggingDebug support by
@JLHwungin babel/babel-loader#1038- Update readme and repo templates by
@JLHwungin babel/babel-loader#1041Dependencies
- migrate to c8 by
@JLHwungin babel/babel-loader#996- Bump word-wrap from 1.2.3 to 1.2.4 by
@dependabotin babel/babel-loader#998- Bump dev dependencies by
@JLHwungin babel/babel-loader#1001- Bump braces from 3.0.2 to 3.0.3 by
@dependabotin babel/babel-loader#1020- Update deps by
@JLHwungin babel/babel-loader#1025- refactor: replace
find-cache-dirbyfind-upby@JLHwungin babel/babel-loader#1031- Bump webpack from 5.93.0 to 5.94.0 by
@dependabotin babel/babel-loader#1035- chore: update dev deps by
@JLHwungin babel/babel-loader#1036- Bump cross-spawn from 7.0.3 to 7.0.6 by
@dependabotin babel/babel-loader#1049Internal
- Remove caller option check by
@JLHwungin babel/babel-loader#1007- Update tests by
@JLHwungin babel/babel-loader#1003- Update metadata test by
@JLHwungin babel/babel-loader#1024- Migrate to node test runner by
@JLHwungin babel/babel-loader#1028- chore: use default eslint rules by
@JLHwungin babel/babel-loader#1029- refactor: use webpack builtin schema util by
@JLHwungin babel/babel-loader#1030New Contributors
@stefanpennermade their first contribution in babel/babel-loader#909Full Changelog: https://github.com/babel/babel-loader/compare/v9.1.3...v10.0.0
Commits
10456d310.0.05a223cfAdd babel-loader v10 readme (#1046)8f88667Bump cross-spawn from 7.0.3 to 7.0.6 (#1049)f765949Update readme and repo templates (#1041)b582028add readme section for loggingDebug support (#1038)a0c450dfeat: add babel-loader debug logger (#1034)d4181b8Support cache with external dependencies (#1033)7fcb533chore: update dev deps (#1036)c2a90e5Bump webpack from 5.93.0 to 5.94.0 (#1035)70a3710refactor: replace find-cache-dir by find-up (#1031)- Additional commits viewable in compare view
Updates eslint from 9.17.0 to 9.23.0
Release notes
Sourced from eslint's releases.
v9.23.0
Features
557a0d2feat: support TypeScript syntax in no-useless-constructor (#19535) (Josh Goldberg ✨)8320241feat: support TypeScript syntax indefault-param-last(#19431) (Josh Goldberg ✨)833c4a3feat: defineConfig() supports "flat/" config prefix (#19533) (Nicholas C. Zakas)4a0df16feat: circular autofix/conflicting rules detection (#19514) (Milos Djermanovic)be56a68feat: support TypeScript syntax inclass-methods-use-this(#19498) (Josh Goldberg ✨)Bug Fixes
0e20aa7fix: move deprecatedRuleContextmethods to subtype (#19531) (Francesco Trotta)cc3bd00fix: reporting variable used in catch block inno-useless-assignment(#19423) (Tanuj Kanti)d46ff83fix:no-dupe-keysfalse positive with proto setter (#19508) (Milos Djermanovic)e732773fix: navigation of search results on pressing Enter (#19502) (Tanuj Kanti)f4e9c5ffix: allowRuleTesterto test files insidenode_modules/(#19499) (fisker Cheung)Documentation
5405939docs: show red underlines in TypeScript examples in rules docs (#19547) (Milos Djermanovic)48b53d6docs: replace var with const in examples (#19539) (Nitin Kumar)c39d7dbdocs: Update README (GitHub Actions Bot)a4f8760docs: revert accidental changes (#19542) (Francesco Trotta)280128fdocs: add copy button (#19512) (xbinaryx)cd83eaadocs: replacevarwithconstin examples (#19530) (Nitin Kumar)7ff0cdedocs: Update README (GitHub Actions Bot)996cfb9docs: migrate sass to module system (#19518) (xbinaryx)17cb958docs: replacevarwithletandconstin rule examples (#19515) (Tanuj Kanti)83e24f5docs: Replace var with let or const (#19511) (Jenna Toff)a59d0c0docs: Update docs for defineConfig (#19505) (Nicholas C. Zakas)fe92927docs:require-unicode-regexpadd note foriflag and\w(#19510) (Chaemin-Lim)Build Related
Chores
0ac8ea4chore: update dependencies for v9.23.0 release (#19554) (Francesco Trotta)20591c4chore: package.json update for@eslint/jsrelease (Jenkins)901344fchore: update dependency@eslint/jsonto ^0.11.0 (#19552) (renovate[bot])5228383chore: fix update-readme formatting (#19544) (Milos Djermanovic)5439525chore: format JSON files in Trunk (#19541) (Francesco Trotta)75adc99chore: enabled Prettier in Trunk (#19354) (Josh Goldberg ✨)2395168chore: added .git-blame-ignore-revs for Prettier via trunk fmt (#19538) (Josh Goldberg ✨)129882dchore: formatted files with Prettier via trunk fmt (Description%20has%20been%20truncated%0A" rel="nofollow" target="_blank" >