From a80c48397f3cf1f146e22d6af642b322919eb941 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 10:01:55 +0000 Subject: [PATCH] chore(main): release 20.1.0 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 30 ++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 34 insertions(+), 4 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 62b38fb..bfa8005 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1 +1 @@ -{".":"20.0.1"} +{".":"20.1.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index ab44329..fa58f88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ # Changelog +## [20.1.0](https://github.com/voxpelli/eslint-config/compare/v20.0.1...v20.1.0) (2024-08-20) + + +### ๐ŸŒŸ Features + +* **deps:** update dependency eslint-plugin-mocha to ^10.5.0 ([#363](https://github.com/voxpelli/eslint-config/issues/363)) ([9440a7d](https://github.com/voxpelli/eslint-config/commit/9440a7d713e773f72300e76c84d05fa70ab66896)) + + +### ๐Ÿฉน Fixes + +* update `neostandard`, but keep comma-dangle ([40a43b9](https://github.com/voxpelli/eslint-config/commit/40a43b9f14e0e3c80217775bbf2ecaa7e949c248)) +* use `@types/eslint@9.x` ([f6ed27d](https://github.com/voxpelli/eslint-config/commit/f6ed27d8c907c4136e10c9e511901843f73f5507)) + + +### ๐Ÿ“š Documentation + +* fix example ([d3aa8ea](https://github.com/voxpelli/eslint-config/commit/d3aa8eab47a2bf45367f581f0886e9425f3d1879)) + + +### ๐Ÿงน Chores + +* add `"types": ["node"]` to `tsconfig.json` ([85b223a](https://github.com/voxpelli/eslint-config/commit/85b223a33ef8c15391098dfe8569ddc388fb88b4)) +* add some plugin `@types/` ([5989b99](https://github.com/voxpelli/eslint-config/commit/5989b9955bf97905a859a20d2aa10f9cbcc19a89)) +* **deps:** update dependency eslint-plugin-jsdoc to v50 ([#361](https://github.com/voxpelli/eslint-config/issues/361)) ([15f269f](https://github.com/voxpelli/eslint-config/commit/15f269f3e54216f980370bbb7cddb775c242e773)) +* **deps:** update husky and knip ([429da48](https://github.com/voxpelli/eslint-config/commit/429da482a3b216551e7b4a6059daa834aac0386a)) +* **deps:** update type dependencies ([4f92135](https://github.com/voxpelli/eslint-config/commit/4f9213518ac5561f7afed80792a317b5c42fd41a)) +* husky script tweak ([2c8b953](https://github.com/voxpelli/eslint-config/commit/2c8b953920815c696ee8847121bd3a2bcd2b28aa)) +* improve renovate grouping ([e247ece](https://github.com/voxpelli/eslint-config/commit/e247ece9308690ed71d6e0593c306a914c88afa9)) +* improve renovate pattern matching ([6feb945](https://github.com/voxpelli/eslint-config/commit/6feb945c336bfe13fd0a222c0a0d7ccee3d74e50)) + ## [20.0.1](https://github.com/voxpelli/eslint-config/compare/v20.0.0...v20.0.1) (2024-07-21) diff --git a/package-lock.json b/package-lock.json index 8e5dad8..169a1fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@voxpelli/eslint-config", - "version": "20.0.1", + "version": "20.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@voxpelli/eslint-config", - "version": "20.0.1", + "version": "20.1.0", "license": "MIT", "dependencies": { "eslint-plugin-es-x": "^8.0.0", diff --git a/package.json b/package.json index 028685b..d8eec44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@voxpelli/eslint-config", - "version": "20.0.1", + "version": "20.1.0", "license": "MIT", "description": "My personal ESLint config. Based on neostandard", "author": "Pelle Wessman (https://kodfabrik.se/)",