From c581289bb2ac6a9d0b21eb0362e15c03795f7987 Mon Sep 17 00:00:00 2001 From: mheob-bot <114013487+mheob-bot@users.noreply.github.com> Date: Sun, 28 May 2023 09:17:33 +0200 Subject: [PATCH] chore(release): bump version and deploy packages (#123) This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @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 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 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/cold-beers-train.md | 7 ------- .changeset/flat-jobs-fail.md | 5 ----- packages/eslint-config/CHANGELOG.md | 14 ++++++++++++++ packages/eslint-config/package.json | 2 +- 4 files changed, 15 insertions(+), 13 deletions(-) delete mode 100644 .changeset/cold-beers-train.md delete mode 100644 .changeset/flat-jobs-fail.md 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",