Skip to content

chore(deps-dev): bump the development-dependencies group across 1 directory with 9 updates#418

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/development-dependencies-2e0909eb59
Open

chore(deps-dev): bump the development-dependencies group across 1 directory with 9 updates#418
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/development-dependencies-2e0909eb59

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps the development-dependencies group with 9 updates in the / directory:

Package From To
@changesets/changelog-github 0.6.0 0.7.0
@changesets/cli 2.30.0 2.31.0
@lavamoat/allow-scripts 3.4.3 5.0.2
@lavamoat/preinstall-always-fail 2.1.1 3.0.0
@openally/config.typescript 1.2.1 1.3.0
@types/node 25.9.4 26.0.0
testcontainers 11.12.0 12.0.3
tsdown 0.21.10 0.22.3
typescript 5.9.3 6.0.3

Updates @changesets/changelog-github from 0.6.0 to 0.7.0

Release notes

Sourced from @​changesets/changelog-github's releases.

@​changesets/changelog-github@​0.7.0

Minor Changes

Commits

Updates @changesets/cli from 2.30.0 to 2.31.0

Release notes

Sourced from @​changesets/cli's releases.

@​changesets/cli@​2.31.0

Minor Changes

  • #1889 96ca062 Thanks @​mixelburg! - Error on unsupported flags for individual CLI commands and print the matching command usage to make mistakes easier to spot.

  • #1873 42943b7 Thanks @​mixelburg! - Respond to --help on all subcommands. Previously, --help was only handled when it was the sole argument; passing it alongside a subcommand (e.g. changeset version --help) would silently execute the command instead. Now --help always exits early and prints per-command usage when a known subcommand is provided, or the general help text otherwise.

Patch Changes

  • d2121dc Thanks @​Andarist! - Fix npm auth for path-based registries during publish by preserving configured registry URLs instead of normalizing them.

  • #1888 036fdd4 Thanks @​mixelburg! - Fix several changeset version issues with workspace protocol dependencies. Valid explicit workspace: ranges and aliases are no longer rewritten unnecessarily, and workspace path references are handled correctly during versioning.

  • #1903 5c4731f Thanks @​Andarist! - Gracefully handle stale npm info data leading to duplicate publish attempts.

  • #1867 f61e716 Thanks @​Andarist! - Improved detection for published state of prerelease-only packages without latest dist-tag on GitHub Packages registry.

  • Updated dependencies [036fdd4, 036fdd4, 036fdd4]:

    • @​changesets/assemble-release-plan@​6.0.10
    • @​changesets/get-dependents-graph@​2.1.4
    • @​changesets/apply-release-plan@​7.1.1
    • @​changesets/get-release-plan@​4.0.16
    • @​changesets/config@​3.1.4
