Skip to content

Bump the all group across 4 directories with 8 updates#409

Merged
chrmarti merged 1 commit intomainfrom
dependabot/npm_and_yarn/dot-github/scripts/all-06dd331b40
Oct 16, 2025
Merged

Bump the all group across 4 directories with 8 updates#409
chrmarti merged 1 commit intomainfrom
dependabot/npm_and_yarn/dot-github/scripts/all-06dd331b40

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2025

Bumps the all group with 1 update in the /.github/scripts directory: jest.
Bumps the all group with 6 updates in the /azdo-task/DevcontainersCi directory:

Package From To
jest 30.0.4 30.1.3
@types/node 24.0.13 24.5.2
@typescript-eslint/eslint-plugin 8.37.0 8.44.1
@vercel/ncc 0.38.3 0.38.4
ts-jest 29.4.0 29.4.4
typescript 5.8.3 5.9.2

Bumps the all group with 4 updates in the /common directory: jest, @types/node, ts-jest and typescript.
Bumps the all group with 6 updates in the /github-action directory:

Package From To
jest 30.0.4 30.1.3
@types/node 24.0.13 24.5.2
@typescript-eslint/eslint-plugin 8.37.0 8.44.1
@vercel/ncc 0.38.3 0.38.4
ts-jest 29.4.0 29.4.4
typescript 5.8.3 5.9.2

Updates jest from 30.0.4 to 30.1.3

Release notes

Sourced from jest's releases.

30.1.3

Fixes

  • Fix unstable_mockModule with node: 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 active

