Skip to content

Bump ws, @backstage/cli and @nx/next#4996

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-d541e61ffe
Open

Bump ws, @backstage/cli and @nx/next#4996
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-d541e61ffe

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 26, 2026

Copy link
Copy Markdown
Contributor

Bumps ws to 6.2.6 and updates ancestor dependencies ws, @backstage/cli and @nx/next. These dependencies need to be updated together.

Updates ws from 6.2.3 to 6.2.6

Release notes

Sourced from ws's releases.

6.2.6

Bug fixes

  • Fixed a bug introduced in version 6.2.5 that prevented the fragment counter from resetting (899bf9e5).

6.2.5

Bug fixes

  • Backported a2f4e7c0 and f197ac65 to the v6.x release line (58ddc8c3, 4f19c0cd).

6.2.4

Bug fixes

  • Backported 2b2abd45 to the 6.x release line (a76e2111).
Commits
  • dd3ae14 [dist] 6.2.6
  • 899bf9e [fix] Reset the fragment counter when the message is complete
  • 1a0afaf [dist] 6.2.5
  • 4f19c0c [fix] Lower default values of maxBufferedChunks and maxFragments
  • 58ddc8c [fix] Count empty fragments toward the limit (#2329)
  • 86d3e8a [dist] 6.2.4
  • a76e211 [security] Limit retained message parts
  • See full diff in compare view

Updates ws from 7.5.10 to 7.5.13

Release notes

Sourced from ws's releases.

6.2.6

Bug fixes

  • Fixed a bug introduced in version 6.2.5 that prevented the fragment counter from resetting (899bf9e5).

6.2.5

Bug fixes

  • Backported a2f4e7c0 and f197ac65 to the v6.x release line (58ddc8c3, 4f19c0cd).

6.2.4

Bug fixes

  • Backported 2b2abd45 to the 6.x release line (a76e2111).
Commits
  • dd3ae14 [dist] 6.2.6
  • 899bf9e [fix] Reset the fragment counter when the message is complete
  • 1a0afaf [dist] 6.2.5
  • 4f19c0c [fix] Lower default values of maxBufferedChunks and maxFragments
  • 58ddc8c [fix] Count empty fragments toward the limit (#2329)
  • 86d3e8a [dist] 6.2.4
  • a76e211 [security] Limit retained message parts
  • See full diff in compare view

Updates ws from 8.18.0 to 8.21.1

Release notes

Sourced from ws's releases.

6.2.6

Bug fixes

  • Fixed a bug introduced in version 6.2.5 that prevented the fragment counter from resetting (899bf9e5).

6.2.5

Bug fixes

  • Backported a2f4e7c0 and f197ac65 to the v6.x release line (58ddc8c3, 4f19c0cd).

6.2.4

Bug fixes

  • Backported 2b2abd45 to the 6.x release line (a76e2111).
Commits
  • dd3ae14 [dist] 6.2.6
  • 899bf9e [fix] Reset the fragment counter when the message is complete
  • 1a0afaf [dist] 6.2.5
  • 4f19c0c [fix] Lower default values of maxBufferedChunks and maxFragments
  • 58ddc8c [fix] Count empty fragments toward the limit (#2329)
  • 86d3e8a [dist] 6.2.4
  • a76e211 [security] Limit retained message parts
  • See full diff in compare view

Updates @backstage/cli from 0.34.4 to 0.36.4

Changelog

Sourced from @​backstage/cli's changelog.

0.36.4

Patch Changes

  • 61d4881: The shared ESLint configuration now reports unused imports in config.d.ts configuration schema files. These declaration files are not covered by the TypeScript compiler's unused-variable checks, which previously allowed a stray import to slip through. Such an import can resolve during local development but break configuration schema loading for consumers of the published package, so it is now caught at lint time.
  • Updated dependencies
    • @​backstage/cli-module-build@​0.1.5
    • @​backstage/cli-common@​0.3.0
    • @​backstage/cli-defaults@​0.1.4
    • @​backstage/cli-module-test-jest@​0.1.4
    • @​backstage/cli-node@​0.3.4

0.36.4-next.2

Patch Changes

  • Updated dependencies
    • @​backstage/cli-common@​0.3.0-next.0
    • @​backstage/cli-module-build@​0.1.5-next.2
    • @​backstage/cli-module-test-jest@​0.1.4-next.0
    • @​backstage/cli-node@​0.3.4-next.0
    • @​backstage/cli-defaults@​0.1.4-next.1

0.36.4-next.1

Patch Changes

  • 61d4881: The shared ESLint configuration now reports unused imports in config.d.ts configuration schema files. These declaration files are not covered by the TypeScript compiler's unused-variable checks, which previously allowed a stray import to slip through. Such an import can resolve during local development but break configuration schema loading for consumers of the published package, so it is now caught at lint time.
  • Updated dependencies
    • @​backstage/cli-module-build@​0.1.5-next.1

0.36.4-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/cli-module-build@​0.1.5-next.0
    • @​backstage/cli-defaults@​0.1.4-next.0

0.36.3

Patch Changes

  • b521571: Improved validation of conflicting CLI module commands, including conflicts between parent and nested command paths.
  • Updated dependencies
    • @​backstage/cli-module-build@​0.1.4
    • @​backstage/cli-module-test-jest@​0.1.3
    • @​backstage/cli-node@​0.3.3
    • @​backstage/eslint-plugin@​0.3.1
    • @​backstage/cli-defaults@​0.1.3

... (truncated)

Commits

Updates @nx/next from 19.5.7 to 23.1.0

Release notes

Sourced from @​nx/next's releases.

23.1.0 (2026-07-13)

🚀 Features

  • ⚠️ angular: support angular v22 (#35851, #35910)
  • core: show a performance report at the end of every run (#36077)
  • core: support filtered targetDefaults via the nested-array shape (#36049)
  • core: re-add isCacheableTask helper (#36177)
  • core: add mouse support to the terminal UI (#35868)
  • core: scaffold create-nx-workspace into the current directory (#36134)
  • expo: support Expo SDK 56 (#35904, #35714)
  • ⚠️ linter: drop eslint v8 support (#36006)
  • linter: add migration to drop typescript-eslint v8-removed rules from flat configs (#36123)
  • misc: add next 14 to 15 and react 18 to 19 upgrade paths (#36031)
  • nx-cloud: add utm tracking to clickable cloud prompt links (#36028)
  • nx-dev: show product hunt launch banner in docs (#36112)
  • nx-dev: show product hunt launch banner in docs" (#36129, #36112)
  • release: add option to force changelog generation for programmatic usage (#36242)
  • repo: enable the tsgo compiler workspace-wide (#35926, #35047, #35167)
  • rspack: support @​rspack/core@​2 and @​rsbuild/core@​2 (multi-version compliance) (#35682, #35764, #13420, #781)
  • storybook: update Storybook to support Angular 22 (#36293)
  • testing: add migration to verify typecheck after the 23.1 migration (#36106)
  • vite: add configurable ts paths build/test targets and stabilize build coordination (#34890)

🩹 Fixes

  • angular: resolve esbuild option paths relative to the workspace root (#36017, #35936)
  • angular: bump prescribed angular version to 22.0.4 (#36130)
  • angular: make nx migrate to Angular 22 leave a buildable workspace (#36183)
  • angular-rspack: surface compilation failures as build errors and release resources on teardown (#36018)
  • bundling: restore preprocessor extensions in postcss normalizeOp… (#36057, #35854)
  • bundling: prevent TS6059 when an app imports a workspace lib from source (#36217, #35017)
  • core: avoid tsconfig path false positives for sibling project roots (#35796, #35795, #35786)
  • core: do not write minimumReleaseAgeExclude during nx migrate (#36045)
  • core: do not crash nx migrate on non-semver dependency specifiers (#36051)
  • core: format AI-edited files after agentic migrations (#36064)
  • core: prefer module.registerHooks to avoid DEP0205 deprecation warning (#36081)
  • core: prevent nx migrate crash when include=optional filters out the target package (#36087)
  • core: make nx migrate honor preapproved packages and emit a valid temp workspace (#36086)
  • core: skip daemon project-graph recompute on no-op file rewrites (#36082)
  • core: prevent the TUI from auto-selecting a completed task when a batch finishes (#35833)
  • core: deregister pseudo-terminal exit handlers when tasks finish (#36115)
  • core: prevent path traversal / zip-slip in self-hosted remote cache (#36116)
  • core: respect explicit --nxCloud=skip for AI agents in create-nx-workspace (#36131)
  • core: warn when the self-hosted remote cache disables TLS verification (NXC-4593) (#36132, #36116)
  • core: throw actionable error when pnpm .modules.yaml is missing (#35666, #35635)
  • core: support ${configDir} in tsconfig path alias resolution (#36037, #35804)
  • core: prevent non-npm devEngines pin from breaking npm registry lookups (#36020, #35815)
  • core: clarify nx sync remediation messaging and surface spinner output in non-tty (#35747)
  • core: exclude direct-dependency overrides from generated package.json (#36040, #35675)

... (truncated)

Commits
  • a88e494 chore(repo): migrate to nx 23.1.0-rc.2 (#36269)
  • f45a6a1 fix(testing): disable justInTimeCompile for webpack Cypress component testing...
  • df5157b feat(core): support filtered targetDefaults via the nested-array shape (#36049)
  • f22e75c feat(repo): enable the tsgo compiler workspace-wide (#35926)
  • 192f668 feat(angular): support angular v22 (#35851)
  • b09b702 feat(misc): add next 14 to 15 and react 18 to 19 upgrade paths (#36031)
  • a44086e feat(linter)!: drop eslint v8 support (#36006)
  • 71bbc70 feat(core): revert array-shape targetDefaults support pending redesign and re...
  • aa9ce7a fix(misc): rename createNodesV2 value usages in v23 migration, not just impor...
  • 6598a0b chore(core): rename supportsOptionalUpdates to supportsOptionalMigrations (#3...
  • Additional commits viewable in compare view
Maintainer changes

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


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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [ws](https://github.com/websockets/ws) to 6.2.6 and updates ancestor dependencies [ws](https://github.com/websockets/ws), [@backstage/cli](https://github.com/backstage/backstage/tree/HEAD/packages/cli) and [@nx/next](https://github.com/nrwl/nx/tree/HEAD/packages/next). These dependencies need to be updated together.


Updates `ws` from 6.2.3 to 6.2.6
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@6.2.3...6.2.6)

Updates `ws` from 7.5.10 to 7.5.13
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@6.2.3...6.2.6)

Updates `ws` from 8.18.0 to 8.21.1
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@6.2.3...6.2.6)

Updates `@backstage/cli` from 0.34.4 to 0.36.4
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/cli)

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

---
updated-dependencies:
- dependency-name: ws
  dependency-version: 6.2.6
  dependency-type: indirect
- dependency-name: ws
  dependency-version: 7.5.13
  dependency-type: indirect
- dependency-name: ws
  dependency-version: 8.21.1
  dependency-type: direct:production
- dependency-name: "@backstage/cli"
  dependency-version: 0.36.4
  dependency-type: direct:production
- dependency-name: "@nx/next"
  dependency-version: 23.1.0
  dependency-type: direct:production
...

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 Jul 26, 2026
@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 duplication

Metric Results
Duplication 0

View in Codacy

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes.

@codacy-production codacy-production Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Manual review has identified a high-risk dependency mismatch that automated tools did not flag. While the workspace is currently reported as up to standards, updating the @nx/next plugin across multiple major versions without a corresponding synchronization of other @nx packages and without running migration scripts will likely lead to broken builds and configuration conflicts. Major integration and functionality tests for the websocket and workspace updates are currently missing from the PR.

About this PR

  • Major upgrades for workspace plugins typically require migration scripts to update internal configuration files and project structures. The absence of these changes suggests a significant risk of configuration rot or broken builds.

Test suggestions

  • Verify project build and integration tests pass following the major version jump of @nx/next.\n- [ ] Verify that websockets functionality is unaffected by the library updates.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify project build and integration tests pass following the major version jump of @nx/next.\n- [ ] Verify that websockets functionality is unaffected by the library updates.
Low confidence findings
  • The PR description indicates updates for multiple major versions of the websocket library, but the changes only reflect an update for a single version line. Verify if transitive dependencies or other direct dependencies were intended to be included.

TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback

Comment thread package.json
"@nx/linter": "^19.4.2",
"@nx/nest": "^19.0.4",
"@nx/next": "^19.5.2",
"@nx/next": "^23.1.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 HIGH RISK

Updating a workspace plugin to a new major version while keeping other related packages on a previous major version will likely cause build failures and dependency conflicts. All related workspace packages must be kept in sync. Use the workspace migration tool to upgrade the entire workspace consistently.

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