chore(deps): upgrade project dependencies#1541
Closed
yanglbme wants to merge 1 commit into
Closed
Conversation
- 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
|
😭 Surge Preview build failed. Please check the workflow run for details. |
Contributor
There was a problem hiding this comment.
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/nodefrom^25.7.0to^25.8.0in the rootpackage.json. - Bump
eslintfrom^10.3.0to^10.4.0in the rootpackage.json. - Update
pnpm-lock.yamlwith 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.yamlconfigures a patch forjuice@11.1.1, but the lockfile no longer reflects that patch being applied (nopatch_hashon this version). This likely means the lockfile was produced without applyingpatchedDependencies; please regenerate so the patch is applied and recorded.
| '@codemirror/view': | ||
| specifier: 6.42.1 | ||
| version: 6.42.1(patch_hash=72ab406b093178346885a0a1471852dcc0cb960f7206a660d8fa76b54639bc07) | ||
| version: 6.42.1 |
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 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", |
| "devDependencies": { | ||
| "@antfu/eslint-config": "9.0.0", | ||
| "@types/node": "^25.7.0", | ||
| "@types/node": "^25.8.0", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Upgrade project dependencies to latest versions:
Generated automatically.