Commits
  • 9cce6db Version Packages (#1897)
  • d2121dc Fix npm auth for path-based registries during publish by preserving configure...
  • 036fdd4 Fix several changeset version issues with workspace protocol dependencies (...
  • 5c4731f Gracefully handle stale npm info data leading to duplicate publish attempts...
  • 96ca062 Error on unsupported flags for individual CLI commands (#1889)
  • 42943b7 fix(cli): respond to --help on all subcommands (#1873)
  • f61e716 Improved detection for published state of prerelease-only packages without ...
  • See full diff in compare view

Updates @lavamoat/allow-scripts from 3.4.3 to 5.0.2

Release notes

Sourced from @​lavamoat/allow-scripts's releases.

allow-scripts: v5.0.2

5.0.2 (2026-05-13)

Bug Fixes

  • allow-scripts: fix issues with --skip-versions backward-compatibility (#1969) (e68c877)

aa: v5.0.1

5.0.1 (2026-04-16)

Bug Fixes

  • deps: update dependency resolve to v1.22.12 (#1951) (4a06108)

allow-scripts: v5.0.1

5.0.1 (2026-04-16)

Bug Fixes

  • allow-scripts: fix migration logic for v5 (62f17b4)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​lavamoat/aa bumped from ^5.0.0 to ^5.0.1

aa: v5.0.0

5.0.0 (2026-03-20)

⚠ BREAKING CHANGES

  • Node.js v18 is no longer supported.

Bug Fixes

allow-scripts: v5.0.0

5.0.0 (2026-04-15)

⚠ BREAKING CHANGES

... (truncated)

Changelog

Sourced from @​lavamoat/allow-scripts's changelog.

5.0.2 (2026-05-13)

Bug Fixes

  • allow-scripts: fix issues with --skip-versions backward-compatibility (#1969) (e68c877)

5.0.1 (2026-04-16)

Bug Fixes

  • allow-scripts: fix migration logic for v5 (62f17b4)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​lavamoat/aa bumped from ^5.0.0 to ^5.0.1

5.0.0 (2026-04-15)

⚠ BREAKING CHANGES

  • allow-scripts: no longer matches lower version with the allowed
  • allow-scripts: defaults to pinning versions, requires an action to migrate

Features

  • allow-scripts: install scripts pinned to versions (fcf80c5)

Bug Fixes

  • allow-scripts: usability improvements/fixes (#1941) (0bd9805)
  • deps: update dependency @​npmcli/run-script to v10.0.4 (#1917) (8c834d7)

4.0.0 (2026-03-20)

⚠ BREAKING CHANGES

  • Node.js v18 is no longer supported.

Bug Fixes

  • drop Node.js v18 support across the board (#1886) (1190c9b)

... (truncated)

Commits
  • 1851a85 chore: release main (#1975)
  • e68c877 fix(allow-scripts): fix issues with --skip-versions backward-compatibility (#...
  • d4da884 chore: release main (#1957)
  • 62f17b4 fix(allow-scripts): fix migration logic for v5
  • 1f023d3 chore: release main (#1939)
  • 1cb703a chore(allow-scripts): documentation improvements (#1940)
  • 0bd9805 fix(allow-scripts): usability improvements/fixes (#1941)
  • 8c834d7 fix(deps): update dependency @​npmcli/run-script to v10.0.4 (#1917)
  • fcf80c5 feat(allow-scripts)!: install scripts pinned to versions
  • fdffea0 chore: release main (#1887)
  • Additional commits viewable in compare view

Updates @lavamoat/preinstall-always-fail from 2.1.1 to 3.0.0

Release notes

Sourced from @​lavamoat/preinstall-always-fail's releases.

preinstall-always-fail: v3.0.0

3.0.0 (2026-03-20)

⚠ BREAKING CHANGES

  • Node.js v18 is no longer supported.

Bug Fixes

  • drop Node.js v18 support across the board (#1886) (1190c9b)

webpack: v2.2.3

2.2.3 (2026-06-08)

Bug Fixes

  • webpack: reproducible builds require runtime to be stable on unstable input ordering (#2014) (798651c)

webpack: v2.2.2

2.2.2 (2026-05-28)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • lavamoat-core bumped from ^18.0.3 to ^18.0.4

webpack: v2.2.1

2.2.1 (2026-05-13)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • lavamoat-core bumped from ^18.0.2 to ^18.0.3

webpack: v2.2.0

2.2.0 (2026-04-22)

Features

... (truncated)

Changelog

Sourced from @​lavamoat/preinstall-always-fail's changelog.

3.0.0 (2026-03-20)

⚠ BREAKING CHANGES

  • Node.js v18 is no longer supported.

Bug Fixes

  • drop Node.js v18 support across the board (#1886) (1190c9b)
Commits

Updates @openally/config.typescript from 1.2.1 to 1.3.0

Release notes

Sourced from @​openally/config.typescript's releases.

@​openally/config.typescript@1.3.0

Minor Changes

Changelog

Sourced from @​openally/config.typescript's changelog.

1.3.0

Minor Changes

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​openally/config.typescript since your current version.


Updates @types/node from 25.9.4 to 26.0.0

Commits

Updates testcontainers from 11.12.0 to 12.0.3

Release notes

Sourced from testcontainers's releases.

v12.0.3

Changes

🐛 Bug Fixes

📦 Dependency Updates

v12.0.2

Changes

🐛 Bug Fixes

📦 Dependency Updates

v12.0.1

Changes

🐛 Bug Fixes

🧹 Maintenance

📦 Dependency Updates

... (truncated)

Commits
  • a7fc211 Downgrade archiver to restore Jest CJS compatibility (#1366)
  • 79f9707 Bump testcontainers/sshd image from 1.3.0 to 1.4.0 (#1364)
  • d4c3ee1 v12.0.2
  • 549bfa5 Bump the dependencies group across 11 directories with 10 updates (#1362)
  • 6e7b6c8 Bump the dependencies group across 1 directory with 27 updates (#1363)
  • 4ad504f Reset stateful regex log waits between matches (#1352)
  • a1b87ed Fix Couchbase service configuration (#1356)
  • 84aba48 Configure Azurite custom service ports (#1354)
  • 1a32238 Preserve protocol-specific port bindings when filtering (#1350)
  • 3286470 Apply custom MSSQL wait messages (#1351)
  • Additional commits viewable in compare view

Updates tsdown from 0.21.10 to 0.22.3

Release notes

Sourced from tsdown's releases.

v0.22.3

   🚨 Breaking Changes

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v0.22.2

   🐞 Bug Fixes

    View changes on GitHub

v0.22.1

   🚀 Features

  • dts: Add deps.dts option to override dependency bundling for declaration files  -  by @​sxzz (881bf)

   🐞 Bug Fixes

  • Improve error handling for unsupported TypeScript syntax on Node.js  -  by @​sxzz (b93db)
  • Add extra space for emoji rendering in Windows Terminal  -  by @​sxzz (925cc)
  • unbundle: Add shims support for unbundled builds  -  by @​sxzz (fc991)
    View changes on GitHub

v0.22.0

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Commits
  • 472b69e chore: release v0.22.3
  • a2eac3b feat!: drop node 24.0 - 24.10 support
  • 1ba7e12 docs: remove publicPath option from wasm plugin
  • 9f05179 perf(css): skip renderChunk when no CSS has been collected (#967)
  • 742f314 ci: switch deployment branch to release
  • 8e33975 chore: upgrade deps
  • 88900c9 ci: generate docs before void deploy (#970)
  • b587b03 ci: deploy docs to Void (#969)
  • bfc649e fix: inline CI detection
  • 15ac682 chore: release v0.22.2
  • Additional commits viewable in compare view

Updates typescript from 5.9.3 to 6.0.3

Release notes

Sourced from typescript's releases.

TypeScript 6.0.3

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits
  • 050880c Bump version to 6.0.3 and LKG
  • eeae9dd 🤖 Pick PR #63401 (Also check package name validity in...) into release-6.0 (#...
  • ad1c695 🤖 Pick PR #63368 (Harden ATA package name filtering) into release-6.0 (#63372)
  • 0725fb4 🤖 Pick PR #63310 (Mark class property initializers as...) into release-6.0 (#...
  • 607a22a Bump version to 6.0.2 and LKG
  • 9e72ab7 🤖 Pick PR #63239 (Fix missing lib files in reused pro...) into release-6.0 (#...
  • 35ff23d 🤖 Pick PR #63163 (Port anyFunctionType subtype fix an...) into release-6.0 (#...
  • e175b69 Bump version to 6.0.1-rc and LKG
  • af4caac Update LKG
  • 8efd7e8 Merge remote-tracking branch 'origin/main' into release-6.0
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…ectory with 9 updates

Bumps the development-dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@changesets/changelog-github](https://github.com/changesets/changesets) | `0.6.0` | `0.7.0` |
| [@changesets/cli](https://github.com/changesets/changesets) | `2.30.0` | `2.31.0` |
| [@lavamoat/allow-scripts](https://github.com/LavaMoat/LavaMoat/tree/HEAD/packages/allow-scripts) | `3.4.3` | `5.0.2` |
| [@lavamoat/preinstall-always-fail](https://github.com/LavaMoat/LavaMoat/tree/HEAD/packages/preinstall-always-fail) | `2.1.1` | `3.0.0` |
| [@openally/config.typescript](https://github.com/OpenAlly/configs/tree/HEAD/src/typescript) | `1.2.1` | `1.3.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.9.4` | `26.0.0` |
| [testcontainers](https://github.com/testcontainers/testcontainers-node) | `11.12.0` | `12.0.3` |
| [tsdown](https://github.com/rolldown/tsdown) | `0.21.10` | `0.22.3` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `6.0.3` |



Updates `@changesets/changelog-github` from 0.6.0 to 0.7.0
- [Release notes](https://github.com/changesets/changesets/releases)
- [Commits](https://github.com/changesets/changesets/compare/@changesets/changelog-github@0.6.0...@changesets/changelog-github@0.7.0)

Updates `@changesets/cli` from 2.30.0 to 2.31.0
- [Release notes](https://github.com/changesets/changesets/releases)
- [Commits](https://github.com/changesets/changesets/compare/@changesets/cli@2.30.0...@changesets/cli@2.31.0)

Updates `@lavamoat/allow-scripts` from 3.4.3 to 5.0.2
- [Release notes](https://github.com/LavaMoat/LavaMoat/releases)
- [Changelog](https://github.com/LavaMoat/LavaMoat/blob/main/packages/allow-scripts/CHANGELOG.md)
- [Commits](https://github.com/LavaMoat/LavaMoat/commits/allow-scripts-v5.0.2/packages/allow-scripts)

Updates `@lavamoat/preinstall-always-fail` from 2.1.1 to 3.0.0
- [Release notes](https://github.com/LavaMoat/LavaMoat/releases)
- [Changelog](https://github.com/LavaMoat/LavaMoat/blob/main/packages/preinstall-always-fail/CHANGELOG.md)
- [Commits](https://github.com/LavaMoat/LavaMoat/commits/allow-scripts-v3.0.0/packages/preinstall-always-fail)

Updates `@openally/config.typescript` from 1.2.1 to 1.3.0
- [Release notes](https://github.com/OpenAlly/configs/releases)
- [Changelog](https://github.com/OpenAlly/configs/blob/main/src/typescript/CHANGELOG.md)
- [Commits](https://github.com/OpenAlly/configs/commits/@openally/config.typescript@1.3.0/src/typescript)

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

Updates `testcontainers` from 11.12.0 to 12.0.3
- [Release notes](https://github.com/testcontainers/testcontainers-node/releases)
- [Commits](testcontainers/testcontainers-node@v11.12.0...v12.0.3)

Updates `tsdown` from 0.21.10 to 0.22.3
- [Release notes](https://github.com/rolldown/tsdown/releases)
- [Commits](rolldown/tsdown@v0.21.10...v0.22.3)

Updates `typescript` from 5.9.3 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.3...v6.0.3)

---
updated-dependencies:
- dependency-name: "@changesets/changelog-github"
  dependency-version: 0.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@changesets/cli"
  dependency-version: 2.31.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@lavamoat/allow-scripts"
  dependency-version: 5.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: "@lavamoat/preinstall-always-fail"
  dependency-version: 3.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: "@openally/config.typescript"
  dependency-version: 1.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@types/node"
  dependency-version: 26.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: testcontainers
  dependency-version: 12.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: tsdown
  dependency-version: 0.22.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 22, 2026
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