From 41f5e2cf9d2125953761388da0471fe676632a8d Mon Sep 17 00:00:00 2001 From: Bartosz Date: Tue, 11 Jun 2024 11:47:08 +0200 Subject: [PATCH 1/7] chore(release): 2.7.1 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 649b555..05af46e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [2.7.1](https://github.com/burtek/eslint-config/compare/v2.7.0...v2.7.1) (2024-06-11) + + +### Bug Fixes + +* **deps:** update dependency typescript-eslint to ~7.13.0 ([#63](https://github.com/burtek/eslint-config/issues/63)) ([a94e6d9](https://github.com/burtek/eslint-config/commit/a94e6d98622f5fb46e4700806b2db5e2cfbd3faf)) + + +### Documentation changes: + +* Update README.md ([56ad2ac](https://github.com/burtek/eslint-config/commit/56ad2aca5f773055649b540ec92290605ac5006b)) + ## [2.7.0](https://github.com/burtek/eslint-config/compare/v2.6.5...v2.7.0) (2024-06-06) diff --git a/package.json b/package.json index 888b41f..cb8b8b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dtrw/eslint-config", - "version": "2.7.0", + "version": "2.7.1", "author": "Bartosz Dotryw ", "description": "Custom eslint configs", "keywords": [ From 4cd3a87a36e35a1065710add5afea088564facbb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 09:18:39 +0200 Subject: [PATCH 2/7] fix(deps): update dependency @next/eslint-plugin-next to v14.2.4 (#67) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 935a294..d5c4d05 100644 --- a/yarn.lock +++ b/yarn.lock @@ -637,9 +637,9 @@ "@jridgewell/sourcemap-codec" "^1.4.14" "@next/eslint-plugin-next@~14.2.2": - version "14.2.3" - resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-14.2.3.tgz#287ad8620e7061ba01e8d3313d464db6d217b6df" - integrity sha512-L3oDricIIjgj1AVnRdRor21gI7mShlSwU/1ZGHmqM3LzHhXXhdkrfeNY5zif25Bi5Dd7fiJHsbhoZCHfXYvlAw== + version "14.2.4" + resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-14.2.4.tgz#c7f965cb76f0b454e726ef0f69157c4fb4e28f53" + integrity sha512-svSFxW9f3xDaZA3idQmlFw7SusOuWTpDTAeBlO3AEPDltrraV+lqs7mAc6A27YdnpQVVIA3sODqUAAHdWhVWsA== dependencies: glob "10.3.10" From 7242fab2b02efb8abb55e761eb9b921560efd1d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 22:38:25 +0200 Subject: [PATCH 3/7] chore(deps): update dependency ts-jest to v29.1.5 (#71) * chore(deps): update dependency ts-jest to v29.1.5 * chore(deps): Deduplicated yarn.lock --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Bartosz --- yarn.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/yarn.lock b/yarn.lock index d5c4d05..a32269c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -945,9 +945,9 @@ integrity sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g== "@types/node@*", "@types/node@^20.0.0": - version "20.12.12" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.12.tgz#7cbecdf902085cec634fdb362172dfe12b8f2050" - integrity sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw== + version "20.14.2" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.2.tgz#a5f4d2bcb4b6a87bffcaa717718c5a0f208f4a18" + integrity sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q== dependencies: undici-types "~5.26.4" @@ -6050,9 +6050,9 @@ ts-api-utils@^1.3.0: integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ== ts-jest@^29.1.2: - version "29.1.4" - resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.4.tgz#26f8a55ce31e4d2ef7a1fd47dc7fa127e92793ef" - integrity sha512-YiHwDhSvCiItoAgsKtoLFCuakDzDsJ1DLDnSouTaTmdOcOwIkSzbLXduaQ6M5DRVhuZC/NYaaZ/mtHbWMv/S6Q== + version "29.1.5" + resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.5.tgz#d6c0471cc78bffa2cb4664a0a6741ef36cfe8f69" + integrity sha512-UuClSYxM7byvvYfyWdFI+/2UxMmwNyJb0NPkZPQE2hew3RurV7l7zURgOHAd/1I1ZdPpe3GUsXNXAcN8TFKSIg== dependencies: bs-logger "0.x" fast-json-stable-stringify "2.x" From 60c9101a4cbddaf3c98182ab0e5b4f488454ba90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 22:39:52 +0200 Subject: [PATCH 4/7] fix(deps): update dependency eslint-plugin-n to ~17.9.0 (#68) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index cb8b8b3..b58ceb5 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "eslint-plugin-jsonc": "~2.15.1 || ~2.16.0", "eslint-plugin-jsx-a11y": "~6.8.0", "eslint-plugin-lodash": "~8.0.0", - "eslint-plugin-n": "~17.8.0", + "eslint-plugin-n": "~17.9.0", "eslint-plugin-promise": "~6.2.0", "eslint-plugin-react": "~7.34.1", "eslint-plugin-react-hooks": "~4.6.0", diff --git a/yarn.lock b/yarn.lock index a32269c..c67ada6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2550,10 +2550,10 @@ eslint-plugin-mdx@^3.1.5: unified "^11.0.4" vfile "^6.0.1" -eslint-plugin-n@~17.8.0: - version "17.8.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.8.1.tgz#b14257815bb9a1ab2b85b680ee9bbd180945ab87" - integrity sha512-KdG0h0voZms8UhndNu8DeWx1eM4sY+A4iXtsNo6kOfJLYHNeTGPacGalJ9GcvrbmOL3r/7QOMwVZDSw+1SqsrA== +eslint-plugin-n@~17.9.0: + version "17.9.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.9.0.tgz#91b43d4e10a35e455bfac2c64671f9cecc396590" + integrity sha512-CPSaXDXdrT4nsrOrO4mT4VB6FMUkoySRkHWuuJJHVqsIEjIeZgMY1H7AzSwPbDScikBmLN82KeM1u7ixV7PzGg== dependencies: "@eslint-community/eslint-utils" "^4.4.0" enhanced-resolve "^5.17.0" From 54f6543ec2f8b766a8b28341c39fe72247fc940f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 22:42:52 +0200 Subject: [PATCH 5/7] fix(deps): update dependency @stylistic/eslint-plugin to ~2.2.0 (#69) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 58 ++++++++++++++++++++++++++-------------------------- 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/package.json b/package.json index b58ceb5..ae42350 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "license": "MIT", "dependencies": { "@next/eslint-plugin-next": "~14.2.2", - "@stylistic/eslint-plugin": "~2.1.0", + "@stylistic/eslint-plugin": "~2.2.0", "eslint-import-resolver-typescript": "~3.6.1", "eslint-plugin-cypress": "~3.3.0", "eslint-plugin-import": "~2.29.1", diff --git a/yarn.lock b/yarn.lock index c67ada6..05490b9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -722,52 +722,52 @@ dependencies: "@sinonjs/commons" "^3.0.0" -"@stylistic/eslint-plugin-js@2.1.0", "@stylistic/eslint-plugin-js@^2.1.0": - version "2.1.0" - resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin-js/-/eslint-plugin-js-2.1.0.tgz#3c4053c12bc6cc344f8ca979bb4399cda386e7a5" - integrity sha512-gdXUjGNSsnY6nPyqxu6lmDTtVrwCOjun4x8PUn0x04d5ucLI74N3MT1Q0UhdcOR9No3bo5PGDyBgXK+KmD787A== +"@stylistic/eslint-plugin-js@2.2.0", "@stylistic/eslint-plugin-js@^2.2.0": + version "2.2.0" + resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin-js/-/eslint-plugin-js-2.2.0.tgz#87c46cf5498d1a1cd4d1c520123fcf00978dd856" + integrity sha512-pdkNeVORubs+k7jmhHivYXggoFvw1ykAyGBQomodOYO8MhO8/IM798XVyjadC6EeTeBiXlEWYRy/4QV34hDz+A== dependencies: "@types/eslint" "^8.56.10" acorn "^8.11.3" eslint-visitor-keys "^4.0.0" espree "^10.0.1" -"@stylistic/eslint-plugin-jsx@2.1.0": - version "2.1.0" - resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin-jsx/-/eslint-plugin-jsx-2.1.0.tgz#ce59d90bc47bc7ecc43574440b19b69d3b0dc5f1" - integrity sha512-mMD7S+IndZo2vxmwpHVTCwx2O1VdtE5tmpeNwgaEcXODzWV1WTWpnsc/PECQKIr/mkLPFWiSIqcuYNhQ/3l6AQ== +"@stylistic/eslint-plugin-jsx@2.2.0": + version "2.2.0" + resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin-jsx/-/eslint-plugin-jsx-2.2.0.tgz#cc4c8f8cd8026c4a7d694f66a93072e3a2740e09" + integrity sha512-1aHeR68inrbEFGJZ80rOMHK8gIzTboF4DgmF0eR5KJ+wgxkhlEasZKhsuDrrgXn4xaUIgbMzCeHg9Rw0AtqR9w== dependencies: - "@stylistic/eslint-plugin-js" "^2.1.0" + "@stylistic/eslint-plugin-js" "^2.2.0" "@types/eslint" "^8.56.10" estraverse "^5.3.0" picomatch "^4.0.2" -"@stylistic/eslint-plugin-plus@2.1.0": - version "2.1.0" - resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin-plus/-/eslint-plugin-plus-2.1.0.tgz#c02890685df3a4e5b9ff9ee113377bb237401695" - integrity sha512-S5QAlgYXESJaSBFhBSBLZy9o36gXrXQwWSt6QkO+F0SrT9vpV5JF/VKoh+ojO7tHzd8Ckmyouq02TT9Sv2B0zQ== +"@stylistic/eslint-plugin-plus@2.2.0": + version "2.2.0" + resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin-plus/-/eslint-plugin-plus-2.2.0.tgz#b911f9a636c7cbc791ef33cca2f2b7d71f43dbf7" + integrity sha512-BVgtMc+oepdEuDkhsCX8ZLD32AIWC2cyhxmz/ku9WJjrfB4eF2qNb/chr7x2SyN+nlJIz/Vl5aSIa3aKAWylBA== dependencies: "@types/eslint" "^8.56.10" - "@typescript-eslint/utils" "^7.8.0" + "@typescript-eslint/utils" "^7.12.0" -"@stylistic/eslint-plugin-ts@2.1.0": - version "2.1.0" - resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin-ts/-/eslint-plugin-ts-2.1.0.tgz#74083f74aacea19e7bc4509dafc56da7c4c40667" - integrity sha512-2ioFibufHYBALx2TBrU4KXovCkN8qCqcb9yIHc0fyOfTaO5jw4d56WW7YRcF3Zgde6qFyXwAN6z/+w4pnmos1g== +"@stylistic/eslint-plugin-ts@2.2.0": + version "2.2.0" + resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin-ts/-/eslint-plugin-ts-2.2.0.tgz#5700bc354d5be3b75057dbc9aefe16aca293749c" + integrity sha512-34KDq7G1+PpFH9BT3DQyRjy82K1A1Fb/ywr1v4xjs77r/kRIMduadkwHoyj4fCMFTqkW3ML7qZ0jNV2OjdoR8g== dependencies: - "@stylistic/eslint-plugin-js" "2.1.0" + "@stylistic/eslint-plugin-js" "2.2.0" "@types/eslint" "^8.56.10" - "@typescript-eslint/utils" "^7.8.0" + "@typescript-eslint/utils" "^7.12.0" -"@stylistic/eslint-plugin@~2.1.0": - version "2.1.0" - resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-2.1.0.tgz#61b73f7d4f6786517224aa3dee78c9ace5ca7d76" - integrity sha512-cBBowKP2u/+uE5CzgH5w8pE9VKqcM7BXdIDPIbGt2rmLJGnA6MJPr9vYGaqgMoJFs7R/FzsMQerMvvEP40g2uw== +"@stylistic/eslint-plugin@~2.2.0": + version "2.2.0" + resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-2.2.0.tgz#b4645e379ca6897bea70ce57fe8723a210bbf3c1" + integrity sha512-qJfzH3M83vpFssPkeS559uj6PbAn8Z54C1zTrKOaH1ooSH54bmPvJ2v3Zh+PRWJ0YscLz43TxQhgmlPD53ZJ9w== dependencies: - "@stylistic/eslint-plugin-js" "2.1.0" - "@stylistic/eslint-plugin-jsx" "2.1.0" - "@stylistic/eslint-plugin-plus" "2.1.0" - "@stylistic/eslint-plugin-ts" "2.1.0" + "@stylistic/eslint-plugin-js" "2.2.0" + "@stylistic/eslint-plugin-jsx" "2.2.0" + "@stylistic/eslint-plugin-plus" "2.2.0" + "@stylistic/eslint-plugin-ts" "2.2.0" "@types/eslint" "^8.56.10" "@tsconfig/node10@^1.0.7": @@ -1082,7 +1082,7 @@ semver "^7.6.0" ts-api-utils "^1.3.0" -"@typescript-eslint/utils@7.13.0", "@typescript-eslint/utils@^6.0.0 || ^7.0.0", "@typescript-eslint/utils@^7.8.0": +"@typescript-eslint/utils@7.13.0", "@typescript-eslint/utils@^6.0.0 || ^7.0.0", "@typescript-eslint/utils@^7.12.0": version "7.13.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.13.0.tgz#f84e7e8aeceae945a9a3f40d077fd95915308004" integrity sha512-jceD8RgdKORVnB4Y6BqasfIkFhl4pajB1wVxrF4akxD2QPM8GNYjgGwEzYS+437ewlqqrg7Dw+6dhdpjMpeBFQ== From cf24fca6fc5a6cf5e08ec4b5aad5c5ee427c475a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 22:44:42 +0200 Subject: [PATCH 6/7] fix(deps): update dependency globals to v15.5.0 (#70) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 05490b9..d0587c4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3103,9 +3103,9 @@ globals@^13.19.0, globals@^13.20.0: type-fest "^0.20.2" globals@^15.0.0: - version "15.4.0" - resolved "https://registry.yarnpkg.com/globals/-/globals-15.4.0.tgz#3e36ea6e4d9ddcf1cb42d92f5c4a145a8a2ddc1c" - integrity sha512-unnwvMZpv0eDUyjNyh9DH/yxUaRYrEjW/qK4QcdrHg3oO11igUQrCSgODHEqxlKg8v2CD2Sd7UkqqEBoz5U7TQ== + version "15.5.0" + resolved "https://registry.yarnpkg.com/globals/-/globals-15.5.0.tgz#093c5b7677809f6cc9dd2c01518b1b0962f1f085" + integrity sha512-r7/9tQj5RylGxt/BKGv0D2SvehYvRFYg4ukSNk+EuZxvWI7uK/MJFmOCLq8aKvgh3EVBYFbBlOMAtaITXZr80w== globalthis@^1.0.3: version "1.0.4" From 855a2f50c35f07924ea7ed65cfa5a47ff830b5ef Mon Sep 17 00:00:00 2001 From: Bartosz Date: Sun, 16 Jun 2024 22:46:28 +0200 Subject: [PATCH 7/7] chore(release): 2.7.2 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05af46e..f6170f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [2.7.2](https://github.com/burtek/eslint-config/compare/v2.7.1...v2.7.2) (2024-06-16) + + +### Bug Fixes + +* **deps:** update dependency @next/eslint-plugin-next to v14.2.4 ([#67](https://github.com/burtek/eslint-config/issues/67)) ([4cd3a87](https://github.com/burtek/eslint-config/commit/4cd3a87a36e35a1065710add5afea088564facbb)) +* **deps:** update dependency @stylistic/eslint-plugin to ~2.2.0 ([#69](https://github.com/burtek/eslint-config/issues/69)) ([54f6543](https://github.com/burtek/eslint-config/commit/54f6543ec2f8b766a8b28341c39fe72247fc940f)) +* **deps:** update dependency eslint-plugin-n to ~17.9.0 ([#68](https://github.com/burtek/eslint-config/issues/68)) ([60c9101](https://github.com/burtek/eslint-config/commit/60c9101a4cbddaf3c98182ab0e5b4f488454ba90)) +* **deps:** update dependency globals to v15.5.0 ([#70](https://github.com/burtek/eslint-config/issues/70)) ([cf24fca](https://github.com/burtek/eslint-config/commit/cf24fca6fc5a6cf5e08ec4b5aad5c5ee427c475a)) + + +### Chores + +* **deps:** update dependency ts-jest to v29.1.5 ([#71](https://github.com/burtek/eslint-config/issues/71)) ([7242fab](https://github.com/burtek/eslint-config/commit/7242fab2b02efb8abb55e761eb9b921560efd1d2)) + ## [2.7.1](https://github.com/burtek/eslint-config/compare/v2.7.0...v2.7.1) (2024-06-11) diff --git a/package.json b/package.json index ae42350..bd7e580 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dtrw/eslint-config", - "version": "2.7.1", + "version": "2.7.2", "author": "Bartosz Dotryw ", "description": "Custom eslint configs", "keywords": [