diff --git a/.changeset/cold-beers-train.md b/.changeset/cold-beers-train.md deleted file mode 100644 index 8272c84..0000000 --- a/.changeset/cold-beers-train.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@mheob/eslint-config': major ---- - -Bump `eslint-plugin-unicorn` to v47. -BREAKING CHANGE: Enable `prefer-at`, `prefer-event-target`, and `prefer-string-replace-all` -in recommended config (see [#2073](https://github.com/sindresorhus/eslint-plugin-unicorn/pull/2073)) diff --git a/.changeset/flat-jobs-fail.md b/.changeset/flat-jobs-fail.md deleted file mode 100644 index 2616d81..0000000 --- a/.changeset/flat-jobs-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@mheob/eslint-config": patch ---- - -chore(deps): update all non-major dependencies diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index b4a65f9..44ba12a 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,19 @@ # @mheob/eslint-config +## 5.0.0 + +### Major Changes + +- [#124](https://github.com/mheob/config/pull/124) ([@mheob](https://github.com/mheob)): Bump + `eslint-plugin-unicorn` to v47. BREAKING CHANGE: Enable `prefer-at`, `prefer-event-target`, and + `prefer-string-replace-all` in recommended config (see + [#2073](https://github.com/sindresorhus/eslint-plugin-unicorn/pull/2073)) + +### Patch Changes + +- [#122](https://github.com/mheob/config/pull/122) ([@renovate](https://github.com/apps/renovate)): + chore(deps): update all non-major dependencies + ## 4.2.1 ### Patch Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 1318953..4c810f9 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@mheob/eslint-config", - "version": "4.2.1", + "version": "5.0.0", "description": "My personal configuration for eslint.", "keywords": [ "eslint",