Skip to content

Commit a0739bb

Browse files
chore: release @intlify/eslint-plugin-vue-i18n (next) (#460)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a488f15 commit a0739bb

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

.changeset/pre.json

+2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
},
77
"changesets": [
88
"forty-tools-dream",
9+
"fresh-squids-build",
910
"olive-chairs-invent",
11+
"shiny-colts-search",
1012
"ten-insects-deny"
1113
]
1214
}

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## 3.0.0-next.2
22

3+
## 3.0.0-next.5
4+
5+
### Minor Changes
6+
7+
- [#463](https://github.com/intlify/eslint-plugin-vue-i18n/pull/463) [`a488f15`](https://github.com/intlify/eslint-plugin-vue-i18n/commit/a488f15f35190ea4803ba9716e6ffc207277d7d2) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: add support for eslint v9
8+
9+
### Patch Changes
10+
11+
- [#459](https://github.com/intlify/eslint-plugin-vue-i18n/pull/459) [`8b3d347`](https://github.com/intlify/eslint-plugin-vue-i18n/commit/8b3d347e9e10b4cce0b8527675c230654d8e28bd) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency @eslint/eslintrc to v3
12+
313
## 3.0.0-next.4
414

515
### Patch Changes

lib/utils.ts

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import * as cacheLoader from './utils/cache-loader'
44
import * as casing from './utils/casing'
55
import * as collectKeys from './utils/collect-keys'
66
import * as collectLinkedKeys from './utils/collect-linked-keys'
7+
import * as compat from './utils/compat'
78
import * as defaultTimeouts from './utils/default-timeouts'
89
import * as getCwd from './utils/get-cwd'
910
import * as globUtils from './utils/glob-utils'
@@ -23,6 +24,7 @@ export = {
2324
casing,
2425
'collect-keys': collectKeys,
2526
'collect-linked-keys': collectLinkedKeys,
27+
compat,
2628
'default-timeouts': defaultTimeouts,
2729
'get-cwd': getCwd,
2830
'glob-utils': globUtils,

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@intlify/eslint-plugin-vue-i18n",
33
"description": "ESLint plugin for Vue I18n",
4-
"version": "3.0.0-next.4",
4+
"version": "3.0.0-next.5",
55
"license": "MIT",
66
"homepage": "https://github.com/intlify/eslint-plugin-vue-i18n#readme",
77
"keywords": [

0 commit comments

Comments
 (0)