diff --git a/.changeset/silly-files-float.md b/.changeset/silly-files-float.md new file mode 100644 index 0000000..930ea1b --- /dev/null +++ b/.changeset/silly-files-float.md @@ -0,0 +1,5 @@ +--- +'@commencis/eslint-config': patch +--- + +chore(deps): update dependency @next/eslint-plugin-next to v15.2.0 diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 29db111..ce9740e 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -64,7 +64,7 @@ }, "dependencies": { "@eslint/js": "9.21.0", - "@next/eslint-plugin-next": "15.1.6", + "@next/eslint-plugin-next": "15.2.0", "@typescript-eslint/utils": "8.25.0", "eslint-config-prettier": "10.0.1", "eslint-plugin-jsx-a11y": "6.10.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ec184bf..167a113 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -82,8 +82,8 @@ importers: specifier: 9.21.0 version: 9.21.0 '@next/eslint-plugin-next': - specifier: 15.1.6 - version: 15.1.6 + specifier: 15.2.0 + version: 15.2.0 '@typescript-eslint/utils': specifier: 8.25.0 version: 8.25.0(eslint@9.21.0(jiti@2.4.2))(typescript@5.7.3) @@ -670,6 +670,9 @@ packages: '@next/eslint-plugin-next@15.1.6': resolution: {integrity: sha512-+slMxhTgILUntZDGNgsKEYHUvpn72WP1YTlkmEhS51vnVd7S9jEEy0n9YAMcI21vUG4akTw9voWH02lrClt/yw==} + '@next/eslint-plugin-next@15.2.0': + resolution: {integrity: sha512-jHFUG2OwmAuOASqq253RAEG/5BYcPHn27p1NoWZDCf4OdvdK0yRYWX92YKkL+Mk2s+GyJrmd/GATlL5b2IySpw==} + '@nodelib/fs.scandir@2.1.5': resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} engines: {node: '>= 8'} @@ -3719,6 +3722,10 @@ snapshots: dependencies: fast-glob: 3.3.1 + '@next/eslint-plugin-next@15.2.0': + dependencies: + fast-glob: 3.3.1 + '@nodelib/fs.scandir@2.1.5': dependencies: '@nodelib/fs.stat': 2.0.5