Bump the npm-version-updates group across 8 directories with 10 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 2
(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.2 |
| jest | 29.7.0 |
30.0.0 |
| @types/jest | 29.5.14 |
30.0.0 |
| prettier | 3.4.2 |
3.5.3 |
| 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.32 |
| jest | 29.7.0 |
30.0.0 |
| @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.0 |
| jest | 29.7.0 |
30.0.0 |
| @types/jest | 29.5.14 |
30.0.0 |
| prettier | 3.4.2 |
3.5.3 |
| 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.0 |
| jest | 29.7.0 |
30.0.0 |
| @types/jest | 29.5.14 |
30.0.0 |
| prettier | 3.4.2 |
3.5.3 |
| 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.2
Commits
- See full diff in compare view
Updates jest from 29.7.0 to 30.0.0
Release notes
Sourced from jest's releases.
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)[jest-cli]ExportbuildArgv(#15310)[jest-config][BREAKING] Addmtsandctsto defaultmoduleFileExtensionsconfig (#14369)[jest-config][BREAKING] UpdatetestMatchandtestRegexdefault option for supportingmjs,cjs,mts, andcts(#14584)[jest-config]Loads config file from provided path inpackage.json(#14044)[jest-config]Allow loadingjest.config.ctsfiles (#14070)[jest-config]ShowrootDirin error message when apresetfails to load (#15194)[jest-config]Support loading TS config files usingesbuild-registervia docblock loader (#15190)[jest-config]Allow passing TS config loader options via docblock comment (#15234)[jest-config]If Node is running with type stripping enabled, do not require a TS loader (#15480)[@jest/core]Group together open handles with the same stack trace (#13417, & #14789)[@jest/core]AddperfStatsto surface test setup overhead (#14622)[@jest/core][BREAKING] Changed--filterto accept an object with shape{ filtered: Array<string> }to match documentation (#13319)[@jest/core]Support--outputFileoption for--listTests(#14980)[@jest/core]Stringify Errors properly with--jsonflag (#15329)[@jest/core, @jest/test-sequencer][BREAKING] ExposesglobalConfig&contextstoTestSequencer(#14535, & #14543)[jest-each]Introduce%$option to add number of the test to its title (#14710)[@jest/environment][BREAKING] Remove deprecatedjest.genMockFromModule()(#15042)[@jest/environment][BREAKING] Remove unnecessary defensive code (#15045)[jest-environment-jsdom][BREAKING] Upgrade JSDOM to v22 (#13825)[@jest/environment-jsdom-abstract]Introduce new package which abstracts over thejsdomenvironment, allowing usage of custom versions of JSDOM (#14717)[jest-environment-node]Update jest environment with dispose symbolsSymbol(#14888 & #14909)[expect, @jest/expect][BREAKING] Add type inference for function parameters inCalledWithassertions (#15129)[@jest/expect-utils]Properly compare all types ofTypedArrays (#15178)[@jest/fake-timers][BREAKING] Upgrade@sinonjs/fake-timersto v13 (#14544 & #15470)[@jest/fake-timers]Exposing new modern timers functionadvanceTimersToFrame()which advances all timers by the needed milliseconds to execute callbacks currently scheduled withrequestAnimationFrame(#14598)[jest-matcher-utils]AddSERIALIZABLE_PROPERTIESto allow custom serialization of objects (#14893)[jest-mock]Add support for the Explicit Resource Management proposal to use theusingkeyword withjest.spyOn(object, methodName)(#14895)[jest-reporters]Add support for DEC mode 2026 (#15008)[jest-resolver]Supportfile://URLs as paths (#15154)[jest-resolve,jest-runtime,jest-resolve-dependencies]Pass the conditions when resolving stub modules (#15489)[jest-runtime]Exposing new modern timers functionjest.advanceTimersToFrame()from@jest/fake-timers(#14598)[jest-runtime]Supportimport.meta.filenameandimport.meta.dirname(available from Node 20.11) (#14854)
... (truncated)
Changelog
Sourced from jest's changelog.
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)[jest-config]Loads config file from provided path inpackage.json(#14044)[jest-config]Allow loadingjest.config.ctsfiles (#14070)[jest-config]ShowrootDirin error message when apresetfails to load (#15194)[jest-config]Support loading TS config files usingesbuild-registervia docblock loader (#15190)[jest-config]Allow passing TS config loader options via docblock comment (#15234)[jest-config]If Node is running with type stripping enabled, do not require a TS loader (#15480)[@jest/core]Group together open handles with the same stack trace (#13417, & #14789)[@jest/core]AddperfStatsto surface test setup overhead (#14622)[@jest/core][BREAKING] Changed--filterto accept an object with shape{ filtered: Array<string> }to match documentation (#13319)[@jest/core]Support--outputFileoption for--listTests(#14980)[@jest/core]Stringify Errors properly with--jsonflag (#15329)[@jest/core, @jest/test-sequencer][BREAKING] ExposesglobalConfig&contextstoTestSequencer(#14535, & #14543)[jest-each]Introduce%$option to add number of the test to its title (#14710)[@jest/environment][BREAKING] Remove deprecatedjest.genMockFromModule()(#15042)[@jest/environment][BREAKING] Remove unnecessary defensive code (#15045)[jest-environment-jsdom][BREAKING] Upgrade JSDOM to v22 (#13825)[@jest/environment-jsdom-abstract]Introduce new package which abstracts over thejsdomenvironment, allowing usage of custom versions of JSDOM (#14717)[jest-environment-node]Update jest environment with dispose symbolsSymbol(#14888 & #14909)[expect, @jest/expect][BREAKING] Add type inference for function parameters inCalledWithassertions (#15129)[@jest/expect-utils]Properly compare all types ofTypedArrays (#15178)[@jest/fake-timers][BREAKING] Upgrade@sinonjs/fake-timersto v13 (#14544 & #15470)[@jest/fake-timers]Exposing new modern timers functionadvanceTimersToFrame()which advances all timers by the needed milliseconds to execute callbacks currently scheduled withrequestAnimationFrame(#14598)[jest-matcher-utils]AddSERIALIZABLE_PROPERTIESto allow custom serialization of objects (#14893)[jest-mock]Add support for the Explicit Resource Management proposal to use theusingkeyword withjest.spyOn(object, methodName)(#14895)[jest-reporters]Add support for DEC mode 2026 (#15008)[jest-resolver]Supportfile://URLs as paths (#15154)[jest-resolve,jest-runtime,jest-resolve-dependencies]Pass the conditions when resolving stub modules (#15489)[jest-runtime]Exposing new modern timers functionjest.advanceTimersToFrame()from@jest/fake-timers(#14598)[jest-runtime]Supportimport.meta.filenameandimport.meta.dirname(available from Node 20.11) (#14854)[jest-runtime]Supportimport.meta.resolve(#14930)[jest-runtime][BREAKING] Make it mandatory to passglobalConfigto theRuntimeconstructor (#15044)[jest-runtime]Addunstable_unmockModule(#15080)[jest-runtime]AddonGenerateMocktransformer callback for auto generated callbacks (#15433 & #15482)[jest-runtime][BREAKING] Usevm.compileFunctionovervm.Script(#15461)
... (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.5.3
Changelog
Sourced from prettier's changelog.
3.5.3
Flow: Fix missing parentheses in
ConditionalTypeAnnotation(#17196 by@fisker)// Input type T<U> = 'a' | ('b' extends U ? 'c' : empty); type T<U> = 'a' & ('b' extends U ? 'c' : empty);// Prettier 3.5.2
type T<U> = "a" | "b" extends U ? "c" : empty;
type T<U> = "a" & "b" extends U ? "c" : empty;// Prettier 3.5.3
type T<U> = "a" | ("b" extends U ? "c" : empty);
type T<U> = "a" & ("b" extends U ? "c" : empty);
3.5.2
Remove
module-synccondition (#17156 by@fisker)In Prettier 3.5.0, we added
module-synccondition topackage.json, so thatrequire("prettier")can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove themodule-synccondition, sorequire("prettier")will still use the CommonJS version, we'll revisit untilrequire(ESM)feature is more stable.3.5.1
Fix CLI crash when cache for old version exists (#17100 by
@sosukesuzuki)Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.
Support dockercompose and github-actions-workflow in VSCode (#17101 by
@remcohaszing)Prettier now supports the
dockercomposeandgithub-actions-workflowlanguages in Visual Studio Code.3.5.0
Commits
4ff5dc5Release 3.5.3a2e560eFix missing parentheses inConditionalTypeAnnotation(#17196)fa95c97AddmergeBlogPoststep to release script (#17199)b47cd50Add title to patch release changelog (#17197)de30788Minor fix in release scriptecee6a0Clean changelog_unreleasedfd06512Bump Prettier dependency to 3.5.21f74dd5Update dependents count399f427Release 3.5.2bf5aab8Revert "Use ESM entrypoint forrequire(ESM)" (#17156)- 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 @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#2388Pull Request Statistics
Commits:
0Files Changed:
0Additions:
+0Deletions:
-0
Package Dependencies
Technical Details
| ID: | 1677320 |
| UUID: | 3149437667 |
| Node ID: | PR_kwDOBM-Q_c6ar_ti |
| Host: | GitHub |
| Repository: | secureCodeBox/secureCodeBox |