From 803b13a0a7c305bb7e7bde54168c9ec02d7f5983 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 13:55:11 +0200 Subject: [PATCH] chore(main): release 19.0.0 (#235) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 23 +++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 26 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 674caf5..fb618ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [19.0.0](https://github.com/voxpelli/eslint-config/compare/v18.0.0...v19.0.0) (2023-07-25) + + +### ⚠ BREAKING CHANGES + +* update dependency eslint-plugin-es-x to ^7.2.0 ([#234](https://github.com/voxpelli/eslint-config/issues/234)) +* update dependency eslint-plugin-n to ^16.0.1 ([#224](https://github.com/voxpelli/eslint-config/issues/224)) +* update dependency eslint to ^8.45.0 ([#220](https://github.com/voxpelli/eslint-config/issues/220)) +* update dependency eslint-plugin-jsdoc to ^46.4.4 ([#219](https://github.com/voxpelli/eslint-config/issues/219)) +* update dependency eslint-plugin-unicorn to v48 ([#231](https://github.com/voxpelli/eslint-config/issues/231)) + +### Features + +* update dependency eslint-plugin-unicorn to v48 ([#231](https://github.com/voxpelli/eslint-config/issues/231)) ([fb00678](https://github.com/voxpelli/eslint-config/commit/fb00678a34d9c934cf150ccd51b32d1a4606d3c7)) + + +### Miscellaneous Chores + +* update dependency eslint to ^8.45.0 ([#220](https://github.com/voxpelli/eslint-config/issues/220)) ([9473eff](https://github.com/voxpelli/eslint-config/commit/9473effcf6d7131b2af4cc284177ec114070e3b1)) +* update dependency eslint-plugin-es-x to ^7.2.0 ([#234](https://github.com/voxpelli/eslint-config/issues/234)) ([d2d65ab](https://github.com/voxpelli/eslint-config/commit/d2d65ab88f9b7a19cca735fabaeadac48f639ebe)) +* update dependency eslint-plugin-jsdoc to ^46.4.4 ([#219](https://github.com/voxpelli/eslint-config/issues/219)) ([205427e](https://github.com/voxpelli/eslint-config/commit/205427eac421be97f5e0c6f7f0c3511ac4027944)) +* update dependency eslint-plugin-n to ^16.0.1 ([#224](https://github.com/voxpelli/eslint-config/issues/224)) ([e53cb27](https://github.com/voxpelli/eslint-config/commit/e53cb274aba053d3c472bac04b2ef5f022c4fe11)) + ## [18.0.0](https://github.com/voxpelli/eslint-config/compare/v17.0.3...v18.0.0) (2023-06-03) diff --git a/package-lock.json b/package-lock.json index 50c769b..9566c9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@voxpelli/eslint-config", - "version": "18.0.0", + "version": "19.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@voxpelli/eslint-config", - "version": "18.0.0", + "version": "19.0.0", "license": "MIT", "dependencies": { "@types/eslint": "^8.40.2" diff --git a/package.json b/package.json index 6d0eeb0..36e2be0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@voxpelli/eslint-config", - "version": "18.0.0", + "version": "19.0.0", "license": "MIT", "description": "My personal ESLint config. Based on semistandard", "author": "Pelle Wessman (https://kodfabrik.se/)",