Skip to content

[auto-sec] Consolidate Aspire JavaScript template dependency security remediations#18858

Open
IEvangelist wants to merge 1 commit into
mainfrom
dapire/security-deps/aspire-lowrisk-batch
Open

[auto-sec] Consolidate Aspire JavaScript template dependency security remediations#18858
IEvangelist wants to merge 1 commit into
mainfrom
dapire/security-deps/aspire-lowrisk-batch

Conversation

@IEvangelist

@IEvangelist IEvangelist commented Jul 22, 2026

Copy link
Copy Markdown
Member

Canonical security remediation cluster: Aspire JavaScript template npm vulnerabilities (low-risk patch/minor batch)

Last refreshed: 2026-07-24 06:17:43 -05:00

Alerts addressed by this canonical PR

Version changes in this PR

  • Consolidated package.json/package-lock.json updates across JavaScript starter/template fronts under:
    • playground/*
    • src/Aspire.Cli/Templating/Templates/*/frontend

Verification status

  • Canonical PR state: open, rebased, conflict-free, not mergeable yet.
  • CI: red/pending.
  • Current failing signal in latest rollup:
    • Tests / Hosting.Docker / Hosting.Docker (ubuntu-latest)
  • Additional jobs are still running on the latest branch refresh.

Superseded / tracked overlap PRs

Closure gate is not satisfied yet; overlap PR remains open and linked.

Copilot AI review requested due to automatic review settings July 22, 2026 11:07
@IEvangelist IEvangelist added the automated-security Automated security fix label Jul 22, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🚀 Dogfood this PR with:

⚠️ WARNING: Do not do this without first carefully reviewing the code of this PR to satisfy yourself it is safe.

curl -fsSL https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 18858

Or

  • Run remotely in PowerShell:
iex "& { $(irm https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 18858"

@github-actions github-actions Bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Jul 22, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Consolidates JavaScript dependency security remediations across Aspire templates and playgrounds.

Changes:

  • Upgrades ESLint and TypeScript ESLint dependencies.
  • Refreshes transitive dependency lock graphs.
  • Upgrades shell-quote to 1.10.0.

Reviewed changes

Copilot reviewed 7 out of 16 changed files in this pull request and generated 7 comments.

Show a summary per file
File Description
src/Aspire.Cli/Templating/Templates/ts-starter/frontend/package.json Updates lint dependencies.
src/Aspire.Cli/Templating/Templates/py-starter/frontend/package.json Updates lint dependencies.
src/Aspire.Cli/Templating/Templates/java-starter/frontend/package.json Updates lint dependencies.
src/Aspire.Cli/Templating/Templates/java-starter/frontend/package-lock.json Refreshes secured transitive dependencies.
playground/PythonAppHost/frontend/package.json Updates lint dependencies.
playground/PythonAppHost/frontend/package-lock.json Refreshes secured transitive dependencies.
playground/JavaAppHost/frontend/package.json Updates lint dependencies.
playground/JavaAppHost/frontend/package-lock.json Refreshes secured transitive dependencies.
playground/FoundryAgentEnterprise/frontend/package.json Updates lint dependencies.
playground/AspireWithJavaScript/AspireJavaScript.Vue/package-lock.json Upgrades shell-quote.
playground/AspireWithJavaScript/AspireJavaScript.Vite/package.json Updates lint dependencies.
playground/AspireWithJavaScript/AspireJavaScript.Angular/package-lock.json Upgrades shell-quote.
Files not reviewed (9)
  • playground/AspireWithJavaScript/AspireJavaScript.Angular/package-lock.json: Generated file
  • playground/AspireWithJavaScript/AspireJavaScript.Vite/package-lock.json: Generated file
  • playground/AspireWithJavaScript/AspireJavaScript.Vue/package-lock.json: Generated file
  • playground/FoundryAgentEnterprise/frontend/package-lock.json: Generated file
  • playground/JavaAppHost/frontend/package-lock.json: Generated file
  • playground/PythonAppHost/frontend/package-lock.json: Generated file
  • src/Aspire.Cli/Templating/Templates/java-starter/frontend/package-lock.json: Generated file
  • src/Aspire.Cli/Templating/Templates/py-starter/frontend/package-lock.json: Generated file
  • src/Aspire.Cli/Templating/Templates/ts-starter/frontend/package-lock.json: Generated file

"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.0",
"eslint": "^9.39.1",
"eslint": "^10.7.0",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.0",
"eslint": "^9.39.1",
"eslint": "^10.7.0",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.0",
"eslint": "^9.39.1",
"eslint": "^10.7.0",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.0",
"eslint": "^9.39.1",
"eslint": "^10.7.0",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.0",
"eslint": "^9.39.1",
"eslint": "^10.7.0",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^6.0.0",
"eslint": "^9.36.0",
"eslint": "^10.7.0",
"@typescript-eslint/parser": "^8.64.0",
"@vitejs/plugin-react": "^6.0.0",
"eslint": "^9.39.1",
"eslint": "^10.7.0",
@github-actions

This comment has been minimized.

@github-actions

Copy link
Copy Markdown
Contributor

Retrying the failed CI jobs for this pull request from the CI run attempt. The rerun is being tracked in the rerun attempt.

@github-actions

Copy link
Copy Markdown
Contributor

Retrying the failed CI jobs for this pull request from the CI run attempt. The rerun is being tracked in the rerun attempt.

@chaiphet6669-afk chaiphet6669-afk 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.

review rewrite

@github-actions

Copy link
Copy Markdown
Contributor

Retrying the failed CI jobs for this pull request from the CI run attempt. The rerun is being tracked in the rerun attempt.

@github-actions

This comment has been minimized.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 7 out of 16 changed files in this pull request and generated 1 comment.

Files not reviewed (9)
  • playground/AspireWithJavaScript/AspireJavaScript.Angular/package-lock.json: Generated file
  • playground/AspireWithJavaScript/AspireJavaScript.Vite/package-lock.json: Generated file
  • playground/AspireWithJavaScript/AspireJavaScript.Vue/package-lock.json: Generated file
  • playground/FoundryAgentEnterprise/frontend/package-lock.json: Generated file
  • playground/JavaAppHost/frontend/package-lock.json: Generated file
  • playground/PythonAppHost/frontend/package-lock.json: Generated file
  • src/Aspire.Cli/Templating/Templates/java-starter/frontend/package-lock.json: Generated file
  • src/Aspire.Cli/Templating/Templates/py-starter/frontend/package-lock.json: Generated file
  • src/Aspire.Cli/Templating/Templates/ts-starter/frontend/package-lock.json: Generated file

"@typescript-eslint/parser": "^8.64.0",
"@vitejs/plugin-react": "^6.0.0",
"eslint": "^9.39.1",
"eslint": "^10.7.0",
@github-actions

Copy link
Copy Markdown
Contributor

Retrying the failed CI jobs for this pull request from the CI run attempt. The rerun is being tracked in the rerun attempt.

@github-actions

Copy link
Copy Markdown
Contributor

Retrying the failed CI jobs for this pull request from the CI run attempt. The rerun is being tracked in the rerun attempt.

@github-actions

Copy link
Copy Markdown
Contributor

Retrying the failed CI jobs for this pull request from the CI run attempt. The rerun is being tracked in the rerun attempt.

@JamesNK JamesNK left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Confirmed the existing dependency blockers on the current head:

  • npm ci --ignore-scripts fails with ERESOLVE in both a representative starter and the Vite playground because eslint-plugin-react-hooks only supports ESLint through 9 while these manifests request ESLint 10.
  • The manifests allow Node 22.12, while ESLint 10 requires Node 22.13 or newer.
  • The Vite playground still uses legacy .eslintrc.cjs, which ESLint 10 no longer supports.

The existing unresolved inline threads already identify each affected location, so I have not duplicated them.

