chore(deps-dev): bump the dev-tools group across 1 directory with 6 updates#115
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps-dev): bump the dev-tools group across 1 directory with 6 updates#115dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
…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.2.0` | | [prettier](https://github.com/prettier/prettier) | `3.8.1` | `3.8.2` | | [turbo](https://github.com/vercel/turborepo) | `2.8.20` | `2.9.6` | | [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `6.0.2` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `15.5.14` | `16.2.3` | | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `9.1.2` | `10.1.8` | Updates `eslint` from 8.57.1 to 10.2.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v8.57.1...v10.2.0) Updates `prettier` from 3.8.1 to 3.8.2 - [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.2) Updates `turbo` from 2.8.20 to 2.9.6 - [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.6) Updates `typescript` from 5.9.3 to 6.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.3...v6.0.2) Updates `eslint-config-next` from 15.5.14 to 16.2.3 - [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.3/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: 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 - 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 ... Signed-off-by: dependabot[bot] <support@github.com>
📦 Affected Packages
Diff: +1575 / -982 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>
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.2.03.8.13.8.22.8.202.9.65.9.36.0.215.5.1416.2.39.1.210.1.8Updates
eslintfrom 8.57.1 to 10.2.0Release notes
Sourced from eslint's releases.
... (truncated)
Commits
000128c10.2.01988fadBuild: changelog update for 10.2.0542cb3efix: update first-party dependencies (#20714)a2af743docs: addlanguageto configuration objects (#20712)845f23fdocs: Update README5fbcf59docs: removesourceTypefrom ts playground link (#20477)8702a47docs: Update READMEddeadeddocs: Update README8120e30refactor: extract no unmodified loop condition (#20679)46e8469chore: update dependency markdownlint-cli2 to ^0.22.0 (#20697)Updates
prettierfrom 3.8.1 to 3.8.2Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
Commits
b31557cRelease 3.8.296bbaedSupport Angular v21.2 (#18722)881360bSupportdefault neverin Angular v21.2 (#19034)07d6724Bump Prettier dependency to 3.8.18b4a53aClean changelog_unreleasedUpdates
turbofrom 2.8.20 to 2.9.6Release notes
Sourced from turbo's releases.
... (truncated)
Commits
77bca2bpublish 2.9.6 to registry5a8f2e8release(turborepo): 2.9.6-canary.3 (#12593)861efa8docs: Remove pre-release badges (#12592)28db7d0fix: Load custom CA certificates in fast webpki-only HTTP client (#12591)b412177release(turborepo): 2.9.6-canary.2 (#12588)9018c65chore: Delete agents app (#12587)5d19186chore: Update dependencies found in audits (#12586)8338f42fix: Add missing@types/nodetowith-svelteexample apps (#12585)219b602fix: Surface actionable message when remote cache is requested but not linked...aba98afrelease(turborepo): 2.9.6-canary.1 (#12583)Updates
typescriptfrom 5.9.3 to 6.0.2Release notes
Sourced from typescript's releases.
Commits
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.0206ed1aDeprecate assert in import() (#63172)e688ac8Update dependencies (#63156)29b300dBump the github-actions group across 1 directory with 2 updates (#63205)0c2c7a3DOM update (#63183)Updates
eslint-config-nextfrom 15.5.14 to 16.2.3Release notes
Sourced from eslint-config-next's releases.
... (truncated)
Commits
d5f649bv16.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.1000f59973v16.2.0-canary.99Updates
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
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsSummary by cubic
Upgrade dev tooling across the monorepo for faster builds and stricter checks. Bumps TypeScript, ESLint, and related configs; no app code changes.
Dependencies
typescript→ 6.0.2 (updated across all apps/packages)eslint→ 10.2.0eslint-config-next→ 16.2.3eslint-config-prettier→ 10.1.8prettier→ 3.8.2turbo→ 2.9.6Migration
pnpm i && pnpm turbo clean && pnpm build.tsconfigforbaseUrl/moduleResolutiondeprecations if used.eslint-config-prettier/flat; verify lint rules still pass.Written for commit f0f65d0. Summary will update on new commits.