Skip to content

Bump the development_dependencies group across 1 directory with 12 updates - #8289

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot-npm_and_yarn-development_dependencies-83420b5506
Open

Bump the development_dependencies group across 1 directory with 12 updates#8289
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot-npm_and_yarn-development_dependencies-83420b5506

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps the development_dependencies group with 12 updates in the / directory:

Package From To
@changesets/cli 2.31.0 2.31.1
@nx/eslint-plugin 22.7.7 22.7.8
@nx/workspace 22.7.7 22.7.8
json-stringify-deterministic 1.0.14 1.0.15
nx 22.7.7 22.7.8
oclif 4.23.27 4.23.29
@oclif/plugin-commands 4.1.60 4.1.62
@oclif/plugin-plugins 5.4.84 5.4.86
@types/lodash 4.17.24 4.17.25
node-stream-zip 1.15.0 1.16.0
@playwright/test 1.61.1 1.62.1
tsx 4.23.1 4.23.5

Updates @changesets/cli from 2.31.0 to 2.31.1

Release notes

Sourced from @​changesets/cli's releases.

@​changesets/cli@​2.31.1

Patch Changes

  • #2159 15cf592 Thanks @​ingvaldlorentzen! - Fixed already-published version detection with npm 12, which always wraps successful npm info --json output in an array. The unwrapped output made changeset publish treat every package as unpublished and fail attempting to republish existing versions.
Commits
  • a897bb8 Use a different publish tag for maintenance/v2 branch (#2162)
  • e8650b9 Version Packages (#2161)
  • 15cf592 Fixed handling of the npm 12 info output (#2159)
  • 9f2cb2a Configure Changesets for maintenance/v2 line (#2076)
  • 97247cb Change allowed publish pattern to maintenance/v* given rulesets behavior (#...
  • 13286a8 Build(deps): Bump the github-actions group across 1 directory with 3 updates ...
  • 8f6acd6 Update dependabot group to exclude major (#2067)
  • c70c675 Setup backport workflow and sync next setup (#2057)
  • 9672019 Remove SECURITY.md to defer to .github (#2055)
  • 18e1661 Use internal bot for versioning (#2039)
  • Additional commits viewable in compare view

Updates @nx/eslint-plugin from 22.7.7 to 22.7.8

Release notes

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

22.7.8 (2026-07-30)

🩹 Fixes

  • angular-rspack: dispose stylesheet bundler so one-shot builds exit (#35869)
  • core: use workspace package manager when fetching migrations via install (#35866)
  • core: omit peer dependencies when installing packages to a temp dir (#36295)
  • core: prevent shell injection in nx import (#36348)
  • core: stop passing git revisions through a shell in affected commands (#36379)
  • core: allow nx build scripts in generated pnpm-workspace.yaml (#35564)
  • core: acknowledge @​swc/core build script in generated pnpm-workspace.yaml (#35608)
  • core: keep real dependencies when omitting peers from npm temp installs (#36518, #36295)
  • core: bump pinned axios and brace-expansion past vulnerable versions (#36507, #36474)
  • detox: resolve jest versions locally instead of importing @​nx/jest internals (3ce3f6ab6e)
  • docker: run release pipeline docker commands without a shell (#36505)
  • js: exclude typescript 7 from supported versions on 22.7.x (dc804964e9)
  • js: resolve the verdaccio bin through its package.json (#36479)
  • misc: use default import for chalk in @​nx/workspace output.ts (#35523, #35521, #34111, #21201, #26667)
  • repo: use default inputs instead of the '...' token in nx-dev on 22.7.x (#35530)
  • repo: trust wix/brew tap so macOS detox CI can install applesimutils (#36146)
  • testing: seed typescript before plugins in e2e workspaces to avoid TS7 stub (7f5ffbfcbc)

❤️ Thank You

Commits

Updates @nx/workspace from 22.7.7 to 22.7.8

Release notes

Sourced from @​nx/workspace's releases.

22.7.8 (2026-07-30)

🩹 Fixes

  • angular-rspack: dispose stylesheet bundler so one-shot builds exit (#35869)
  • core: use workspace package manager when fetching migrations via install (#35866)
  • core: omit peer dependencies when installing packages to a temp dir (#36295)
  • core: prevent shell injection in nx import (#36348)
  • core: stop passing git revisions through a shell in affected commands (#36379)
  • core: allow nx build scripts in generated pnpm-workspace.yaml (#35564)
  • core: acknowledge @​swc/core build script in generated pnpm-workspace.yaml (#35608)
  • core: keep real dependencies when omitting peers from npm temp installs (#36518, #36295)
  • core: bump pinned axios and brace-expansion past vulnerable versions (#36507, #36474)
  • detox: resolve jest versions locally instead of importing @​nx/jest internals (3ce3f6ab6e)
  • docker: run release pipeline docker commands without a shell (#36505)
  • js: exclude typescript 7 from supported versions on 22.7.x (dc804964e9)
  • js: resolve the verdaccio bin through its package.json (#36479)
  • misc: use default import for chalk in @​nx/workspace output.ts (#35523, #35521, #34111, #21201, #26667)
  • repo: use default inputs instead of the '...' token in nx-dev on 22.7.x (#35530)
  • repo: trust wix/brew tap so macOS detox CI can install applesimutils (#36146)
  • testing: seed typescript before plugins in e2e workspaces to avoid TS7 stub (7f5ffbfcbc)

❤️ Thank You

Commits
  • 36cd492 fix(core): acknowledge @​swc/core build script in generated pnpm-workspace.yaml
  • 31a9bdc fix(core): allow nx build scripts in generated pnpm-workspace.yaml (#35564)
  • 23d2a55 fix(misc): use default import for chalk in @​nx/workspace output.ts (#35523)
  • See full diff in compare view

Updates json-stringify-deterministic from 1.0.14 to 1.0.15

Release notes

Sourced from json-stringify-deterministic's releases.

v1.0.15

What's Changed

Full Changelog: Kikobeats/json-stringify-deterministic@v1.0.14...v1.0.15

Changelog

Sourced from json-stringify-deterministic's changelog.

1.0.15 (2026-07-30)

Commits

Updates nx from 22.7.7 to 22.7.8

Release notes

Sourced from nx's releases.

22.7.8 (2026-07-30)

🩹 Fixes

  • angular-rspack: dispose stylesheet bundler so one-shot builds exit (#35869)
  • core: use workspace package manager when fetching migrations via install (#35866)
  • core: omit peer dependencies when installing packages to a temp dir (#36295)
  • core: prevent shell injection in nx import (#36348)
  • core: stop passing git revisions through a shell in affected commands (#36379)
  • core: allow nx build scripts in generated pnpm-workspace.yaml (#35564)
  • core: acknowledge @​swc/core build script in generated pnpm-workspace.yaml (#35608)
  • core: keep real dependencies when omitting peers from npm temp installs (#36518, #36295)
  • core: bump pinned axios and brace-expansion past vulnerable versions (#36507, #36474)
  • detox: resolve jest versions locally instead of importing @​nx/jest internals (3ce3f6ab6e)
  • docker: run release pipeline docker commands without a shell (#36505)
  • js: exclude typescript 7 from supported versions on 22.7.x (dc804964e9)
  • js: resolve the verdaccio bin through its package.json (#36479)
  • misc: use default import for chalk in @​nx/workspace output.ts (#35523, #35521, #34111, #21201, #26667)
  • repo: use default inputs instead of the '...' token in nx-dev on 22.7.x (#35530)
  • repo: trust wix/brew tap so macOS detox CI can install applesimutils (#36146)
  • testing: seed typescript before plugins in e2e workspaces to avoid TS7 stub (7f5ffbfcbc)

❤️ Thank You

Commits
  • f7afd77 fix(core): bump pinned axios and brace-expansion past vulnerable versions (#3...
  • 983413b fix(core): keep real dependencies when omitting peers from npm temp installs ...
  • 4159295 fix(core): stop passing git revisions through a shell in affected commands (#...
  • cf99649 fix(core): prevent shell injection in nx import (#36348)
  • 74311e7 fix(core): omit peer dependencies when installing packages to a temp dir (#36...
  • 84beebc fix(core): use workspace package manager when fetching migrations via install...
  • See full diff in compare view

Updates oclif from 4.23.27 to 4.23.29

Release notes

Sourced from oclif's releases.

4.23.29

Bug Fixes

  • deps: bump fast-uri from 3.1.2 to 3.1.4 (75894c9)

4.23.28

Bug Fixes

  • pinned certain tests to TS6 (W-23513992) (#2076) (536f8cd)
Changelog

Sourced from oclif's changelog.

4.23.29 (2026-07-25)

Bug Fixes

  • deps: bump fast-uri from 3.1.2 to 3.1.4 (75894c9)

4.23.28 (2026-07-20)

Bug Fixes

  • pinned certain tests to TS6 (W-23513992) (#2076) (536f8cd)
Commits
  • 9aacfe5 chore(release): 4.23.29 [skip ci]
  • e0d46cb Merge pull request #2077 from oclif/dependabot-npm_and_yarn-fast-uri-3.1.4
  • 75894c9 fix(deps): bump fast-uri from 3.1.2 to 3.1.4
  • 1ddad1c Merge pull request #2075 from MorielHarush/win-def
  • 61edf2e aware users from defender
  • b9ada83 chore(release): 4.23.28 [skip ci]
  • 536f8cd fix: pinned certain tests to TS6 (W-23513992) (#2076)
  • See full diff in compare view

Updates @oclif/plugin-commands from 4.1.60 to 4.1.62

Release notes

Sourced from @​oclif/plugin-commands's releases.

4.1.62

Bug Fixes

  • deps: bump @​oclif/core from 4.13.0 to 4.13.2 (#1162) (21c4688)

4.1.61

Bug Fixes

  • deps: bump @​oclif/core from 4.11.14 to 4.13.0 (#1159) (f20466f)
Changelog

Sourced from @​oclif/plugin-commands's changelog.

4.1.62 (2026-08-01)

Bug Fixes

  • deps: bump @​oclif/core from 4.13.0 to 4.13.2 (#1162) (21c4688)

4.1.61 (2026-07-25)

Bug Fixes

  • deps: bump @​oclif/core from 4.11.14 to 4.13.0 (#1159) (f20466f)
Commits
  • c8d05cd chore(release): 4.1.62 [skip ci]
  • 21c4688 fix(deps): bump @​oclif/core from 4.13.0 to 4.13.2 (#1162)
  • 623ff6c chore(dev-deps): bump @​oclif/test from 4.1.20 to 4.1.21 (#1163)
  • 1de1310 chore(dev-deps): bump eslint-config-oclif from 6.0.177 to 6.0.179 (#1164)
  • eb79ce9 chore(dev-deps): bump eslint-config-oclif from 6.0.176 to 6.0.177 (#1156)
  • 84fa627 chore(dev-deps): bump oclif from 4.23.27 to 4.23.28 (#1157)
  • e11f948 chore(dev-deps): bump prettier from 3.9.5 to 3.9.6 (#1158)
  • 55f1d85 chore(release): 4.1.61 [skip ci]
  • f20466f fix(deps): bump @​oclif/core from 4.11.14 to 4.13.0 (#1159)
  • 1e09137 chore(dev-deps): bump eslint-config-oclif from 6.0.175 to 6.0.176 (#1155)
  • Additional commits viewable in compare view

Updates @oclif/plugin-plugins from 5.4.84 to 5.4.86

Release notes

Sourced from @​oclif/plugin-plugins's releases.

5.4.86

Bug Fixes

  • deps: bump @​oclif/core from 4.11.14 to 4.13.0 (#1372) (ff69aa0)

5.4.85

Bug Fixes

Changelog

Sourced from @​oclif/plugin-plugins's changelog.

5.4.86 (2026-07-25)

Bug Fixes

  • deps: bump @​oclif/core from 4.11.14 to 4.13.0 (#1372) (ff69aa0)

5.4.85 (2026-07-25)

Bug Fixes

Commits
  • 5aca0c5 chore(release): 5.4.86 [skip ci]
  • ff69aa0 fix(deps): bump @​oclif/core from 4.11.14 to 4.13.0 (#1372)
  • cf50fb0 chore(release): 5.4.85 [skip ci]
  • 03d03cd fix(deps): bump fast-uri from 3.1.2 to 3.1.4 (#1376)
  • cba2a3f chore(dev-deps): bump oclif from 4.23.27 to 4.23.28 (#1373)
  • f1b3fb0 chore(dev-deps): bump eslint-config-oclif from 6.0.173 to 6.0.176 (#1369)
  • a266218 chore(dev-deps): bump eslint from 9.39.4 to 9.39.5 (#1364)
  • 459d2dd chore(dev-deps): bump prettier from 3.9.4 to 3.9.5 (#1365)
  • 5dd9768 chore(dev-deps): bump oclif from 4.23.21 to 4.23.27 (#1366)
  • f682c50 chore(dev-deps): bump @​oclif/plugin-help from 6.2.52 to 6.2.53 (#1367)
  • Additional commits viewable in compare view

Updates @types/lodash from 4.17.24 to 4.17.25

Commits

Updates node-stream-zip from 1.15.0 to 1.16.0

Changelog

Sourced from node-stream-zip's changelog.

v1.16.0 (2026-07-22)

+ fixed reading compressed entry size to prevent exploitation reported by @​DumDumSu
* updated dependencies

Commits

Updates @playwright/test from 1.61.1 to 1.62.1

Release notes

Sourced from @​playwright/test's releases.

v1.62.1

Bug Fixes

  • #41989 [Regression]: tsconfig "extends" bare specifier isn't resolved via node_modules walk-up like tsc (fatal since 1.62)
  • #41998 [Regression]: directory-form tsconfig project references ("path": "../pkg") fail to resolve (fatal since 1.62)
  • #41985 Accessibility snapshot drops button name when text is nested inside spans with aria-hidden SVG
  • #42000 [Regression]: page.evaluate() arg of a branded primitive type (string & { brand }) no longer type-checks since 1.62
  • #42013 [BUG]Image-type actionable elements are not presented in the snapshot.

v1.62.0

🧱 New component testing model

Component testing moves to a stories and galleries model. A story wraps your component in one specific scenario — hard-coded props, mock data, providers — and a gallery page that you serve renders stories on demand. The new fixtures.mount() fixture navigates to the gallery, mounts a story by id, and returns a Locator scoped to the story's root element:

test('click should expand', async ({ mount }) => {
  const component = await mount('components/Expandable/Stateful');
  await component.getByRole('button').click();
  await expect(component.getByTestId('expanded')).toHaveValue('true');
});

Pass a story type as a template argument to type-check its props, and use update(props) / unmount() on the returned locator to re-render or tear down within a test.

🛑 Cancel operations with AbortSignal

Most operations and web-first assertions now accept a signal option that takes an AbortSignal, letting you cancel long-running actions, navigations, waits, and assertions:

const controller = new AbortController();
setTimeout(() => controller.abort(), 1000);
await page.getByRole('button', { name: 'Submit' }).click({ signal: controller.signal });
await expect(page.getByText('Done')).toBeVisible({ signal: controller.signal });

Providing a signal does not disable the default timeout; pass timeout: 0 to disable it.

🖼️ WebP screenshots

expect(page).toHaveScreenshot() and expect(locator).toHaveScreenshot() can now store snapshots in the WebP format — just give the snapshot a .webp name:

// Visual comparisons store the golden snapshot as lossless WebP.
await expect(page).toHaveScreenshot('homepage.webp');
// Standalone screenshots can trade quality for size with lossy WebP.
await page.screenshot({ path: 'homepage.webp', quality: 50 });
</tr></table>

... (truncated)

Commits
  • 26a9e47 cherry-pick(#42043): docs: release notes for v1.62 Python, Java, and .NET (#4...
  • 0a81d5d cherry-pick(#42040): docs(release-notes): mention the isolated headless clipb...
  • 8376826 cherry-pick(#42034): fix(aria): keep icon-only clickable elements in ai snaps...
  • 66c5cc9 chore: mark v1.62.1 (#42020)
  • 9672bc3 cherry-pick(#42009): fix(types): support branded primitives in evaluate argum...
  • 4325804 cherry-pick(#41988): fix(aria): preserve names from collapsed text contributors
  • 9632f8e cherry-pick(#42005): fix(tsconfig): do not throw when "extends"/"references" ...
  • e3950d9 chore: mark v1.62.0 (#41981)
  • f07e0f7 cherry-pick(#41940): docs: release notes for v1.62 (#41967)
  • 05a306c cherry-pick(#41964): Revert "feat(routeFromHar): add interceptAPIRequests opt...
  • Additional commits viewable in compare view

Updates tsx from 4.23.1 to 4.23.5

Release notes

Sourced from tsx's releases.

v4.23.5

4.23.5 (2026-08-02)

Bug Fixes

  • detect the Node inspector enabled via NODE_OPTIONS (3c1d051)

This release is also available on:

v4.23.4

4.23.4 (2026-08-02)

Bug Fixes

  • cli: allow async process.once() signal handlers to finish (#827) (2afc7bb)

This release is also available on:

v4.23.3

4.23.3 (2026-08-02)

Bug Fixes

  • preserve listenerCount overload semantics (#823) (b6574d4)

This release is also available on:

v4.23.2

4.23.2 (2026-08-02)

Bug Fixes

  • watch: exit with 128 + signal number when interrupted (#820) (0b00bc8)

This release is also available on:

Commits
  • c55004d test: remove legacy PTY retry
  • e368161 chore(deps): update pty-spawn to 1.1.1
  • 8d39496 ci: validate GitHub Actions workflows
  • 6fe724e test: clean up timed-out PTY attempts
  • e0a0536 ci: skip unused Windows Node cache
  • 6d6dd84 ci: remove broken lock automation
  • 3c1d051 fix: detect the Node inspector enabled via NODE_OPTIONS
  • 40380a4 ci: lock down the release toolchain
  • f217b6b ci: restrict releases to public repository
  • 2afc7bb fix(cli): allow async process.once() signal handlers to finish (#827)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 10, 2026
@dependabot
dependabot Bot requested review from a team as code owners August 10, 2026 12:30
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 10, 2026
@github-actions github-actions Bot added devtools-gardener Post the issue or PR to Slack for the gardener no-changelog This PR doesn't include a changeset entry. Is an internal only change not relevant to end users. labels Aug 10, 2026
…dates

Bumps the development_dependencies group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@changesets/cli](https://github.com/changesets/changesets) | `2.31.0` | `2.31.1` |
| [@nx/eslint-plugin](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin) | `22.7.7` | `22.7.8` |
| [@nx/workspace](https://github.com/nrwl/nx/tree/HEAD/packages/workspace) | `22.7.7` | `22.7.8` |
| [json-stringify-deterministic](https://github.com/kikobeats/json-stringify-deterministic) | `1.0.14` | `1.0.15` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `22.7.7` | `22.7.8` |
| [oclif](https://github.com/oclif/oclif) | `4.23.27` | `4.23.29` |
| [@oclif/plugin-commands](https://github.com/oclif/plugin-commands) | `4.1.60` | `4.1.62` |
| [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins) | `5.4.84` | `5.4.86` |
| [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.24` | `4.17.25` |
| [node-stream-zip](https://github.com/antelle/node-stream-zip) | `1.15.0` | `1.16.0` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.61.1` | `1.62.1` |
| [tsx](https://github.com/privatenumber/tsx) | `4.23.1` | `4.23.5` |



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

Updates `@nx/eslint-plugin` from 22.7.7 to 22.7.8
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.7.8/packages/eslint-plugin)

Updates `@nx/workspace` from 22.7.7 to 22.7.8
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.7.8/packages/workspace)

Updates `json-stringify-deterministic` from 1.0.14 to 1.0.15
- [Release notes](https://github.com/kikobeats/json-stringify-deterministic/releases)
- [Changelog](https://github.com/Kikobeats/json-stringify-deterministic/blob/master/CHANGELOG.md)
- [Commits](Kikobeats/json-stringify-deterministic@v1.0.14...v1.0.15)

Updates `nx` from 22.7.7 to 22.7.8
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/22.7.8/packages/nx)

Updates `oclif` from 4.23.27 to 4.23.29
- [Release notes](https://github.com/oclif/oclif/releases)
- [Changelog](https://github.com/oclif/oclif/blob/main/CHANGELOG.md)
- [Commits](oclif/oclif@4.23.27...4.23.29)

Updates `@oclif/plugin-commands` from 4.1.60 to 4.1.62
- [Release notes](https://github.com/oclif/plugin-commands/releases)
- [Changelog](https://github.com/oclif/plugin-commands/blob/main/CHANGELOG.md)
- [Commits](oclif/plugin-commands@4.1.60...4.1.62)

Updates `@oclif/plugin-plugins` from 5.4.84 to 5.4.86
- [Release notes](https://github.com/oclif/plugin-plugins/releases)
- [Changelog](https://github.com/oclif/plugin-plugins/blob/main/CHANGELOG.md)
- [Commits](oclif/plugin-plugins@5.4.84...5.4.86)

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

Updates `node-stream-zip` from 1.15.0 to 1.16.0
- [Changelog](https://github.com/antelle/node-stream-zip/blob/master/release-notes.md)
- [Commits](antelle/node-stream-zip@1.15.0...1.16.0)

Updates `@playwright/test` from 1.61.1 to 1.62.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.61.1...v1.62.1)

Updates `tsx` from 4.23.1 to 4.23.5
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.23.1...v4.23.5)

---
updated-dependencies:
- dependency-name: "@changesets/cli"
  dependency-version: 2.31.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development_dependencies
- dependency-name: "@nx/eslint-plugin"
  dependency-version: 22.7.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development_dependencies
- dependency-name: "@nx/workspace"
  dependency-version: 22.7.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development_dependencies
- dependency-name: "@oclif/plugin-commands"
  dependency-version: 4.1.62
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development_dependencies
- dependency-name: "@oclif/plugin-plugins"
  dependency-version: 5.4.86
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development_dependencies
- dependency-name: "@playwright/test"
  dependency-version: 1.62.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development_dependencies
- dependency-name: "@types/lodash"
  dependency-version: 4.17.25
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development_dependencies
- dependency-name: json-stringify-deterministic
  dependency-version: 1.0.15
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development_dependencies
- dependency-name: node-stream-zip
  dependency-version: 1.16.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development_dependencies
- dependency-name: nx
  dependency-version: 22.7.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development_dependencies
- dependency-name: oclif
  dependency-version: 4.23.29
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development_dependencies
- dependency-name: tsx
  dependency-version: 4.23.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development_dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot-npm_and_yarn-development_dependencies-83420b5506 branch from 4fcc115 to 070407e Compare August 10, 2026 13:30
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 devtools-gardener Post the issue or PR to Slack for the gardener no-changelog This PR doesn't include a changeset entry. Is an internal only change not relevant to end users.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants