Skip to content

chore(deps): upgrade project dependencies#1541

Closed
yanglbme wants to merge 1 commit into
mainfrom
chore/upgrade-dependencies
Closed

chore(deps): upgrade project dependencies#1541
yanglbme wants to merge 1 commit into
mainfrom
chore/upgrade-dependencies

Conversation

@yanglbme
Copy link
Copy Markdown
Member

Summary

Upgrade project dependencies to latest versions:

  • @types/node: ^25.7.0 -> ^25.8.0
  • eslint: ^10.3.0 -> ^10.4.0
  • pnpm-lock.yaml: updated with all transitive dependency changes

Generated automatically.

- Bump @types/node ^25.7.0 -> ^25.8.0
- Bump eslint ^10.3.0 -> ^10.4.0
- Update pnpm-lock.yaml with all transitive dependency updates
Copilot AI review requested due to automatic review settings May 16, 2026 04:47
@github-actions
Copy link
Copy Markdown

😭 Surge Preview build failed.

Please check the workflow run for details.

@yanglbme yanglbme closed this May 16, 2026
@yanglbme yanglbme deleted the chore/upgrade-dependencies branch May 16, 2026 04:49
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates root development tooling dependencies (@types/node and eslint) and refreshes the pnpm lockfile to reflect the resulting dependency graph in the monorepo.

Changes:

  • Bump @types/node from ^25.7.0 to ^25.8.0 in the root package.json.
  • Bump eslint from ^10.3.0 to ^10.4.0 in the root package.json.
  • Update pnpm-lock.yaml with the new resolved dependency set.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 4 comments.

File Description
package.json Updates root devDependency versions for @types/node and eslint.
pnpm-lock.yaml Refreshes lockfile resolutions; currently appears inconsistent with workspace overrides/patch configuration.
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported
Comments suppressed due to low confidence (1)

pnpm-lock.yaml:146

  • pnpm-workspace.yaml configures a patch for juice@11.1.1, but the lockfile no longer reflects that patch being applied (no patch_hash on this version). This likely means the lockfile was produced without applying patchedDependencies; please regenerate so the patch is applied and recorded.

Comment thread pnpm-lock.yaml
'@codemirror/view':
specifier: 6.42.1
version: 6.42.1(patch_hash=72ab406b093178346885a0a1471852dcc0cb960f7206a660d8fa76b54639bc07)
version: 6.42.1
Comment thread pnpm-lock.yaml
Comment on lines +3779 to +3781
core-js@2.6.12:
resolution: {integrity: sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==}
deprecated: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
Comment thread package.json
Comment on lines +38 to +41
"@types/node": "^25.8.0",
"archiver": "^8.0.0",
"cross-env": "^10.1.0",
"eslint": "^10.3.0",
"eslint": "^10.4.0",
Comment thread package.json
"devDependencies": {
"@antfu/eslint-config": "9.0.0",
"@types/node": "^25.7.0",
"@types/node": "^25.8.0",
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.

2 participants