From e577e0741cf88eb065e2a44ae467c801f7bd4a57 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 21:39:59 +0000 Subject: [PATCH] fix(deps): update dependency @next/eslint-plugin-next to v15 ##### [v15.0.0](https://github.com/vercel/next.js/compare/v14.2.15...v15.0.0) --- package.json | 2 +- pnpm-lock.yaml | 24 ++++++++++++++++++------ 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index d0a3eeeb..fde53590 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ }, "dependencies": { "@eslint/js": "^9.0.0", - "@next/eslint-plugin-next": "^14.1.4", + "@next/eslint-plugin-next": "^15.0.0", "@rushstack/eslint-config": "^4.0.0", "@rushstack/eslint-plugin": "^0.16.0", "@rushstack/eslint-plugin-packlets": "^0.8.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 11199e44..cae95717 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: ^9.0.0 version: 9.13.0 '@next/eslint-plugin-next': - specifier: ^14.1.4 - version: 14.2.15 + specifier: ^15.0.0 + version: 15.0.0 '@rushstack/eslint-config': specifier: ^4.0.0 version: 4.0.2(eslint@8.57.1)(typescript@5.6.3) @@ -762,8 +762,8 @@ packages: '@microsoft/tsdoc@0.15.0': resolution: {integrity: sha512-HZpPoABogPvjeJOdzCOSJsXeL/SMCBgBZMVC3X3d7YYp2gf31MfxhUoYUNwf1ERPJOnQc0wkFn9trqI6ZEdZuA==} - '@next/eslint-plugin-next@14.2.15': - resolution: {integrity: sha512-pKU0iqKRBlFB/ocOI1Ip2CkKePZpYpnw5bEItEkuZ/Nr9FQP1+p7VDWr4VfOdff4i9bFmrOaeaU1bFEyAcxiMQ==} + '@next/eslint-plugin-next@15.0.0': + resolution: {integrity: sha512-UG/Gnsq6Sc4wRhO9qk+vc/2v4OfRXH7GEH6/TGlNF5eU/vI9PIO7q+kgd65X2DxJ+qIpHWpzWwlPLmqMi1FE9A==} '@nodelib/fs.scandir@2.1.5': resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} @@ -2256,6 +2256,10 @@ packages: fast-diff@1.3.0: resolution: {integrity: sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==} + fast-glob@3.3.1: + resolution: {integrity: sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==} + engines: {node: '>=8.6.0'} + fast-glob@3.3.2: resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==} engines: {node: '>=8.6.0'} @@ -4764,9 +4768,9 @@ snapshots: '@microsoft/tsdoc@0.15.0': {} - '@next/eslint-plugin-next@14.2.15': + '@next/eslint-plugin-next@15.0.0': dependencies: - glob: 10.3.10 + fast-glob: 3.3.1 '@nodelib/fs.scandir@2.1.5': dependencies: @@ -6625,6 +6629,14 @@ snapshots: fast-diff@1.3.0: {} + fast-glob@3.3.1: + dependencies: + '@nodelib/fs.stat': 2.0.5 + '@nodelib/fs.walk': 1.2.8 + glob-parent: 5.1.2 + merge2: 1.4.1 + micromatch: 4.0.5 + fast-glob@3.3.2: dependencies: '@nodelib/fs.stat': 2.0.5