Bump the npm-dependencies group across 1 directory with 8 updates
Bumps the npm-dependencies group with 8 updates in the / directory:
| Package | From | To |
|---|---|---|
| @octokit/request | 10.0.3 |
10.0.6 |
| @octokit/rest | 22.0.0 |
22.0.1 |
| @babel/preset-env | 7.27.2 |
7.28.5 |
| @types/node | 24.0.8 |
24.9.2 |
| @vercel/ncc | 0.38.3 |
0.38.4 |
| @babel/core | 7.27.7 |
7.28.5 |
| babel-jest | 30.0.2 |
30.2.0 |
| jest | 30.0.3 |
30.2.0 |
Updates @octokit/request from 10.0.3 to 10.0.6
Release notes
Sourced from @octokit/request's releases.
v10.0.6
10.0.6 (2025-10-30)
Bug Fixes
v10.0.5
10.0.5 (2025-09-29)
Bug Fixes
v10.0.4
10.0.4 (2025-09-29)
Bug Fixes
Commits
1aeac56fix(deps): update dependency@octokit/typesto v16 (#783)b5b08a2ci(action): update actions/setup-node action to v6 (#779)9a78123chore(deps): update dependency@types/nodeto v24 (#782)30f83b6fix(deps): update octokit deps (#772)b07d593ci(action): update actions/checkout action to v5 (#770)928c3d7chore(deps): update dependency prettier to v3.6.2 (#766)a84613eci(action): update actions/setup-node action to v5 (#771)ad78b4cfix(deps): update dependency@octokit/typesto v15 (#775)- See full diff in compare view
Updates @octokit/rest from 22.0.0 to 22.0.1
Commits
daa3ec9ci(action): update actions/setup-node action to v6 (#534)1dec0c7ci(action): update peter-evans/create-or-update-comment action to v5 (#531)ded2f17fix(deps): update octokit monorepo (major) (#538)0e0eaeachore(deps): update dependency@types/nodeto v24 (#537)c04acc8chore(deps): update vitest monorepo to v4 (major) (#536)e6dd306chore(deps): update dependency undici to v7 (#474)5f380d0build(deps-dev): Bump form-data from 4.0.2 to 4.0.4 in /docs (#520)dc6827dbuild(deps-dev): Bump tar-fs from 2.1.2 to 2.1.3 in /docs (#516)- See full diff in compare view
Updates @babel/preset-env from 7.27.2 to 7.28.5
Release notes
Sourced from @babel/preset-env's releases.
v7.28.5 (2025-10-23)
Thank you
@CO0Ki3,@Olexandr88, and@youthfulhpsfor your first PRs!:eyeglasses: Spec Compliance
babel-parser
- #17446 Allow
Runtime Errors for Function Call Assignment Targets(@liuxingbaoyu)babel-helper-validator-identifier:bug: Bug Fix
babel-plugin-proposal-destructuring-privatebabel-parserbabel-plugin-proposal-discard-binding,babel-plugin-transform-destructuring
- #17519 fix:
restcorrectly returns plain array (@liuxingbaoyu)babel-helper-create-class-features-plugin,babel-helper-member-expression-to-functions,babel-plugin-transform-block-scoping,babel-plugin-transform-optional-chaining,babel-traverse,babel-typesbabel-traverse:house: Internal
:running_woman: Performance
babel-core
- #17490 Faster finding of locations in
buildCodeFrameError(@liuxingbaoyu)Committers: 8
- Babel Bot (
@babel-bot)- Byeongho Yoo (
@youthfulhps)- Huáng Jùnliàng (
@JLHwung)- Hyeon Dokko (
@CO0Ki3)- Nicolò Ribaudo (
@nicolo-ribaudo)@Olexandr88@liuxingbaoyu- fisker Cheung (
@fisker)v7.28.4 (2025-09-05)
Thanks
@gwillenand@mrginglymusfor your first PRs!:house: Internal
babel-core,babel-helper-check-duplicate-nodes,babel-traverse,babel-typesbabel-plugin-transform-regenerator
- #17455 chore: Clean up
transform-regenerator(@liuxingbaoyu)
... (truncated)
Changelog
Sourced from @babel/preset-env's changelog.
v7.28.5 (2025-10-23)
:eyeglasses: Spec Compliance
babel-parser
- #17446 Allow
Runtime Errors for Function Call Assignment Targets(@liuxingbaoyu)babel-helper-validator-identifier:bug: Bug Fix
babel-plugin-proposal-destructuring-privatebabel-parserbabel-plugin-proposal-discard-binding,babel-plugin-transform-destructuring
- #17519 fix:
restcorrectly returns plain array (@liuxingbaoyu)babel-helper-create-class-features-plugin,babel-helper-member-expression-to-functions,babel-plugin-transform-block-scoping,babel-plugin-transform-optional-chaining,babel-traverse,babel-typesbabel-traverse:house: Internal
:running_woman: Performance
babel-core
- #17490 Faster finding of locations in
buildCodeFrameError(@liuxingbaoyu)v7.28.4 (2025-09-05)
:house: Internal
babel-core,babel-helper-check-duplicate-nodes,babel-traverse,babel-typesbabel-plugin-transform-regenerator
- #17455 chore: Clean up
transform-regenerator(@liuxingbaoyu)babel-core
- #17474 Switch to
@jridgewell/remapping(@mrginglymus)v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-transform-class-static-block,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
@nicolo-ribaudo):bug: Bug Fix
babel-parser:nail_care: Polish
babel-plugin-transform-regenerator,babel-plugin-transform-runtime
... (truncated)
Commits
61647aev7.28.542cb285Improve@babel/coretypes (#17404)ae363aechore: Fix typo in variable name (#17535)1edfcaaUpdate compat data (#17487)ef155f5v7.28.398d18aaMisc: Cleanup Babel 8 tasks (#17429)fb57f26chore: update browser compat libs (#17469)f4a9616[static blocks] Do not inject new static fields after static code (#17443)f743094fix:regeneratorDefinecompatibility with es5 strict mode (#17441)ccc5faev7.28.0- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @babel/preset-env since your current version.
Updates @types/node from 24.0.8 to 24.9.2
Commits
- See full diff in compare view
Updates @vercel/ncc from 0.38.3 to 0.38.4
Release notes
Sourced from @vercel/ncc's releases.
0.38.4
0.38.4 (2025-09-18)
Bug Fixes
- cjs-build: enable evaluating import.meta in cjs build (#1236) (e72d34d), closes vercel/ncc#897 #1019
Commits
e72d34dfix(cjs-build): enable evaluating import.meta in cjs build (#1236)186af2bchore(deps): Bump amannn/action-semantic-pull-request from 5.5.3 to 6.1.1 (#1...162c7d4chore(deps): Bump actions/checkout from 4 to 5 (#1283)24734b5chore(deps): Bump cipher-base from 1.0.4 to 1.0.6 (#1280)7bf44d5chore(deps): Bump sha.js from 2.4.11 to 2.4.12 (#1281)50f1851chore(deps): Bump tmp from 0.2.3 to 0.2.4 (#1278)d797f1bchore(deps-dev): Bump koa from 2.16.1 to 3.0.1 (#1272)9bdbd47chore(deps): Bump pbkdf2 from 3.1.2 to 3.1.3 (#1266)cbfd660chore(deps-dev): bump test deps for aws-sdk (#1263)d17397fchore(deps-dev): Bump axios from 1.7.7 to 1.8.2 (#1262)- Additional commits viewable in compare view
Updates @babel/core from 7.27.7 to 7.28.5
Release notes
Sourced from @babel/core's releases.
v7.28.5 (2025-10-23)
Thank you
@CO0Ki3,@Olexandr88, and@youthfulhpsfor your first PRs!:eyeglasses: Spec Compliance
babel-parser
- #17446 Allow
Runtime Errors for Function Call Assignment Targets(@liuxingbaoyu)babel-helper-validator-identifier:bug: Bug Fix
babel-plugin-proposal-destructuring-privatebabel-parserbabel-plugin-proposal-discard-binding,babel-plugin-transform-destructuring
- #17519 fix:
restcorrectly returns plain array (@liuxingbaoyu)babel-helper-create-class-features-plugin,babel-helper-member-expression-to-functions,babel-plugin-transform-block-scoping,babel-plugin-transform-optional-chaining,babel-traverse,babel-typesbabel-traverse:house: Internal
:running_woman: Performance
babel-core
- #17490 Faster finding of locations in
buildCodeFrameError(@liuxingbaoyu)Committers: 8
- Babel Bot (
@babel-bot)- Byeongho Yoo (
@youthfulhps)- Huáng Jùnliàng (
@JLHwung)- Hyeon Dokko (
@CO0Ki3)- Nicolò Ribaudo (
@nicolo-ribaudo)@Olexandr88@liuxingbaoyu- fisker Cheung (
@fisker)v7.28.4 (2025-09-05)
Thanks
@gwillenand@mrginglymusfor your first PRs!:house: Internal
babel-core,babel-helper-check-duplicate-nodes,babel-traverse,babel-typesbabel-plugin-transform-regenerator
- #17455 chore: Clean up
transform-regenerator(@liuxingbaoyu)
... (truncated)
Changelog
Sourced from @babel/core's changelog.
v7.28.5 (2025-10-23)
:eyeglasses: Spec Compliance
babel-parser
- #17446 Allow
Runtime Errors for Function Call Assignment Targets(@liuxingbaoyu)babel-helper-validator-identifier:bug: Bug Fix
babel-plugin-proposal-destructuring-privatebabel-parserbabel-plugin-proposal-discard-binding,babel-plugin-transform-destructuring
- #17519 fix:
restcorrectly returns plain array (@liuxingbaoyu)babel-helper-create-class-features-plugin,babel-helper-member-expression-to-functions,babel-plugin-transform-block-scoping,babel-plugin-transform-optional-chaining,babel-traverse,babel-typesbabel-traverse:house: Internal
:running_woman: Performance
babel-core
- #17490 Faster finding of locations in
buildCodeFrameError(@liuxingbaoyu)v7.28.4 (2025-09-05)
:house: Internal
babel-core,babel-helper-check-duplicate-nodes,babel-traverse,babel-typesbabel-plugin-transform-regenerator
- #17455 chore: Clean up
transform-regenerator(@liuxingbaoyu)babel-core
- #17474 Switch to
@jridgewell/remapping(@mrginglymus)v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-transform-class-static-block,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
@nicolo-ribaudo):bug: Bug Fix
babel-parser:nail_care: Polish
babel-plugin-transform-regenerator,babel-plugin-transform-runtime
... (truncated)
Commits
61647aev7.28.542cb285Improve@babel/coretypes (#17404)da0d1adFaster finding of locations inbuildCodeFrameError(#17490)35055e3v7.28.4b41f8cdUpdate Jest to v30.1.1 (#17493)18d88b8Improve@babel/coretypings (#17471)453b068Switch to@jridgewell/remapping(#17474)ef155f5v7.28.398d18aaMisc: Cleanup Babel 8 tasks (#17429)64ec61eexport PartialConfig and NormalizedOptions (#17470)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @babel/core since your current version.
Updates babel-jest from 30.0.2 to 30.2.0
Release notes
Sourced from babel-jest's releases.
30.2.0
Chore & Maintenance
[*]Update example repo for testing React Native projects (#15832)[*]Updatejest-watch-typeaheadto v3 (#15830)Features
[jest-environment-jsdom-abstract]Add support for JSDOM v27 (#15834)Fixes
[babel-jest]Export theTransformerConfiginterface (#15820)[jest-config]Fixjest.config.tswith TS loader specified in docblock pragma (#15839)30.1.3
Fixes
- Fix
unstable_mockModulewithnode:prefixed core modules.30.1.2
Fixes
[jest-snapshot-utils]Correct snapshot header regexp to work with newline across OSes (#15803)30.1.1
Fixes
[jest-snapshot-utils]Fix deprecated goo.gl snapshot warning not handling Windows end-of-line sequences (#15800)30.1.0
Features
[jest-leak-detector]Configurable GC aggressiveness regarding to V8 heap snapshot generation (#15793)[jest-runtime]Reduce redundant ReferenceError messages[jest-core]Include test modules that failed to load when --onlyFailures is activeFixes
- `[jest-snapshot-utils] Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (#15787)
[jest-circus]Fixit.concurrentnot working withdescribe.skip(#15765)[jest-snapshot]Fix mangled inline snapshot updates when used with Prettier 3 and CRLF line endings[jest-runtime]Importing from@jest/globalsin more than one file no longer breaks relative paths (#15772)Chore
[expect]Update docblock fortoContain()to display info on substring check (#15789)
Changelog
Sourced from babel-jest's changelog.
30.2.0
Chore & Maintenance
[*]Update example repo for testing React Native projects (#15832)[*]Updatejest-watch-typeaheadto v3 (#15830)Features
[jest-environment-jsdom-abstract]Add support for JSDOM v27 (#15834)Fixes
[jest-matcher-utils]Fix infinite recursion with self-referential getters indeepCyclicCopyReplaceable(#15831)[babel-jest]Export theTransformerConfiginterface (#15820)[jest-config]Fixjest.config.tswith TS loader specified in docblock pragma (#15839)30.1.3
Fixes
- Fix
unstable_mockModulewithnode:prefixed core modules.30.1.2
Fixes
[jest-snapshot-utils]Correct snapshot header regexp to work with newline across OSes (#15803)30.1.1
Fixes
[jest-snapshot-utils]Fix deprecated goo.gl snapshot warning not handling Windows end-of-line sequences (#15800)[jest-snapshot-utils]Improve messaging about goo.gl snapshot link change (#15821)30.1.0
Features
[jest-leak-detector]Configurable GC aggressiveness regarding to V8 heap snapshot generation (#15793)[jest-runtime]Reduce redundant ReferenceError messages[jest-core]Include test modules that failed to load when --onlyFailures is activeFixes
[jest-snapshot-utils]Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (#15787)[jest-circus]Fixit.concurrentnot working withdescribe.skip(#15765)[jest-snapshot]Fix mangled inline snapshot updates when used with Prettier 3 and CRLF line endings[jest-runtime]Importing from@jest/globalsin more than one file no longer breaks relative paths (#15772)
... (truncated)
Commits
855864ev30.2.0d2a2491Support Babel 8 in plugins and presets (#15750)ddf97f7Export TransformerConfig interface frombabel-jest(#15820)15e3e7cUpdate babel-plugin-istanbul to 7.0.1 (#15813)ebfa31cv30.1.2d347c0fv30.1.14d5f41dv30.1.022236cfv30.0.5f4296d2v30.0.4- See full diff in compare view
Updates jest from 30.0.3 to 30.2.0
Release notes
Sourced from jest's releases.
30.2.0
Chore & Maintenance
[*]Update example repo for testing React Native projects (#15832)[*]Updatejest-watch-typeaheadto v3 (#15830)Features
[jest-environment-jsdom-abstract]Add support for JSDOM v27 (#15834)Fixes
[babel-jest]Export theTransformerConfiginterface (#15820)[jest-config]Fixjest.config.tswith TS loader specified in docblock pragma (#15839)30.1.3
Fixes
- Fix
unstable_mockModulewithnode:prefixed core modules.30.1.2
Fixes
[jest-snapshot-utils]Correct snapshot header regexp to work with newline across OSes (#15803)30.1.1
Fixes
[jest-snapshot-utils]Fix deprecated goo.gl snapshot warning not handling Windows end-of-line sequences (#15800)30.1.0
Features
[jest-leak-detector]Configurable GC aggressiveness regarding to V8 heap snapshot generation (#15793)[jest-runtime]Reduce redundant ReferenceError messages[jest-core]Include test modules that failed to load when --onlyFailures is activeFixes
- `[jest-snapshot-utils] Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (#15787)
[jest-circus]Fixit.concurrentnot working withdescribe.skip(#15765)[jest-snapshot]Fix mangled inline snapshot updates when used with Prettier 3 and CRLF line endings[jest-runtime]Importing from@jest/globalsin more than one file no longer breaks relative paths (#15772)Chore
[expect]Update docblock fortoContain()to display info on substring check (#15789)
Changelog
Sourced from jest's changelog.
30.2.0
Chore & Maintenance
[*]Update example repo for testing React Native projects (#15832)[*]Updatejest-watch-typeaheadto v3 (#15830)Features
[jest-environment-jsdom-abstract]Add support for JSDOM v27 (#15834)Fixes
[jest-matcher-utils]Fix infinite recursion with self-referential getters indeepCyclicCopyReplaceable(#15831)[babel-jest]Export theTransformerConfiginterface (#15820)[jest-config]Fixjest.config.tswith TS loader specified in docblock pragma (#15839)30.1.3
Fixes
- Fix
unstable_mockModulewithnode:prefixed core modules.30.1.2
Fixes
[jest-snapshot-utils]Correct snapshot header regexp to work with newline across OSes (#15803)30.1.1
Fixes
[jest-snapshot-utils]Fix deprecated goo.gl snapshot warning not handling Windows end-of-line sequences (#15800)[jest-snapshot-utils]Improve messaging about goo.gl snapshot link change (#15821)30.1.0
Features
[jest-leak-detector]Configurable GC aggressiveness regarding to V8 heap snapshot generation (#15793)[jest-runtime]Reduce redundant ReferenceError messages[jest-core]Include test modules that failed to load when --onlyFailures is activeFixes
[jest-snapshot-utils]Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (#15787)[jest-circus]Fixit.concurrentnot working withdescribe.skip(#15765)[jest-snapshot]Fix mangled inline snapshot updates when used with Prettier 3 and CRLF line endings[jest-runtime]Importing from@jest/globalsin more than one file no longer breaks relative paths (#15772)
... (truncated)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions