From 9ba5f9a4d9b1d15ff8055d4176f467c4c66c4f51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 19:26:33 +0000 Subject: [PATCH 1/2] fix(deps): update dependency @next/eslint-plugin-next to v15 --- packages/eslint-config/package.json | 2 +- pnpm-lock.yaml | 23 +++++++++++++++++++++-- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 1a8a68a..7371747 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": "14.2.15", + "@next/eslint-plugin-next": "15.0.0", "@typescript-eslint/utils": "8.11.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-jsx-a11y": "6.10.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4cc868d..05d4c55 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: 14.2.15 - version: 14.2.15 + specifier: 15.0.0 + version: 15.0.0 '@typescript-eslint/utils': specifier: 8.11.0 version: 8.11.0(eslint@9.12.0(jiti@1.21.6))(typescript@5.6.3) @@ -772,6 +772,9 @@ packages: '@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==} engines: {node: '>= 8'} @@ -1678,6 +1681,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'} @@ -3931,6 +3938,10 @@ snapshots: dependencies: glob: 10.3.10 + '@next/eslint-plugin-next@15.0.0': + dependencies: + fast-glob: 3.3.1 + '@nodelib/fs.scandir@2.1.5': dependencies: '@nodelib/fs.stat': 2.0.5 @@ -5186,6 +5197,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 From da901a0ab7f084d24a75a7338bc7c096f33df982 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmetcan=20Y=C4=B1lmaz?= Date: Mon, 21 Oct 2024 22:31:56 +0300 Subject: [PATCH 2/2] chore: add changeset for eslint-plugin-next version update --- .changeset/poor-bulldogs-nail.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/poor-bulldogs-nail.md diff --git a/.changeset/poor-bulldogs-nail.md b/.changeset/poor-bulldogs-nail.md new file mode 100644 index 0000000..c97a754 --- /dev/null +++ b/.changeset/poor-bulldogs-nail.md @@ -0,0 +1,5 @@ +--- +'@commencis/eslint-config': minor +--- + +update eslint-plugin-next version