Bump the npm_and_yarn group across 4 directories with 35 updates
Bumps the npm_and_yarn group with 7 updates in the / directory:
| Package | From | To |
|---|---|---|
| @babel/traverse | 7.12.13 |
7.27.1 |
| ansi-regex | 5.0.0 |
5.0.1 |
| ansi-regex | 3.0.0 |
5.0.1 |
| ansi-regex | 4.1.0 |
5.0.1 |
| braces | 3.0.2 |
3.0.3 |
| jest | 26.6.3 |
29.7.0 |
| lerna | 3.22.1 |
8.2.2 |
| json5 | 1.0.1 |
1.0.2 |
| @cypress/request | 2.88.5 |
2.88.12 |
Bumps the npm_and_yarn group with 19 updates in the /e2e directory:
| Package | From | To |
|---|---|---|
| @babel/traverse | 7.12.13 |
7.27.1 |
| ansi-regex | 5.0.0 |
5.0.1 |
| ansi-regex | 3.0.0 |
5.0.1 |
| ansi-regex | 4.1.0 |
5.0.1 |
| braces | 3.0.2 |
3.0.3 |
| handlebars | 4.7.7 |
4.7.8 |
| json-schema | 0.2.3 |
0.4.0 |
| jsprim | 1.4.1 |
1.4.2 |
| json5 | 2.2.0 |
2.2.3 |
| json5 | 1.0.1 |
2.2.3 |
| minimist | 1.2.5 |
1.2.8 |
| qs | 6.5.2 |
6.5.3 |
| browser-sync | 2.26.14 |
2.29.3 |
| tough-cookie | 2.5.0 |
4.1.4 |
| @cypress/request | 2.88.5 |
2.88.12 |
| postcss | 8.3.9 |
8.5.3 |
| rollup-plugin-postcss | 4.0.0 |
4.0.2 |
| postcss-preset-env | 6.7.0 |
10.1.6 |
| rollup | 2.38.5 |
2.79.2 |
| axios | 0.21.1 |
1.9.0 |
| @11ty/eleventy | 0.11.1 |
3.1.0 |
| start-server-and-test | 1.12.1 |
2.0.12 |
Bumps the npm_and_yarn group with 11 updates in the /packages/accordion directory:
| Package | From | To |
|---|---|---|
| @babel/traverse | 7.12.13 |
7.27.1 |
| braces | 2.3.2 |
3.0.3 |
| jest | 26.6.3 |
29.7.0 |
| decode-uri-component | 0.2.0 |
0.2.2 |
| json5 | 1.0.1 |
1.0.2 |
| minimist | 1.2.5 |
1.2.8 |
| postcss | 8.2.5 |
8.5.3 |
| rollup-plugin-postcss | 4.0.0 |
4.0.2 |
| postcss-preset-env | 6.7.0 |
10.1.6 |
| loader-utils | 1.4.0 |
1.4.2 |
| rollup | 2.38.5 |
2.79.2 |
Bumps the npm_and_yarn group with 11 updates in the /packages/countdown-timer directory:
| Package | From | To |
|---|---|---|
| @babel/traverse | 7.12.13 |
7.27.1 |
| braces | 2.3.2 |
3.0.3 |
| jest | 26.6.3 |
29.7.0 |
| decode-uri-component | 0.2.0 |
0.2.2 |
| json5 | 1.0.1 |
1.0.2 |
| minimist | 1.2.5 |
1.2.8 |
| postcss | 8.2.5 |
8.5.3 |
| rollup-plugin-postcss | 4.0.0 |
4.0.2 |
| postcss-preset-env | 6.7.0 |
10.1.6 |
| loader-utils | 1.4.0 |
1.4.2 |
| rollup | 2.38.5 |
2.79.2 |
Updates @babel/traverse from 7.12.13 to 7.27.1
Release notes
Sourced from @babel/traverse's releases.
v7.27.1 (2025-04-30)
Thanks
@kermanxand@woaitsAryanfor your first PRs!:eyeglasses: Spec Compliance
babel-parserbabel-parser,babel-types:bug: Bug Fix
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions,babel-traversebabel-helper-wrap-function,babel-plugin-transform-async-to-generator
- #17251 Fix: propagate argument evaluation errors through async promise chain (
@magic-akari)babel-helper-remap-async-to-generator,babel-plugin-transform-async-to-generatorbabel-helper-fixtures,babel-parserbabel-generator,babel-parserbabel-parserbabel-compat-data,babel-preset-envbabel-traverse
- #17156 fix: Objects and arrays with multiple references should not be evaluated (
@liuxingbaoyu)babel-generator:nail_care: Polish
babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining,babel-plugin-proposal-decorators,babel-plugin-transform-arrow-functions,babel-plugin-transform-class-properties,babel-plugin-transform-destructuring,babel-plugin-transform-object-rest-spread,babel-plugin-transform-optional-chaining,babel-plugin-transform-parameters,babel-traverse
- #17221 Reduce generated names size for the 10th-11th (
@nicolo-ribaudo):house: Internal
babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #17263 Remove unused
regenerator-runtimedep in@babel/runtime(@nicolo-ribaudo)babel-compat-data,babel-preset-envbabel-compat-data,babel-standalonebabel-register
- #16844 Migrate
@babel/registerto cts (@liuxingbaoyu)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17205 Inline regenerator in the relevant packages (
@nicolo-ribaudo)- All packages
... (truncated)
Changelog
Sourced from @babel/traverse's changelog.
v7.27.1 (2025-04-30)
:eyeglasses: Spec Compliance
babel-parserbabel-parser,babel-types:bug: Bug Fix
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions,babel-traversebabel-helper-wrap-function,babel-plugin-transform-async-to-generator
- #17251 Fix: propagate argument evaluation errors through async promise chain (
@magic-akari)babel-helper-remap-async-to-generator,babel-plugin-transform-async-to-generatorbabel-helper-fixtures,babel-parserbabel-generator,babel-parserbabel-parserbabel-compat-data,babel-preset-envbabel-traverse
- #17156 fix: Objects and arrays with multiple references should not be evaluated (
@liuxingbaoyu)babel-generator:nail_care: Polish
babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining,babel-plugin-proposal-decorators,babel-plugin-transform-arrow-functions,babel-plugin-transform-class-properties,babel-plugin-transform-destructuring,babel-plugin-transform-object-rest-spread,babel-plugin-transform-optional-chaining,babel-plugin-transform-parameters,babel-traverse
- #17221 Reduce generated names size for the 10th-11th (
@nicolo-ribaudo):house: Internal
babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #17263 Remove unused
regenerator-runtimedep in@babel/runtime(@nicolo-ribaudo)babel-compat-data,babel-preset-envbabel-compat-data,babel-standalone- Other
babel-register
- #16844 Migrate
@babel/registerto cts (@liuxingbaoyu)babel-cli,babel-compat-data,babel-core,babel-generator,babel-helper-compilation-targets,babel-helper-fixtures,babel-helper-module-imports,babel-helper-module-transforms,babel-helper-plugin-test-runner,babel-helper-transform-fixture-test-runner,babel-helpers,babel-node,babel-parser,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-systemjs,babel-plugin-transform-modules-umd,babel-plugin-transform-react-display-name,babel-plugin-transform-regenerator,babel-plugin-transform-runtime,babel-plugin-transform-typeof-symbol,babel-plugin-transform-typescript,babel-preset-env,babel-register,babel-standalone,babel-typesbabel-plugin-transform-regenerator
... (truncated)
Commits
eebd3a0v7.27.162af1a6fix: do expressions should allow early exit (#17137)8e23272[Babel 8] perf: Improve traverse performance (#16965)9a40d85[Babel 8]: Remove record and tuple syntax support (#17242)4d39e9dHarden variable declarator validations (#17217)6cd1c60Reduce generated names size for the 10th-11th (#17221)a5c8992fix: Objects and arrays with multiple references should not be evaluated (#17...fdc0fb5[Babel 8] Bump nodejs requirements to^20.19.0 || >= 22.12.0(#17204)5c350eav7.27.0582538cAllowtraverseFastto exit early (#17169)- Additional commits viewable in compare view
Updates ansi-regex from 5.0.0 to 5.0.1
Release notes
Sourced from ansi-regex's releases.
v5.0.1
Fixes (backport of
6.0.1to v5)This is a backport of the minor ReDos vulnerability in
ansi-regex@<6.0.1, as requested in #38.
- Fix ReDoS in certain cases (#37) You are only really affected if you run the regex on untrusted user input in a server context, which it's very unlikely anyone is doing, since this regex is mainly used in command-line tools.
https://github.com/chalk/ansi-regex/compare/v5.0.0..v5.0.1
Thank you
@yetinglifor the patch and reproduction case!
Commits
Updates ansi-regex from 3.0.0 to 5.0.1
Release notes
Sourced from ansi-regex's releases.
v5.0.1
Fixes (backport of
6.0.1to v5)This is a backport of the minor ReDos vulnerability in
ansi-regex@<6.0.1, as requested in #38.
- Fix ReDoS in certain cases (#37) You are only really affected if you run the regex on untrusted user input in a server context, which it's very unlikely anyone is doing, since this regex is mainly used in command-line tools.
https://github.com/chalk/ansi-regex/compare/v5.0.0..v5.0.1
Thank you
@yetinglifor the patch and reproduction case!
Commits
Updates ansi-regex from 4.1.0 to 5.0.1
Release notes
Sourced from ansi-regex's releases.
v5.0.1
Fixes (backport of
6.0.1to v5)This is a backport of the minor ReDos vulnerability in
ansi-regex@<6.0.1, as requested in #38.
- Fix ReDoS in certain cases (#37) You are only really affected if you run the regex on untrusted user input in a server context, which it's very unlikely anyone is doing, since this regex is mainly used in command-line tools.
https://github.com/chalk/ansi-regex/compare/v5.0.0..v5.0.1
Thank you
@yetinglifor the patch and reproduction case!
Commits
Updates braces from 3.0.2 to 3.0.3
Commits
74b2db23.0.388f1429update eslint. lint, fix unit tests.415d660Snyk js braces 6838727 (#40)190510ffix tests, skip 1 test in test/braces.expand716eb9freadme bumpa5851e5Merge pull request #37 from coderaiser/fix/vulnerability2092bd1feature: braces: add maxSymbols (https://github.com/micromatch/braces/issues/...9f5b4cffix: vulnerability (https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727)98414f9remove funding file665ab5dupdate keepEscaping doc (#27)- Additional commits viewable in compare view
Updates jest from 26.6.3 to 29.7.0
Release notes
Sourced from jest's releases.
v29.7.0
Features
[create-jest]Addnpm init/yarn createinitialiser for Jest projects (#14465)[jest-validate]Allow deprecation warnings for unknown options (#14499)Fixes
[jest-resolver]Replace unmatched capture groups inmoduleNameMapperwith empty string instead ofundefined(#14507)[jest-snapshot]Allow for strings as well as template literals in inline snapshots (#14465)[@jest/test-sequencer]Calculate test runtime ifperStats.durationis missing (#14473)Performance
[@jest/create-cache-key-function]Cache access ofNODE_ENVandBABEL_ENV(#14455)Chore & Maintenance
[jest-cli]Move internal config initialisation logic to thecreate-jestpackage (#14465)New Contributors
@bawjensenmade their first contribution in jestjs/jest#14465@malaviya-parthmade their first contribution in jestjs/jest#14467@niklasholmmade their first contribution in jestjs/jest#14507Full Changelog: https://github.com/jestjs/jest/compare/v29.6.4...v29.7.0
v29.6.4
Fixes
[jest-core]Fix typo inscheduleAndRunperformance marker (#14434)[jest-environment-node]Make sureatobandbtoaare writeable in Node 20 (#14446)[jest-worker]Additional error wrapper forparentPort.postMessageto fix unhandledDataCloneError. (#14437)New Contributors
@stanleyumemade their first contribution in jestjs/jest#14424@dj-stormtroopermade their first contribution in jestjs/jest#14437@thw0rtedmade their first contribution in jestjs/jest#14444Full Changelog: https://github.com/jestjs/jest/compare/v29.6.3...v29.6.4
v29.6.3
Fixes
[expect, @jest/expect-utils]ObjectContainingsupportsymbolas key (#14414)[expect]Remove@types/nodefrom dependencies (#14385)[jest-core]Use workers in watch mode by default to avoid crashes (#14059 & #14085).[jest-reporters]Updateistanbul-lib-instrumentdependency to v6. (#14401)[jest-mock]Revert #13692 as it was a breaking change (#14429)[jest-mock]Revert #13866 as it was a breaking change (#14429)
... (truncated)
Changelog
Sourced from jest's changelog.
29.7.0
Features
[create-jest]Addnpm init/yarn createinitialiser for Jest projects (#14465)[jest-validate]Allow deprecation warnings for unknown options (#14499)Fixes
[jest-resolver]Replace unmatched capture groups inmoduleNameMapperwith empty string instead ofundefined(#14507)[jest-snapshot]Allow for strings as well as template literals in inline snapshots (#14465)[@jest/test-sequencer]Calculate test runtime ifperStats.durationis missing (#14473)Performance
[@jest/create-cache-key-function]Cache access ofNODE_ENVandBABEL_ENV(#14455)Chore & Maintenance
[jest-cli]Move internal config initialisation logic to thecreate-jestpackage (#14465)29.6.4
Fixes
[jest-core]Fix typo inscheduleAndRunperformance marker (#14434)[jest-environment-node]Make sureatobandbtoaare writeable in Node 20 (#14446)[jest-worker]Additional error wrapper forparentPort.postMessageto fix unhandledDataCloneError. (#14437)29.6.3
Fixes
[expect, @jest/expect-utils]ObjectContainingsupportsumbolas key (#14414)[expect]Remove@types/nodefrom dependencies (#14385)[jest-core]Use workers in watch mode by default to avoid crashes (#14059 & #14085).[jest-reporters]Updateistanbul-lib-instrumentdependency to v6. (#14401)[jest-mock]Revert #13692 as it was a breaking change (#14429)[jest-mock]Revert #13866 as it was a breaking change (#14429)[jest-mock]Revert #13867 as it was a breaking change (#14429)[@jest/reporters]Marks Reporter's hooks as optional (#14433)[jest-runtime]Fix dynamic ESM import module bug when loaded module throughjest.isolateModulesAsync(#14397)Chore & Maintenance
[jest-changed-files, jest-circus, jest-console, @jest/core, @jest/runtime, @jest/transform]UseinvariantandnotEmptyfromjest-utilrather than own internal (#14366)29.6.2
Fixes
... (truncated)
Commits
4e56991v29.7.055cd6a0v29.6.4fb7d95cv29.6.349bacb9chore: update jest repo organisation in urls (#14413)0fd5b1cv29.6.21f019afv29.6.1c1e5b8av29.6.06ffa48dchore: upgrade TypeScript to v5 (#14155)a95eeb6chore: update tsd runner (#14020)39f3bedv29.5.0- Additional commits viewable in compare view
Updates lerna from 3.22.1 to 8.2.2
Release notes
Sourced from lerna's releases.
v8.2.2
8.2.2 (2025-04-10)
Bug Fixes
- use searchStrategy: global to fix breaking change behaviour after upgrading cosmiconfig to 9.0.0 (#4159) (6242511)
- version: disable legacy peer deps behavior by default (#4175) (0cd3241)
v8.2.1
8.2.1 (2025-03-03)
Note: Version bump only for package lerna-monorepo
v8.2.0
8.2.0 (2025-02-19)
Bug Fixes
Features
v8.1.9
8.1.9 (2024-10-31)
Bug Fixes
- add extends property in schema (#4075) (28c8ef2)
- core: avoid reading empty .config.json, upgrade [email protected] (#4062) (960bdd9)
- update nx support to latest v20 (#4103) (cb37f19)
- version: enable changing commit message when using amend (#3954) (529e83f)
Features
v8.1.8
8.1.8 (2024-08-05)
Bug Fixes
... (truncated)
Changelog
Sourced from lerna's changelog.
8.2.2 (2025-04-10)
Note: Version bump only for package lerna
8.2.1 (2025-03-03)
Note: Version bump only for package lerna
8.2.0 (2025-02-19)
Bug Fixes
Features
8.1.9 (2024-10-31)
Bug Fixes
- add extends property in schema (#4075) (28c8ef2)
- core: avoid reading empty .config.json, upgrade [email protected] (#4062) (960bdd9)
- update nx support to latest v20 (#4103) (cb37f19)
8.1.8 (2024-08-05)
Bug Fixes
8.1.7 (2024-07-21)
Bug Fixes
8.1.6 (2024-07-05)
Bug Fixes
8.1.5 (2024-06-24)
Bug Fixes
... (truncated)
Commits
6ea835dchore(misc): publish 8.2.295ab1cbchore(misc): publish 8.2.1770220cchore(deps): bump@octokit/restfrom 19.0.11 to 20.1.2 (#4154)58cdfecchore(misc): publish 8.2.008d1d0dfeat: allow custom working dir for detectProjects (#4148)0dd2cb9chore: update to latest dependencies (#4151)9e4ac9cfix: drop strip-ansi in favor of native stripVTControlCharacters (#4095)7d1338dchore(misc): publish 8.1.9cb37f19fix: update nx support to latest v20 (#4103)28c8ef2fix: add extends property in schema (#4075)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by jameshenry, a new releaser for lerna since your current version.
Updates lodash from 4.17.20 to 4.17.21
Commits
f299b52Bump to v4.17.21c4847ebImprove performance oftoNumber,trimandtrimEndon large input strings3469357Prevent command injection through_.template'svariableoption- See full diff in compare view
Updates handlebars from 4.7.6 to 4.7.7
Release notes
Sourced from handlebars's releases.
v4.7.8
- Make library compatible with workers (#1894) - 3d3796c
- Don't rely on Node.js global object (#1776) - 2954e7e
- Fix compiling of each block params in strict mode (#1855) - 30dbf04
- Fix rollup warning when importing Handlebars as ESM - 03d387b
- Fix bundler issue with webpack 5 (#1862) - c6c6bbb
- Use https instead of git for mustache submodule - 88ac068
Changelog
Sourced from handlebars's changelog.
v4.7.8 - July 27th, 2023
- Make library compatible with workers (#1894) - 3d3796c
- Don't rely on Node.js global object (#1776) - 2954e7e
- Fix compiling of each block params in strict mode (#1855) - 30dbf04
- Fix rollup warning when importing Handlebars as ESM - 03d387b
- Fix bundler issue with webpack 5 (#1862) - c6c6bbb
- Use https instead of git for mustache submodule - 88ac068
Commits
8dc3d25v4.7.8668c4fbFix browser tests in CI pipelinec65c6ccTest on Node 183d3796cMake library compatible with workers075b354Fix sync issue with npm lock-file30dbf04Fix compiling of each block params in strict modee3a5448Fix bundler issue with webpack 58e23642Fix integration-tests issue with npm >= 788ac068use https instead of git for mustache submodulec68bc08Fix typo- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by jaylinski, a new releaser for handlebars since your current version.
Updates json5 from 1.0.1 to 1.0.2
Changelog
Sourced from json5's changelog.
Unreleased [code, diff]
v2.2.3 [code, diff]
- Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299)
v2.2.2 [code, diff]
- Fix: Properties with the name
__proto__are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295).v2.2.1 [code, diff]
- Fix: Removed dependence on minimist to patch CVE-2021-44906. (#266)
v2.2.0 [code, diff]
- New: Accurate and documented TypeScript declarations are now included. There is no need to install
@types/json5. (#236, #244)v2.1.3 [code, diff]
v2.1.2 [code, diff]
... (truncated)
Commits
a62db1e1.0.2e0c23fedocs: update CHANGELOG for v1.0.262a6540fix: add proto to objects and arrays- See full diff in compare view
Updates node-fetch from 2.6.1 to 2.6.7
Release notes
Sourced from node-fetch's releases.
v2.6.7
Security patch release
Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th party host while a redirect occurred
What's Changed
- fix: don't forward secure headers to 3th party by
@jimmywartingin node-fetch/node-fetch#1453Full Changelog: https://github.com/node-fetch/node-fetch/compare/v2.6.6...v2.6.7
v2.6.6
What's Changed
- fix(URL): prefer built in URL version when available and fallback to whatwg by
@jimmywartingin node-fetch/node-fetch#1352Full Changelog: https://github.com/node-fetch/node-fetch/compare/v2.6.5...v2.6.6
v2.6.2
fixed main path in package.json
Commits
1ef4b56backport of #1449 (#1453)8fe5c4e2.x: Specify encoding as an optional peer dependency in package.json (#1310)f56b0c6fix(URL): prefer built in URL version when available and fallback to whatwg (...b5417aefix: import whatwg-url in a way compatible with ESM Node (#1303)18193c5fix v2.6.3 that did not sending query params (#1301)ace7536fix: properly encode url with unicode characters (#1291)152214cFix(package.json): Corrected main file path in package.json (#1274)- See full diff in compare view
Maintainer changes
This version was pushed to npm by endless, a new releaser for node-fetch since your current version.
Updates parse-path from 4.0.3 to 7.1.0
The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.