From 9c46e9d0a0d10d77cfc50eb96574ba27428692c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 04:07:33 +0000 Subject: [PATCH] Update dependency eslint-plugin-n to v16.1.0 --- pnpm-lock.yaml | 19 +++++++++++++++---- test-app/package.json | 2 +- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 95e647855..f0a0e4b0d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -212,8 +212,8 @@ importers: specifier: 11.11.1 version: 11.11.1(eslint@7.32.0) eslint-plugin-n: - specifier: 16.0.2 - version: 16.0.2(eslint@7.32.0) + specifier: 16.1.0 + version: 16.1.0(eslint@7.32.0) eslint-plugin-node: specifier: 11.1.0 version: 11.1.0(eslint@7.32.0) @@ -9859,8 +9859,8 @@ packages: regexpp: 3.2.0 dev: true - /eslint-plugin-n@16.0.2(eslint@7.32.0): - resolution: {integrity: sha512-Y66uDfUNbBzypsr0kELWrIz+5skicECrLUqlWuXawNSLUq3ltGlCwu6phboYYOTSnoTdHgTLrc+5Ydo6KjzZog==} + /eslint-plugin-n@16.1.0(eslint@7.32.0): + resolution: {integrity: sha512-3wv/TooBst0N4ND+pnvffHuz9gNPmk/NkLwAxOt2JykTl/hcuECe6yhTtLJcZjIxtZwN+GX92ACp/QTLpHA3Hg==} engines: {node: '>=16.0.0'} peerDependencies: eslint: '>=7.0.0' @@ -9869,6 +9869,7 @@ packages: builtins: 5.0.1 eslint: 7.32.0 eslint-plugin-es-x: 7.1.0(eslint@7.32.0) + get-tsconfig: 4.7.0 ignore: 5.2.4 is-core-module: 2.12.1 minimatch: 3.1.2 @@ -11131,6 +11132,12 @@ packages: get-intrinsic: 1.2.1 dev: true + /get-tsconfig@4.7.0: + resolution: {integrity: sha512-pmjiZ7xtB8URYm74PlGJozDNyhvsVLUcpBa8DZBG3bWHwaHa9bPiRpiSfovw+fjhwONSCWKRyk+JQHEGZmMrzw==} + dependencies: + resolve-pkg-maps: 1.0.0 + dev: true + /get-uri@6.0.1: resolution: {integrity: sha512-7ZqONUVqaabogsYNWlYj0t3YZaL6dhuEueZXGF+/YVmf6dHmaFg8/6psJKqhx9QykIDKzpGcy2cn4oV4YC7V/Q==} engines: {node: '>= 14'} @@ -16486,6 +16493,10 @@ packages: path-is-absolute: 1.0.1 dev: true + /resolve-pkg-maps@1.0.0: + resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==} + dev: true + /resolve-url@0.2.1: resolution: {integrity: sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==} deprecated: https://github.com/lydell/resolve-url#deprecated diff --git a/test-app/package.json b/test-app/package.json index f0f6439ee..ce9a474e5 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -58,7 +58,7 @@ "eslint": "7.32.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-ember": "11.11.1", - "eslint-plugin-n": "16.0.2", + "eslint-plugin-n": "16.1.0", "eslint-plugin-prettier": "4.2.1", "eslint-plugin-qunit": "7.3.4", "file-loader": "6.2.0",