From bef85ee304168138110eb944b74dcb81734037e3 Mon Sep 17 00:00:00 2001 From: pnodet Date: Tue, 3 Sep 2024 09:49:26 +0200 Subject: [PATCH] fix: update nextjs plugin version --- package.json | 2 +- pnpm-lock.yaml | 24 ++++++++++++++++++------ 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index b245cab21f..58a8e29578 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@dprint/formatter": "0.4.1", "@dprint/typescript": "0.91.7", "@eslint-community/eslint-plugin-eslint-comments": "4.4.0", - "@next/eslint-plugin-next": "14.2.7", + "@next/eslint-plugin-next": "15.0.0-canary.130", "@stylistic/eslint-plugin": "2.7.2", "@typescript-eslint/parser": "8.4.0", "@typescript-eslint/utils": "8.4.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 43e2ff2944..77de8f67b2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,8 +18,8 @@ importers: specifier: 4.4.0 version: 4.4.0(eslint@9.9.1(jiti@1.21.6)) '@next/eslint-plugin-next': - specifier: 14.2.7 - version: 14.2.7 + specifier: 15.0.0-canary.130 + version: 15.0.0-canary.130 '@stylistic/eslint-plugin': specifier: 2.7.2 version: 2.7.2(eslint@9.9.1(jiti@1.21.6))(typescript@5.5.4) @@ -614,8 +614,8 @@ packages: '@jridgewell/trace-mapping@0.3.25': resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==} - '@next/eslint-plugin-next@14.2.7': - resolution: {integrity: sha512-+7xh142AdhZGjY9/L0iFo7mqRBMJHe+q+uOL+hto1Lfo9DeWCGcR6no4StlFbVSVcA6fQLKEX6y6qhMsSKbgNQ==} + '@next/eslint-plugin-next@15.0.0-canary.130': + resolution: {integrity: sha512-L9IX9AStC1zGS1h2N2TWH28OJ+R5ihYRzxg1X9ZS5sJlvFE2+otTJghNF8lHqpd6kLSEgziAl6S+rcGA8v0YzQ==} '@nodelib/fs.scandir@2.1.5': resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} @@ -1330,6 +1330,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'} @@ -3085,9 +3089,9 @@ snapshots: '@jridgewell/resolve-uri': 3.1.2 '@jridgewell/sourcemap-codec': 1.5.0 - '@next/eslint-plugin-next@14.2.7': + '@next/eslint-plugin-next@15.0.0-canary.130': dependencies: - glob: 10.3.10 + fast-glob: 3.3.1 '@nodelib/fs.scandir@2.1.5': dependencies: @@ -3955,6 +3959,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.8 + fast-glob@3.3.2: dependencies: '@nodelib/fs.stat': 2.0.5