From c230cbbd2fc83f553b60b5c1bf0194117dde4b52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 04:35:18 +0000 Subject: [PATCH] fix(deps): update dependency eslint-config-next to v13.5.8 --- packages/eslint-config-custom/package.json | 2 +- pnpm-lock.yaml | 17 ++++++++++------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/packages/eslint-config-custom/package.json b/packages/eslint-config-custom/package.json index ba7404e..21321a5 100644 --- a/packages/eslint-config-custom/package.json +++ b/packages/eslint-config-custom/package.json @@ -8,7 +8,7 @@ "@typescript-eslint/eslint-plugin": "latest", "@typescript-eslint/parser": "^6.7.2", "eslint": "^8.49.0", - "eslint-config-next": "13.5.3", + "eslint-config-next": "13.5.8", "eslint-config-prettier": "^8.10.0", "eslint-config-turbo": "latest", "eslint-plugin-react": "7.33.2" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4c80e61..576669e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -172,8 +172,8 @@ importers: specifier: ^8.49.0 version: 8.56.0 eslint-config-next: - specifier: 13.5.3 - version: 13.5.3(eslint@8.56.0)(typescript@5.3.3) + specifier: 13.5.8 + version: 13.5.8(eslint@8.56.0)(typescript@5.3.3) eslint-config-prettier: specifier: ^8.10.0 version: 8.10.0(eslint@8.56.0) @@ -699,8 +699,8 @@ packages: read-yaml-file: 1.1.0 dev: false - /@next/eslint-plugin-next@13.5.3: - resolution: {integrity: sha512-lbZOoEjzSuTtpk9UgV9rOmxYw+PsSfNR+00mZcInqooiDMZ1u+RqT1YQYLsEZPW1kumZoQe5+exkCBtZ2xn0uw==} + /@next/eslint-plugin-next@13.5.8: + resolution: {integrity: sha512-rmNr6kz5g7x2CQ/5RMmav7/wTGOFIv4fcP+bxawNaJP+Y5Gb0Dvq+omBUvL66pDo/fhWurElatelEFpHX+tMSw==} dependencies: glob: 7.1.7 dev: false @@ -1867,8 +1867,8 @@ packages: engines: {node: '>=10'} dev: false - /eslint-config-next@13.5.3(eslint@8.56.0)(typescript@5.3.3): - resolution: {integrity: sha512-VN2qbCpq2DMWgs7SVF8KTmc8bVaWz3s4nmcFqRLs7PNBt5AXejOhJuZ4zg2sCEHOvz5RvqdwLeI++NSCV6qHVg==} + /eslint-config-next@13.5.8(eslint@8.56.0)(typescript@5.3.3): + resolution: {integrity: sha512-EpNu08GB4KT377oDOQ6bi6icQFBgXcynqCE2neCu138k2Hsfr2i+5goUrRhz3YReDXB3YhelvQJLxm2apr3Gdw==} peerDependencies: eslint: ^7.23.0 || ^8.0.0 typescript: '>=3.3.1' @@ -1876,7 +1876,7 @@ packages: typescript: optional: true dependencies: - '@next/eslint-plugin-next': 13.5.3 + '@next/eslint-plugin-next': 13.5.8 '@rushstack/eslint-patch': 1.7.2 '@typescript-eslint/parser': 6.20.0(eslint@8.56.0)(typescript@5.3.3) eslint: 8.56.0 @@ -2481,6 +2481,7 @@ packages: /glob@7.1.7: resolution: {integrity: sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==} + deprecated: Glob versions prior to v9 are no longer supported dependencies: fs.realpath: 1.0.0 inflight: 1.0.6 @@ -2492,6 +2493,7 @@ packages: /glob@7.2.3: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} + deprecated: Glob versions prior to v9 are no longer supported dependencies: fs.realpath: 1.0.0 inflight: 1.0.6 @@ -2645,6 +2647,7 @@ packages: /inflight@1.0.6: resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} + deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. dependencies: once: 1.4.0 wrappy: 1.0.2