Skip to content

Bump axios, @nx/eslint, @nx/js, @nx/react, @nx/vite, @nx/vitest and @nx/web#170

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-18dadad1c7
Open

Bump axios, @nx/eslint, @nx/js, @nx/react, @nx/vite, @nx/vitest and @nx/web#170
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-18dadad1c7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 11, 2026

Bumps axios to 1.15.0 and updates ancestor dependencies axios, @nx/eslint, @nx/js, @nx/react, @nx/vite, @nx/vitest and @nx/web. These dependencies need to be updated together.

Updates axios from 1.13.5 to 1.15.0

Release notes

Sourced from axios's releases.

v1.15.0

This release delivers two critical security patches, adds runtime support for Deno and Bun, and includes significant CI hardening, documentation improvements, and routine dependency updates.

⚠️ Important Changes

  • Deprecation: url.parse() usage has been replaced to address Node.js deprecation warnings. If you are on a recent version of Node.js, this resolves console warnings you may have been seeing. (#10625)

🔒 Security Fixes

  • Proxy Handling: Fixed a no_proxy hostname normalisation bypass that could lead to Server-Side Request Forgery (SSRF). (#10661)
  • Header Injection: Fixed an unrestricted cloud metadata exfiltration vulnerability via a header injection chain. (#10660)

🚀 New Features

  • Runtime Support: Added compatibility checks and documentation for Deno and Bun environments. (#10652, #10653)

🔧 Maintenance & Chores

  • CI Security: Hardened workflow permissions to least privilege, added the zizmor security scanner, pinned action versions, and gated npm publishing with OIDC and environment protection. (#10618, #10619, #10627, #10637, #10666)
  • Dependencies: Bumped serialize-javascript, handlebars, picomatch, vite, and denoland/setup-deno to latest versions. Added a 7-day Dependabot cooldown period. (#10574, #10572, #10568, #10663, #10664, #10665, #10669, #10670, #10616)
  • Documentation: Unified docs, improved beforeRedirect credential leakage example, clarified withCredentials/withXSRFToken behaviour, HTTP/2 support notes, async/await timeout error handling, header case preservation, and various typo fixes. (#10649, #10624, #7452, #7471, #10654, #10644, #10589)
  • Housekeeping: Removed stale files, regenerated lockfile, and updated sponsor scripts and blocks. (#10584, #10650, #10582, #10640, #10659, #10668)
  • Tests: Added regression coverage for urlencoded Content-Type casing. (#10573)

🌟 New Contributors

We are thrilled to welcome our new contributors. Thank you for helping improve Axios:

v1.14.0

This release focuses on compatibility fixes, adapter stability improvements, and test/tooling modernisation.

⚠️ Important Changes

  • Breaking Changes: None identified in this release.
  • Action Required: If you rely on env-based proxy behaviour or CJS resolution edge-cases, validate your integration after upgrade (notably proxy-from-env v2 alignment and main entry compatibility fix).

🚀 New Features

  • Runtime Features: No new end-user features were introduced in this release.
  • Test Coverage Expansion: Added broader smoke/module test coverage for CJS and ESM package usage. (#7510)

🐛 Bug Fixes

  • Headers: Trim trailing CRLF in normalised header values. (#7456)
  • HTTP/2: Close detached HTTP/2 sessions on timeout to avoid lingering sessions. (#7457)
  • Fetch Adapter: Cancel ReadableStream created during request-stream capability probing to prevent async resource leaks. (#7515)
  • Proxy Handling: Fixed env proxy behavior with proxy-from-env v2 usage. (#7499)

... (truncated)

Changelog

Sourced from axios's changelog.

v1.15.0 — April 7, 2026

This release delivers two critical security patches targeting header injection and SSRF via proxy bypass, adds official runtime support for Deno and Bun, and includes significant CI security hardening.

🔒 Security Fixes

  • Header Injection (CRLF): Rejects any header value containing \r or \n characters to block CRLF injection chains that could be used to exfiltrate cloud metadata (IMDS). Behavior change: headers with CR/LF now throw "Invalid character in header content". (#10660)

  • SSRF via no_proxy Bypass: Introduces a shouldBypassProxy helper that normalises hostnames (strips trailing dots, handles bracketed IPv6) before evaluating no_proxy/NO_PROXY rules, closing a gap that could cause loopback or internal hosts to be inadvertently proxied. (#10661)

🚀 New Features

  • Deno & Bun Runtime Support: Added full smoke test suites for Deno and Bun, with CI workflows that run both runtimes before any release is cut. (#10652)

🐛 Bug Fixes

  • Node.js v22 Compatibility: Replaced deprecated url.parse() calls with the WHATWG URL/URLSearchParams API across examples, sandbox, and tests, eliminating DEP0169 deprecation warnings on Node.js v22+. (#10625)

🔧 Maintenance & Chores

  • CI Security Hardening: Added zizmor GitHub Actions security scanner; switched npm publish to OIDC Trusted Publishing (removing the long-lived NODE_AUTH_TOKEN); pinned all action references to full commit SHAs; narrowed workflow permissions to least privilege; gated the publish step behind a dedicated npm-publish environment; and blocked the sponsor-block workflow from running on forks. (#10618, #10619, #10627, #10637, #10641, #10666)

  • Docs: Clarified HTTP/2 support and the unsupported httpVersion option; added documentation for header case preservation; improved the beforeRedirect example to prevent accidental credential leakage. (#10644, #10654, #10624)

  • Dependencies: Bumped picomatch, handlebars, serialize-javascript, vite (×3), denoland/setup-deno, and 4 additional dev dependencies to latest versions. (#10564, #10565, #10567, #10568, #10572, #10574, #10663, #10664, #10665, #10669, #10670)

🌟 New Contributors

We are thrilled to welcome our new contributors. Thank you for helping improve axios:

Full Changelog


v1.14.0 — March 27, 2026

This release fixes a security vulnerability in the formidable dependency, resolves a CommonJS compatibility regression, hardens proxy and HTTP/2 handling, and modernises the build and test toolchain.

🔒 Security Fixes

  • Formidable Vulnerability: Upgraded formidable from v2 to v3 to address a reported arbitrary-file vulnerability. Updated test server and assertions to align with the v3 API. (#7533)

🐛 Bug Fixes

... (truncated)

Commits
  • 772a4e5 chore(release): prepare release 1.15.0 (#10671)
  • 4b07137 chore(deps-dev): bump vite from 8.0.0 to 8.0.5 in /tests/smoke/esm (#10663)
  • 51e57b3 chore(deps-dev): bump vite from 8.0.2 to 8.0.5 (#10664)
  • fba1a77 chore(deps-dev): bump vite from 8.0.2 to 8.0.5 in /tests/module/esm (#10665)
  • 0bf6e28 chore(deps): bump denoland/setup-deno in the github-actions group (#10669)
  • 8107157 chore(deps-dev): bump the development_dependencies group with 4 updates (#10670)
  • e66530e ci: require npm-publish environment for releases (#10666)
  • 49f23cb chore(sponsor): update sponsor block (#10668)
  • 3631854 fix: unrestricted cloud metadata exfiltration via header injection chain (#10...
  • fb3befb fix: no_proxy hostname normalization bypass leads to ssrf (#10661)
  • Additional commits viewable in compare view
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Updates @nx/eslint from 22.6.4 to 22.6.5

Release notes

Sourced from @​nx/eslint's releases.

22.6.5 (2026-04-10)

🚀 Features

  • core: allow generate command to skip project graph creation (#35170)
  • core: use CNW variant 1 cloud prompt in nx init (#35155)
  • core: prompt for setup mode when running nx init in empty git directory (#35226)
  • misc: lock in CNW cloud prompt A/B winner and add new variants (#35154)

🩹 Fixes

  • angular: add storybook and playwright as implicit dependencies (#35224)
  • bundling: bump esbuild for new projects to a version compatible with vite 8 (#35132)
  • core: clean up legacy .gemini/skills during configure-ai-agents (#35117)
  • core: copy pnpm install configuration to generated package.json (#35016, #30240)
  • core: display actual error message when plugin loading fails (#35138, #35137)
  • core: bump axios to 1.13.5 to resolve CVE-2026-25639 (#35148, #35145)
  • core: update and pin ejs to 5.0.1 (#35157)
  • core: misc tui perf fixes (#35187)
  • core: replace LGPL-licensed @​ltd/j-toml with BSD-3-Clause smol-toml (#35188)
  • core: kill discrete tasks and use tree-kill for batch cleanup on SIGINT (#35175)
  • core: support cross-file variable references in .env files (#34956, #34955)
  • core: disable Yarn scripts for temp nx@latest installs (#35210)
  • core: use fresh package manager cache for e2e tests (#35211)
  • core: prevent phantom connections and dead polling in plugin workers (#34823, #34388)
  • core: add prettier config inputs to astro-docs format target (#35222)
  • core: add vale-changed.mjs script to vale target inputs (41a71dd97d)
  • core: add missing build inputs for angular-rspack example projects (d71dcc6a9a)
  • core: add run-native-target script input to dotnet build-analyzer (#35221)
  • core: overwrite inferred script target when nx prop defines executor or command (#35227)
  • core: update cleanup mock to match async signature in package-json spec (c9d51d31f9)
  • gradle: prevent Gradle and Maven daemon accumulation during project graph recalculation (#35143)
  • gradle: use namespace import for tree-kill to match codebase convention (7c4f4af802)
  • js: resolve ENOWORKSPACES test error in setupVerdaccio for @​nx/js:library generator (#34755)
  • js: include npm overrides in generated lockfile (#35192, #34529)
  • linter: infer extended tsconfig files as task inputs (#35190)
  • maven: prevent batch executor hang from premature worker exit (#35001, #34757)
  • maven: use require for tree-kill to avoid esModuleInterop mismatch between lib and spec configs (8bd4c182ca)
  • misc: use workspace root for package manager detection and normalize paths in plugins (#35116)
  • misc: stream Framer proxy responses and add edge function timing (#35215)
  • misc: bump axios to 1.15.0 for all packages (#35237)
  • repo: clean Angular CLI restore target before cache copy (#35121)
  • repo: update issue-notifier.yml (#35178)

❤️ Thank You

  • Alexandre Ducarne @​JiggyJinjo
  • Claude
  • Claude Opus 4.6
  • Claude Opus 4.6 (1M context)

... (truncated)

Commits
  • c65495b Revert "fix(linter): infer extended tsconfig files as task inputs (#35190)"
  • 00c6971 fix(linter): infer extended tsconfig files as task inputs (#35190)
  • eb5fd7b fix(misc): use workspace root for package manager detection and normalize pat...
  • See full diff in compare view

Updates @nx/js from 22.6.4 to 22.6.5

Release notes

Sourced from @​nx/js's releases.

22.6.5 (2026-04-10)

🚀 Features

  • core: allow generate command to skip project graph creation (#35170)
  • core: use CNW variant 1 cloud prompt in nx init (#35155)
  • core: prompt for setup mode when running nx init in empty git directory (#35226)
  • misc: lock in CNW cloud prompt A/B winner and add new variants (#35154)

🩹 Fixes

  • angular: add storybook and playwright as implicit dependencies (#35224)
  • bundling: bump esbuild for new projects to a version compatible with vite 8 (#35132)
  • core: clean up legacy .gemini/skills during configure-ai-agents (#35117)
  • core: copy pnpm install configuration to generated package.json (#35016, #30240)
  • core: display actual error message when plugin loading fails (#35138, #35137)
  • core: bump axios to 1.13.5 to resolve CVE-2026-25639 (#35148, #35145)
  • core: update and pin ejs to 5.0.1 (#35157)
  • core: misc tui perf fixes (#35187)
  • core: replace LGPL-licensed @​ltd/j-toml with BSD-3-Clause smol-toml (#35188)
  • core: kill discrete tasks and use tree-kill for batch cleanup on SIGINT (#35175)
  • core: support cross-file variable references in .env files (#34956, #34955)
  • core: disable Yarn scripts for temp nx@latest installs (#35210)
  • core: use fresh package manager cache for e2e tests (#35211)
  • core: prevent phantom connections and dead polling in plugin workers (#34823, #34388)
  • core: add prettier config inputs to astro-docs format target (#35222)
  • core: add vale-changed.mjs script to vale target inputs (41a71dd97d)
  • core: add missing build inputs for angular-rspack example projects (d71dcc6a9a)
  • core: add run-native-target script input to dotnet build-analyzer (#35221)
  • core: overwrite inferred script target when nx prop defines executor or command (#35227)
  • core: update cleanup mock to match async signature in package-json spec (c9d51d31f9)
  • gradle: prevent Gradle and Maven daemon accumulation during project graph recalculation (#35143)
  • gradle: use namespace import for tree-kill to match codebase convention (7c4f4af802)
  • js: resolve ENOWORKSPACES test error in setupVerdaccio for @​nx/js:library generator (#34755)
  • js: include npm overrides in generated lockfile (#35192, #34529)
  • linter: infer extended tsconfig files as task inputs (#35190)
  • maven: prevent batch executor hang from premature worker exit (#35001, #34757)
  • maven: use require for tree-kill to avoid esModuleInterop mismatch between lib and spec configs (8bd4c182ca)
  • misc: use workspace root for package manager detection and normalize paths in plugins (#35116)
  • misc: stream Framer proxy responses and add edge function timing (#35215)
  • misc: bump axios to 1.15.0 for all packages (#35237)
  • repo: clean Angular CLI restore target before cache copy (#35121)
  • repo: update issue-notifier.yml (#35178)

❤️ Thank You

  • Alexandre Ducarne @​JiggyJinjo
  • Claude
  • Claude Opus 4.6
  • Claude Opus 4.6 (1M context)

... (truncated)

Commits
  • d6af58c fix(js): resolve ENOWORKSPACES test error in setupVerdaccio for @​nx/js:librar...
  • eb5fd7b fix(misc): use workspace root for package manager detection and normalize pat...
  • 7213558 fix(bundling): bump esbuild for new projects to a version compatible with vit...
  • See full diff in compare view

Updates @nx/react from 22.6.4 to 22.6.5

Release notes

Sourced from @​nx/react's releases.

22.6.5 (2026-04-10)

🚀 Features

  • core: allow generate command to skip project graph creation (#35170)
  • core: use CNW variant 1 cloud prompt in nx init (#35155)
  • core: prompt for setup mode when running nx init in empty git directory (#35226)
  • misc: lock in CNW cloud prompt A/B winner and add new variants (#35154)

🩹 Fixes

  • angular: add storybook and playwright as implicit dependencies (#35224)
  • bundling: bump esbuild for new projects to a version compatible with vite 8 (#35132)
  • core: clean up legacy .gemini/skills during configure-ai-agents (#35117)
  • core: copy pnpm install configuration to generated package.json (#35016, #30240)
  • core: display actual error message when plugin loading fails (#35138, #35137)
  • core: bump axios to 1.13.5 to resolve CVE-2026-25639 (#35148, #35145)
  • core: update and pin ejs to 5.0.1 (#35157)
  • core: misc tui perf fixes (#35187)
  • core: replace LGPL-licensed @​ltd/j-toml with BSD-3-Clause smol-toml (#35188)
  • core: kill discrete tasks and use tree-kill for batch cleanup on SIGINT (#35175)
  • core: support cross-file variable references in .env files (#34956, #34955)
  • core: disable Yarn scripts for temp nx@latest installs (#35210)
  • core: use fresh package manager cache for e2e tests (#35211)
  • core: prevent phantom connections and dead polling in plugin workers (#34823, #34388)
  • core: add prettier config inputs to astro-docs format target (#35222)
  • core: add vale-changed.mjs script to vale target inputs (41a71dd97d)
  • core: add missing build inputs for angular-rspack example projects (d71dcc6a9a)
  • core: add run-native-target script input to dotnet build-analyzer (#35221)
  • core: overwrite inferred script target when nx prop defines executor or command (#35227)
  • core: update cleanup mock to match async signature in package-json spec (c9d51d31f9)
  • gradle: prevent Gradle and Maven daemon accumulation during project graph recalculation (#35143)
  • gradle: use namespace import for tree-kill to match codebase convention (7c4f4af802)
  • js: resolve ENOWORKSPACES test error in setupVerdaccio for @​nx/js:library generator (#34755)
  • js: include npm overrides in generated lockfile (#35192, #34529)
  • linter: infer extended tsconfig files as task inputs (#35190)
  • maven: prevent batch executor hang from premature worker exit (#35001, #34757)
  • maven: use require for tree-kill to avoid esModuleInterop mismatch between lib and spec configs (8bd4c182ca)
  • misc: use workspace root for package manager detection and normalize paths in plugins (#35116)
  • misc: stream Framer proxy responses and add edge function timing (#35215)
  • misc: bump axios to 1.15.0 for all packages (#35237)
  • repo: clean Angular CLI restore target before cache copy (#35121)
  • repo: update issue-notifier.yml (#35178)

❤️ Thank You

  • Alexandre Ducarne @​JiggyJinjo
  • Claude
  • Claude Opus 4.6
  • Claude Opus 4.6 (1M context)

... (truncated)

Commits

Updates @nx/vite from 22.6.4 to 22.6.5

Release notes

Sourced from @​nx/vite's releases.

22.6.5 (2026-04-10)

🚀 Features

  • core: allow generate command to skip project graph creation (#35170)
  • core: use CNW variant 1 cloud prompt in nx init (#35155)
  • core: prompt for setup mode when running nx init in empty git directory (#35226)
  • misc: lock in CNW cloud prompt A/B winner and add new variants (#35154)

🩹 Fixes

  • angular: add storybook and playwright as implicit dependencies (#35224)
  • bundling: bump esbuild for new projects to a version compatible with vite 8 (#35132)
  • core: clean up legacy .gemini/skills during configure-ai-agents (#35117)
  • core: copy pnpm install configuration to generated package.json (#35016, #30240)
  • core: display actual error message when plugin loading fails (#35138, #35137)
  • core: bump axios to 1.13.5 to resolve CVE-2026-25639 (#35148, #35145)
  • core: update and pin ejs to 5.0.1 (#35157)
  • core: misc tui perf fixes (#35187)
  • core: replace LGPL-licensed @​ltd/j-toml with BSD-3-Clause smol-toml (#35188)
  • core: kill discrete tasks and use tree-kill for batch cleanup on SIGINT (#35175)
  • core: support cross-file variable references in .env files (#34956, #34955)
  • core: disable Yarn scripts for temp nx@latest installs (#35210)
  • core: use fresh package manager cache for e2e tests (#35211)
  • core: prevent phantom connections and dead polling in plugin workers (#34823, #34388)
  • core: add prettier config inputs to astro-docs format target (#35222)
  • core: add vale-changed.mjs script to vale target inputs (41a71dd97d)
  • core: add missing build inputs for angular-rspack example projects (d71dcc6a9a)
  • core: add run-native-target script input to dotnet build-analyzer (#35221)
  • core: overwrite inferred script target when nx prop defines executor or command (#35227)
  • core: update cleanup mock to match async signature in package-json spec (c9d51d31f9)
  • gradle: prevent Gradle and Maven daemon accumulation during project graph recalculation (#35143)
  • gradle: use namespace import for tree-kill to match codebase convention (7c4f4af802)
  • js: resolve ENOWORKSPACES test error in setupVerdaccio for @​nx/js:library generator (#34755)
  • js: include npm overrides in generated lockfile (#35192, #34529)
  • linter: infer extended tsconfig files as task inputs (#35190)
  • maven: prevent batch executor hang from premature worker exit (#35001, #34757)
  • maven: use require for tree-kill to avoid esModuleInterop mismatch between lib and spec configs (8bd4c182ca)
  • misc: use workspace root for package manager detection and normalize paths in plugins (#35116)
  • misc: stream Framer proxy responses and add edge function timing (#35215)
  • misc: bump axios to 1.15.0 for all packages (#35237)
  • repo: clean Angular CLI restore target before cache copy (#35121)
  • repo: update issue-notifier.yml (#35178)

❤️ Thank You

  • Alexandre Ducarne @​JiggyJinjo
  • Claude
  • Claude Opus 4.6
  • Claude Opus 4.6 (1M context)

... (truncated)

Commits
  • eb5fd7b fix(misc): use workspace root for package manager detection and normalize pat...
  • 7213558 fix(bundling): bump esbuild for new projects to a version compatible with vit...
  • See full diff in compare view

Updates @nx/vitest from 22.6.4 to 22.6.5

Release notes

Sourced from @​nx/vitest's releases.

22.6.5 (2026-04-10)

🚀 Features

  • core: allow generate command to skip project graph creation (#35170)
  • core: use CNW variant 1 cloud prompt in nx init (#35155)
  • core: prompt for setup mode when running nx init in empty git directory (#35226)
  • misc: lock in CNW cloud prompt A/B winner and add new variants (#35154)

🩹 Fixes

  • angular: add storybook and playwright as implicit dependencies (#35224)
  • bundling: bump esbuild for new projects to a version compatible with vite 8 (#35132)
  • core: clean up legacy .gemini/skills during configure-ai-agents (#35117)
  • core: copy pnpm install configuration to generated package.json (#35016, #30240)
  • core: display actual error message when plugin loading fails (#35138, #35137)
  • core: bump axios to 1.13.5 to resolve CVE-2026-25639 (#35148, #35145)
  • core: update and pin ejs to 5.0.1 (#35157)
  • core: misc tui perf fixes (#35187)
  • core: replace LGPL-licensed @​ltd/j-toml with BSD-3-Clause smol-toml (#35188)
  • core: kill discrete tasks and use tree-kill for batch cleanup on SIGINT (#35175)
  • core: support cross-file variable references in .env files (#34956, #34955)
  • core: disable Yarn scripts for temp nx@latest installs (#35210)
  • core: use fresh package manager cache for e2e tests (#35211)
  • core: prevent phantom connections and dead polling in plugin workers (#34823, #34388)
  • core: add prettier config inputs to astro-docs format target (#35222)
  • core: add vale-changed.mjs script to vale target inputs (41a71dd97d)
  • core: add missing build inputs for angular-rspack example projects (d71dcc6a9a)
  • core: add run-native-target script input to dotnet build-analyzer (#35221)
  • core: overwrite inferred script target when nx prop defines executor or command (#35227)
  • core: update cleanup mock to match async signature in package-json spec (c9d51d31f9)
  • gradle: prevent Gradle and Maven daemon accumulation during project graph recalculation (#35143)
  • gradle: use namespace import for tree-kill to match codebase convention (7c4f4af802)
  • js: resolve ENOWORKSPACES test error in setupVerdaccio for @​nx/js:library generator (#34755)
  • js: include npm overrides in generated lockfile (#35192, #34529)
  • linter: infer extended tsconfig files as task inputs (#35190)
  • maven: prevent batch executor hang from premature worker exit (#35001, #34757)
  • maven: use require for tree-kill to avoid esModuleInterop mismatch between lib and spec configs (8bd4c182ca)
  • misc: use workspace root for package manager detection and normalize paths in plugins (#35116)
  • misc: stream Framer proxy responses and add edge function timing (#35215)
  • misc: bump axios to 1.15.0 for all packages (#35237)
  • repo: clean Angular CLI restore target before cache copy (#35121)
  • repo: update issue-notifier.yml (#35178)

❤️ Thank You

  • Alexandre Ducarne @​JiggyJinjo
  • Claude
  • Claude Opus 4.6
  • Claude Opus 4.6 (1M context)

... (truncated)

Commits
  • eb5fd7b fix(misc): use workspace root for package manager detection and normalize pat...
  • See full diff in compare view

Updates @nx/web from 22.6.4 to 22.6.5

Release notes

Sourced from @​nx/web's releases.

22.6.5 (2026-04-10)

🚀 Features

  • core: allow generate command to skip project graph creation (#35170)
  • core: use CNW variant 1 cloud prompt in nx init (#35155)
  • core: prompt for setup mode when running nx init in empty git directory (#35226)
  • misc: lock in CNW cloud prompt A/B winner and add new variants (#35154)

🩹 Fixes

  • angular: add storybook and playwright as implicit dependencies (#35224)
  • bundling: bump esbuild for new projects to a version compatible with vite 8 (#35132)
  • core: clean up legacy .gemini/skills during configure-ai-agents (#35117)
  • core: copy pnpm install configuration to generated package.json (#35016, #30240)
  • core: display actual error message when plugin loading fails (#35138, #35137)
  • core: bump axios to 1.13.5 to resolve CVE-2026-25639 (#35148, #35145)
  • core: update and pin ejs to 5.0.1 (#35157)
  • core: misc tui perf fixes (#35187)
  • core: replace LGPL-licensed @​ltd/j-toml with BSD-3-Clause smol-toml (#35188)
  • core: kill discrete tasks and use tree-kill for batch cleanup on SIGINT (#35175)
  • core: support cross-file variable references in .env files (#34956, #34955)
  • core: disable Yarn scripts for temp nx@latest installs (#35210)
  • core: use fresh package manager cache for e2e tests (#35211)
  • core: prevent phantom connections and dead polling in plugin workers (#34823, #34388)
  • core: add prettier config inputs to astro-docs format target (#35222)
  • core: add vale-changed.mjs script to vale target inputs (41a71dd97d)
  • core: add missing build inputs for angular-rspack example projects (d71dcc6a9a)
  • core: add run-native-target script input to dotnet build-analyzer (#35221)
  • core: overwrite inferred script target when nx prop defines executor or command (#35227)
  • core: update cleanup mock to match async signature in package-json spec (c9d51d31f9)
  • gradle: prevent Gradle and Maven daemon accumulation during project graph recalculation (#35143)
  • gradle: use namespace import for tree-kill to match codebase convention (7c4f4af802)
  • js: resolve ENOWORKSPACES test error in setupVerdaccio for @​nx/js:library generator (#34755)
  • js: include npm overrides in generated lockfile (#35192, #34529)
  • linter: infer extended tsconfig files as task inputs (#35190)
  • maven: prevent batch executor hang from premature worker exit (#35001, #34757)
  • maven: use require for tree-kill to avoid esModuleInterop mismatch between lib and spec configs (8bd4c182ca)
  • misc: use workspace root for package manager detection and normalize paths in plugins (#35116)
  • misc: stream Framer proxy responses and add edge function timing (#35215)
  • misc: bump axios to 1.15.0 for all packages (#35237)
  • repo: clean Angular CLI restore target before cache copy (#35121)
  • repo: update issue-notifier.yml (#35178)

❤️ Thank You

  • Alexandre Ducarne @​JiggyJinjo
  • Claude
  • Claude Opus 4.6
  • Claude Opus 4.6 (1M context)

... (truncated)

Commits

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 11, 2026
@nx-cloud
Copy link
Copy Markdown

nx-cloud bot commented Apr 11, 2026

🤖 Nx Cloud AI Fix

Ensure the fix-ci command is configured to always run in your CI pipeline to get automatic fixes in future runs. For more information, please see https://nx.dev/ci/features/self-healing-ci


View your CI Pipeline Execution ↗ for commit d233c73

Command Status Duration Result
nx affected -t build ❌ Failed 18s View ↗

☁️ Nx Cloud last updated this comment at 2026-04-15 05:26:30 UTC

…nx/web

Bumps [axios](https://github.com/axios/axios) to 1.15.0 and updates ancestor dependencies [axios](https://github.com/axios/axios), [@nx/eslint](https://github.com/nrwl/nx/tree/HEAD/packages/eslint), [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js), [@nx/react](https://github.com/nrwl/nx/tree/HEAD/packages/react), [@nx/vite](https://github.com/nrwl/nx/tree/HEAD/packages/vite), [@nx/vitest](https://github.com/nrwl/nx/tree/HEAD/packages/vitest) and [@nx/web](https://github.com/nrwl/nx/tree/HEAD/packages/web). These dependencies need to be updated together.


Updates `axios` from 1.13.5 to 1.15.0
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.13.5...v1.15.0)

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

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

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

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

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

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

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.15.0
  dependency-type: indirect
- dependency-name: "@nx/eslint"
  dependency-version: 22.6.5
  dependency-type: direct:development
- dependency-name: "@nx/js"
  dependency-version: 22.6.5
  dependency-type: direct:development
- dependency-name: "@nx/react"
  dependency-version: 22.6.5
  dependency-type: direct:development
- dependency-name: "@nx/vite"
  dependency-version: 22.6.5
  dependency-type: direct:development
- dependency-name: "@nx/vitest"
  dependency-version: 22.6.5
  dependency-type: direct:development
- dependency-name: "@nx/web"
  dependency-version: 22.6.5
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-18dadad1c7 branch from 5c39697 to d233c73 Compare April 15, 2026 05:24
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