Skip to content

Conversation

dependabot[bot]
Copy link

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

Bumps the npm-version-updates group with 13 updates in the / directory:

Package From To
@jest/globals 30.0.4 30.1.2
jose 6.0.12 6.1.0
oauth4webapi 3.6.0 3.8.1
@semantic-release/github 11.0.3 11.0.5
@semantic-release/release-notes-generator 14.0.3 14.1.0
@types/node 24.0.15 24.3.1
dotenv 17.2.0 17.2.2
eslint 9.31.0 9.35.0
jest 30.0.4 30.1.3
knip 5.62.0 5.63.1
testcontainers 11.3.1 11.5.1
ts-jest 29.4.0 29.4.1
typescript 5.8.3 5.9.2

Updates @jest/globals from 30.0.4 to 30.1.2

Release notes

Sourced from @​jest/globals's releases.

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/globals's changelog.

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 jose from 6.0.12 to 6.1.0

Release notes

Sourced from jose's releases.

v6.1.0

Features

  • support AKP JWKs in calculateJwkThumbprint and calculateJwkThumbprintUri (cf2092a)
  • support for the ML-DSA PQC Algorithm Identifiers (25ddce4)

v6.0.13

Refactor

  • more readability in ecdhes.ts (84da9de)
  • update asn1.ts helpers (b4f8fb3)
Changelog

Sourced from jose's changelog.

6.1.0 (2025-08-27)

Features

  • support AKP JWKs in calculateJwkThumbprint and calculateJwkThumbprintUri (cf2092a)
  • support for the ML-DSA PQC Algorithm Identifiers (25ddce4)

6.0.13 (2025-08-21)

Refactor

  • more readability in ecdhes.ts (84da9de)
  • update asn1.ts helpers (b4f8fb3)
Commits
  • 6f3e004 chore(release): 6.1.0
  • 25ddce4 feat: support for the ML-DSA PQC Algorithm Identifiers
  • cf2092a feat: support AKP JWKs in calculateJwkThumbprint and calculateJwkThumbprintUri
  • 2c519cc chore: cleanup after release
  • 1e36dd2 chore(release): 6.0.13
  • b4f8fb3 refactor: update asn1.ts helpers
  • 413fa45 chore: bump packages
  • 84da9de refactor: more readability in ecdhes.ts
  • 475a3ed chore: npm run format
  • b59c547 chore: bump packages
  • Additional commits viewable in compare view

Updates oauth4webapi from 3.6.0 to 3.8.1

Release notes

Sourced from oauth4webapi's releases.

v3.8.1

Fixes

  • DPoP: add header JWK alg and pub when using ML-DSA keys (90a702e)

v3.8.0

Features

  • support ML-DSA JWS Algorithm Identifiers (5e9e629)

v3.7.0

Features

  • optional recognition of proprietary or unrecognized token types (c875d5a)

v3.6.2

Refactor

  • skip checking www-authenticate if expected status is received (596ae33), closes #191

v3.6.1

Fixes

Changelog

Sourced from oauth4webapi's changelog.

3.8.1 (2025-08-29)

Fixes

  • DPoP: add header JWK alg and pub when using ML-DSA keys (90a702e)

3.8.0 (2025-08-27)

Features

  • support ML-DSA JWS Algorithm Identifiers (5e9e629)

3.7.0 (2025-08-12)

Features

  • optional recognition of proprietary or unrecognized token types (c875d5a)

3.6.2 (2025-08-08)

Refactor

  • skip checking www-authenticate if expected status is received (596ae33), closes #191

3.6.1 (2025-08-01)

Fixes

Commits
  • be2190f chore(release): 3.8.1
  • 90a702e fix(DPoP): add header JWK alg and pub when using ML-DSA keys
  • d8ce65d test: fix isNodeVersionAtLeast
  • 49ca39f chore: cleanup after release
  • 9efbf97 chore(release): 3.8.0
  • 5e9e629 feat: support ML-DSA JWS Algorithm Identifiers
  • b7bd5fe chore: cleanup after release
  • 0671d0c chore(release): 3.7.0
  • c875d5a feat: optional recognition of proprietary or unrecognized token types
  • b1a0c63 chore: cleanup after release
  • Additional commits viewable in compare view

