deps: bump the all-dependencies group with 58 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(3 months ago)
(3 months ago)
dependencies
Bumps the all-dependencies group with 58 updates:
| Package | From | To |
|---|---|---|
| jest | 30.0.4 |
30.0.5 |
| @babel/helpers | 7.27.6 |
7.28.2 |
| @babel/types | 7.28.1 |
7.28.2 |
| @jest/console | 30.0.4 |
30.0.5 |
| @jest/core | 30.0.4 |
30.0.5 |
| @jest/environment | 30.0.4 |
30.0.5 |
| @jest/expect | 30.0.4 |
30.0.5 |
| @jest/fake-timers | 30.0.4 |
30.0.5 |
| @jest/globals | 30.0.4 |
30.0.5 |
| @jest/reporters | 30.0.4 |
30.0.5 |
| @jest/snapshot-utils | 30.0.4 |
30.0.5 |
| @jest/test-result | 30.0.4 |
30.0.5 |
| @jest/test-sequencer | 30.0.4 |
30.0.5 |
| @jest/transform | 30.0.4 |
30.0.5 |
| @pkgr/core | 0.2.8 |
0.2.9 |
| @xhmikosr/archive-type | 7.0.0 |
7.1.0 |
| @xhmikosr/bin-check | 7.0.3 |
7.1.0 |
| @xhmikosr/bin-wrapper | 13.0.6 |
13.2.0 |
| @xhmikosr/decompress-tar | 8.0.1 |
8.1.0 |
| @xhmikosr/decompress-tarbz2 | 8.0.2 |
8.1.0 |
| @xhmikosr/decompress-targz | 8.0.1 |
8.1.0 |
| @xhmikosr/decompress-unzip | 7.0.0 |
7.1.0 |
| @xhmikosr/decompress | 10.0.1 |
10.2.0 |
| @xhmikosr/downloader | 15.0.2 |
15.2.0 |
| babel-jest | 30.0.4 |
30.0.5 |
| babel-preset-current-node-syntax | 1.1.0 |
1.2.0 |
| caniuse-lite | 1.0.30001727 |
1.0.30001731 |
| defaults | 3.0.0 |
2.0.2 |
| electron-to-chromium | 1.5.187 |
1.5.193 |
| expect | 30.0.4 |
30.0.5 |
| file-type | 19.6.0 |
20.5.0 |
| find-versions | 6.0.0 |
5.1.0 |
| jest-changed-files | 30.0.2 |
30.0.5 |
| jest-circus | 30.0.4 |
30.0.5 |
| jest-cli | 30.0.4 |
30.0.5 |
| jest-config | 30.0.4 |
30.0.5 |
| jest-diff | 30.0.4 |
30.0.5 |
| jest-each | 30.0.2 |
30.0.5 |
| jest-environment-node | 30.0.4 |
30.0.5 |
| jest-haste-map | 30.0.2 |
30.0.5 |
| jest-leak-detector | 30.0.2 |
30.0.5 |
| jest-matcher-utils | 30.0.4 |
30.0.5 |
| jest-message-util | 30.0.2 |
30.0.5 |
| jest-mock | 30.0.2 |
30.0.5 |
| jest-resolve-dependencies | 30.0.4 |
30.0.5 |
| jest-resolve | 30.0.2 |
30.0.5 |
| jest-runner | 30.0.4 |
30.0.5 |
| jest-runtime | 30.0.4 |
30.0.5 |
| jest-snapshot | 30.0.4 |
30.0.5 |
| jest-util | 30.0.2 |
30.0.5 |
| jest-validate | 30.0.2 |
30.0.5 |
| jest-watcher | 30.0.4 |
30.0.5 |
| jest-worker | 30.0.2 |
30.0.5 |
| napi-postinstall | 0.3.1 |
0.3.2 |
| pretty-format | 30.0.2 |
30.0.5 |
| strtok3 | 9.1.1 |
10.3.4 |
| synckit | 0.11.9 |
0.11.11 |
| token-types | 6.0.3 |
6.0.4 |
Updates jest from 30.0.4 to 30.0.5
Changelog
Sourced from jest's changelog.
30.0.5
Features
[jest-config]AllowtestMatchto take a string value[jest-worker]LetworkerIdleMemoryLimitaccept 0 to always restart worker child processesFixes
[expect]Fixbiginterror (#15702)
Commits
22236cfv30.0.5- See full diff in compare view
Updates @babel/helpers from 7.27.6 to 7.28.2
Release notes
Sourced from @babel/helpers's releases.
v7.28.2 (2025-07-24)
Thanks
@souhailaSfor your first PR!:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operatorparam int.tsTypeOperatoroptional (@nicolo-ribaudo)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17441 fix:
regeneratorDefinecompatibility with es5 strict mode (@liuxingbaoyu)Committers: 4
- Babel Bot (
@babel-bot)- Nicolò Ribaudo (
@nicolo-ribaudo)- SOUHAILA SERBOUT (
@souhailaS)@liuxingbaoyuv7.28.1 (2025-07-12)
:bug: Bug Fix
babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator
- #17426 fix:
regeneratorcorrectly handlesthrowoutside oftry(@liuxingbaoyu):memo: Documentation
:leftwards_arrow_with_hook: Revert
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions,babel-typesCommitters: 3
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)@liuxingbaoyuv7.28.0 (2025-07-02)
:rocket: New Feature
babel-node
- #17147 Support top level await in node repl (
@liuxingbaoyu)babel-typesbabel-compat-data,babel-preset-envbabel-core,babel-parserbabel-generator,babel-parserbabel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions,babel-plugin-transform-object-rest-spread,babel-traverse,babel-types
... (truncated)
Changelog
Sourced from @babel/helpers's changelog.
v7.28.2 (2025-07-24)
:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operatorparam int.tsTypeOperatoroptional (@nicolo-ribaudo)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17441 fix:
regeneratorDefinecompatibility with es5 strict mode (@liuxingbaoyu)v7.28.1 (2025-07-12)
:bug: Bug Fix
babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator
- #17426 fix:
regeneratorcorrectly handlesthrowoutside oftry(@liuxingbaoyu):memo: Documentation
:leftwards_arrow_with_hook: Revert
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions,babel-typesv7.28.0 (2025-07-02)
:rocket: New Feature
babel-node
- #17147 Support top level await in node repl (
@liuxingbaoyu)babel-typesbabel-compat-data,babel-preset-envbabel-core,babel-parserbabel-generator,babel-parserbabel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions,babel-plugin-transform-object-rest-spread,babel-traverse,babel-typesbabel-parser,babel-traverse,babel-typesbabel-generator,babel-plugin-proposal-destructuring-private,babel-plugin-proposal-discard-binding,babel-plugin-transform-destructuring,babel-plugin-transform-explicit-resource-management,babel-plugin-transform-react-display-name,babel-typesbabel-generator,babel-parser,babel-plugin-proposal-destructuring-private,babel-plugin-transform-block-scoping,babel-plugin-transform-object-rest-spread,babel-plugin-transform-typescript,babel-traverse,babel-types:bug: Bug Fix
babel-helper-globals,babel-plugin-transform-classes,babel-traversebabel-types
- #17009 feature: TSTypeOperator: keyof (#16799) (
@coderaiser):house: Internal
babel-compat-data,babel-plugin-proposal-decorators,babel-plugin-transform-async-generator-functions,babel-plugin-transform-json-modules,babel-plugin-transform-regenerator,babel-plugin-transform-runtime,babel-preset-env,babel-runtime-corejs3
... (truncated)
Commits
cac0ff4v7.28.2f743094fix:regeneratorDefinecompatibility with es5 strict mode (#17441)- See full diff in compare view
Updates @babel/types from 7.28.1 to 7.28.2
Release notes
Sourced from @babel/types's releases.
v7.28.2 (2025-07-24)
Thanks
@souhailaSfor your first PR!:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operatorparam int.tsTypeOperatoroptional (@nicolo-ribaudo)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17441 fix:
regeneratorDefinecompatibility with es5 strict mode (@liuxingbaoyu)Committers: 4
- Babel Bot (
@babel-bot)- Nicolò Ribaudo (
@nicolo-ribaudo)- SOUHAILA SERBOUT (
@souhailaS)@liuxingbaoyu
Changelog
Sourced from @babel/types's changelog.
v7.28.2 (2025-07-24)
:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operatorparam int.tsTypeOperatoroptional (@nicolo-ribaudo)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17441 fix:
regeneratorDefinecompatibility with es5 strict mode (@liuxingbaoyu)
Commits
cac0ff4v7.28.20a3f717[babel 7] Makeoperatorparam int.tsTypeOperatoroptional (#17445)- See full diff in compare view
Updates @jest/console from 30.0.4 to 30.0.5
Changelog
Sourced from @jest/console's changelog.
30.0.5
Features
[jest-config]AllowtestMatchto take a string value[jest-worker]LetworkerIdleMemoryLimitaccept 0 to always restart worker child processesFixes
[expect]Fixbiginterror (#15702)
Commits
22236cfv30.0.5- See full diff in compare view
Updates @jest/core from 30.0.4 to 30.0.5
Changelog
Sourced from @jest/core's changelog.
30.0.5
Features
[jest-config]AllowtestMatchto take a string value[jest-worker]LetworkerIdleMemoryLimitaccept 0 to always restart worker child processesFixes
[expect]Fixbiginterror (#15702)
Commits
22236cfv30.0.560f6375Support workerIdleMemoryLimit=0 to always restart worker child processes betw...- See full diff in compare view
Updates @jest/environment from 30.0.4 to 30.0.5
Changelog
Sourced from @jest/environment's changelog.
30.0.5
Features
[jest-config]AllowtestMatchto take a string value[jest-worker]LetworkerIdleMemoryLimitaccept 0 to always restart worker child processesFixes
[expect]Fixbiginterror (#15702)
Commits
22236cfv30.0.5- See full diff in compare view
Updates @jest/expect from 30.0.4 to 30.0.5
Changelog
Sourced from @jest/expect's changelog.
30.0.5
Features
[jest-config]AllowtestMatchto take a string value[jest-worker]LetworkerIdleMemoryLimitaccept 0 to always restart worker child processesFixes
[expect]Fixbiginterror (#15702)
Commits
22236cfv30.0.5- See full diff in compare view
Updates @jest/fake-timers from 30.0.4 to 30.0.5
Changelog
Sourced from @jest/fake-timers's changelog.
30.0.5
Features
[jest-config]AllowtestMatchto take a string value[jest-worker]LetworkerIdleMemoryLimitaccept 0 to always restart worker child processesFixes
[expect]Fixbiginterror (#15702)
Commits
22236cfv30.0.5- See full diff in compare view
Updates @jest/globals from 30.0.4 to 30.0.5
Changelog
Sourced from @jest/globals's changelog.
30.0.5
Features
[jest-config]AllowtestMatchto take a string value[jest-worker]LetworkerIdleMemoryLimitaccept 0 to always restart worker child processesFixes
[expect]Fixbiginterror (#15702)
Commits
22236cfv30.0.5- See full diff in compare view
Updates @jest/reporters from 30.0.4 to 30.0.5
Changelog
Sourced from @jest/reporters's changelog.
30.0.5
Features
[jest-config]AllowtestMatchto take a string value[jest-worker]LetworkerIdleMemoryLimitaccept 0 to always restart worker child processesFixes
[expect]Fixbiginterror (#15702)
Commits
22236cfv30.0.5- See full diff in compare view
Updates @jest/snapshot-utils from 30.0.4 to 30.0.5
Changelog
Sourced from @jest/snapshot-utils's changelog.
30.0.5
Features
[jest-config]AllowtestMatchto take a string value[jest-worker]LetworkerIdleMemoryLimitaccept 0 to always restart worker child processesFixes
[expect]Fixbiginterror (#15702)
Commits
22236cfv30.0.5- See full diff in compare view
Updates @jest/test-result from 30.0.4 to 30.0.5
Changelog
Sourced from @jest/test-result's changelog.
30.0.5
Features
[jest-config]AllowtestMatchto take a string value[jest-worker]LetworkerIdleMemoryLimitaccept 0 to always restart worker child processesFixes
[expect]Fixbiginterror (#15702)
Commits
22236cfv30.0.5- See full diff in compare view
Updates @jest/test-sequencer from 30.0.4 to 30.0.5
Changelog
Sourced from @jest/test-sequencer's changelog.
30.0.5
Features
[jest-config]AllowtestMatchto take a string value[jest-worker]LetworkerIdleMemoryLimitaccept 0 to always restart worker child processesFixes
[expect]Fixbiginterror (#15702)
Commits
22236cfv30.0.5- See full diff in compare view
Updates @jest/transform from 30.0.4 to 30.0.5
Changelog
Sourced from @jest/transform's changelog.
30.0.5
Features
[jest-config]AllowtestMatchto take a string value[jest-worker]LetworkerIdleMemoryLimitaccept 0 to always restart worker child processesFixes
[expect]Fixbiginterror (#15702)
Commits
22236cfv30.0.5- See full diff in compare view
Updates @pkgr/core from 0.2.8 to 0.2.9
Release notes
Sourced from @pkgr/core's releases.
@pkgr/core@0.2.9republish the 0.2.x version
Full Changelog: https://github.com/un-ts/pkgr/compare/
@pkgr/core@0.2.7...@pkgr/core@0.2.9
Commits
e1420c9fix: release a new release-0.2 version3535e96chore: release package(s) (#415)d3bcc06fix(core):findUpshould never throw (#414)d953028chore: release package(s) (#413)75f1109fix(core):findUpshould not stop onCWD(#412)65c4cc5chore: release package(s) (#405)3d28918fix(deps): update all dependencies (#404)34fe29fchore(deps): update dependency@types/webto ^0.0.228 (#403)3777c0fchore: release package(s) (#400)b30ce6echore: addEVAL_FILENAMESfor reusing (#399)- Additional commits viewable in compare view
Updates @xhmikosr/archive-type from 7.0.0 to 7.1.0
Commits
99e39b27.1.0ebc0290Update safe dependencies (#3)ee4e6f8Update package.json- See full diff in compare view
Updates @xhmikosr/bin-check from 7.0.3 to 7.1.0
Commits
913f8477.1.05694e05Update safe dependencies- See full diff in compare view
Updates @xhmikosr/bin-wrapper from 13.0.6 to 13.2.0
Release notes
Sourced from @xhmikosr/bin-wrapper's releases.
v13.2.0
Update dependencies https://github.com/XhmikosR/bin-wrapper/commit/d6c70694c3d326779612dbc1aab16ece930c821d
v13.0.7
Revert the bin-version-check update for now
Commits
fe3a73c13.2.0d6c7069Update dependencies4ec7f8913.1.151185a8Update@xhmikosr/downloaderto v15.1.1.659990atest: actually just remove bin.dest()79411c6Downgrade isexe to the same version execa 5.1.1 is usingc8ce7f1Add readme.md npm badgee92361e13.1.064b91dcUpdate safe dependencies10f960ctests: work around Windows EPERM failures (#10)- Additional commits viewable in compare view
Updates @xhmikosr/decompress-tar from 8.0.1 to 8.1.0
Commits
be410908.1.003b0ee1Update safe dependencies- See full diff in compare view
Updates @xhmikosr/decompress-tarbz2 from 8.0.2 to 8.1.0
Commits
f6ed5328.1.06fdb949Update safe dependencies- See full diff in compare view
Updates @xhmikosr/decompress-targz from 8.0.1 to 8.1.0
Commits
376f7018.1.0c3d973eUpdate safe dependencies- See full diff in compare view
Updates @xhmikosr/decompress-unzip from 7.0.0 to 7.1.0
Commits
2ad814a7.1.0e5fb3bdUpdate safe dependencies- See full diff in compare view
Updates @xhmikosr/decompress from 10.0.1 to 10.2.0
Commits
Updates @xhmikosr/downloader from 15.0.2 to 15.2.0
Release notes
Sourced from @xhmikosr/downloader's releases.
v15.2.0
Update dependencies https://github.com/XhmikosR/download/commit/3fd5e67cdd0a58c2ba5c1ed88066eaa2e74dc558
v15.1.1
Downgrade defaults to v2.0.2. v3.0.0 seems to have a bug that results in Serialized Error
Full Changelog: https://github.com/XhmikosR/download/compare/v15.1.0...v15.1.1
v15.1.0
Update safe dependencies https://github.com/XhmikosR/download/commit/056048f3d0567fbde47982a792f88939673be2cd
Commits
Updates babel-jest from 30.0.4 to 30.0.5
Changelog
Sourced from babel-jest's changelog.
30.0.5
Features
[jest-config]AllowtestMatchto take a string value[jest-worker]LetworkerIdleMemoryLimitaccept 0 to always restart worker child processesFixes
[expect]Fixbiginterror (#15702)
Commits
22236cfv30.0.5- See full diff in compare view
Updates babel-preset-current-node-syntax from 1.1.0 to 1.2.0
Commits
Updates caniuse-lite from 1.0.30001727 to 1.0.30001731
Commits
fad7902Update caniuse-db 1.0.30001731423d5ceUpdate caniuse-db 1.0.30001730- See full diff in compare view
Updates defaults from 3.0.0 to 2.0.2
Commits
- See full diff in compare view
Updates electron-to-chromium from 1.5.187 to 1.5.193
Commits
Updates expect from 30.0.4 to 30.0.5
Changelog
Sourced from expect's changelog.
30.0.5
Features
[jest-config]AllowtestMatchto take a string value[jest-worker]LetworkerIdleMemoryLimitaccept 0 to always restart worker child processesFixes
[expect]Fixbiginterror (#15702)
Commits
22236cfv30.0.5a3d1e2efix:bigintcause error (#15702)- See full diff in compare view
Updates file-type from 19.6.0 to 20.5.0
Release notes
Sourced from file-type's releases.
v20.5.0
- Add support Office PowerPoint 2007 (macro-enabled) slide show (#747) f1b4c7a
https://github.com/sindresorhus/file-type/compare/v20.4.1...v20.5.0
v20.4.1
- Add workaround for using
bundleras the module-resolution in TypeScript (#744) 90bfe33
https://github.com/sindresorhus/file-type/compare/v20.4.0...v20.4.1
v20.4.0
- Add support for OpenType Font Collection (TTC) (#737) 3e576a6
https://github.com/sindresorhus/file-type/compare/v20.3.0...v20.4.0
v20.3.0
https://github.com/sindresorhus/file-type/compare/v20.2.0...v20.3.0
v20.2.0
- Add support for RealMedia (#740) d05d49d
https://github.com/sindresorhus/file-type/compare/v20.1.0...v20.2.0
v20.1.0
- Improve WebP detection (#733) ef486f1
https://github.com/sindresorhus/file-type/compare/v20.0.1...v20.1.0
v20.0.1
- Fix detecting small PDF file (#728) f34e9f7
https://github.com/sindresorhus/file-type/compare/v20.0.0...v20.0.1
... (truncated)
Commits
7fc6d9f20.5.0f1b4c7aAdd support Office PowerPoint 2007 (macro-enabled) slide show (#747)7c9612620.4.190bfe33Add workaround for usingbundleras the module-resolution in TypeScript (#744)a21fad120.4.03e576a6Add support for OpenType Font Collection (TTC) (#737)0743dd420.3.08d39f66Addnodesubpath export (#741)37ea05820.2.0d05d49dAdd support for RealMedia (#740)- Additional commits viewable in compare view
Updates find-versions from 6.0.0 to 5.1.0
Commits
cb2034bUsemeowin CLI33c105f1.1.295e982dbump deps- See full diff in compare view
Updates jest-changed-files from 30.0.2 to 30.0.5
Changelog
Sourced from jest-changed-files's changelog.
30.0.5
Features
[jest-config]AllowtestMatchto take a string value[jest-worker]LetworkerIdleMemoryLimitaccept 0 to always restart worker child processesFixes
[expect]Fixbiginterror (#15702)30.0.4
Features
[expect]TheInversetype is now exported (#15714)[expect]feat: supportasync functionsintoBe(#15704)Fixes
[jest]jest --onlyFailures --listTests now correctly lists only failed tests (#15700)[jest-snapshot]Handle line endings in snapshots (#15708)30.0.3
Fixes
[jest-config]Fix ESM TS config loading in a CJS project (#15694)[jest-core]jest --onlyFailures --listTests now correctly lists only failed tests(#15700)Features
[jest-diff]Show non-printable control characters to diffs (#15696)
Commits
22236cfv30.0.5- See full diff in compare view
Updates jest-circus from 30.0.4 to 30.0.5
Changelog
Sourced from jest-circus's changelog.
30.0.5
Features
[jest-config]AllowtestMatchto take a string value[jest-worker]LetworkerIdleMemoryLimitaccept 0 to always restart worker child processesFixes
[expect]Fixbiginterror (#15702)
Commits
22236cfv30.0.5- See full diff in compare view
Updates jest-cli from 30.0.4 to 30.0.5
Changelog
Sourced from jest-cli's changelog.
30.0.5
Features
[jest-config]AllowtestMatchto take a string value[jest-worker]LetworkerIdleMemoryLimitaccept 0 to always restart worker child processesFixes
[expect]Fixbiginterror (#15702)
Commits
22236cfv30.0.5- See full diff in compare view
Updates jest-config from 30.0.4 to 30.0.5
Changelog
Sourced from jest-config's changelog.
30.0.5
Features
[jest-config]AllowtestMatchto take a string value[jest-worker]LetworkerIdleMemoryLimitaccept 0 to always restart worker child processesFixes
[expect]Fixbiginterror (#15702)
Commits
Updates jest-diff from 30.0.4 to 30.0.5
Changelog
Sourced from jest-diff's changelog.
30.0.5
Features
[jest-config]AllowtestMatchto take a string value[jest-worker]LetworkerIdleMemoryLimitaccept 0 to always restart worker child processesFixes
[expect]Fixbiginterror (#15702)
Commits
22236cfv30.0.5- See full diff in compare view
Updates jest-each from 30.0.2 to 30.0.5
Changelog
Sourced from jest-each's changelog.
30.0.5
Features
[jest-config]AllowtestMatchto take a string value[jest-worker]LetworkerIdleMemoryLimitDescription has been truncated
Pull Request Statistics
1
2
+452
-535
Package Dependencies
jest-resolve-dependencies
npm
30.0.4 → 30.0.5
Patch
babel-preset-current-node-syntax
npm
1.1.0 → 1.2.0
Minor
@xhmikosr/decompress-tarbz2
npm
8.0.2 → 8.1.0
Minor
Technical Details
| ID: | 4367607 |
| UUID: | 2710611366 |
| Node ID: | PR_kwDOKvqLmM6hkKWm |
| Host: | GitHub |
| Repository: | mattfsourcecode/fastify-swc-typescript-server |
| Merge State: | Unknown |