Fixes

  • `[jest-snapshot-utils] Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (#15787)
  • [jest-circus] Fix it.concurrent not working with describe.skip (#15765)
  • [jest-snapshot] Fix mangled inline snapshot updates when used with Prettier 3 and CRLF line endings
  • [jest-runtime] Importing from @jest/globals in more than one file no longer breaks relative paths (#15772)

Chore

  • [expect] Update docblock for toContain() to display info on substring check (#15789)
Changelog

Sourced from jest's changelog.

30.1.3

Fixes

  • Fix unstable_mockModule with node: 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 active

Fixes

  • [jest-snapshot-utils] Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (#15787)
  • [jest-circus] Fix it.concurrent not working with describe.skip (#15765)
  • [jest-snapshot] Fix mangled inline snapshot updates when used with Prettier 3 and CRLF line endings
  • [jest-runtime] Importing from @jest/globals in more than one file no longer breaks relative paths (#15772)

Chore

  • [expect] Update docblock for toContain() to display info on substring check (#15789)

30.0.5

Features

  • [jest-config] Allow testMatch to take a string value
  • [jest-worker] Let workerIdleMemoryLimit accept 0 to always restart worker child processes

Fixes

  • [expect] Fix bigint error (#15702)
Commits

Updates jest from 30.0.4 to 30.1.3

Release notes

Sourced from jest's releases.

30.1.3

Fixes

  • Fix unstable_mockModule with node: 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 active

Fixes

  • `[jest-snapshot-utils] Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (#15787)
  • [jest-circus] Fix it.concurrent not working with describe.skip (#15765)
  • [jest-snapshot] Fix mangled inline snapshot updates when used with Prettier 3 and CRLF line endings
  • [jest-runtime] Importing from @jest/globals in more than one file no longer breaks relative paths (#15772)

Chore

  • [expect] Update docblock for toContain() to display info on substring check (#15789)
Changelog

Sourced from jest's changelog.

30.1.3

Fixes

  • Fix unstable_mockModule with node: 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 active

Fixes

  • [jest-snapshot-utils] Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (#15787)
  • [jest-circus] Fix it.concurrent not working with describe.skip (#15765)
  • [jest-snapshot] Fix mangled inline snapshot updates when used with Prettier 3 and CRLF line endings
  • [jest-runtime] Importing from @jest/globals in more than one file no longer breaks relative paths (#15772)

Chore

  • [expect] Update docblock for toContain() to display info on substring check (#15789)

30.0.5

Features

  • [jest-config] Allow testMatch to take a string value
  • [jest-worker] Let workerIdleMemoryLimit accept 0 to always restart worker child processes

Fixes

  • [expect] Fix bigint error (#15702)
Commits

Updates jest from 30.0.4 to 30.1.3

Release notes

Sourced from jest's releases.

30.1.3

Fixes

  • Fix unstable_mockModule with node: 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 active

Fixes

  • `[jest-snapshot-utils] Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (#15787)
  • [jest-circus] Fix it.concurrent not working with describe.skip (#15765)
  • [jest-snapshot] Fix mangled inline snapshot updates when used with Prettier 3 and CRLF line endings
  • [jest-runtime] Importing from @jest/globals in more than one file no longer breaks relative paths (#15772)

Chore

  • [expect] Update docblock for toContain() to display info on substring check (#15789)
Changelog

Sourced from jest's changelog.

30.1.3

Fixes

  • Fix unstable_mockModule with node: 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 active

Fixes

  • [jest-snapshot-utils] Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (#15787)
  • [jest-circus] Fix it.concurrent not working with describe.skip (#15765)
  • [jest-snapshot] Fix mangled inline snapshot updates when used with Prettier 3 and CRLF line endings
  • [jest-runtime] Importing from @jest/globals in more than one file no longer breaks relative paths (#15772)

Chore

  • [expect] Update docblock for toContain() to display info on substring check (#15789)

30.0.5

Features

  • [jest-config] Allow testMatch to take a string value
  • [jest-worker] Let workerIdleMemoryLimit accept 0 to always restart worker child processes

Fixes

  • [expect] Fix bigint error (#15702)
Commits

Updates jest from 30.0.4 to 30.1.3

Release notes

Sourced from jest's releases.

30.1.3

Fixes

  • Fix unstable_mockModule with node: 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 active

Fixes

  • `[jest-snapshot-utils] Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (#15787)
  • [jest-circus] Fix it.concurrent not working with describe.skip (#15765)
  • [jest-snapshot] Fix mangled inline snapshot updates when used with Prettier 3 and CRLF line endings
  • [jest-runtime] Importing from @jest/globals in more than one file no longer breaks relative paths (#15772)

Chore

  • [expect] Update docblock for toContain() to display info on substring check (#15789)
Changelog

Sourced from jest's changelog.

30.1.3

Fixes

  • Fix unstable_mockModule with node: 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 active

Fixes

  • [jest-snapshot-utils] Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (#15787)
  • [jest-circus] Fix it.concurrent not working with describe.skip (#15765)
  • [jest-snapshot] Fix mangled inline snapshot updates when used with Prettier 3 and CRLF line endings
  • [jest-runtime] Importing from @jest/globals in more than one file no longer breaks relative paths (#15772)

Chore

  • [expect] Update docblock for toContain() to display info on substring check (#15789)

30.0.5

Features

  • [jest-config] Allow testMatch to take a string value
  • [jest-worker] Let workerIdleMemoryLimit accept 0 to always restart worker child processes

Fixes

  • [expect] Fix bigint error (#15702)
Commits

Updates jest from 30.0.4 to 30.1.3

Release notes

Sourced from jest's releases.

30.1.3

Fixes

  • Fix unstable_mockModule with node: 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 active

Fixes

  • `[jest-snapshot-utils] Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (#15787)
  • [jest-circus] Fix it.concurrent not working with describe.skip (#15765)
  • [jest-snapshot] Fix mangled inline snapshot updates when used with Prettier 3 and CRLF line endings
  • [jest-runtime] Importing from @jest/globals in more than one file no longer breaks relative paths (#15772)

Chore

  • [expect] Update docblock for toContain() to display info on substring check (#15789)
Changelog

Sourced from jest's changelog.

30.1.3

Fixes

  • Fix unstable_mockModule with node: 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 active

Fixes

  • [jest-snapshot-utils] Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (#15787)
  • [jest-circus] Fix it.concurrent not working with describe.skip (#15765)
  • [jest-snapshot] Fix mangled inline snapshot updates when used with Prettier 3 and CRLF line endings
  • [jest-runtime] Importing from @jest/globals in more than one file no longer breaks relative paths (#15772)

Chore

  • [expect] Update docblock for toContain() to display info on substring check (#15789)

30.0.5

Features

  • [jest-config] Allow testMatch to take a string value
  • [jest-worker] Let workerIdleMemoryLimit accept 0 to always restart worker child processes

Fixes

  • [expect] Fix bigint error (#15702)
Commits

Updates @types/node from 24.0.13 to 24.5.2

Commits

Updates @typescript-eslint/eslint-plugin from 8.37.0 to 8.44.1

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.44.1

8.44.1 (2025-09-22)

🩹 Fixes

  • eslint-plugin: [no-base-to-string] make ignoredTypeNames match type names without generics (#11597)
  • eslint-plugin: [no-unsafe-enum-comparison] support unions of literals (#11599)
  • eslint-plugin: [await-thenable] should not report passing values to promise aggregators which may be a promise in an array literal (#11611)
  • typescript-estree: forbid class property with name constructor (#11590)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.44.0

8.44.0 (2025-09-15)

🚀 Features

  • eslint-plugin: [await-thenable] report invalid (non-promise) values passed to promise aggregator methods (#11267)

🩹 Fixes

  • deps: update dependency @​eslint-community/eslint-utils to v4.8.0 (#11589)
  • eslint-plugin: [no-unnecessary-type-conversion] ignore enum members (#11490)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.43.0

8.43.0 (2025-09-08)

🚀 Features

  • typescript-estree: disallow empty type parameter/argument lists (#11563)

🩹 Fixes

  • eslint-plugin: [no-non-null-assertion] do not suggest optional chain on LHS of assignment (#11489)
  • eslint-plugin: [no-unnecessary-type-conversion] only report ~~ on integer literal types (#11517)
  • eslint-plugin: [consistent-type-exports] fix declaration shadowing (#11457)

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.44.1 (2025-09-22)

🩹 Fixes

  • eslint-plugin: [await-thenable] should not report passing values to promise aggregators which may be a promise in an array literal (#11611)
  • eslint-plugin: [no-unsafe-enum-comparison] support unions of literals (#11599)
  • eslint-plugin: [no-base-to-string] make ignoredTypeNames match type names without generics (#11597)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

8.44.0 (2025-09-15)

🚀 Features

  • eslint-plugin: [await-thenable] report invalid (non-promise) values passed to promise aggregator methods (#11267)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-conversion] ignore enum members (#11490)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

8.43.0 (2025-09-08)

🚀 Features

  • typescript-estree: disallow empty type parameter/argument lists (#11563)

🩹 Fixes

  • eslint-plugin: [prefer-return-this-type] don't report an error when returning a union type that includes a classType (#11432)
  • eslint-plugin: [no-deprecated] should report deprecated exports and reexports (#11359)
  • eslint-plugin: [no-floating-promises] allowForKnownSafeCalls now supports function names (#11423, #11430)
  • eslint-plugin: [consistent-type-exports] fix declaration shadowing (#11457)
  • eslint-plugin: [no-unnecessary-type-conversion] only report ~~ on integer literal types (#11517)
  • scope-manager: exclude Program from DefinitionBase node types (#11469)
  • eslint-plugin: [no-non-null-assertion] do not suggest optional chain on LHS of assignment (#11489)
  • type-utils: add union type support to TypeOrValueSpecifier (#11526)

... (truncated)

Commits
  • c198052 chore(release): publish 8.44.1
  • c392a0d fix(eslint-plugin): [await-thenable] should not report passing values to prom...
  • 20c3d97 fix(eslint-plugin): [no-unsafe-enum-comparison] support unions of literals (#...
  • 4fde781 fix(eslint-plugin): [no-base-to-string] make ignoredTypeNames match type name...
  • 77056f7 chore(release): publish 8.44.0
  • 684e63f chore(deps): update eslint monorepo to v9.35.0 (#11600)
  • 2ed6857 fix(eslint-plugin): [no-unnecessary-type-conversion] ignore enum members (#11...
  • 85d8dea feat(eslint-plugin): [await-thenable] report invalid (non-promise) values pas...
  • 42527df chore: remove unnecessary nullThrows() (#11580)
  • ef9173c chore(release): publish 8.43.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 @​typescript-eslint/eslint-plugin since your current version.


Updates @typescript-eslint/parser from 8.37.0 to 8.44.1

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.44.1

8.44.1 (2025-09-22)

🩹 Fixes

  • eslint-plugin: [no-base-to-string] make ignoredTypeNames match type names without generics (#11597)
  • eslint-plugin: [no-unsafe-enum-comparison] support unions of literals (#11599)
  • eslint-plugin: [await-thenable] should not report passing values to promise aggregators which may be a promise in an array literal (#11611)
  • typescript-estree: forbid class property with name constructor (#11590)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.44.0

8.44.0 (2025-09-15)

🚀 Features

  • eslint-plugin: [await-thenable] report invalid (non-promise) values passed to promise aggregator methods (#11267)

🩹 Fixes

  • deps: update dependency @​eslint-community/eslint-utils to v4.8.0 (#11589)
  • eslint-plugin: [no-unnecessary-type-conversion] ignore enum members (#11490)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.43.0

8.43.0 (2025-09-08)

🚀 Features

  • typescript-estree: disallow empty type parameter/argument lists (#11563)

🩹 Fixes

  • eslint-plugin: [no-non-null-assertion] do not suggest optional chain on LHS of assignment (#11489)
  • eslint-plugin: [no-unnecessary-type-conversion] only report ~~ on integer literal types (#11517)
  • eslint-plugin: [consistent-type-exports] fix declaration shadowing (#11457)

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.44.1 (2025-09-22)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.44.0 (2025-09-15)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.43.0 (2025-09-08)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.42.0 (2025-09-02)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.41.0 (2025-08-25)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.40.0 (2025-08-18)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.39.1 (2025-08-11)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.39.0 (2025-08-04)

🚀 Features

  • update to TypeScript 5.9.2 (#11445)

❤️ Thank You

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​typescript-eslint/parser since your current version.


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

Commits
  • e72d34d fix(cjs-build): enable evaluating import.meta in cjs build (#1236)
  • 186af2b chore(deps): Bump amannn/action-semantic-pull-request from 5.5.3 to 6.1.1 (#1...
  • 162c7d4 chore(deps): Bump actions/checkout from 4 to 5 (#1283)
  • 24734b5 chore(deps): Bump cipher-base from 1.0.4 to 1.0.6 (#1280)
  • 7bf44d5 chore(deps): Bump sha.js from 2.4.11 to 2.4.12 (#1281)
  • 50f1851 chore(deps): Bump tmp from 0.2.3 to 0.2.4 (#1278)
  • d797f1b chore(deps-dev): Bump koa from 2.16.1 to 3.0.1 (#1272)
  • 9bdbd47 chore(deps): Bump pbkdf2 from 3.1.2 to 3.1.3 (#1266)
  • cbfd660 chore(deps-dev): bump test deps for aws-sdk (#1263)
  • d17397f chore(deps-dev): Bump axios from 1.7.7 to 1.8.2 (#1262)
  • Additional commits viewable in compare view

Updates jest from 30.0.4 to 30.1.3

Release notes

Sourced from jest's releases.

30.1.3

Fixes

  • Fix unstable_mockModule with node: 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 active

Fixes

  • `[jest-snapshot-utils] Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (#15787)
  • [jest-circus] Fix it.concurrent not working with describe.skip (#15765)
  • [jest-snapshot] Fix mangled inline snapshot updates when used with Prettier 3 and CRLF line endings
  • [jest-runtime] Importing from @jest/globals in more than one file no longer breaks relative paths (#15772)

Chore

  • [expect] Update docblock for toContain() to display info on substring check (#15789)
Changelog

Sourced from jest's changelog.

30.1.3

Fixes

  • Fix unstable_mockModule with node: 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 active

Fixes

  • [jest-snapshot-utils] Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (#15787)
  • [jest-circus] Fix it.concurrent not working with describe.skip (#15765)
  • [jest-snapshot] Fix mangled inline snapshot updates when used with Prettier 3 and CRLF line endings
  • [jest-runtime] Importing from @jest/globals in more than one file no longer breaks relative paths (#15772)

Chore

  • [expect] Update docblock for toContain() to display info on substring check (#15789)

30.0.5

Features

  • [jest-config] Allow testMatch to take a string value
  • [jest-worker] Let workerIdleMemoryLimit accept 0 to always restart worker child processes

Fixes

  • [expect] Fix bigint error (#15702)
Commits

Updates jest-circus from 30.0.4 to 30.1.3

Release notes

Sourced from jest-circus's releases.

30.1.3

Fixes

  • Fix unstable_mockModule with node: 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 active

Fixes

  • `[jest-snapshot-utils] Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (#15787)
  • [jest-circus] Fix it.concurrent not working with describe.skip (#15765)
  • [jest-snapshot] Fix mangled inline snapshot updates when used with Prettier 3 and CRLF line endings
  • [jest-runtime] Importing from @jest/globals in more than one file no longer breaks relative paths (#15772)

Chore

  • [expect] Update docblock for toContain() to display info on substring check (#15789)
Changelog

Sourced from jest-circus's changelog.

30.1.3

Fixes

  • Fix unstable_mockModule with node: 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 active

Fixes

  • [jest-snapshot-utils] Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (#15787)
  • [jest-circus] Fix it.concurrent not working with describe.skip (#15765)
  • [jest-snapshot] Fix mangled inline snapshot updates when used with Prettier 3 and CRLF line endings
  • [jest-runtime] Importing from @jest/globals in more than one file no longer breaks relative paths (#15772)

Chore

  • [expect] Update docblock for toContain() to display info on substring check (#15789)

30.0.5

Features

  • [jest-config] Allow testMatch to take a string value
  • [jest-worker] Let workerIdleMemoryLimit accept 0 to always restart worker child processes

Fixes

  • [expect] Fix bigint error (#15702)
Commits

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 22, 2025
@dependabot dependabot bot requested review from a team and stuartleeks as code owners September 22, 2025 23:19
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 22, 2025
@chrmarti
Copy link
Copy Markdown
Collaborator

@dependabot rebase

Bumps the all group with 1 update in the /.github/scripts directory: [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest).
Bumps the all group with 6 updates in the /azdo-task/DevcontainersCi directory:

| Package | From | To |
| --- | --- | --- |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `30.0.4` | `30.1.3` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.0.13` | `24.5.2` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.37.0` | `8.44.1` |
| [@vercel/ncc](https://github.com/vercel/ncc) | `0.38.3` | `0.38.4` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.4.0` | `29.4.4` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.2` |

Bumps the all group with 4 updates in the /common directory: [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [ts-jest](https://github.com/kulshekhar/ts-jest) and [typescript](https://github.com/microsoft/TypeScript).
Bumps the all group with 6 updates in the /github-action directory:

| Package | From | To |
| --- | --- | --- |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `30.0.4` | `30.1.3` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.0.13` | `24.5.2` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.37.0` | `8.44.1` |
| [@vercel/ncc](https://github.com/vercel/ncc) | `0.38.3` | `0.38.4` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.4.0` | `29.4.4` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.2` |



Updates `jest` from 30.0.4 to 30.1.3
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.1.3/packages/jest)

Updates `jest` from 30.0.4 to 30.1.3
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.1.3/packages/jest)

Updates `jest` from 30.0.4 to 30.1.3
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.1.3/packages/jest)

Updates `jest` from 30.0.4 to 30.1.3
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.1.3/packages/jest)

Updates `jest` from 30.0.4 to 30.1.3
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.1.3/packages/jest)

Updates `@types/node` from 24.0.13 to 24.5.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 8.37.0 to 8.44.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.44.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.37.0 to 8.44.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.44.1/packages/parser)

Updates `@vercel/ncc` from 0.38.3 to 0.38.4
- [Release notes](https://github.com/vercel/ncc/releases)
- [Commits](vercel/ncc@0.38.3...0.38.4)

Updates `jest` from 30.0.4 to 30.1.3
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.1.3/packages/jest)

Updates `jest-circus` from 30.0.4 to 30.1.3
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.1.3/packages/jest-circus)

Updates `ts-jest` from 29.4.0 to 29.4.4
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.4.0...v29.4.4)

Updates `typescript` from 5.8.3 to 5.9.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.8.3...v5.9.2)

Updates `@types/node` from 24.0.13 to 24.5.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `typescript` from 5.8.3 to 5.9.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.8.3...v5.9.2)

Updates `jest` from 30.0.4 to 30.1.3
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.1.3/packages/jest)

Updates `jest-circus` from 30.0.4 to 30.1.3
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.1.3/packages/jest-circus)

Updates `ts-jest` from 29.4.0 to 29.4.4
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.4.0...v29.4.4)

Updates `@types/node` from 24.0.13 to 24.5.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 8.37.0 to 8.44.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.44.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.37.0 to 8.44.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.44.1/packages/parser)

Updates `@vercel/ncc` from 0.38.3 to 0.38.4
- [Release notes](https://github.com/vercel/ncc/releases)
- [Commits](vercel/ncc@0.38.3...0.38.4)

Updates `jest` from 30.0.4 to 30.1.3
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.1.3/packages/jest)

Updates `jest-circus` from 30.0.4 to 30.1.3
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.1.3/packages/jest-circus)

Updates `ts-jest` from 29.4.0 to 29.4.4
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.4.0...v29.4.4)

Updates `typescript` from 5.8.3 to 5.9.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.8.3...v5.9.2)

Updates `jest` from 30.0.4 to 30.1.3
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.1.3/packages/jest)

Updates `@types/node` from 24.0.13 to 24.5.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `jest` from 30.0.4 to 30.1.3
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.1.3/packages/jest)

Updates `jest-circus` from 30.0.4 to 30.1.3
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.1.3/packages/jest-circus)

Updates `ts-jest` from 29.4.0 to 29.4.4
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.4.0...v29.4.4)

Updates `typescript` from 5.8.3 to 5.9.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.8.3...v5.9.2)

Updates `@types/node` from 24.0.13 to 24.5.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `typescript` from 5.8.3 to 5.9.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.8.3...v5.9.2)

Updates `jest` from 30.0.4 to 30.1.3
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.1.3/packages/jest)

Updates `jest-circus` from 30.0.4 to 30.1.3
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.1.3/packages/jest-circus)

Updates `ts-jest` from 29.4.0 to 29.4.4
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.4.0...v29.4.4)

Updates `@types/node` from 24.0.13 to 24.5.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `jest` from 30.0.4 to 30.1.3
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.1.3/packages/jest)

Updates `jest-circus` from 30.0.4 to 30.1.3
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.1.3/packages/jest-circus)

Updates `ts-jest` from 29.4.0 to 29.4.4
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.4.0...v29.4.4)

Updates `typescript` from 5.8.3 to 5.9.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.8.3...v5.9.2)

Updates `jest` from 30.0.4 to 30.1.3
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.1.3/packages/jest)

Updates `@types/node` from 24.0.13 to 24.5.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 8.37.0 to 8.44.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.44.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.37.0 to 8.44.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.44.1/packages/parser)

Updates `@vercel/ncc` from 0.38.3 to 0.38.4
- [Release notes](https://github.com/vercel/ncc/releases)
- [Commits](vercel/ncc@0.38.3...0.38.4)

Updates `jest` from 30.0.4 to 30.1.3
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.1.3/packages/jest)

Updates `jest-circus` from 30.0.4 to 30.1.3
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.1.3/packages/jest-circus)

Updates `ts-jest` from 29.4.0 to 29.4.4
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.4.0...v29.4.4)

Updates `typescript` from 5.8.3 to 5.9.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.8.3...v5.9.2)

Updates `@types/node` from 24.0.13 to 24.5.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `typescript` from 5.8.3 to 5.9.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.8.3...v5.9.2)

Updates `jest` from 30.0.4 to 30.1.3
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.1.3/packages/jest)

Updates `jest-circus` from 30.0.4 to 30.1.3
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.1.3/packages/jest-circus)

Updates `ts-jest` from 29.4.0 to 29.4.4
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.4.0...v29.4.4)

Updates `@types/node` from 24.0.13 to 24.5.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 8.37.0 to 8.44.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.44.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.37.0 to 8.44.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.44.1/packages/parser)

Updates `@vercel/ncc` from 0.38.3 to 0.38.4
- [Release notes](https://github.com/vercel/ncc/releases)
- [Commits](vercel/ncc@0.38.3...0.38.4)

Updates `jest` from 30.0.4 to 30.1.3
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.1.3/packages/jest)

Updates `jest-circus` from 30.0.4 to 30.1.3
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.1.3/packages/jest-circus)

Updates `ts-jest` from 29.4.0 to 29.4.4
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.4.0...v29.4.4)

Updates `typescript` from 5.8.3 to 5.9.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.8.3...v5.9.2)

---
updated-dependencies:
- dependency-name: jest
  dependency-version: 30.1.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: jest
  dependency-version: 30.1.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: jest
  dependency-version: 30.1.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: jest
  dependency-version: 30.1.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: jest
  dependency-version: 30.1.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@types/node"
  dependency-version: 24.5.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.44.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.44.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@vercel/ncc"
  dependency-version: 0.38.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: jest
  dependency-version: 30.1.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: jest-circus
  dependency-version: 30.1.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: ts-jest
  dependency-version: 29.4.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: typescript
  dependency-version: 5.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@types/node"
  dependency-version: 24.5.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: typescript
  dependency-version: 5.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: jest
  dependency-version: 30.1.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: jest-circus
  dependency-version: 30.1.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: ts-jest
  dependency-version: 29.4.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@types/node"
  dependency-version: 24.5.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.44.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.44.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@vercel/ncc"
  dependency-version: 0.38.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: jest
  dependency-version: 30.1.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: jest-circus
  dependency-version: 30.1.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: ts-jest
  dependency-version: 29.4.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: typescript
  dependency-version: 5.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: jest
  dependency-version: 30.1.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@types/node"
  dependency-version: 24.5.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: jest
  dependency-version: 30.1.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: jest-circus
  dependency-version: 30.1.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: ts-jest
  dependency-version: 29.4.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: typescript
  dependency-version: 5.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@types/node"
  dependency-version: 24.5.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: typescript
  dependency-version: 5.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: jest
  dependency-version: 30.1.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: jest-circus
  dependency-version: 30.1.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: ts-jest
  dependency-version: 29.4.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@types/node"
  dependency-version: 24.5.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: jest
  dependency-version: 30.1.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: jest-circus
  dependency-version: 30.1.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: ts-jest
  dependency-version: 29.4.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: typescript
  dependency-version: 5.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: jest
  dependency-version: 30.1.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@types/node"
  dependency-version: 24.5.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.44.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.44.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@vercel/ncc"
  dependency-version: 0.38.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: jest
  dependency-version: 30.1.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: jest-circus
  dependency-version: 30.1.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: ts-jest
  dependency-version: 29.4.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: typescript
  dependency-version: 5.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@types/node"
  dependency-version: 24.5.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: typescript
  dependency-version: 5.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: jest
  dependency-version: 30.1.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: jest-circus
  dependency-version: 30.1.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: ts-jest
  dependency-version: 29.4.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@types/node"
  dependency-version: 24.5.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.44.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.44.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@vercel/ncc"
  dependency-version: 0.38.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: jest
  dependency-version: 30.1.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: jest-circus
  dependency-version: 30.1.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: ts-jest
  dependency-version: 29.4.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: typescript
  dependency-version: 5.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dot-github/scripts/all-06dd331b40 branch from b555453 to e2cc4e4 Compare October 16, 2025 10:36
@chrmarti chrmarti merged commit 76ae069 into main Oct 16, 2025
24 checks passed
@chrmarti chrmarti deleted the dependabot/npm_and_yarn/dot-github/scripts/all-06dd331b40 branch October 16, 2025 11:17
renovate bot added a commit to sdwilsh/ansible-playbooks that referenced this pull request Apr 17, 2026
##### [\`v0.3.1900000448\`](https://github.com/devcontainers/ci/releases/tag/v0.3.1900000448)

#### What's Changed

- Remove compiled JS content by [@stuartleeks](https://github.com/stuartleeks) in [#210](devcontainers/ci#210)
- Retain run-main.js/run-post.js by [@stuartleeks](https://github.com/stuartleeks) in [#213](devcontainers/ci#213)
- Update tag to use generated version number by [@stuartleeks](https://github.com/stuartleeks) in [#214](devcontainers/ci#214)
- Workflow tidying by [@stuartleeks](https://github.com/stuartleeks) in [#216](devcontainers/ci#216)
- Add missing 'v' prefix on release/tag by [@stuartleeks](https://github.com/stuartleeks) in [#217](devcontainers/ci#217)
- Update docs to point to v0.3 release by [@stuartleeks](https://github.com/stuartleeks) in [#218](devcontainers/ci#218)
- Pass env vars to `devcontainer up` by [@stuartleeks](https://github.com/stuartleeks) in [#211](devcontainers/ci#211)
- Re-enable running subset of tests in forks by [@stuartleeks](https://github.com/stuartleeks) in [#220](devcontainers/ci#220)
- re-enable test `platform_with_runCmd` by [@stuartleeks](https://github.com/stuartleeks) in [#203](devcontainers/ci#203)
- Add `noCache` option by [@trxcllnt](https://github.com/trxcllnt) in [#199](devcontainers/ci#199)
- Add additionalMounts for GitHub Action Output Mount by [@andar1an](https://github.com/andar1an) in [#219](devcontainers/ci#219)
- Update checks action to remove NodeJS version warning by [@stuartleeks](https://github.com/stuartleeks) in [#228](devcontainers/ci#228)
- Revert to latest version of tfx-cli by [@stuartleeks](https://github.com/stuartleeks) in [#227](devcontainers/ci#227)
- Update to run 'devcontainer exec' without JSON parsing output by [@stuartleeks](https://github.com/stuartleeks) in [#226](devcontainers/ci#226)
- Use version 0 to allow for breaking CLI changes in the future. by [@chrmarti](https://github.com/chrmarti) in [#229](devcontainers/ci#229)
- gh: refactor community files by [@SauravMaheshkar](https://github.com/SauravMaheshkar) in [#222](devcontainers/ci#222)
- Fix a typo in `azdo-task/README.md` by [@jiedxu](https://github.com/jiedxu) in [#245](devcontainers/ci#245)
- Update golang for CG by [@chrmarti](https://github.com/chrmarti) in [#260](devcontainers/ci#260)
- Update Debian, go tools, Node, NPM package by [@chrmarti](https://github.com/chrmarti) in [#263](devcontainers/ci#263)
- Bump [@babel/traverse](https://github.com/babel/traverse) from 7.18.2 to 7.23.2 in /.github/scripts by [@dependabot](https://github.com/dependabot)\[bot] in [#261](devcontainers/ci#261)
- Bump json5 from 2.2.1 to 2.2.3 in /.github/scripts by [@dependabot](https://github.com/dependabot)\[bot] in [#264](devcontainers/ci#264)
- Bump semver from 6.3.0 to 6.3.1 in /.github/scripts by [@dependabot](https://github.com/dependabot)\[bot] in [#266](devcontainers/ci#266)
- Fix scripts by [@chrmarti](https://github.com/chrmarti) in [#265](devcontainers/ci#265)
- Update azure-pipelines-task-lib to avoid security issue in dependency by [@chrmarti](https://github.com/chrmarti) in [#267](devcontainers/ci#267)
- Add configFile option by [@chrmarti](https://github.com/chrmarti) in [#269](devcontainers/ci#269)
- Ignore spaces by [@chrmarti](https://github.com/chrmarti) in [#280](devcontainers/ci#280)
- Add workflow permissions by [@chrmarti](https://github.com/chrmarti) in [#282](devcontainers/ci#282)
- Update QEMU and Buildx steps to resolve Node 16 deprecation warning by [@korverdev](https://github.com/korverdev) in [#283](devcontainers/ci#283)
- Find Windows executable by [@chrmarti](https://github.com/chrmarti) in [#288](devcontainers/ci#288)
- add `inheritEnv` action parameter by [@OmarTawfik](https://github.com/OmarTawfik) in [#295](devcontainers/ci#295)
- Fix permissions by [@chrmarti](https://github.com/chrmarti) in [#297](devcontainers/ci#297)
- Fix permissions by [@chrmarti](https://github.com/chrmarti) in [#298](devcontainers/ci#298)
- Docs: github-action.md: fix wording by [@lolmaus](https://github.com/lolmaus) in [#296](devcontainers/ci#296)
- Add `cacheTo` argument to `ci` action by [@sebst](https://github.com/sebst) in [#300](devcontainers/ci#300)
- Fix CI by [@chrmarti](https://github.com/chrmarti) in [#308](devcontainers/ci#308)
- Fix CI by [@chrmarti](https://github.com/chrmarti) in [#327](devcontainers/ci#327)
- Bump actions/setup-node from 3 to 4 by [@dependabot](https://github.com/dependabot)\[bot] in [#309](devcontainers/ci#309)
- Bump ghcr.io/devcontainers/features/github-cli from 1.0.11 to 1.0.13 by [@dependabot](https://github.com/dependabot)\[bot] in [#310](devcontainers/ci#310)
- Bump LouisBrunner/checks-action from 1.1.1 to 2.0.0 by [@dependabot](https://github.com/dependabot)\[bot] in [#311](devcontainers/ci#311)
- Bump github/codeql-action from 2 to 3 by [@dependabot](https://github.com/dependabot)\[bot] in [#312](devcontainers/ci#312)
- Bump docker/login-action from 2 to 3 by [@dependabot](https://github.com/dependabot)\[bot] in [#313](devcontainers/ci#313)
- Bump actions/github-script from 6 to 7 by [@dependabot](https://github.com/dependabot)\[bot] in [#314](devcontainers/ci#314)
- Update dependencies by [@chrmarti](https://github.com/chrmarti) in [#328](devcontainers/ci#328)
- Fix AzDO task by [@chrmarti](https://github.com/chrmarti) in [#329](devcontainers/ci#329)
- fix: don't group the actual running of the commands by [@ffMathy](https://github.com/ffMathy) in [#272](devcontainers/ci#272)
- Add note on JIT by [@chrmarti](https://github.com/chrmarti) in [#330](devcontainers/ci#330)
- Fix formatting by [@chrmarti](https://github.com/chrmarti) in [#331](devcontainers/ci#331)
- Update dependencies by [@chrmarti](https://github.com/chrmarti) in [#332](devcontainers/ci#332)
- Consolidate npm package updates by [@chrmarti](https://github.com/chrmarti) in [#352](devcontainers/ci#352)
- Fix dependabot.yml by [@chrmarti](https://github.com/chrmarti) in [#353](devcontainers/ci#353)
- Cleanup 'common' dependency by [@chrmarti](https://github.com/chrmarti) in [#355](devcontainers/ci#355)
- Bump the all group across 4 directories with 4 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#356](devcontainers/ci#356)
- Bump actions/checkout from 3 to 4 by [@dependabot](https://github.com/dependabot)\[bot] in [#333](devcontainers/ci#333)
- Bump the all group across 4 directories with 6 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#359](devcontainers/ci#359)
- Bump the all group across 4 directories with 3 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#360](devcontainers/ci#360)
- Bump the all group across 4 directories with 5 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#362](devcontainers/ci#362)
- Bump ghcr.io/devcontainers/features/github-cli from 1.0.13 to 1.0.14 by [@dependabot](https://github.com/dependabot)\[bot] in [#364](devcontainers/ci#364)
- Bump the all group across 3 directories with 6 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#369](devcontainers/ci#369)
- Bump the all group across 4 directories with 6 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#378](devcontainers/ci#378)
- Bump the all group across 4 directories with 8 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#379](devcontainers/ci#379)
- Bump the all group across 4 directories with 7 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#389](devcontainers/ci#389)
- Bump the all group across 4 directories with 5 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#396](devcontainers/ci#396)
- investigate CI failure by [@chrmarti](https://github.com/chrmarti) in [#411](devcontainers/ci#411)
- Bump the all group across 4 directories with 8 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#409](devcontainers/ci#409)
- Bump the all group across 3 directories with 3 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#414](devcontainers/ci#414)
- Bump actions/setup-node from 4 to 6 by [@dependabot](https://github.com/dependabot)\[bot] in [#413](devcontainers/ci#413)
- Update Node, NPM, Go tools and Debian  by [@Kaniska244](https://github.com/Kaniska244) in [#438](devcontainers/ci#438)
- Add "Publish the AzDO extension" input by [@chrmarti](https://github.com/chrmarti) in [#439](devcontainers/ci#439)
- Also skip AzDO testing by [@chrmarti](https://github.com/chrmarti) in [#440](devcontainers/ci#440)

#### New Contributors

- [@trxcllnt](https://github.com/trxcllnt) made their first contribution in [#199](devcontainers/ci#199)
- [@andar1an](https://github.com/andar1an) made their first contribution in [#219](devcontainers/ci#219)
- [@SauravMaheshkar](https://github.com/SauravMaheshkar) made their first contribution in [#222](devcontainers/ci#222)
- [@jiedxu](https://github.com/jiedxu) made their first contribution in [#245](devcontainers/ci#245)
- [@korverdev](https://github.com/korverdev) made their first contribution in [#283](devcontainers/ci#283)
- [@OmarTawfik](https://github.com/OmarTawfik) made their first contribution in [#295](devcontainers/ci#295)
- [@lolmaus](https://github.com/lolmaus) made their first contribution in [#296](devcontainers/ci#296)
- [@sebst](https://github.com/sebst) made their first contribution in [#300](devcontainers/ci#300)
- [@ffMathy](https://github.com/ffMathy) made their first contribution in [#272](devcontainers/ci#272)
- [@Kaniska244](https://github.com/Kaniska244) made their first contribution in [#438](devcontainers/ci#438)

**Full Changelog**: <devcontainers/ci@v0.2.1900000266...v0.3.1900000448>
sdwilsh pushed a commit to sdwilsh/ansible-playbooks that referenced this pull request Apr 17, 2026
##### [\`v0.3.1900000448\`](https://github.com/devcontainers/ci/releases/tag/v0.3.1900000448)

#### What's Changed

- Remove compiled JS content by [@stuartleeks](https://github.com/stuartleeks) in [#210](devcontainers/ci#210)
- Retain run-main.js/run-post.js by [@stuartleeks](https://github.com/stuartleeks) in [#213](devcontainers/ci#213)
- Update tag to use generated version number by [@stuartleeks](https://github.com/stuartleeks) in [#214](devcontainers/ci#214)
- Workflow tidying by [@stuartleeks](https://github.com/stuartleeks) in [#216](devcontainers/ci#216)
- Add missing 'v' prefix on release/tag by [@stuartleeks](https://github.com/stuartleeks) in [#217](devcontainers/ci#217)
- Update docs to point to v0.3 release by [@stuartleeks](https://github.com/stuartleeks) in [#218](devcontainers/ci#218)
- Pass env vars to `devcontainer up` by [@stuartleeks](https://github.com/stuartleeks) in [#211](devcontainers/ci#211)
- Re-enable running subset of tests in forks by [@stuartleeks](https://github.com/stuartleeks) in [#220](devcontainers/ci#220)
- re-enable test `platform_with_runCmd` by [@stuartleeks](https://github.com/stuartleeks) in [#203](devcontainers/ci#203)
- Add `noCache` option by [@trxcllnt](https://github.com/trxcllnt) in [#199](devcontainers/ci#199)
- Add additionalMounts for GitHub Action Output Mount by [@andar1an](https://github.com/andar1an) in [#219](devcontainers/ci#219)
- Update checks action to remove NodeJS version warning by [@stuartleeks](https://github.com/stuartleeks) in [#228](devcontainers/ci#228)
- Revert to latest version of tfx-cli by [@stuartleeks](https://github.com/stuartleeks) in [#227](devcontainers/ci#227)
- Update to run 'devcontainer exec' without JSON parsing output by [@stuartleeks](https://github.com/stuartleeks) in [#226](devcontainers/ci#226)
- Use version 0 to allow for breaking CLI changes in the future. by [@chrmarti](https://github.com/chrmarti) in [#229](devcontainers/ci#229)
- gh: refactor community files by [@SauravMaheshkar](https://github.com/SauravMaheshkar) in [#222](devcontainers/ci#222)
- Fix a typo in `azdo-task/README.md` by [@jiedxu](https://github.com/jiedxu) in [#245](devcontainers/ci#245)
- Update golang for CG by [@chrmarti](https://github.com/chrmarti) in [#260](devcontainers/ci#260)
- Update Debian, go tools, Node, NPM package by [@chrmarti](https://github.com/chrmarti) in [#263](devcontainers/ci#263)
- Bump [@babel/traverse](https://github.com/babel/traverse) from 7.18.2 to 7.23.2 in /.github/scripts by [@dependabot](https://github.com/dependabot)\[bot] in [#261](devcontainers/ci#261)
- Bump json5 from 2.2.1 to 2.2.3 in /.github/scripts by [@dependabot](https://github.com/dependabot)\[bot] in [#264](devcontainers/ci#264)
- Bump semver from 6.3.0 to 6.3.1 in /.github/scripts by [@dependabot](https://github.com/dependabot)\[bot] in [#266](devcontainers/ci#266)
- Fix scripts by [@chrmarti](https://github.com/chrmarti) in [#265](devcontainers/ci#265)
- Update azure-pipelines-task-lib to avoid security issue in dependency by [@chrmarti](https://github.com/chrmarti) in [#267](devcontainers/ci#267)
- Add configFile option by [@chrmarti](https://github.com/chrmarti) in [#269](devcontainers/ci#269)
- Ignore spaces by [@chrmarti](https://github.com/chrmarti) in [#280](devcontainers/ci#280)
- Add workflow permissions by [@chrmarti](https://github.com/chrmarti) in [#282](devcontainers/ci#282)
- Update QEMU and Buildx steps to resolve Node 16 deprecation warning by [@korverdev](https://github.com/korverdev) in [#283](devcontainers/ci#283)
- Find Windows executable by [@chrmarti](https://github.com/chrmarti) in [#288](devcontainers/ci#288)
- add `inheritEnv` action parameter by [@OmarTawfik](https://github.com/OmarTawfik) in [#295](devcontainers/ci#295)
- Fix permissions by [@chrmarti](https://github.com/chrmarti) in [#297](devcontainers/ci#297)
- Fix permissions by [@chrmarti](https://github.com/chrmarti) in [#298](devcontainers/ci#298)
- Docs: github-action.md: fix wording by [@lolmaus](https://github.com/lolmaus) in [#296](devcontainers/ci#296)
- Add `cacheTo` argument to `ci` action by [@sebst](https://github.com/sebst) in [#300](devcontainers/ci#300)
- Fix CI by [@chrmarti](https://github.com/chrmarti) in [#308](devcontainers/ci#308)
- Fix CI by [@chrmarti](https://github.com/chrmarti) in [#327](devcontainers/ci#327)
- Bump actions/setup-node from 3 to 4 by [@dependabot](https://github.com/dependabot)\[bot] in [#309](devcontainers/ci#309)
- Bump ghcr.io/devcontainers/features/github-cli from 1.0.11 to 1.0.13 by [@dependabot](https://github.com/dependabot)\[bot] in [#310](devcontainers/ci#310)
- Bump LouisBrunner/checks-action from 1.1.1 to 2.0.0 by [@dependabot](https://github.com/dependabot)\[bot] in [#311](devcontainers/ci#311)
- Bump github/codeql-action from 2 to 3 by [@dependabot](https://github.com/dependabot)\[bot] in [#312](devcontainers/ci#312)
- Bump docker/login-action from 2 to 3 by [@dependabot](https://github.com/dependabot)\[bot] in [#313](devcontainers/ci#313)
- Bump actions/github-script from 6 to 7 by [@dependabot](https://github.com/dependabot)\[bot] in [#314](devcontainers/ci#314)
- Update dependencies by [@chrmarti](https://github.com/chrmarti) in [#328](devcontainers/ci#328)
- Fix AzDO task by [@chrmarti](https://github.com/chrmarti) in [#329](devcontainers/ci#329)
- fix: don't group the actual running of the commands by [@ffMathy](https://github.com/ffMathy) in [#272](devcontainers/ci#272)
- Add note on JIT by [@chrmarti](https://github.com/chrmarti) in [#330](devcontainers/ci#330)
- Fix formatting by [@chrmarti](https://github.com/chrmarti) in [#331](devcontainers/ci#331)
- Update dependencies by [@chrmarti](https://github.com/chrmarti) in [#332](devcontainers/ci#332)
- Consolidate npm package updates by [@chrmarti](https://github.com/chrmarti) in [#352](devcontainers/ci#352)
- Fix dependabot.yml by [@chrmarti](https://github.com/chrmarti) in [#353](devcontainers/ci#353)
- Cleanup 'common' dependency by [@chrmarti](https://github.com/chrmarti) in [#355](devcontainers/ci#355)
- Bump the all group across 4 directories with 4 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#356](devcontainers/ci#356)
- Bump actions/checkout from 3 to 4 by [@dependabot](https://github.com/dependabot)\[bot] in [#333](devcontainers/ci#333)
- Bump the all group across 4 directories with 6 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#359](devcontainers/ci#359)
- Bump the all group across 4 directories with 3 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#360](devcontainers/ci#360)
- Bump the all group across 4 directories with 5 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#362](devcontainers/ci#362)
- Bump ghcr.io/devcontainers/features/github-cli from 1.0.13 to 1.0.14 by [@dependabot](https://github.com/dependabot)\[bot] in [#364](devcontainers/ci#364)
- Bump the all group across 3 directories with 6 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#369](devcontainers/ci#369)
- Bump the all group across 4 directories with 6 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#378](devcontainers/ci#378)
- Bump the all group across 4 directories with 8 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#379](devcontainers/ci#379)
- Bump the all group across 4 directories with 7 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#389](devcontainers/ci#389)
- Bump the all group across 4 directories with 5 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#396](devcontainers/ci#396)
- investigate CI failure by [@chrmarti](https://github.com/chrmarti) in [#411](devcontainers/ci#411)
- Bump the all group across 4 directories with 8 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#409](devcontainers/ci#409)
- Bump the all group across 3 directories with 3 updates by [@dependabot](https://github.com/dependabot)\[bot] in [#414](devcontainers/ci#414)
- Bump actions/setup-node from 4 to 6 by [@dependabot](https://github.com/dependabot)\[bot] in [#413](devcontainers/ci#413)
- Update Node, NPM, Go tools and Debian  by [@Kaniska244](https://github.com/Kaniska244) in [#438](devcontainers/ci#438)
- Add "Publish the AzDO extension" input by [@chrmarti](https://github.com/chrmarti) in [#439](devcontainers/ci#439)
- Also skip AzDO testing by [@chrmarti](https://github.com/chrmarti) in [#440](devcontainers/ci#440)

#### New Contributors

- [@trxcllnt](https://github.com/trxcllnt) made their first contribution in [#199](devcontainers/ci#199)
- [@andar1an](https://github.com/andar1an) made their first contribution in [#219](devcontainers/ci#219)
- [@SauravMaheshkar](https://github.com/SauravMaheshkar) made their first contribution in [#222](devcontainers/ci#222)
- [@jiedxu](https://github.com/jiedxu) made their first contribution in [#245](devcontainers/ci#245)
- [@korverdev](https://github.com/korverdev) made their first contribution in [#283](devcontainers/ci#283)
- [@OmarTawfik](https://github.com/OmarTawfik) made their first contribution in [#295](devcontainers/ci#295)
- [@lolmaus](https://github.com/lolmaus) made their first contribution in [#296](devcontainers/ci#296)
- [@sebst](https://github.com/sebst) made their first contribution in [#300](devcontainers/ci#300)
- [@ffMathy](https://github.com/ffMathy) made their first contribution in [#272](devcontainers/ci#272)
- [@Kaniska244](https://github.com/Kaniska244) made their first contribution in [#438](devcontainers/ci#438)

**Full Changelog**: <devcontainers/ci@v0.2.1900000266...v0.3.1900000448>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant