From 5b27f561880a1d021f63252914ddf9fc2a68a2ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 15:51:03 +0000 Subject: [PATCH] Bump the code-style group across 1 directory with 4 updates (#588) * Bump the code-style group across 1 directory with 4 updates Bumps the code-style group with 4 updates in the /ui directory: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [eslint](https://github.com/eslint/eslint), [eslint-plugin-unused-imports](https://github.com/sweepline/eslint-plugin-unused-imports) and [lint-staged](https://github.com/lint-staged/lint-staged). Updates `@typescript-eslint/eslint-plugin` from 7.18.0 to 8.1.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.1.0/packages/eslint-plugin) Updates `eslint` from 8.57.0 to 9.9.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.57.0...v9.9.0) Updates `eslint-plugin-unused-imports` from 3.2.0 to 4.1.3 - [Commits](https://github.com/sweepline/eslint-plugin-unused-imports/commits/v4.1.3) Updates `lint-staged` from 15.2.8 to 15.2.9 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](https://github.com/lint-staged/lint-staged/compare/v15.2.8...v15.2.9) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major dependency-group: code-style - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major dependency-group: code-style - dependency-name: eslint-plugin-unused-imports dependency-type: direct:development update-type: version-update:semver-major dependency-group: code-style - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-patch dependency-group: code-style ... Signed-off-by: dependabot[bot] * Bump ignored packages * Revert version bumps for conflicting packages --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Paul Cretu --- .github/dependabot.yml | 6 +++--- ui/package-lock.json | 9 +++++---- ui/package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 335faa95..55ed3500 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -103,8 +103,8 @@ updates: ignore: # Ignore until nextjs adds eslint 9 support https://github.com/vercel/next.js/issues/64409 - dependency-name: "eslint" - versions: ["9.0 - 9.8"] + versions: ["9.0 - 9.9"] - dependency-name: "eslint-plugin-unused-imports" - versions: ["4.0"] + versions: ["4.0 - 4.1"] - dependency-name: "@typescript-eslint/eslint-plugin" - versions: ["8.0"] + versions: ["8.0 - 8.1"] diff --git a/ui/package-lock.json b/ui/package-lock.json index 8f175c2d..db6d5e12 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -55,7 +55,7 @@ "eslint-plugin-simple-import-sort": "12.1.1", "eslint-plugin-unused-imports": "^3.2.0", "husky": "^9.1.4", - "lint-staged": "^15.2.8", + "lint-staged": "^15.2.9", "prettier": "3.3.3", "typescript": "5.5.4" } @@ -6308,6 +6308,7 @@ "resolved": "https://registry.npmjs.org/eslint-rule-composer/-/eslint-rule-composer-0.3.0.tgz", "integrity": "sha512-bt+Sh8CtDmn2OajxvNO+BX7Wn4CIWMpTRm3MaiKPCQcnnlm0CS2mhui6QaoeQugs+3Kj2ESKEEGJUdVafwhiCg==", "dev": true, + "license": "MIT", "engines": { "node": ">=4.0.0" } @@ -8142,9 +8143,9 @@ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" }, "node_modules/lint-staged": { - "version": "15.2.8", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.8.tgz", - "integrity": "sha512-PUWFf2zQzsd9EFU+kM1d7UP+AZDbKFKuj+9JNVTBkhUFhbg4MAt6WfyMMwBfM4lYqd4D2Jwac5iuTu9rVj4zCQ==", + "version": "15.2.9", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.9.tgz", + "integrity": "sha512-BZAt8Lk3sEnxw7tfxM7jeZlPRuT4M68O0/CwZhhaw6eeWu0Lz5eERE3m386InivXB64fp/mDID452h48tvKlRQ==", "dev": true, "dependencies": { "chalk": "~5.3.0", diff --git a/ui/package.json b/ui/package.json index 5a0b1c72..248f3ea8 100644 --- a/ui/package.json +++ b/ui/package.json @@ -63,7 +63,7 @@ "eslint-plugin-simple-import-sort": "12.1.1", "eslint-plugin-unused-imports": "^3.2.0", "husky": "^9.1.4", - "lint-staged": "^15.2.8", + "lint-staged": "^15.2.9", "prettier": "3.3.3", "typescript": "5.5.4" }