diff --git a/.changeset/tidy-steaks-arrive.md b/.changeset/tidy-steaks-arrive.md deleted file mode 100644 index b1b2e37..0000000 --- a/.changeset/tidy-steaks-arrive.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'eslint-config-widen': major -'eslint-plugin-widen': major ---- - -Update to eslint 9, apps will need to be on eslint 9+ alongside this update. -They will also need to convert their .eslintrc and .eslintignore into the new -format of eslint.config.mjs. Here is a migration guide that goes over the basics -https://eslint.org/docs/latest/use/configure/migration-guide. For general usage -and a sample eslint.config.mjs see the updated readme in this repo. diff --git a/packages/eslint-config-widen/CHANGELOG.md b/packages/eslint-config-widen/CHANGELOG.md index dec08de..cc30dd3 100644 --- a/packages/eslint-config-widen/CHANGELOG.md +++ b/packages/eslint-config-widen/CHANGELOG.md @@ -1,5 +1,21 @@ # eslint-config-widen +## 4.0.0 + +### Major Changes + +- 601e5bd: Update to eslint 9, apps will need to be on eslint 9+ alongside this + update. They will also need to convert their .eslintrc and .eslintignore into + the new format of eslint.config.mjs. Here is a migration guide that goes over + the basics https://eslint.org/docs/latest/use/configure/migration-guide. For + general usage and a sample eslint.config.mjs see the updated readme in this + repo. + +### Patch Changes + +- Updated dependencies [601e5bd] + - eslint-plugin-widen@3.0.0 + ## 3.0.0 ### Major Changes diff --git a/packages/eslint-config-widen/package.json b/packages/eslint-config-widen/package.json index 92ec8f1..0fa57c8 100644 --- a/packages/eslint-config-widen/package.json +++ b/packages/eslint-config-widen/package.json @@ -24,7 +24,7 @@ "eslint-plugin-react": ">= 7", "eslint-plugin-react-hooks": ">= 4", "eslint-plugin-sort": ">= 3", - "eslint-plugin-widen": ">= 3" + "eslint-plugin-widen": ">=3.0.0" }, "peerDependenciesMeta": { "@typescript-eslint/eslint-plugin": { @@ -54,5 +54,5 @@ "type": "git", "url": "https://github.com/Widen/eslint-config" }, - "version": "3.0.0" + "version": "4.0.0" } diff --git a/packages/eslint-plugin-widen/CHANGELOG.md b/packages/eslint-plugin-widen/CHANGELOG.md index 8d9139d..a58d615 100644 --- a/packages/eslint-plugin-widen/CHANGELOG.md +++ b/packages/eslint-plugin-widen/CHANGELOG.md @@ -1,5 +1,16 @@ # eslint-plugin-widen +## 3.0.0 + +### Major Changes + +- 601e5bd: Update to eslint 9, apps will need to be on eslint 9+ alongside this + update. They will also need to convert their .eslintrc and .eslintignore into + the new format of eslint.config.mjs. Here is a migration guide that goes over + the basics https://eslint.org/docs/latest/use/configure/migration-guide. For + general usage and a sample eslint.config.mjs see the updated readme in this + repo. + ## 2.0.0 ### Major Changes diff --git a/packages/eslint-plugin-widen/package.json b/packages/eslint-plugin-widen/package.json index 3dc297f..cb19965 100644 --- a/packages/eslint-plugin-widen/package.json +++ b/packages/eslint-plugin-widen/package.json @@ -22,5 +22,5 @@ "type": "git", "url": "https://github.com/Widen/eslint-config" }, - "version": "2.0.0" + "version": "3.0.0" } diff --git a/yarn.lock b/yarn.lock index cdb4253..d2f368e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3267,7 +3267,7 @@ __metadata: eslint-plugin-react: ">= 7" eslint-plugin-react-hooks: ">= 4" eslint-plugin-sort: ">= 3" - eslint-plugin-widen: ">= 3" + eslint-plugin-widen: ">=3.0.0" peerDependenciesMeta: "@typescript-eslint/eslint-plugin": optional: true