chore(deps-dev): bump the dev-tools group across 1 directory with 6 updates#115
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps-dev): bump the dev-tools group across 1 directory with 6 updates#115dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
📦 Affected Packages
Diff: +1684 / -1047 lines
|
There was a problem hiding this comment.
1 issue found across 20 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="packages/config/package.json">
<violation number="1" location="packages/config/package.json:19">
P1: ESLint 10 is incompatible with the current `@typescript-eslint` v6 peer dependency range (`^7 || ^8`), which can break lint setup resolution.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| "eslint-config-prettier": "^9.1.2", | ||
| "prettier": "^3.8.1", | ||
| "typescript": "^5.9.3" | ||
| "eslint": "^10.2.0", |
There was a problem hiding this comment.
P1: ESLint 10 is incompatible with the current @typescript-eslint v6 peer dependency range (^7 || ^8), which can break lint setup resolution.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At packages/config/package.json, line 19:
<comment>ESLint 10 is incompatible with the current `@typescript-eslint` v6 peer dependency range (`^7 || ^8`), which can break lint setup resolution.</comment>
<file context>
@@ -16,11 +16,11 @@
- "eslint-config-prettier": "^9.1.2",
- "prettier": "^3.8.1",
- "typescript": "^5.9.3"
+ "eslint": "^10.2.0",
+ "eslint-config-next": "^16.2.3",
+ "eslint-config-prettier": "^10.1.8",
</file context>
…pdates Bumps the dev-tools group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [eslint](https://github.com/eslint/eslint) | `8.57.1` | `10.3.0` | | [prettier](https://github.com/prettier/prettier) | `3.8.1` | `3.8.3` | | [turbo](https://github.com/vercel/turborepo) | `2.8.20` | `2.9.9` | | [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `6.0.3` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `15.5.14` | `16.2.4` | | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `9.1.2` | `10.1.8` | Updates `eslint` from 8.57.1 to 10.3.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v8.57.1...v10.3.0) Updates `prettier` from 3.8.1 to 3.8.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.8.1...3.8.3) Updates `turbo` from 2.8.20 to 2.9.9 - [Release notes](https://github.com/vercel/turborepo/releases) - [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md) - [Commits](vercel/turborepo@v2.8.20...v2.9.9) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.3...v6.0.3) Updates `eslint-config-next` from 15.5.14 to 16.2.4 - [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/v16.2.4/packages/eslint-config-next) Updates `eslint-config-prettier` from 9.1.2 to 10.1.8 - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-config-prettier/commits/v10.1.8) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.2.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-tools - dependency-name: eslint-config-next dependency-version: 16.2.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-tools - dependency-name: eslint-config-prettier dependency-version: 10.1.8 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-tools - dependency-name: prettier dependency-version: 3.8.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-tools - dependency-name: turbo dependency-version: 2.9.6 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-tools - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-tools ... Signed-off-by: dependabot[bot] <support@github.com>
f0f65d0 to
3b60410
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the dev-tools group with 6 updates in the / directory:
8.57.110.3.03.8.13.8.32.8.202.9.95.9.36.0.315.5.1416.2.49.1.210.1.8Updates
eslintfrom 8.57.1 to 10.3.0Release notes
Sourced from eslint's releases.
... (truncated)
Commits
788920410.3.05b69b4fBuild: changelog update for 10.3.0d32235eci: use pnpm ineslint-flat-config-utilstype integration test (#20826)b6ae5cffix: handle unavailable require cache (#20812)3ffb14echore: clean up typos in comments and JSDoc (#20821)6fb3685fix: rule suggestions cause continuation in class body (#20787)22eb58achore: add missing continue-on-error to ecosystem-tests.yml (#20818)88bf002ci: bump pnpm/action-setup from 6.0.1 to 6.0.3 (#20815)379571afeat: add suggestions for no-unused-private-class-members (#20773)97c8c33chore: update ilshidur/action-discord action to v0.4.0 (#20811)Updates
prettierfrom 3.8.1 to 3.8.3Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
... (truncated)
Commits
d7108a7Release 3.8.3177f908Prevent trailing comma in SCSSif()function (#18471)1cd4066Release@prettier/plugin-oxc@0.1.4a8700e2Update oxc-parser to v0.125.0752157cFix tests053fd41Bump Prettier dependency to 3.8.2904c636Clean changelog_unreleaseddc1f7fcUpdate dependents countb31557cRelease 3.8.296bbaedSupport Angular v21.2 (#18722)Updates
turbofrom 2.8.20 to 2.9.9Release notes
Sourced from turbo's releases.
... (truncated)
Commits
6041700publish 2.9.9 to registryac55ec9ci: Fix LSP workflow container matrix (#12718)3192551fix: Preserve lockfiles during dry-run conversion (#12717)f89f3bdci: Harden release workflow handling (#12715)cbe31efci: Harden internal GitHub Actions (#12714)56eefccfix: Harden docs security endpoints (#12713)6f35176release(turborepo): 2.9.9-canary.3 (#12712)709c9d4ci: Harden release workflows (#12711)382f305fix: Scope release npm publishing credentials (#12710)76d26f8fix: Harden OG image signatures (#12709)Updates
typescriptfrom 5.9.3 to 6.0.3Release notes
Sourced from typescript's releases.
Commits
050880cBump version to 6.0.3 and LKGeeae9dd🤖 Pick PR #63401 (Also check package name validity in...) into release-6.0 (#...ad1c695🤖 Pick PR #63368 (Harden ATA package name filtering) into release-6.0 (#63372)0725fb4🤖 Pick PR #63310 (Mark class property initializers as...) into release-6.0 (#...607a22aBump version to 6.0.2 and LKG9e72ab7🤖 Pick PR #63239 (Fix missing lib files in reused pro...) into release-6.0 (#...35ff23d🤖 Pick PR #63163 (Port anyFunctionType subtype fix an...) into release-6.0 (#...e175b69Bump version to 6.0.1-rc and LKGaf4caacUpdate LKG8efd7e8Merge remote-tracking branch 'origin/main' into release-6.0Updates
eslint-config-nextfrom 15.5.14 to 16.2.4Release notes
Sourced from eslint-config-next's releases.
... (truncated)
Commits
2275bd8v16.2.4d5f649bv16.2.352faae3v16.2.2ed7d2cev16.2.1c5c94dfv16.2.03683192v16.2.0-canary.1046689814v16.2.0-canary.103ad66dbcv16.2.0-canary.102b856498v16.2.0-canary.101136b77ev16.2.0-canary.100Updates
eslint-config-prettierfrom 9.1.2 to 10.1.8Release notes
Sourced from eslint-config-prettier's releases.
... (truncated)
Changelog
Sourced from eslint-config-prettier's changelog.
... (truncated)
Commits