From ea371ee7a3b96537ada09ae032c8cd5e2d38868e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 09:38:15 +0000 Subject: [PATCH 1/2] fix(deps): update dependency @next/eslint-plugin-next to v15.4.4 --- packages/eslint-config/package.json | 2 +- pnpm-lock.yaml | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 0348cd3..3eb6abf 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -64,7 +64,7 @@ }, "dependencies": { "@eslint/js": "9.32.0", - "@next/eslint-plugin-next": "15.3.4", + "@next/eslint-plugin-next": "15.4.4", "@typescript-eslint/utils": "8.38.0", "eslint-config-prettier": "10.1.5", "eslint-plugin-jsx-a11y": "6.10.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0e4fbb6..99452e8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -82,8 +82,8 @@ importers: specifier: 9.32.0 version: 9.32.0 '@next/eslint-plugin-next': - specifier: 15.3.4 - version: 15.3.4 + specifier: 15.4.4 + version: 15.4.4 '@typescript-eslint/utils': specifier: 8.38.0 version: 8.38.0(eslint@9.32.0(jiti@2.4.2))(typescript@5.8.3) @@ -672,6 +672,9 @@ packages: '@next/eslint-plugin-next@15.3.4': resolution: {integrity: sha512-lBxYdj7TI8phbJcLSAqDt57nIcobEign5NYIKCiy0hXQhrUbTqLqOaSDi568U6vFg4hJfBdZYsG4iP/uKhCqgg==} + '@next/eslint-plugin-next@15.4.4': + resolution: {integrity: sha512-1FDsyN//ai3Jd97SEd7scw5h1yLdzDACGOPRofr2GD3sEFsBylEEoL0MHSerd4n2dq9Zm/mFMqi4+NRMOreOKA==} + '@nodelib/fs.scandir@2.1.5': resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} engines: {node: '>= 8'} @@ -3716,6 +3719,10 @@ snapshots: dependencies: fast-glob: 3.3.1 + '@next/eslint-plugin-next@15.4.4': + dependencies: + fast-glob: 3.3.1 + '@nodelib/fs.scandir@2.1.5': dependencies: '@nodelib/fs.stat': 2.0.5 From 14af4b98759c0edfe001bf5a50034cff9bcc091c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmetcan=20Y=C4=B1lmaz?= Date: Tue, 29 Jul 2025 17:06:35 +0300 Subject: [PATCH 2/2] chore: add changeset for eslint-plugin-next update --- .changeset/empty-plants-complain.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/empty-plants-complain.md diff --git a/.changeset/empty-plants-complain.md b/.changeset/empty-plants-complain.md new file mode 100644 index 0000000..e647819 --- /dev/null +++ b/.changeset/empty-plants-complain.md @@ -0,0 +1,5 @@ +--- +'@commencis/eslint-config': patch +--- + +chore(deps): update dependency @next/eslint-plugin-next to v15.4.4