From 9ee94d86e6cc25d2e8d60d6b11311ccd266fa8eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 05:26:53 +0000 Subject: [PATCH] build(deps-dev): bump the eslint-group group across 1 directory with 4 updates Bumps the eslint-group group with 4 updates in the / directory: [eslint](https://github.com/eslint/eslint), [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next), [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) and [eslint-plugin-storybook](https://github.com/storybookjs/eslint-plugin-storybook). Updates `eslint` from 8.49.0 to 9.8.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.49.0...v9.8.0) Updates `eslint-config-next` from 13.4.19 to 14.2.5 - [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/v14.2.5/packages/eslint-config-next) Updates `eslint-config-prettier` from 9.0.0 to 9.1.0 - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-config-prettier/compare/v9.0.0...v9.1.0) Updates `eslint-plugin-storybook` from 0.6.15 to 0.8.0 - [Release notes](https://github.com/storybookjs/eslint-plugin-storybook/releases) - [Changelog](https://github.com/storybookjs/eslint-plugin-storybook/blob/main/CHANGELOG.md) - [Commits](https://github.com/storybookjs/eslint-plugin-storybook/compare/v0.6.15...v0.8.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint-group - dependency-name: eslint-config-next dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint-group - dependency-name: eslint-config-prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint-group - dependency-name: eslint-plugin-storybook dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint-group ... Signed-off-by: dependabot[bot] --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index f72f7c6..8e9c35e 100644 --- a/package.json +++ b/package.json @@ -35,10 +35,10 @@ "@types/node": "20.6.0", "@vanilla-extract/css": "1.13.0", "@vanilla-extract/next-plugin": "2.3.1", - "eslint": "8.49.0", - "eslint-config-next": "13.4.19", - "eslint-config-prettier": "9.0.0", - "eslint-plugin-storybook": "^0.6.13", + "eslint": "9.8.0", + "eslint-config-next": "14.2.5", + "eslint-config-prettier": "9.1.0", + "eslint-plugin-storybook": "^0.8.0", "prettier": "3.0.3", "storybook": "^7.4.1", "typescript": "5.2.2"