Skip to content

Commit ed029cd

Browse files
committed
chore: update deps
1 parent a6ce883 commit ed029cd

5 files changed

Lines changed: 452 additions & 638 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,3 @@ updates:
44
directory: /
55
schedule:
66
interval: weekly
7-
8-
- package-ecosystem: npm
9-
directory: /
10-
schedule:
11-
interval: weekly
12-
# exclude-paths only prevents version updates, not security updates.
13-
exclude-paths:
14-
- playground/**
15-
16-
# Playground directories use intentionally outdated/vulnerable versions
17-
# to test the extension's diagnostics features.
18-
# `ignore` is required because `exclude-paths` does NOT prevent security updates.
19-
- package-ecosystem: npm
20-
directories:
21-
- playground/**
22-
schedule:
23-
interval: weekly
24-
ignore:
25-
- dependency-name: '*'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "0.7.0",
55
"private": true,
6-
"packageManager": "pnpm@10.33.0",
6+
"packageManager": "pnpm@10.33.1",
77
"author": {
88
"name": "Vida Xie",
99
"email": "vida_2020@163.com",

packages/language-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"yaml": "catalog:inline"
4242
},
4343
"inlinedDependencies": {
44-
"fast-npm-meta": "1.4.2",
44+
"fast-npm-meta": "1.5.0",
4545
"jsonc-parser": "3.3.1",
4646
"module-replacements": "2.11.0",
4747
"pathe": "2.0.3",

0 commit comments

Comments
 (0)