From a0739bb0e007cdfacd6a0d251ecc619593c40dd5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 12:14:36 +0900 Subject: [PATCH] chore: release `@intlify/eslint-plugin-vue-i18n` (next) (#460) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 2 ++ CHANGELOG.md | 10 ++++++++++ lib/utils.ts | 2 ++ package.json | 2 +- 4 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index e639d73a..cfa3d84d 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -6,7 +6,9 @@ }, "changesets": [ "forty-tools-dream", + "fresh-squids-build", "olive-chairs-invent", + "shiny-colts-search", "ten-insects-deny" ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index a5b78d90..f1eb3db6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ ## 3.0.0-next.2 +## 3.0.0-next.5 + +### Minor Changes + +- [#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 + +### Patch Changes + +- [#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 + ## 3.0.0-next.4 ### Patch Changes diff --git a/lib/utils.ts b/lib/utils.ts index e7e73672..cbbde54b 100644 --- a/lib/utils.ts +++ b/lib/utils.ts @@ -4,6 +4,7 @@ import * as cacheLoader from './utils/cache-loader' import * as casing from './utils/casing' import * as collectKeys from './utils/collect-keys' import * as collectLinkedKeys from './utils/collect-linked-keys' +import * as compat from './utils/compat' import * as defaultTimeouts from './utils/default-timeouts' import * as getCwd from './utils/get-cwd' import * as globUtils from './utils/glob-utils' @@ -23,6 +24,7 @@ export = { casing, 'collect-keys': collectKeys, 'collect-linked-keys': collectLinkedKeys, + compat, 'default-timeouts': defaultTimeouts, 'get-cwd': getCwd, 'glob-utils': globUtils, diff --git a/package.json b/package.json index d11f2a4e..e11f50ec 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@intlify/eslint-plugin-vue-i18n", "description": "ESLint plugin for Vue I18n", - "version": "3.0.0-next.4", + "version": "3.0.0-next.5", "license": "MIT", "homepage": "https://github.com/intlify/eslint-plugin-vue-i18n#readme", "keywords": [