Updates @semantic-release/github from 11.0.3 to 11.0.5

Release notes

Sourced from @​semantic-release/github's releases.

v11.0.5

11.0.5 (2025-08-29)

Bug Fixes

v11.0.4

11.0.4 (2025-08-10)

Bug Fixes

  • Check failCommentCondition in "success" step (#1026) (d77b6f4)
Commits

Updates @semantic-release/release-notes-generator from 14.0.3 to 14.1.0

Release notes

Sourced from @​semantic-release/release-notes-generator's releases.

v14.1.0

14.1.0 (2025-09-05)

Features

  • preset: support ignoreCommits option (#836) (485bc0a)
Commits
  • 485bc0a feat(preset): support ignoreCommits option (#836)
  • fc8464b docs(conventionalcommits): update link to options for the conventionalcommits...
  • 45d87a1 chore(deps): lock file maintenance (#837)
  • 236f298 chore(deps): lock file maintenance (#835)
  • 7f5bb7f ci(action): update actions/checkout action to v5 (#834)
  • c31c651 ci(action): update actions/checkout action to v4.3.0 (#833)
  • 5453aba chore(deps): lock file maintenance (#832)
  • a2e1560 chore(deps): update dependency fs-extra to v11.3.1 (#831)
  • b65a3fd chore(deps): lock file maintenance (#830)
  • f40710b chore(deps): update npm to v11 (#828)
  • Additional commits viewable in compare view

Updates @types/node from 24.0.15 to 24.3.1

Commits

Updates dotenv from 17.2.0 to 17.2.2

Changelog

Sourced from dotenv's changelog.

17.2.2 (2025-09-02)

Added

  • 🙏 A big thank you to new sponsor Tuple.app - the premier screen sharing app for developers on macOS and Windows. Go check them out. It's wonderful and generous of them to give back to open source by sponsoring dotenv. Give them some love back.

17.2.1 (2025-07-24)

Changed

  • Fix clickable tip links by removing parentheses (#897)
Commits

Updates eslint from 9.31.0 to 9.35.0

Release notes

Sourced from eslint's releases.

v9.35.0

Features

  • 42761fa feat: implement suggestions for no-empty-function (#20057) (jaymarvelz)
  • 102f444 feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)
  • e51ffff feat: add preserve-caught-error rule (#19913) (Amnish Singh Arora)

Bug Fixes

  • 10e7ae2 fix: update uncloneable options error message (#20059) (soda-sorcery)
  • bfa4601 fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)
  • dfd11de fix: add before and after to test case types (#20049) (Francesco Trotta)
  • dabbe95 fix: correct types for no-restricted-imports rule (#20034) (Milos Djermanovic)
  • ea789c7 fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)

Documentation

  • d265515 docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)
  • a355a0e docs: invert comparison logic for example in no-var doc page (#20064) (OTonGitHub)
  • 5082fc2 docs: Update README (GitHub Actions Bot)
  • 99cfd7e docs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)
  • 6ad8973 docs: update --no-ignore and --ignore-pattern documentation (#20036) (Francesco Trotta)
  • 8033b19 docs: add documentation for --no-config-lookup (#20033) (Francesco Trotta)

Chores

  • da87f2f chore: upgrade @​eslint/js@​9.35.0 (#20077) (Milos Djermanovic)
  • af2a087 chore: package.json update for @​eslint/js release (Jenkins)
  • 7055764 test: remove tests/lib/eslint/eslint.config.js (#20065) (Milos Djermanovic)
  • 84ffb96 chore: update @eslint-community/eslint-utils (#20069) (Francesco Trotta)
  • d5ef939 refactor: remove deprecated context.parserOptions usage across rules (#20060) (sethamus)
  • 1b3881d chore: remove redundant word (#20058) (pxwanglu)

v9.34.0

Features

  • 0bb777a feat: multithread linting (#19794) (Francesco Trotta)
  • 43a5f9e feat: add eslint-plugin-regexp to eslint-config-eslint base config (#19951) (Pixel998)

Bug Fixes

  • 9b89903 fix: default value of accessor-pairs option in rule.d.ts file (#20024) (Tanuj Kanti)
  • 6c07420 fix: fix spurious failure in neostandard integration test (#20023) (Kirk Waiblinger)
  • 676f4ac fix: allow scientific notation with trailing zeros matching exponent (#20002) (Sweta Tanwar)

Documentation

  • 0b4a590 docs: make rulesdir deprecation clearer (#20018) (Domenico Gemoli)
  • 327c672 docs: Update README (GitHub Actions Bot)
  • bf26229 docs: Fix typo in core-concepts/index.md (#20009) (Tobias Hernstig)
  • 2309327 docs: fix typo in the "Configuring Rules" section (#20001) (ghazi-git)
  • 2b87e21 docs: [no-else-return] clarify sample code. (#19991) (Yuki Takada (Yukinosuke Takada))
  • c36570c docs: Update README (GitHub Actions Bot)

Chores

  • f19ad94 chore: upgrade to @eslint/js@9.34.0 (#20030) (Francesco Trotta)
  • b48fa20 chore: package.json update for @​eslint/js release (Jenkins)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.35.0 - September 5, 2025

  • da87f2f chore: upgrade @​eslint/js@​9.35.0 (#20077) (Milos Djermanovic)
  • af2a087 chore: package.json update for @​eslint/js release (Jenkins)
  • d265515 docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)
  • 7055764 test: remove tests/lib/eslint/eslint.config.js (#20065) (Milos Djermanovic)
  • 10e7ae2 fix: update uncloneable options error message (#20059) (soda-sorcery)
  • 42761fa feat: implement suggestions for no-empty-function (#20057) (jaymarvelz)
  • 102f444 feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)
  • 84ffb96 chore: update @eslint-community/eslint-utils (#20069) (Francesco Trotta)
  • a355a0e docs: invert comparison logic for example in no-var doc page (#20064) (OTonGitHub)
  • e51ffff feat: add preserve-caught-error rule (#19913) (Amnish Singh Arora)
  • 5082fc2 docs: Update README (GitHub Actions Bot)
  • d5ef939 refactor: remove deprecated context.parserOptions usage across rules (#20060) (sethamus)
  • 1b3881d chore: remove redundant word (#20058) (pxwanglu)
  • 99cfd7e docs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)
  • bfa4601 fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)
  • dfd11de fix: add before and after to test case types (#20049) (Francesco Trotta)
  • 6ad8973 docs: update --no-ignore and --ignore-pattern documentation (#20036) (Francesco Trotta)
  • dabbe95 fix: correct types for no-restricted-imports rule (#20034) (Milos Djermanovic)
  • 8033b19 docs: add documentation for --no-config-lookup (#20033) (Francesco Trotta)
  • ea789c7 fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)

v9.34.0 - August 22, 2025

  • f19ad94 chore: upgrade to @eslint/js@9.34.0 (#20030) (Francesco Trotta)
  • b48fa20 chore: package.json update for @​eslint/js release (Jenkins)
  • 4bce8a2 chore: package.json update for eslint-config-eslint release (Jenkins)
  • 0c9999c refactor: prefer default options in grouped-accessor-pairs (#20028) (루밀LuMir)
  • 0b4a590 docs: make rulesdir deprecation clearer (#20018) (Domenico Gemoli)
  • 9b89903 fix: default value of accessor-pairs option in rule.d.ts file (#20024) (Tanuj Kanti)
  • 6c07420 fix: fix spurious failure in neostandard integration test (#20023) (Kirk Waiblinger)
  • 676f4ac fix: allow scientific notation with trailing zeros matching exponent (#20002) (Sweta Tanwar)
  • 327c672 docs: Update README (GitHub Actions Bot)
  • d503f19 ci: fix stale.yml (#20010) (루밀LuMir)
  • 0bb777a feat: multithread linting (#19794) (Francesco Trotta)
  • bf26229 docs: Fix typo in core-concepts/index.md (#20009) (Tobias Hernstig)
  • 43a5f9e feat: add eslint-plugin-regexp to eslint-config-eslint base config (#19951) (Pixel998)
  • e2dc67d ci: centralize stale.yml (#19994) (루밀LuMir)
  • 7093cb8 ci: bump actions/checkout from 4 to 5 (#20005) (dependabot[bot])
  • 2309327 docs: fix typo in the "Configuring Rules" section (#20001) (ghazi-git)
  • 2b87e21 docs: [no-else-return] clarify sample code. (#19991) (Yuki Takada (Yukinosuke Takada))
  • c36570c docs: Update README (GitHub Actions Bot)

v9.33.0 - August 8, 2025

  • 4258046 chore: update dependency @​eslint/js to v9.33.0 (#19998) (renovate[bot])
  • ad28371 chore: package.json update for @​eslint/js release (Jenkins)
  • 06a22f1 test: resolve flakiness in --mcp flag test (#19993) (Pixel998)
  • 732433c fix: allow any type for meta.docs.recommended in custom rules (#19995) (Francesco Trotta)

... (truncated)

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 knip from 5.62.0 to 5.63.1

Release notes

Sourced from knip's releases.

Release 5.63.1

  • Fix rsbuild Plugin (#1227) (e91eea3382059ad4067ace6079e856b2268d9f94) - thanks @​joealden!
  • Binaries don't contain colons (closes #1234) (1d060ac1043ccf211380682962c4c668758740ed)
  • Refactor options all over the place (982d3272e46609f06ca858605d802a75726500d1)
  • feat: detect nuxt modules as dependencies (#1241) (f2072e6aecd81a2082dc60f440d1e48ab583e480) - thanks @​danielamaia!
  • Add missing pnpm commands (#1236) (a4eb20b8777f436250fa523989b2ab234c9553b4) - thanks @​kretajak!
  • Hire me (165c9ea5cb2f5a0d039fcb2e5a1ce2fabaf62f79)
  • feat: pnpm plugin (#1219) (e81eac311abb880188bc11e5dc988a429be4f98e) - thanks @​lishaduck!
  • Bump zod a bit (8b338a25c5a6c323bc686557b3dbcf707ae271e2)
  • Update rsbuild Plugin to Check Environments (#1246) (c7366b5d620fc678b53777d1e0d4dca99803134c) - thanks @​joealden!

Release 5.63.0

  • Don't default-export null (should fix CI) (cacf1198a489e771a07ee1ac74b5c3e625ee0f1e)
  • Always remove ignored issues (#1184) (8deecde9b5f713a37d4609d81a60d9f036934d0b) - thanks @​wereHamster!
  • Add option to ignore class member implementations (#1174) (e132ab595b73bb840630d926a8a80ed9d4e46123) - thanks @​Desuuuu!
  • Update configuration.md (#1195) (15d05e2a1eb0985e2270b437b7b13a553534b4b5) - thanks @​Swimburger!
  • Astro: don't interpret files and folders beginning with underscores as entrypoints (#1187) (efac577948ae8759fb20920991db77e6de6a4367) - thanks @​Ivo-Evans!
  • Edit docs: enhanced-resolve → oxc-resolver (fdaa2d09b246523253a96eec84ac10d28fbebfbb)
  • Add support for negated ignoreWorkspaces (resolves #1191) (592bd7358d669fd01fea249e240e89d576a906bd)
  • Update dependencies (63dacd5aeec18edc749eef0c50e5e28444be6fa7)
  • Fix up formatly report handling (5d4d166be904437c17e2f6c1ec560a08c1ab5358)
  • Replace type-fest with two basic type defs (99ef1e47499620179e828ecfea64f57256b3749a)
  • docs: only add TSDoc for configuration (#1161) (377bf73cae916624a42fcc44636f775e19d6da5c) - thanks @​cylewaitforit!
  • Prioritize renamed re-exports (resolves #1196) (0e21c3b4c18808d38d82f6ccda011c8f7425918a)
  • Re-gen sponsorships chart (bda00d06a26f1c502c10c130f2b1e26923bba8d8)
  • Format (0de887b69ac79599976f1362b1dc0dd03b528f03)
  • Bump Node.js 20 → 24 in ecosystem integration tests (5b7b1cef323c003b9894a440abf1855c522cd37a)
  • Too many times "If this is a Svelte or Vue component.." (f71c91940b33422a962b0d27b629b8a9e47f4178)
  • Bail out early in lefthook plugin in production mode (50999c8e42884f2b7271ad2d8e9b13144cf1157a)
  • Add tsc commands, gitignore file, node version to repro templates (close #1197) (44faf38ee684d5a80cbb88046513bd2c8b415602)
  • Consistent namespaced issue storage (15ee3fe19557877b7c6185234360911aa8966046)
  • Bump engines.node for dev/docs (3237a4700bc9da9802145361756dfc93852f7ea7)
  • Edit docs (78cab1c763537932796e97eaf2b835ddddeb7063)
  • Add globalSetup and globalTeardown to playwright plugin (closes #1202) (1e112d857ea98011667e98150092caa15e05c50b)
  • Don't show success message for config errors (resolves #1200) (7dfd8361875806f4d11b085a15bdff3f03c8e14b)
  • Consider subpath import dependencies as referenced (resolves #1198) (05767f1e54d4968535a42c05d83bc2c3dca0f0ee)
  • Add support for binaries with all positionals as scripts (resolves #1183) (feb0f1b55ce43b23d94bfeae170d117b7aac3638)
  • Edit debug output label + test title (28ac5acd5a451340a1f88cb4c9fb24149cf693a1)
  • Fix isConsiderReferencedNS for TypeQuery nodes (resolves #1211) (bf29535b12acde62ca3ae1f489a123619e5b1a7d)
  • Binaries don't contain asterisks (e.g. script name wildcard) (1ddb0966eef7babb29d3ecc040cebf7d84e854b2)
  • Rspack plugin: add mts and cts file extension support (#1207) (abdd3aeefabb23eccc9bacd75dbf75acec43e08a) - thanks @​newswim!
  • [react-router] mark routes and entries as production entries (#1188) (8d96f3e64c5cc0ce02bc5f631a2417c728412ec8) - thanks @​rossipedia!
  • Minor refactor (cfa693f5168e737a283111d7e762728308edc6ab)
  • Simplify monorepro template (67184d431c263b33804b5d6e60c226a8f2db596b)
  • Remove links to discord server (4550d3d343548f6541486786dd6f9a453eeb689a)
  • Update issue templates (875e7f55d752d246703d7fd536a6363fe00a230b)
  • Add plugins + compiler matcher and a tailwind test (#1176) (ffd4187fc18ade93bf184d71eec2a2d216e65157)
  • Clean up plugin template (1d3b8465eb5bed6d092c62e5da0788e3b37b8c3b)
  • Add rslib plugin (placeholder) (resolve #870) (7e12ea7119ed0101ae2fdd7f4e0cb9e13ceaf2d0)
  • Fix up rsbuild plugin (resolve #1141) (69decdab1cbbadc40632f9983248390ef23a14ab)

... (truncated)

Commits

Updates testcontainers from 11.3.1 to 11.5.1

Release notes

Sourced from testcontainers's releases.

v11.5.1

Changes

🐛 Bug Fixes

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 8, 2025
Copy link
Author

dependabot bot commented on behalf of github Sep 16, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

1 similar comment
Copy link
Author

dependabot bot commented on behalf of github Sep 16, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

…th 13 updates

Bumps the npm-version-updates group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@jest/globals](https://github.com/jestjs/jest/tree/HEAD/packages/jest-globals) | `30.0.4` | `30.1.2` |
| [jose](https://github.com/panva/jose) | `6.0.12` | `6.1.0` |
| [oauth4webapi](https://github.com/panva/oauth4webapi) | `3.6.0` | `3.8.1` |
| [@semantic-release/github](https://github.com/semantic-release/github) | `11.0.3` | `11.0.5` |
| [@semantic-release/release-notes-generator](https://github.com/semantic-release/release-notes-generator) | `14.0.3` | `14.1.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.0.15` | `24.3.1` |
| [dotenv](https://github.com/motdotla/dotenv) | `17.2.0` | `17.2.2` |
| [eslint](https://github.com/eslint/eslint) | `9.31.0` | `9.35.0` |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `30.0.4` | `30.1.3` |
| [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.62.0` | `5.63.1` |
| [testcontainers](https://github.com/testcontainers/testcontainers-node) | `11.3.1` | `11.5.1` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.4.0` | `29.4.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.2` |



Updates `@jest/globals` from 30.0.4 to 30.1.2
- [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.2/packages/jest-globals)

Updates `jose` from 6.0.12 to 6.1.0
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v6.0.12...v6.1.0)

Updates `oauth4webapi` from 3.6.0 to 3.8.1
- [Release notes](https://github.com/panva/oauth4webapi/releases)
- [Changelog](https://github.com/panva/oauth4webapi/blob/main/CHANGELOG.md)
- [Commits](panva/oauth4webapi@v3.6.0...v3.8.1)

Updates `@semantic-release/github` from 11.0.3 to 11.0.5
- [Release notes](https://github.com/semantic-release/github/releases)
- [Commits](semantic-release/github@v11.0.3...v11.0.5)

Updates `@semantic-release/release-notes-generator` from 14.0.3 to 14.1.0
- [Release notes](https://github.com/semantic-release/release-notes-generator/releases)
- [Commits](semantic-release/release-notes-generator@v14.0.3...v14.1.0)

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

Updates `dotenv` from 17.2.0 to 17.2.2
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v17.2.0...v17.2.2)

Updates `eslint` from 9.31.0 to 9.35.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.31.0...v9.35.0)

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 `knip` from 5.62.0 to 5.63.1
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Changelog](https://github.com/webpro-nl/knip/blob/main/packages/knip/.release-it.json)
- [Commits](https://github.com/webpro-nl/knip/commits/5.63.1/packages/knip)

Updates `testcontainers` from 11.3.1 to 11.5.1
- [Release notes](https://github.com/testcontainers/testcontainers-node/releases)
- [Commits](testcontainers/testcontainers-node@v11.3.1...v11.5.1)

Updates `ts-jest` from 29.4.0 to 29.4.1
- [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.1)

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/globals"
  dependency-version: 30.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-version-updates
- dependency-name: jose
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-version-updates
- dependency-name: oauth4webapi
  dependency-version: 3.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-version-updates
- dependency-name: "@semantic-release/github"
  dependency-version: 11.0.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-version-updates
- dependency-name: "@semantic-release/release-notes-generator"
  dependency-version: 14.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-version-updates
- dependency-name: "@types/node"
  dependency-version: 24.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-version-updates
- dependency-name: dotenv
  dependency-version: 17.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-version-updates
- dependency-name: eslint
  dependency-version: 9.35.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-version-updates
- dependency-name: jest
  dependency-version: 30.1.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-version-updates
- dependency-name: knip
  dependency-version: 5.63.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-version-updates
- dependency-name: testcontainers
  dependency-version: 11.5.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-version-updates
- dependency-name: ts-jest
  dependency-version: 29.4.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-version-updates
- dependency-name: typescript
  dependency-version: 5.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-version-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm-version-updates-921f70028f branch from da12519 to be0ded5 Compare September 22, 2025 06:29
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.

0 participants