Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0fadd81

Browse filesBrowse files
authored
chore(deps): pin @intlify dependencies to tag beta (#413)
* chore(deps): pin `@intlify` dependencies to tag `beta` * chore: upgrade to vue-i18n-next beta.22 * chore(deps): upgrade
1 parent 5216f65 commit 0fadd81
Copy full SHA for 0fadd81

File tree

Expand file treeCollapse file tree

5 files changed

+359
-380
lines changed
Filter options
Expand file treeCollapse file tree

5 files changed

+359
-380
lines changed

‎.changeset/olive-chairs-invent.md

Copy file name to clipboard
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@intlify/eslint-plugin-vue-i18n': patch
3+
---
4+
5+
Pin `@intlify` dependencies to tag `beta` to try to prevent renovate from downgrading.

‎lib/utils/collect-linked-keys.ts

Copy file name to clipboardExpand all lines: lib/utils/collect-linked-keys.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function extractUsedKeysFromAST(ast: ResourceNode): Set<string> {
5959
if (node.type === NodeTypes.Linked) {
6060
if (node.key.type === NodeTypes.LinkedKey) {
6161
keys.add(node.key.value)
62-
} else if (node.key.type === NodeTypes.Literal) {
62+
} else if (node.key.type === NodeTypes.Literal && node.key.value) {
6363
keys.add(node.key.value)
6464
} else if (node.key.type === NodeTypes.List) {
6565
keys.add(String(node.key.index))

‎lib/utils/message-compiler/parser-v8.ts

Copy file name to clipboardExpand all lines: lib/utils/message-compiler/parser-v8.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class CodeContext {
9090
}
9191
setEndLoc(
9292
node: {
93-
end: number
93+
end?: number
9494
loc?: SourceLocation
9595
},
9696
end: number

‎package.json

Copy file name to clipboardExpand all lines: package.json
+10-10Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
},
5959
"dependencies": {
6060
"@eslint/eslintrc": "^2.1.0",
61-
"@intlify/core-base": "9.3.0-beta.14-77e850b",
62-
"@intlify/message-compiler": "9.3.0-beta.14-77e850b",
61+
"@intlify/core-base": "beta",
62+
"@intlify/message-compiler": "beta",
6363
"debug": "^4.3.4",
6464
"glob": "^10.3.3",
6565
"ignore": "^5.2.4",
@@ -74,24 +74,24 @@
7474
"yaml-eslint-parser": "^1.2.2"
7575
},
7676
"devDependencies": {
77-
"@changesets/changelog-github": "^0.4.6",
78-
"@changesets/cli": "^2.24.2",
77+
"@changesets/changelog-github": "^0.4.8",
78+
"@changesets/cli": "^2.26.2",
7979
"@types/debug": "^4.1.8",
80-
"@types/eslint": "^8.44.0",
80+
"@types/eslint": "^8.44.1",
8181
"@types/eslint-scope": "^3.7.4",
8282
"@types/glob": "^8.1.0",
8383
"@types/js-yaml": "^4.0.5",
8484
"@types/json-schema": "^7.0.12",
85-
"@types/lodash": "^4.14.195",
85+
"@types/lodash": "^4.14.196",
8686
"@types/mocha": "^10.0.1",
87-
"@types/node": "^20.4.1",
87+
"@types/node": "^20.4.5",
8888
"@types/prettier": "^2.7.3",
8989
"@types/semver": "^7.5.0",
90-
"@typescript-eslint/eslint-plugin": "^6.0.0",
91-
"@typescript-eslint/parser": "^6.0.0",
90+
"@typescript-eslint/eslint-plugin": "^6.2.0",
91+
"@typescript-eslint/parser": "^6.2.0",
9292
"entities": "^4.5.0",
9393
"env-cmd": "^10.1.0",
94-
"eslint": "^8.44.0",
94+
"eslint": "^8.45.0",
9595
"eslint-config-prettier": "^8.8.0",
9696
"eslint-plugin-markdown": "^3.0.0",
9797
"eslint-plugin-prettier": "^4.2.1",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.