diff --git a/.changeset/tender-kids-turn.md b/.changeset/tender-kids-turn.md new file mode 100644 index 0000000..81461c3 --- /dev/null +++ b/.changeset/tender-kids-turn.md @@ -0,0 +1,5 @@ +--- +'@commencis/eslint-config': patch +--- + +update dependency: @next/eslint-plugin-next@15.0.2 diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index d4708e5..6de0bad 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -64,7 +64,7 @@ }, "dependencies": { "@eslint/js": "9.13.0", - "@next/eslint-plugin-next": "15.0.0", + "@next/eslint-plugin-next": "15.0.2", "@typescript-eslint/utils": "8.11.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-jsx-a11y": "6.10.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d052a8a..8331ce6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -73,8 +73,8 @@ importers: specifier: 9.13.0 version: 9.13.0 '@next/eslint-plugin-next': - specifier: 15.0.0 - version: 15.0.0 + specifier: 15.0.2 + version: 15.0.2 '@typescript-eslint/utils': specifier: 8.11.0 version: 8.11.0(eslint@9.13.0(jiti@1.21.6))(typescript@5.6.3) @@ -761,6 +761,9 @@ packages: '@next/eslint-plugin-next@15.0.0': resolution: {integrity: sha512-UG/Gnsq6Sc4wRhO9qk+vc/2v4OfRXH7GEH6/TGlNF5eU/vI9PIO7q+kgd65X2DxJ+qIpHWpzWwlPLmqMi1FE9A==} + '@next/eslint-plugin-next@15.0.2': + resolution: {integrity: sha512-R9Jc7T6Ge0txjmqpPwqD8vx6onQjynO9JT73ArCYiYPvSrwYXepH/UY/WdKDY8JPWJl72sAE4iGMHPeQ5xdEWg==} + '@nodelib/fs.scandir@2.1.5': resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} engines: {node: '>= 8'} @@ -3799,6 +3802,10 @@ snapshots: dependencies: fast-glob: 3.3.1 + '@next/eslint-plugin-next@15.0.2': + dependencies: + fast-glob: 3.3.1 + '@nodelib/fs.scandir@2.1.5': dependencies: '@nodelib/fs.stat': 2.0.5