From c62617152c107dd4612de412ec0bafaa5412a348 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 10:00:28 +0100 Subject: [PATCH] build(deps-dev): bump eslint-config-next (#595) Bumps the eslint-dependencies group with 1 update: [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next). Updates `eslint-config-next` from 15.1.5 to 15.1.6 - [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.1.6/packages/eslint-config-next) --- updated-dependencies: - dependency-name: eslint-config-next dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 18 +++++++++--------- website/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 476ae1c7..bf8e8d05 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -753,8 +753,8 @@ importers: specifier: 8.57.0 version: 8.57.0 eslint-config-next: - specifier: 15.1.5 - version: 15.1.5(eslint@8.57.0)(typescript@5.7.2) + specifier: 15.1.6 + version: 15.1.6(eslint@8.57.0)(typescript@5.7.2) postcss: specifier: 8.4.49 version: 8.4.49 @@ -2476,8 +2476,8 @@ packages: '@next/env@15.1.2': resolution: {integrity: sha512-Hm3jIGsoUl6RLB1vzY+dZeqb+/kWPZ+h34yiWxW0dV87l8Im/eMOwpOA+a0L78U0HM04syEjXuRlCozqpwuojQ==} - '@next/eslint-plugin-next@15.1.5': - resolution: {integrity: sha512-3cCrXBybsqe94UxD6DBQCYCCiP9YohBMgZ5IzzPYHmPzj8oqNlhBii5b6o1HDDaRHdz2pVnSsAROCtrczy8O0g==} + '@next/eslint-plugin-next@15.1.6': + resolution: {integrity: sha512-+slMxhTgILUntZDGNgsKEYHUvpn72WP1YTlkmEhS51vnVd7S9jEEy0n9YAMcI21vUG4akTw9voWH02lrClt/yw==} '@next/swc-darwin-arm64@15.1.2': resolution: {integrity: sha512-b9TN7q+j5/7+rGLhFAVZiKJGIASuo8tWvInGfAd8wsULjB1uNGRCj1z1WZwwPWzVQbIKWFYqc+9L7W09qwt52w==} @@ -5108,8 +5108,8 @@ packages: resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==} engines: {node: '>=12'} - eslint-config-next@15.1.5: - resolution: {integrity: sha512-Awm7iUJY8toOR+fU8yTxZnA7/LyOGUGOd6cENCuDfJ3gucHOSmLdOSGJ4u+nlrs8p5qXemua42bZmq+uOzxl6Q==} + eslint-config-next@15.1.6: + resolution: {integrity: sha512-Wd1uy6y7nBbXUSg9QAuQ+xYEKli5CgUhLjz1QHW11jLDis5vK5XB3PemL6jEmy7HrdhaRFDz+GTZ/3FoH+EUjg==} peerDependencies: eslint: ^7.23.0 || ^8.0.0 || ^9.0.0 typescript: '>=3.3.1' @@ -10700,7 +10700,7 @@ snapshots: '@next/env@15.1.2': {} - '@next/eslint-plugin-next@15.1.5': + '@next/eslint-plugin-next@15.1.6': dependencies: fast-glob: 3.3.1 @@ -13922,9 +13922,9 @@ snapshots: escape-string-regexp@5.0.0: {} - eslint-config-next@15.1.5(eslint@8.57.0)(typescript@5.7.2): + eslint-config-next@15.1.6(eslint@8.57.0)(typescript@5.7.2): dependencies: - '@next/eslint-plugin-next': 15.1.5 + '@next/eslint-plugin-next': 15.1.6 '@rushstack/eslint-patch': 1.10.5 '@typescript-eslint/eslint-plugin': 8.21.0(@typescript-eslint/parser@8.21.0(eslint@8.57.0)(typescript@5.7.2))(eslint@8.57.0)(typescript@5.7.2) '@typescript-eslint/parser': 8.21.0(eslint@8.57.0)(typescript@5.7.2) diff --git a/website/package.json b/website/package.json index b966041a..bba5cbfc 100644 --- a/website/package.json +++ b/website/package.json @@ -26,7 +26,7 @@ "@types/react": "catalog:", "@types/react-dom": "catalog:", "eslint": "8.57.0", - "eslint-config-next": "15.1.5", + "eslint-config-next": "15.1.6", "postcss": "8.4.49", "shiki": "1.14.1", "tailwindcss": "3.4.13",