Bump the npm-version-updates group across 8 directories with 10 updates
Type: Pull Request
State: Closed
Association: Contributor
Comments: 3
(8 months ago)
(8 months ago)
(8 months ago)
dependencies javascript
Bumps the npm-version-updates group with 7 updates in the / directory:
| Package | From | To |
|---|---|---|
| @kubernetes/client-node | 0.22.3 |
1.3.0 |
| @types/node | 22.10.2 |
24.0.7 |
| jest | 29.7.0 |
30.0.3 |
| @types/jest | 29.5.14 |
30.0.0 |
| prettier | 3.4.2 |
3.6.2 |
| ts-jest | 29.2.5 |
29.4.0 |
| typescript | 5.7.2 |
5.8.3 |
Bumps the npm-version-updates group with 3 updates in the /auto-discovery/kubernetes/pull-secret-extractor/integration-test directory: @kubernetes/client-node, @types/node and jest.
Bumps the npm-version-updates group with 1 update in the /bin directory: semver.
Bumps the npm-version-updates group with 1 update in the /hook-sdk/nodejs directory: @kubernetes/client-node.
Bumps the npm-version-updates group with 6 updates in the /hooks directory:
| Package | From | To |
|---|---|---|
| @kubernetes/client-node | 0.22.3 |
1.3.0 |
| @types/node | 22.10.1 |
22.15.34 |
| jest | 29.7.0 |
30.0.3 |
| @types/jest | 29.5.14 |
30.0.0 |
| ts-jest | 29.2.5 |
29.4.0 |
| typescript | 5.7.2 |
5.8.3 |
Bumps the npm-version-updates group with 2 updates in the /parser-sdk/nodejs directory: @kubernetes/client-node and axios.
Bumps the npm-version-updates group with 6 updates in the /scanners directory:
| Package | From | To |
|---|---|---|
| @types/node | 20.17.10 |
20.19.2 |
| jest | 29.7.0 |
30.0.3 |
| @types/jest | 29.5.14 |
30.0.0 |
| prettier | 3.4.2 |
3.6.2 |
| ts-jest | 29.2.5 |
29.4.0 |
| typescript | 5.7.2 |
5.8.3 |
Bumps the npm-version-updates group with 6 updates in the /tests/integration directory:
| Package | From | To |
|---|---|---|
| @types/node | 20.17.10 |
20.19.2 |
| jest | 29.7.0 |
30.0.3 |
| @types/jest | 29.5.14 |
30.0.0 |
| prettier | 3.4.2 |
3.6.2 |
| ts-jest | 29.2.5 |
29.4.0 |
| typescript | 5.7.2 |
5.8.3 |
Updates @kubernetes/client-node from 0.22.3 to 1.3.0
Release notes
Sourced from @kubernetes/client-node's releases.
1.3.0
What's Changed
- Update README.md by
@brendandburnsin kubernetes-client/javascript#2418- ci: test on Node v24 by
@cjihrigin kubernetes-client/javascript#2419- build(deps): bump openid-client from 6.4.2 to 6.5.0 by
@dependabotin kubernetes-client/javascript#2422- build(deps): bump
@types/nodefrom 22.15.11 to 22.15.14 by@dependabotin kubernetes-client/javascript#2423- build(deps): bump
@types/nodefrom 22.15.14 to 22.15.15 by@dependabotin kubernetes-client/javascript#2426- build(deps): bump
@types/nodefrom 22.15.15 to 22.15.17 by@dependabotin kubernetes-client/javascript#2428- Cherry-pick in two watch changes from the 0.x branch, clean up tests, fix list -> resourceVersion handling by
@brendandburnsin kubernetes-client/javascript#2429- build(deps-dev): bump typescript-eslint from 8.32.0 to 8.32.1 by
@dependabotin kubernetes-client/javascript#2431- build(deps): bump
@types/nodefrom 22.15.17 to 22.15.18 by@dependabotin kubernetes-client/javascript#2436- feat: add model registry to object serializer by
@schroditin kubernetes-client/javascript#2433- build(deps-dev): bump
@eslint/jsfrom 9.26.0 to 9.27.0 by@dependabotin kubernetes-client/javascript#2439- build(deps): bump
@types/nodefrom 22.15.18 to 22.15.19 by@dependabotin kubernetes-client/javascript#2440- build(deps-dev): bump eslint from 9.26.0 to 9.27.0 by
@dependabotin kubernetes-client/javascript#2441- chore: readd ws as a dependency by
@mstruebingin kubernetes-client/javascript#2442- build(deps): bump
@types/nodefrom 22.15.19 to 22.15.21 by@dependabotin kubernetes-client/javascript#2445- fix: readd AbortError export by
@xkabylgSICKAGin kubernetes-client/javascript#2446- build(deps): bump tar-fs from 3.0.8 to 3.0.9 by
@dependabotin kubernetes-client/javascript#2447- build(deps-dev): bump typedoc from 0.28.4 to 0.28.5 by
@dependabotin kubernetes-client/javascript#2452- update package versions in preparation for release by
@cjihrigin kubernetes-client/javascript#2454- build(deps): bump
@types/nodefrom 22.15.21 to 22.15.23 by@dependabotin kubernetes-client/javascript#2456- build(deps-dev): bump typescript-eslint from 8.32.1 to 8.33.0 by
@dependabotin kubernetes-client/javascript#2457Full Changelog: https://github.com/kubernetes-client/javascript/compare/1.2.0...1.3.0
1.2.0
What's Changed
- Reintroduce timeout and keep-alive for watch requests to match client-go by
@rossanthonyin kubernetes-client/javascript#2367- watch: prevent done callback from being called twice on connection loss by
@bverhoevenin kubernetes-client/javascript#2389- config: support username impersonation by
@cjihrigin kubernetes-client/javascript#2373- fix(object): properly serialize objects on create/replace/patch by
@schroditin kubernetes-client/javascript#2400- Regenerate for Kubernetes 1.33 by
@brendandburnsin kubernetes-client/javascript#2416New Contributors
@rossanthonymade their first contribution in kubernetes-client/javascript#2367@juldrixxmade their first contribution in kubernetes-client/javascript#2388@bverhoevenmade their first contribution in kubernetes-client/javascript#2389Full Changelog: https://github.com/kubernetes-client/javascript/compare/1.1.2...1.2.0
1.1.2
What's Changed between 1.0.0 and 1.1.2
- test: support testing transpiled code by
@cjihrigin kubernetes-client/javascript#2122- Add proxy support by
@krmodelskiin kubernetes-client/javascript#2111- Fix type definition for KubernetesObjectApi.read() by
@jportnerin kubernetes-client/javascript#2129- export
ApiConstructor-type by@mstruebingin kubernetes-client/javascript#2139- websocket: do not close when protocol supports it by
@cjihrigin kubernetes-client/javascript#2144- Improve loadFromCluster testing by
@brendandburnsin kubernetes-client/javascript#2191
... (truncated)
Commits
940af26Merge pull request #2457 from kubernetes-client/dependabot/npm_and_yarn/main/...5dad6d3Merge pull request #2456 from kubernetes-client/dependabot/npm_and_yarn/main/...55e1a8abuild(deps-dev): bump typescript-eslint from 8.32.1 to 8.33.0adf25e2build(deps): bump@types/nodefrom 22.15.21 to 22.15.232ed3379Merge pull request #2454 from cjihrig/bump4846defupdate package versions in preparation for releasef809c36Merge pull request #2452 from kubernetes-client/dependabot/npm_and_yarn/main/...52c1acfbuild(deps-dev): bump typedoc from 0.28.4 to 0.28.51fcb3a6Merge pull request #2447 from kubernetes-client/dependabot/npm_and_yarn/main/...affa86abuild(deps): bump tar-fs from 3.0.8 to 3.0.9- Additional commits viewable in compare view
Updates @types/node from 22.10.2 to 24.0.7
Commits
- See full diff in compare view
Updates jest from 29.7.0 to 30.0.3
Release notes
Sourced from jest's releases.
30.0.2
What's Changed
Fixes
[jest-matcher-utils]Make 'deepCyclicCopyObject' safer by setting descriptors to a null-prototype object (#15689)[jest-util]Make garbage collection protection property writable (#15689)Full Changelog: https://github.com/jestjs/jest/blob/main/CHANGELOG.md
Jest 30.0.1
What's Changed
Features
[jest-resolver]Implement thedefaultAsyncResolver(#15679)Fixes
[jest-resolver]Resolve builtin modules correctly (#15683)[jest-environment-node, jest-util]Avoid setting globals cleanup protection symbol when feature is off (#15684)Chore & Maintenance
[*]Remove and deprecatejest-replpackage (#15673)[jest-resolver]Replace customisBuiltinModulewith node'sisBuiltin(#15685)New Contributors
@vovkasmmade their first contribution in jestjs/jest#15687Full Changelog: https://github.com/jestjs/jest/blob/main/CHANGELOG.md
Jest 30
Today we are happy to announce the release of Jest 30. This release features a substantial number of changes, fixes, and improvements. While it is one of the largest major releases of Jest ever, we admit that three years for a major release is too long. In the future, we are aiming to make more frequent major releases to keep Jest great for the next decade.
If you want to skip all the news and just get going, run
npm install jest@^30.0.0and follow the migration guide: Upgrading from Jest 29 to 30.Features
[*]RenamedglobalsCleanupModetoglobalsCleanupand--waitNextEventLoopTurnForUnhandledRejectionEventsto--waitForUnhandledRejections[expect]AddArrayOfasymmetric matcher for validating array elements. (#15567)[babel-jest]Add optionexcludeJestPresetto allow opting out ofbabel-preset-jest(#15164)[expect]Revert #15038 to fixexpect(fn).toHaveBeenCalledWith(expect.objectContaining(...))when there are multiple calls (#15508)[jest-circus, jest-cli, jest-config]AddwaitNextEventLoopTurnForUnhandledRejectionEventsflag to minimise performance impact of correct detection of unhandled promise rejections introduced in #14315 (#14681)[jest-circus]Add awaitBeforeRetryoption tojest.retryTimes(#14738)[jest-circus]Add aretryImmediatelyoption tojest.retryTimes(#14696)[jest-circus, jest-jasmine2]AllowsetupFilesAfterEnvto export an async function (#10962)[jest-circus, jest-test-result]AddstartedAttimestamp inTestCaseResultObjectwithinonTestCaseResult(#15145)
... (truncated)
Changelog
Sourced from jest's changelog.
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)30.0.2
Fixes
[jest-matcher-utils]Make 'deepCyclicCopyObject' safer by setting descriptors to a null-prototype object (#15689)[jest-util]Make garbage collection protection property writable (#15689)30.0.1
Features
[jest-resolver]Implement thedefaultAsyncResolver(#15679)Fixes
[jest-resolver]Resolve builtin modules correctly (#15683)[jest-environment-node, jest-util]Avoid setting globals cleanup protection symbol when feature is off (#15684)Chore & Maintenance
[*]Remove and deprecatejest-replpackage (#15673)[jest-resolver]Replace customisBuiltinModulewith node'sisBuiltin(#15685)30.0.0
Features
[*]RenamedglobalsCleanupModetoglobalsCleanupand--waitNextEventLoopTurnForUnhandledRejectionEventsto--waitForUnhandledRejections[expect]AddArrayOfasymmetric matcher for validating array elements. (#15567)[babel-jest]Add optionexcludeJestPresetto allow opting out ofbabel-preset-jest(#15164)[expect]Revert #15038 to fixexpect(fn).toHaveBeenCalledWith(expect.objectContaining(...))when there are multiple calls (#15508)[jest-circus, jest-cli, jest-config]AddwaitNextEventLoopTurnForUnhandledRejectionEventsflag to minimise performance impact of correct detection of unhandled promise rejections introduced in #14315 (#14681)[jest-circus]Add awaitBeforeRetryoption tojest.retryTimes(#14738)[jest-circus]Add aretryImmediatelyoption tojest.retryTimes(#14696)[jest-circus, jest-jasmine2]AllowsetupFilesAfterEnvto export an async function (#10962)[jest-circus, jest-test-result]AddstartedAttimestamp inTestCaseResultObjectwithinonTestCaseResult(#15145)[jest-cli]ExportbuildArgv(#15310)[jest-config][BREAKING] Addmtsandctsto defaultmoduleFileExtensionsconfig (#14369)[jest-config][BREAKING] UpdatetestMatchandtestRegexdefault option for supportingmjs,cjs,mts, andcts(#14584)
... (truncated)
Commits
Updates @types/jest from 29.5.14 to 30.0.0
Commits
- See full diff in compare view
Updates prettier from 3.4.2 to 3.6.2
Release notes
Sourced from prettier's releases.
3.6.2
What's Changed
- Add missing blank line around code block by
@fiskerin prettier/prettier#176753.6.1
- Fix "Warning: File descriptor 39 closed but not opened in unmanaged mode" error when running
--experimental-cli3.6.0
🔗 Release note "Prettier 3.6: Experimental fast CLI and new OXC and Hermes plugins!"
3.5.3
3.5.2
3.5.1
3.5.0
Changelog
Sourced from prettier's changelog.
3.6.2
Markdown: Add missing blank line around code block (#17675 by
@fisker)<!-- Input --> 1. Some text, and code block below, with newline after code block--- foo: bar
- Another
- List
<!-- Prettier 3.6.1 -->
Some text, and code block below, with newline after code block
--- foo: bar
- Another
- List
<!-- Prettier 3.6.2 -->
Some text, and code block below, with newline after code block
--- foo: bar
- Another
- List
3.6.1
TypeScript: Allow const without initializer (#17650, #17654 by
@fisker)// Input </tr></table>
... (truncated)
Commits
7a8b05fRelease 3.6.246526b4Add missing blank line around code block (#17675)a04ec11chore(deps): update babel to v7.27.7 (#17684)32be5b6chore(deps): update dependency flow-parser to v0.274.1 (#17676)b55e777Update docs about "TypeScript Configuration Files" (#17677)b197c99chore(deps): update dependency@vitejs/plugin-reactto v4.6.0 (#17674)1185f83chore(deps): update dependency@angular/compilerto v20.0.5 (#17680)aa1316fchore(deps): update dependency browserslist to v4.25.1 (#17671)c468d33chore(deps): update dependency oxc-parser to v0.75.0 (#17672)3f46d91chore(deps): update dependency vite to v7 (#17673)- Additional commits viewable in compare view
Updates ts-jest from 29.2.5 to 29.4.0
Release notes
Sourced from ts-jest's releases.
v29.4.0
Please refer to CHANGELOG.md for details.
v29.3.4
Please refer to CHANGELOG.md for details.
v29.3.3
Please refer to CHANGELOG.md for details.
v29.3.2
Please refer to CHANGELOG.md for details.
v29.3.1
Please refer to CHANGELOG.md for details.
v29.3.0
Please refer to CHANGELOG.md for details.
v29.2.6
Please refer to CHANGELOG.md for details.
Changelog
Sourced from ts-jest's changelog.
29.4.0 (2025-06-11)
Features
- feat: support Jest 30 (84e093e)
29.3.4 (2025-05-16)
Bug Fixes
- fix: fix
TsJestTransformerOptionstype (3b11e29), closes #4247- fix(cli): fix wrong path for preset creator fns (249eb2c)
- fix(config): disable
rewriteRelativeImportExtensionsalways (9b1f472), closes #485529.3.3 (2025-05-14)
Bug Fixes
- fix(cli): init config with preset creator functions (cdd3039), closes #4840
- fix(config): disable
isolatedDeclarations(5d6b35f), closes #484729.3.2 (2025-04-12)
Bug Fixes
29.3.1 (2025-03-31)
Bug Fixes
- fix: allow
isolatedModulesmode to havets.ProgramunderNode16/Next(25157eb)- fix: improve message for
isolatedModulesofts-jestconfig (547eb6f)29.3.0 (2025-03-21)
... (truncated)
Commits
f692f74chore(release): 29.4.084e093efeat: support Jest 302d6fe5cbuild(deps): Update dependency eslint-plugin-jsdoc to ^50.8.083c6d35build(deps): Update dependency eslint-plugin-jest to ^28.13.394797d0build(deps): Update dependency@vitejs/plugin-react-swcto ^3.10.29a9bd5cbuild(deps): Update ESLint packages to ^8.34.0cbd81fdbuild(deps): Update dependency eslint-plugin-jest to ^28.13.01d3fb0dbuild(deps): Update dependency@types/nodeto v20.19.032efecbbuild(deps): Update docusaurus monorepo to ^3.8.15133d48build: upgradedocusaurusto 3.8- Additional commits viewable in compare view
Updates typescript from 5.7.2 to 5.8.3
Release notes
Sourced from typescript's releases.
TypeScript 5.8.3
For release notes, check out the release announcement.
- fixed issues query for Typescript 5.8.0 (Beta).
- fixed issues query for Typescript 5.8.1 (RC).
- fixed issues query for Typescript 5.8.2 (Stable).
- fixed issues query for Typescript 5.8.3 (Stable).
Downloads are available on:
TypeScript 5.8
For release notes, check out the release announcement.
- fixed issues query for Typescript 5.8.0 (Beta).
- fixed issues query for Typescript 5.8.1 (RC).
- fixed issues query for Typescript 5.8.2 (Stable).
Downloads are available on:
TypeScript 5.8 RC
For release notes, check out the release announcement.
Downloads are available on:
TypeScript 5.8 Beta
For release notes, check out the release announcement.
Downloads are available on:
TypeScript 5.7.3
For release notes, check out the release announcement.
- fixed issues query for Typescript 5.7.0 (Beta).
- fixed issues query for Typescript 5.7.1 (RC).
- fixed issues query for Typescript 5.7.2 (Stable).
- fixed issues query for Typescript 5.7.3 (Stable).
Downloads are available on npm
Commits
83dc0bbConvert release publishing inputs into parameters (#61523)ba663f6Exclude completions of binding pattern variable initializers (#52723)7205edaBump github/codeql-action from 3.28.12 to 3.28.13 in the github-actions group...89c572cFixed a symbol display crash on expando members write locations (#55478)7b26d2eFix incorrect name in new release pipeline (#61514)c7a559eAdd new release publisher yaml (#61491)29e6d66Fixlib.includes('dom')check incontainerSeemsToBeEmptyDomElement(#61481)19b7772Bump the github-actions group with 4 updates (#61474)4dc677bFix errors on type assertions in erasableSyntaxOnly (#61452)ee3dd72fix(60908): Unexpected "'Type' is declared but its value is never read." erro...- Additional commits viewable in compare view
Updates ws from 8.18.0 to 8.18.3
Release notes
Sourced from ws's releases.
8.18.3
Bug fixes
- Fixed a spec violation where the
Sec-WebSocket-Versionheader was not added to the HTTP response if the client requested version was either invalid or unacceptable (33f5dbaf).8.18.2
Bug fixes
- Fixed an issue that, during message decompression when the maximum size was exceeded, led to the emission of an inaccurate error and closure of the connection with an improper close code (#2285).
8.18.1
Bug fixes
- The length of the UNIX domain socket paths in the tests has been shortened to make them work when run via CITGM (021f7b8b).
Commits
dabbdec[dist] 8.18.333f5dba[fix] Respond with the supported protocol versions (#2291)22a5a17[ci] Test on node 24e67eb7a[ci] Do not test on node 23fa670f2[ci] Run the lint step on node 220eb8535[dist] 8.18.24f20aed[fix] Handle oversized messages with designated error (#2285)aa998e3[pkg] Update globals to version 16.0.0cf25954[minor] Fix nit in error messageb92745a[dist] 8.18.1- Additional commits viewable in compare view
Updates @kubernetes/client-node from 0.22.3 to 1.3.0
Release notes
Sourced from @kubernetes/client-node's releases.
1.3.0
What's Changed
- Update README.md by
@brendandburnsin kubernetes-client/javascript#2418- ci: test on Node v24 by
@cjihrigin kubernetes-client/javascript#2419- build(deps): bump openid-client from 6.4.2 to 6.5.0 by
@dependabotin kubernetes-client/javascript#2422- build(deps): bump
@types/nodefrom 22.15.11 to 22.15.14 by@dependabotin kubernetes-client/javascript#2423- build(deps): bump
@types/nodefrom 22.15.14 to 22.15.15 by@dependabotin kubernetes-client/javascript#2426- build(deps): bump
@types/nodefrom 22.15.15 to 22.15.17 by@dependabotin kubernetes-client/javascript#2428- Cherry-pick in two watch changes from the 0.x branch, clean up tests, fix list -> resourceVersion handling by
@brendandburnsin kubernetes-client/javascript#2429- build(deps-dev): bump typescript-eslint from 8.32.0 to 8.32.1 by
@dependabotin kubernetes-client/javascript#2431- build(deps): bump
@types/nodefrom 22.15.17 to 22.15.18 by@dependabotin kubernetes-client/javascript#2436- feat: add model registry to object serializer by
@schroditin kubernetes-client/javascript#2433- build(deps-dev): bump
@eslint/jsfrom 9.26.0 to 9.27.0 by@dependabotin kubernetes-client/javascript#2439- build(deps): bump
@types/nodefrom 22.15.18 to 22.15.19 by@dependabotin kubernetes-client/javascript#2440- build(deps-dev): bump eslint from 9.26.0 to 9.27.0 by
@dependabotin kubernetes-client/javascript#2441- chore: readd ws as a dependency by
@mstruebingin kubernetes-client/javascript#2442- build(deps): bump
@types/nodefrom 22.15.19 to 22.15.21 by@dependabotin kubernetes-client/javascript#2445- fix: readd AbortError export by
@xkabylgSICKAGin kubernetes-client/javascript#2446- build(deps): bump tar-fs from 3.0.8 to 3.0.9 by
@dependabotin kubernetes-client/javascript#2447- build(deps-dev): bump typedoc from 0.28.4 to 0.28.5 by
@dependabotin kubernetes-client/javascript#2452- update package versions in preparation for release by
@cjihrigin kubernetes-client/javascript#2454- build(deps): bump
@types/nodefrom 22.15.21 to 22.15.23 by@dependabotin kubernetes-client/javascript#2456- build(deps-dev): bump typescript-eslint from 8.32.1 to 8.33.0 by
@dependabotin kubernetes-client/javascript#2457Full Changelog: https://github.com/kubernetes-client/javascript/compare/1.2.0...1.3.0
1.2.0
What's Changed
- Reintroduce timeout and keep-alive for watch requests to match client-go by
@rossanthonyin kubernetes-client/javascript#2367- watch: prevent done callback from being called twice on connection loss by
@bverhoevenin kubernetes-client/javascript#2389- config: support username impersonation by
@cjihrigin kubernetes-client/javascript#2373- fix(object): properly serialize objects on create/replace/patch by
@schroditin kubernetes-client/javascript#2400- Regenerate for Kubernetes 1.33 by
@brendandburnsin kubernetes-client/javascript#2416New Contributors
@rossanthonymade their first contribution in kubernetes-client/javascript#2367@juldrixxmade their first contribution in kubernetes-client/javascript#2388@bverhoevenmade their first contribution in kubernetes-client/javascript#2389Full Changelog: https://github.com/kubernetes-client/javascript/compare/1.1.2...1.2.0
1.1.2
What's Changed between 1.0.0 and 1.1.2
- test: support testing transpiled code by
@cjihrigin kubernetes-client/javascript#2122- Add proxy support by
@krmodelskiin kubernetes-client/javascript#2111- Fix type definition for KubernetesObjectApi.read() by
@jportnerin kubernetes-client/javascript#2129- export
ApiConstructor-type by@mstruebingin kubernetes-client/javascript#2139- websocket: do not close when protocol supports it by
@cjihrigin kubernetes-client/javascript#2144- Improve loadFromCluster testing by
@brendandburnsin kubernetes-client/javascript#2191
... (truncated)
Commits
940af26Merge pull request #2457 from kubernetes-client/dependabot/npm_and_yarn/main/...5dad6d3Merge pull request #2456 from kubernetes-client/dependabot/npm_and_yarn/main/...55e1a8abuild(deps-dev): bump typescript-eslint from 8.32.1 to 8.33.0adf25e2build(deps): bump@types/nodefrom 22.15.21 to 22.15.232ed3379Merge pull request #2454 from cjihrig/bump4846defupdate package versions in preparation for releasef809c36Merge pull request #2452 from kubernetes-client/dependabot/npm_and_yarn/main/...52c1acfbuild(deps-dev): bump typedoc from 0.28.4 to 0.28.51fcb3a6Merge pull request #2447 from kubernetes-client/dependabot/npm_and_yarn/main/...affa86abuild(deps): bump tar-fs from 3.0.8 to 3.0.9- Additional commits viewable in compare view
Updates @types/node from 22.10.1 to 22.15.34
Commits
- See full diff in compare view
Updates jest from 29.7.0 to 30.0.3
Release notes
Sourced from jest's releases.
30.0.2
What's Changed
Fixes
[jest-matcher-utils]Make 'deepCyclicCopyObject' safer by setting descriptors to a null-prototype object (#15689)[jest-util]Make garbage collection protection property writable (#15689)Full Changelog: https://github.com/jestjs/jest/blob/main/CHANGELOG.md
Jest 30.0.1
What's Changed
Features
[jest-resolver]Implement thedefaultAsyncResolver(#15679)Fixes
[jest-resolver]Resolve builtin modules correctly (#15683)[jest-environment-node, jest-util]Avoid setting globals cleanup protection symbol when feature is off (#15684)Chore & Maintenance
[*]Remove and deprecatejest-replpackage (#15673)[jest-resolver]Replace customisBuiltinModulewith node'sisBuiltin(#15685)New Contributors
@vovkasmmade their first contribution in jestjs/jest#15687Full Changelog: https://github.com/jestjs/jest/blob/main/CHANGELOG.md
Jest 30
Today we are happy to announce the release of Jest 30. This release features a substantial number of changes, fixes, and improvements. While it is one of the largest major releases of Jest ever, we admit that three years for a major release is too long. In the future, we are aiming to make more frequent major releases to keep Jest great for the next decade.
If you want to skip all the news and just get going, run
npm install jest@^30.0.0and follow the migration guide:Pull Request Statistics
Commits:
1Files Changed:
16Additions:
+43993Deletions:
-21346
Package Dependencies
Technical Details
| ID: | 2494468 |
| UUID: | 2628701966 |
| Node ID: | PR_kwDOBM-Q_c6crs8O |
| Host: | GitHub |
| Repository: | secureCodeBox/secureCodeBox |
| Mergeable: | Yes |
| Merge State: | Unstable |