From 1c2e039d0c059df9358b32249faaf7b3a8647b81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 14:51:10 +0000 Subject: [PATCH 1/2] chore(deps): update dependency eslint-plugin-n to v18.2.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e292daf27..cacfe4dc4 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "eslint-plugin-import": "2.32.0", "eslint-plugin-jest": "29.15.2", "eslint-plugin-jest-dom": "5.5.0", - "eslint-plugin-n": "18.1.0", + "eslint-plugin-n": "18.2.0", "eslint-plugin-no-explicit-type-exports": "0.12.1", "eslint-plugin-prettier": "5.5.6", "eslint-plugin-promise": "7.3.0", diff --git a/yarn.lock b/yarn.lock index 0658351b5..47a2197a8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3749,10 +3749,10 @@ eslint-plugin-jest@29.15.2: dependencies: "@typescript-eslint/utils" "^8.0.0" -eslint-plugin-n@18.1.0: - version "18.1.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-18.1.0.tgz#c1eadf2bc59704bf0078eca8d59743a7386b1081" - integrity sha512-hkUm9EtnFV2h2fE16jNVUfCVUqvPzI7fGLsFdun5lFt/pbmf2kCgDx6ymi9rx+NCUSggBmurJCZOfG20JBs/kg== +eslint-plugin-n@18.2.0: + version "18.2.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-18.2.0.tgz#264530a08db399a2dc9b3d94d82a5181bb9c28ef" + integrity sha512-Hf7bfQ5qBC1U/E5jLM9s3pE5su4HHnPmPxVsYzHgS3X0Eg7/9cK7lf+JBx29YEyZ09DqJ34bS/bcb4Dyv3Th9w== dependencies: "@eslint-community/eslint-utils" "^4.5.0" enhanced-resolve "^5.17.1" From ee19c9b2801c4495f021e42fd276aa333f28373a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 28 Jun 2026 19:07:36 +0000 Subject: [PATCH 2/2] chore: add changeset for renovate dependency update --- .changeset/renovate-1c2e039.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/renovate-1c2e039.md diff --git a/.changeset/renovate-1c2e039.md b/.changeset/renovate-1c2e039.md new file mode 100644 index 000000000..022dc1259 --- /dev/null +++ b/.changeset/renovate-1c2e039.md @@ -0,0 +1,5 @@ +--- +'counterfact': patch +--- + +Updated dependency `eslint-plugin-n` to `18.2.0`.