Skip to content

Update npm dependencies#4004

Merged
Keavon merged 1 commit intomasterfrom
update-npm-deps
Apr 4, 2026
Merged

Update npm dependencies#4004
Keavon merged 1 commit intomasterfrom
update-npm-deps

Conversation

@Keavon
Copy link
Copy Markdown
Member

@Keavon Keavon commented Apr 4, 2026

This successfully includes support for TypeScript 6, its final version before their native port arrives in the following major version, which we can look forward to upgrading to upon its release soon.

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 4 files

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates numerous development dependencies across the project, including upgrades to TypeScript 6.0.2 and Svelte 5.55.1. It also adds notes in the package.json files to document blockers for future ESLint upgrades. The review feedback suggests using more standard keys like _comment or description for metadata in JSON files instead of the non-standard // and /// keys.

"wasm:watch-production": "cargo watch --postpone --watch-when-idle --workdir=wrapper --shell \"wasm-pack build . --release --target=web -- --color=always\""
},
"//": "NOTE: `source-sans-pro` is never to be upgraded to 3.x because that renders 1px above its intended position.",
"///": "Waiting on <https://github.com/import-js/eslint-plugin-import/issues/3227> before we can update @eslint/js and eslint to 10.x",
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.

medium

The comment prefix /// is non-standard for JSON files. While technically valid as a key, it is not a standard way to document dependencies. Consider using a dedicated _comment or description field if this is intended to be machine-readable, or keep it as a standard comment key if the parser supports it.

"check": "tsc --noEmit && eslint",
"fix": "eslint --fix"
},
"//": "Waiting on <https://github.com/import-js/eslint-plugin-import/issues/3227> before we can update @eslint/js and eslint to 10.x",
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.

medium

The comment prefix // is non-standard for JSON files. While technically valid as a key, it is not a standard way to document dependencies. Consider using a dedicated _comment or description field if this is intended to be machine-readable, or keep it as a standard comment key if the parser supports it.

@Keavon Keavon merged commit a99b280 into master Apr 4, 2026
11 checks passed
@Keavon Keavon deleted the update-npm-deps branch April 4, 2026 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant