Skip to content

Commit 1c097e2

Browse files
committed
chore(deps)!: upgrade glob to v13.0.6 and node to v20
1 parent d9e9d86 commit 1c097e2

4 files changed

Lines changed: 69 additions & 10 deletions

File tree

.changeset/loud-steaks-beg.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@intlify/eslint-plugin-vue-i18n": major
3+
---
4+
5+
Upgrade node to v20 and glob to v13

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
matrix:
3737
os: [ubuntu-latest]
38-
node: [18, 20, 22]
38+
node: [20, 22, 24]
3939
steps:
4040
- name: Checkout
4141
uses: actions/checkout@v4

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"url": "https://github.com/intlify/eslint-plugin-vue-i18n/issues"
2828
},
2929
"engines": {
30-
"node": ">=18.0.0"
30+
"node": ">=20.0.0"
3131
},
3232
"packageManager": "pnpm@10.23.0",
3333
"type": "commonjs",
@@ -65,7 +65,7 @@
6565
"@intlify/message-compiler": "^11.0.0",
6666
"debug": "^4.3.4",
6767
"eslint-compat-utils": "^0.6.0",
68-
"glob": "^10.3.3",
68+
"glob": "^13.0.6",
6969
"globals": "^16.0.0",
7070
"ignore": "^7.0.0",
7171
"import-fresh": "^3.3.0",
@@ -112,7 +112,7 @@
112112
"npm-run-all2": "8.0.4",
113113
"nyc": "^17.0.0",
114114
"opener": "^1.5.2",
115-
"path-scurry": "^1.10.1",
115+
"path-scurry": "^2.0.1",
116116
"prettier": "^3.4.2",
117117
"ts-node": "^10.9.2",
118118
"typescript": "^5.1.6",

pnpm-lock.yaml

Lines changed: 60 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)