From 90ee1d37a77c26f58cccd801f46475e618bec327 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 13:11:50 +0200 Subject: [PATCH] chore(main): release 22.0.0 (#372) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 23 +++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 5fd634f..8427465 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1 +1 @@ -{".":"21.0.0"} +{".":"22.0.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index e8a3ca8..3bc2533 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [22.0.0](https://github.com/voxpelli/eslint-config/compare/v21.0.0...v22.0.0) (2024-10-24) + + +### โš  BREAKING CHANGES + +* add `eslint-plugin-regexp` recommended ([#373](https://github.com/voxpelli/eslint-config/issues/373)) +* update dependency eslint-plugin-unicorn to v56 ([#371](https://github.com/voxpelli/eslint-config/issues/371)) +* **deps:** update neostandard and eslint + +### ๐ŸŒŸ Features + +* add `eslint-plugin-regexp` recommended ([#373](https://github.com/voxpelli/eslint-config/issues/373)) ([523197d](https://github.com/voxpelli/eslint-config/commit/523197d6e3d7dcb1aa051c6758d22ffb47c7f328)) +* **deps:** update dependency eslint-plugin-jsdoc to ^50.4.3 ([#368](https://github.com/voxpelli/eslint-config/issues/368)) ([a66f39c](https://github.com/voxpelli/eslint-config/commit/a66f39c803f1cf7186e5968f9b318675e0b842f0)) +* **deps:** update neostandard and eslint ([b2ce5e2](https://github.com/voxpelli/eslint-config/commit/b2ce5e2f2b53cb1eded0038c76be4c3b980756ba)) +* update dependency eslint-plugin-unicorn to v56 ([#371](https://github.com/voxpelli/eslint-config/issues/371)) ([f009a44](https://github.com/voxpelli/eslint-config/commit/f009a449df872005b5233ce224b99e93d8020318)) + + +### ๐Ÿงน Chores + +* **deps:** lock file maintenance ([#359](https://github.com/voxpelli/eslint-config/issues/359)) ([af501fd](https://github.com/voxpelli/eslint-config/commit/af501fda838d2b3e70715567dd69bd20cb85af15)) +* **deps:** update dev dependencies ([b2dbbd8](https://github.com/voxpelli/eslint-config/commit/b2dbbd88242b510e3ed1fef1e98779027983c413)) +* **deps:** update to latest npm-run-all2 6.x ([80f5910](https://github.com/voxpelli/eslint-config/commit/80f591008fbe9bed203eea111a0eea167472d4a0)) + ## [21.0.0](https://github.com/voxpelli/eslint-config/compare/v20.1.0...v21.0.0) (2024-08-20) diff --git a/package-lock.json b/package-lock.json index 88b0d65..c9ba39f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@voxpelli/eslint-config", - "version": "21.0.0", + "version": "22.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@voxpelli/eslint-config", - "version": "21.0.0", + "version": "22.0.0", "license": "MIT", "dependencies": { "eslint-plugin-es-x": "^8.0.0", diff --git a/package.json b/package.json index 1300f27..44833eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@voxpelli/eslint-config", - "version": "21.0.0", + "version": "22.0.0", "license": "MIT", "description": "My personal ESLint config. Based on neostandard", "author": "Pelle Wessman (https://kodfabrik.se/)",