Bumps the npm_and_yarn group with 2 updates in the /playground/AspireWithJavaScript/AspireJavaScript.Vite directory: [brace-expansion](https://github.com/juliangruber/brace-expansion) and [js-yaml](https://github.com/nodeca/js-yaml).
Bumps the npm_and_yarn group with 1 update in the /playground/AspireWithJavaScript/AspireJavaScript.Vue directory: [shell-quote](https://github.com/ljharb/shell-quote).
Bumps the npm_and_yarn group with 2 updates in the /playground/FoundryAgentEnterprise/frontend directory: [brace-expansion](https://github.com/juliangruber/brace-expansion) and [js-yaml](https://github.com/nodeca/js-yaml).
Bumps the npm_and_yarn group with 2 updates in the /playground/JavaAppHost/frontend directory: [brace-expansion](https://github.com/juliangruber/brace-expansion) and [js-yaml](https://github.com/nodeca/js-yaml).
Bumps the npm_and_yarn group with 2 updates in the /playground/PythonAppHost/frontend directory: [brace-expansion](https://github.com/juliangruber/brace-expansion) and [js-yaml](https://github.com/nodeca/js-yaml).
Bumps the npm_and_yarn group with 2 updates in the /src/Aspire.Cli/Templating/Templates/java-starter/frontend directory: [brace-expansion](https://github.com/juliangruber/brace-expansion) and [js-yaml](https://github.com/nodeca/js-yaml).
Bumps the npm_and_yarn group with 2 updates in the /src/Aspire.Cli/Templating/Templates/py-starter/frontend directory: [brace-expansion](https://github.com/juliangruber/brace-expansion) and [js-yaml](https://github.com/nodeca/js-yaml).
Bumps the npm_and_yarn group with 2 updates in the /src/Aspire.Cli/Templating/Templates/ts-starter/frontend directory: [brace-expansion](https://github.com/juliangruber/brace-expansion) and [js-yaml](https://github.com/nodeca/js-yaml).


Updates `brace-expansion` from 1.1.13 to 1.1.16
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@v1.1.13...v1.1.16)

Removes `js-yaml`

Updates `shell-quote` from 1.8.4 to 1.10.0
- [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md)
- [Commits](ljharb/shell-quote@v1.8.4...v1.10.0)

Updates `brace-expansion` from 1.1.13 to 1.1.16
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@v1.1.13...v1.1.16)

Removes `js-yaml`

Updates `brace-expansion` from 1.1.13 to 1.1.16
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@v1.1.13...v1.1.16)

Removes `js-yaml`

Updates `brace-expansion` from 1.1.13 to 1.1.16
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@v1.1.13...v1.1.16)

Removes `js-yaml`

Updates `brace-expansion` from 1.1.13 to 1.1.16
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@v1.1.13...v1.1.16)

Removes `js-yaml`

Updates `brace-expansion` from 1.1.13 to 1.1.16
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@v1.1.13...v1.1.16)

Removes `js-yaml`

Updates `brace-expansion` from 1.1.13 to 1.1.16
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@v1.1.13...v1.1.16)

Removes `js-yaml`

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 1.1.16
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: js-yaml
  dependency-version:
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: shell-quote
  dependency-version: 1.10.0
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: brace-expansion
  dependency-version: 1.1.16
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: js-yaml
  dependency-version:
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: brace-expansion
  dependency-version: 1.1.16
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: js-yaml
  dependency-version:
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: brace-expansion
  dependency-version: 1.1.16
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: js-yaml
  dependency-version:
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: brace-expansion
  dependency-version: 1.1.16
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: js-yaml
  dependency-version:
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: brace-expansion
  dependency-version: 1.1.16
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: js-yaml
  dependency-version:
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: brace-expansion
  dependency-version: 1.1.16
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: js-yaml
  dependency-version:
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@IEvangelist
IEvangelist force-pushed the dapire/security-deps/aspire-lowrisk-batch branch from 7e04e81 to 2ced3cd Compare July 24, 2026 11:04
Copilot AI review requested due to automatic review settings July 24, 2026 11:04
@github-actions

Copy link
Copy Markdown
Contributor

Tests selector (audit mode)

The full test matrix and all jobs still run in audit mode. The tests and jobs below are what selective CI would run under enforcement.

3 / 100 test projects · 6 jobs, from 16 changed files.

Selected test projects (3 / 100)

Aspire.Cli.EndToEnd.Tests, Aspire.Cli.Tests, Aspire.Playground.Tests

Selected jobs (6)

cli-starter, deployment-e2e, extension-e2e, polyglot, typescript-api-compat, typescript-sdk


How these were chosen — grouped by what changed

📦 affected project Aspire.Cli
1 test: Aspire.Cli.EndToEnd.Tests

📄 playground/AspireWithJavaScript/AspireJavaScript.Angular/package-lock.json (changed)
1 directly: Aspire.Playground.Tests

📄 playground/AspireWithJavaScript/AspireJavaScript.Vite/package-lock.json (changed)
1 directly: Aspire.Playground.Tests

📄 playground/AspireWithJavaScript/AspireJavaScript.Vite/package.json (changed)
1 directly: Aspire.Playground.Tests

📄 playground/AspireWithJavaScript/AspireJavaScript.Vue/package-lock.json (changed)
1 directly: Aspire.Playground.Tests

📄 playground/FoundryAgentEnterprise/frontend/package-lock.json (changed)
1 directly: Aspire.Playground.Tests

📄 playground/FoundryAgentEnterprise/frontend/package.json (changed)
1 directly: Aspire.Playground.Tests

📄 playground/JavaAppHost/frontend/package-lock.json (changed)
1 directly: Aspire.Playground.Tests

📄 playground/JavaAppHost/frontend/package.json (changed)
1 directly: Aspire.Playground.Tests

📄 playground/PythonAppHost/frontend/package-lock.json (changed)
1 directly: Aspire.Playground.Tests

📄 playground/PythonAppHost/frontend/package.json (changed)
1 directly: Aspire.Playground.Tests

🔧 src/Aspire.Cli/Templating/Templates/java-starter/frontend/package-lock.json (changed source)
1 via the project graph: Aspire.Cli.Tests

Job reasons

Job Triggered by
cli-starter • affected project Aspire.Cli
• selected test Aspire.Cli.Tests
deployment-e2e affected project Aspire.Cli
extension-e2e src/Aspire.Cli/Templating/Templates/java-starter/frontend/package-lock.json, src/Aspire.Cli/Templating/Templates/java-starter/frontend/package.json, src/Aspire.Cli/Templating/Templates/py-starter/frontend/package-lock.json, src/Aspire.Cli/Templating/Templates/py-starter/frontend/package.json, src/Aspire.Cli/Templating/Templates/ts-starter/frontend/package-lock.json, src/Aspire.Cli/Templating/Templates/ts-starter/frontend/package.json
• affected project Aspire.Cli
polyglot affected project Aspire.Cli
typescript-api-compat affected project Aspire.Cli
typescript-sdk src/Aspire.Cli/Templating/Templates/ts-starter/frontend/package-lock.json, src/Aspire.Cli/Templating/Templates/ts-starter/frontend/package.json

Selection computed for commit 2ced3cd.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 7 out of 16 changed files in this pull request and generated no new comments.

Files not reviewed (9)
  • playground/AspireWithJavaScript/AspireJavaScript.Angular/package-lock.json: Generated file
  • playground/AspireWithJavaScript/AspireJavaScript.Vite/package-lock.json: Generated file
  • playground/AspireWithJavaScript/AspireJavaScript.Vue/package-lock.json: Generated file
  • playground/FoundryAgentEnterprise/frontend/package-lock.json: Generated file
  • playground/JavaAppHost/frontend/package-lock.json: Generated file
  • playground/PythonAppHost/frontend/package-lock.json: Generated file
  • src/Aspire.Cli/Templating/Templates/java-starter/frontend/package-lock.json: Generated file
  • src/Aspire.Cli/Templating/Templates/py-starter/frontend/package-lock.json: Generated file
  • src/Aspire.Cli/Templating/Templates/ts-starter/frontend/package-lock.json: Generated file
Comments suppressed due to low confidence (14)

src/Aspire.Cli/Templating/Templates/ts-starter/frontend/package.json:25

  • ESLint 10 is incompatible with the existing eslint-plugin-react-hooks 5.2.0 dependency: its peer range stops at ESLint 9 (package-lock.json:1051). A clean npm install can therefore fail with a peer-resolution error. Upgrade the plugin to 7.1.0 or later (the first release declaring ESLint 10 support) and regenerate the lockfile, or retain ESLint 9.
    "eslint": "^10.7.0",

src/Aspire.Cli/Templating/Templates/py-starter/frontend/package.json:25

  • ESLint 10 is incompatible with the existing eslint-plugin-react-hooks 5.2.0 dependency: its peer range stops at ESLint 9 (package-lock.json:1051). A clean npm install can therefore fail with a peer-resolution error. Upgrade the plugin to 7.1.0 or later (the first release declaring ESLint 10 support) and regenerate the lockfile, or retain ESLint 9.
    "eslint": "^10.7.0",

src/Aspire.Cli/Templating/Templates/java-starter/frontend/package.json:25

  • ESLint 10 is incompatible with the existing eslint-plugin-react-hooks 5.2.0 dependency: its peer range stops at ESLint 9 (package-lock.json:1051). A clean npm install can therefore fail with a peer-resolution error. Upgrade the plugin to 7.1.0 or later (the first release declaring ESLint 10 support) and regenerate the lockfile, or retain ESLint 9.
    "eslint": "^10.7.0",

playground/PythonAppHost/frontend/package.json:25

  • ESLint 10 is incompatible with the existing eslint-plugin-react-hooks 5.2.0 dependency: its peer range stops at ESLint 9 (package-lock.json:1051). A clean npm install can therefore fail with a peer-resolution error. Upgrade the plugin to 7.1.0 or later (the first release declaring ESLint 10 support) and regenerate the lockfile, or retain ESLint 9.
    "eslint": "^10.7.0",

playground/JavaAppHost/frontend/package.json:25

  • ESLint 10 is incompatible with the existing eslint-plugin-react-hooks 5.2.0 dependency: its peer range stops at ESLint 9 (package-lock.json:1051). A clean npm install can therefore fail with a peer-resolution error. Upgrade the plugin to 7.1.0 or later (the first release declaring ESLint 10 support) and regenerate the lockfile, or retain ESLint 9.
    "eslint": "^10.7.0",

playground/FoundryAgentEnterprise/frontend/package.json:25

  • ESLint 10 is incompatible with the existing eslint-plugin-react-hooks 5.2.0 dependency: its peer range stops at ESLint 9 (package-lock.json:1051). A clean npm install can therefore fail with a peer-resolution error. Upgrade the plugin to 7.1.0 or later (the first release declaring ESLint 10 support) and regenerate the lockfile, or retain ESLint 9.
    "eslint": "^10.7.0",

playground/AspireWithJavaScript/AspireJavaScript.Vite/package.json:27

  • ESLint 10 is incompatible with eslint-plugin-react-hooks 7.0.1: its peer range stops at ESLint 9 (package-lock.json:1436). A clean npm install can therefore fail with a peer-resolution error. Upgrade the plugin to 7.1.0 or later (the first release declaring ESLint 10 support) and regenerate the lockfile, or retain ESLint 9.
    "eslint": "^10.7.0",

src/Aspire.Cli/Templating/Templates/ts-starter/frontend/package.json:25

  • This upgrade raises ESLint's Node requirement to ^20.19.0 || ^22.13.0 || >=24, but this package still declares Node >=22.12.0 as supported. On Node 22.12 the generated project satisfies its own engine range but cannot run this linter. Raise the package's 22.x minimum to 22.13 and regenerate the lockfile.
    "eslint": "^10.7.0",

src/Aspire.Cli/Templating/Templates/py-starter/frontend/package.json:25

  • This upgrade raises ESLint's Node requirement to ^20.19.0 || ^22.13.0 || >=24, but this package still declares Node >=22.12.0 as supported. On Node 22.12 the generated project satisfies its own engine range but cannot run this linter. Raise the package's 22.x minimum to 22.13 and regenerate the lockfile.
    "eslint": "^10.7.0",

src/Aspire.Cli/Templating/Templates/java-starter/frontend/package.json:25

  • This upgrade raises ESLint's Node requirement to ^20.19.0 || ^22.13.0 || >=24, but this package still declares Node >=22.12.0 as supported. On Node 22.12 the generated project satisfies its own engine range but cannot run this linter. Raise the package's 22.x minimum to 22.13 and regenerate the lockfile.
    "eslint": "^10.7.0",

playground/PythonAppHost/frontend/package.json:25

  • This upgrade raises ESLint's Node requirement to ^20.19.0 || ^22.13.0 || >=24, but this package still declares Node >=22.12.0 as supported. On Node 22.12 the project satisfies its own engine range but cannot run this linter. Raise the package's 22.x minimum to 22.13 and regenerate the lockfile.
    "eslint": "^10.7.0",

playground/JavaAppHost/frontend/package.json:25

  • This upgrade raises ESLint's Node requirement to ^20.19.0 || ^22.13.0 || >=24, but this package still declares Node >=22.12.0 as supported. On Node 22.12 the project satisfies its own engine range but cannot run this linter. Raise the package's 22.x minimum to 22.13 and regenerate the lockfile.
    "eslint": "^10.7.0",

playground/FoundryAgentEnterprise/frontend/package.json:25

  • This upgrade raises ESLint's Node requirement to ^20.19.0 || ^22.13.0 || >=24, but this package still declares Node >=22.12.0 as supported. On Node 22.12 the project satisfies its own engine range but cannot run this linter. Raise the package's 22.x minimum to 22.13 and regenerate the lockfile.
    "eslint": "^10.7.0",

playground/AspireWithJavaScript/AspireJavaScript.Vite/package.json:27

  • This upgrade raises ESLint's Node requirement to ^20.19.0 || ^22.13.0 || >=24, but this package still declares Node >=22.12.0 as supported. On Node 22.12 the project satisfies its own engine range but cannot run this linter. Raise the package's 22.x minimum to 22.13 and regenerate the lockfile.
    "eslint": "^10.7.0",

@github-actions

Copy link
Copy Markdown
Contributor

Retrying the failed CI jobs for this pull request from the CI run attempt. The rerun is being tracked in the rerun attempt.

@github-actions

Copy link
Copy Markdown
Contributor

Retrying the failed CI jobs for this pull request from the CI run attempt. The rerun is being tracked in the rerun attempt.

@github-actions

Copy link
Copy Markdown
Contributor

Retrying the failed CI jobs for this pull request from the CI run attempt. The rerun is being tracked in the rerun attempt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated-security Automated security fix needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants