From 86ccc26fd51db99797496fe93a72e590b21186e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 11:51:15 +0000 Subject: [PATCH] chore(deps-dev): bump @next/eslint-plugin-next from 15.4.4 to 15.5.2 Bumps [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) from 15.4.4 to 15.5.2. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v15.5.2/packages/eslint-plugin-next) --- updated-dependencies: - dependency-name: "@next/eslint-plugin-next" dependency-version: 15.5.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 10 +++++----- tools/eslint-config/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f3948fa..533b705 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -182,8 +182,8 @@ importers: specifier: ^9.29.0 version: 9.32.0 '@next/eslint-plugin-next': - specifier: ^15.4.4 - version: 15.4.4 + specifier: ^15.5.2 + version: 15.5.2 eslint-config-turbo: specifier: ^2.0.0 version: 2.5.5(eslint@9.32.0(jiti@2.5.1))(turbo@2.5.5) @@ -818,8 +818,8 @@ packages: '@next/env@15.3.4': resolution: {integrity: sha512-ZkdYzBseS6UjYzz6ylVKPOK+//zLWvD6Ta+vpoye8cW11AjiQjGYVibF0xuvT4L0iJfAPfZLFidaEzAOywyOAQ==} - '@next/eslint-plugin-next@15.4.4': - resolution: {integrity: sha512-1FDsyN//ai3Jd97SEd7scw5h1yLdzDACGOPRofr2GD3sEFsBylEEoL0MHSerd4n2dq9Zm/mFMqi4+NRMOreOKA==} + '@next/eslint-plugin-next@15.5.2': + resolution: {integrity: sha512-lkLrRVxcftuOsJNhWatf1P2hNVfh98k/omQHrCEPPriUypR6RcS13IvLdIrEvkm9AH2Nu2YpR5vLqBuy6twH3Q==} '@next/swc-darwin-arm64@15.3.4': resolution: {integrity: sha512-z0qIYTONmPRbwHWvpyrFXJd5F9YWLCsw3Sjrzj2ZvMYy9NPQMPZ1NjOJh4ojr4oQzcGYwgJKfidzehaNa1BpEg==} @@ -4964,7 +4964,7 @@ snapshots: '@next/env@15.3.4': {} - '@next/eslint-plugin-next@15.4.4': + '@next/eslint-plugin-next@15.5.2': dependencies: fast-glob: 3.3.1 diff --git a/tools/eslint-config/package.json b/tools/eslint-config/package.json index 7345eff..d2aacc1 100644 --- a/tools/eslint-config/package.json +++ b/tools/eslint-config/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@eslint/js": "^9.29.0", - "@next/eslint-plugin-next": "^15.4.4", + "@next/eslint-plugin-next": "^15.5.2", "eslint-config-turbo": "^2.0.0", "eslint-plugin-mdx": "^3.6.2", "eslint-plugin-only-warn": "^1.1.0",