-
Notifications
You must be signed in to change notification settings - Fork 2.1k
chore(deps): bump the kitchen-sink group in /examples/kitchen-sink with 8 updates #10819
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): bump the kitchen-sink group in /examples/kitchen-sink with 8 updates #10819
Conversation
Bumps the kitchen-sink group in /examples/kitchen-sink with 8 updates: | Package | From | To | | --- | --- | --- | | [eslint](https://github.com/eslint/eslint) | `9.31.0` | `9.34.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.8.2` | `5.9.2` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.37.0` | `8.41.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.37.0` | `8.41.0` | | [next](https://github.com/vercel/next.js) | `15.4.2` | `15.5.2` | | [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) | `15.4.2` | `15.5.2` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.31.0` | `9.34.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.37.0` | `8.41.0` | Updates `eslint` from 9.31.0 to 9.34.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.31.0...v9.34.0) Updates `typescript` from 5.8.2 to 5.9.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v5.8.2...v5.9.2) Updates `@typescript-eslint/eslint-plugin` from 8.37.0 to 8.41.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.41.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.37.0 to 8.41.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.41.0/packages/parser) Updates `next` from 15.4.2 to 15.5.2 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v15.4.2...v15.5.2) Updates `@next/eslint-plugin-next` from 15.4.2 to 15.5.2 - [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.5.2/packages/eslint-plugin-next) Updates `@eslint/js` from 9.31.0 to 9.34.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/commits/v9.34.0/packages/js) Updates `typescript-eslint` from 8.37.0 to 8.41.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.41.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.34.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: kitchen-sink - dependency-name: typescript dependency-version: 5.9.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: kitchen-sink - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.41.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: kitchen-sink - dependency-name: "@typescript-eslint/parser" dependency-version: 8.41.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: kitchen-sink - dependency-name: next dependency-version: 15.5.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kitchen-sink - dependency-name: "@next/eslint-plugin-next" dependency-version: 15.5.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: kitchen-sink - dependency-name: "@eslint/js" dependency-version: 9.34.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: kitchen-sink - dependency-name: typescript-eslint dependency-version: 8.41.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: kitchen-sink ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
| "globals": "^16.3.0", | ||
| "typescript": "^5.8.2", | ||
| "typescript-eslint": "^8.37.0" | ||
| "typescript": "^5.9.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "typescript": "^5.9.2", | |
| "typescript": "5.9.2", |
TypeScript version specification is inconsistent with other packages in the monorepo, using a caret prefix (^5.9.2) while all other packages use exact versions (5.9.2).
View Details
Analysis
The packages/config-eslint/package.json specifies TypeScript as "^5.9.2" with a caret prefix, while all other packages in the monorepo use the exact version "5.9.2" without the caret. This inconsistency could lead to different TypeScript versions being resolved in different parts of the monorepo.
In a monorepo context, it's important to maintain consistent TypeScript versions across all packages to avoid compilation issues, type checking discrepancies, and potential runtime differences. The caret prefix allows for automatic updates to newer minor/patch versions (e.g., 5.9.3, 5.10.0), while the exact version specification ensures all packages use the same TypeScript version.
Since this is a shared ESLint configuration package that will be used by other packages in the monorepo, it should follow the same TypeScript version specification pattern as the consuming packages to ensure consistency.
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
Bumps the kitchen-sink group in /examples/kitchen-sink with 8 updates:
9.31.09.34.05.8.25.9.28.37.08.41.08.37.08.41.015.4.215.5.215.4.215.5.29.31.09.34.08.37.08.41.0Updates
eslintfrom 9.31.0 to 9.34.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
b8875f69.34.02e455fbBuild: changelog update for 9.34.0f19ad94chore: upgrade to@eslint/js@9.34.0(#20030)b48fa20chore: package.json update for@eslint/jsrelease4bce8a2chore: package.json update for eslint-config-eslint release0c9999crefactor: prefer default options ingrouped-accessor-pairs(#20028)0b4a590docs: make rulesdir deprecation clearer (#20018)9b89903fix: default value of accessor-pairs option in rule.d.ts file (#20024)6c07420fix: fix spurious failure in neostandard integration test (#20023)676f4acfix: allow scientific notation with trailing zeros matching exponent (#20002)Updates
typescriptfrom 5.8.2 to 5.9.2Release notes
Sourced from typescript's releases.
Commits
be86783Give more specific errors forverbatimModuleSyntax(#62113)22ef577LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250714...d5a414cDon't usenoErrorTruncationwhen printing types withmaximumLengthset (#...f14b5c8Remove unused and confusing dom.iterable.d.ts file (#62037)2778e84Restore AbortSignal.abort (#62086)65cb4bdLEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250710...9e20e03Clear out checker-level stacks on pop (#62016)87740bcFix for Issue 61081 (#61221)833a8d4Fix Symbol completion priority and cursor positioning (#61945)0018c9fLEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250702...Updates
@typescript-eslint/eslint-pluginfrom 8.37.0 to 8.41.0Release notes
Sourced from
@typescript-eslint/eslint-plugin's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin's changelog.... (truncated)
Commits
31a7336chore(release): publish 8.41.0a4526b3chore: skip failing tests to fix CI (#11505)03e21ebfix(deps): update dependency prettier to v3.6.2 (#11496)60c3b26chore(release): publish 8.40.07648622fix(typescript-estree): revert #11232 (feat(typescript-estree): forbid invali...d50a6b1feat(typescript-estree): forbid invalid keys inEnumMember(#11232)b2ee794chore(release): publish 8.39.1fee2bc6chore: update eslint-plugin-eslint-plugin (#11449)c98d513chore(release): publish 8.39.0a8def4bfix(eslint-plugin): [no-unsafe-assignment] add anunsafeObjectPatternmessa...Updates
@typescript-eslint/parserfrom 8.37.0 to 8.41.0Release notes
Sourced from
@typescript-eslint/parser's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser's changelog.Commits
31a7336chore(release): publish 8.41.060c3b26chore(release): publish 8.40.0b2ee794chore(release): publish 8.39.1c98d513chore(release): publish 8.39.02112d58feat: update to TypeScript 5.9.2 (#11445)d11e79echore(release): publish 8.38.0Updates
nextfrom 15.4.2 to 15.5.2Release notes
Sourced from next's releases.
... (truncated)
Commits
497ec6av15.5.2bc72f41[backport] revert: add ?dpl to fonts in/_next/static/media(#83062) (#83066)c8faf68[backport] fix: disable unknownatrules lint rule entirely (#83059) (#83060)cc68cedv15.5.11ce9857[backport] fix: update validation return types (#82854) (#83027)b93c894[backport] fix: update the config.api.responseLimit type (#82852) (#83028)8a92f28[backport] fix: avoid importing types that will be unused (#82856) (#83026)19617ab[backport] feat: add typesafety with config.typedRoutes to redirect() and per...822e4c0[backport] fix: add path normalization to getRelativePath for Windows (#82918...bb67ca9[backport] fix: change "noUnknownAtRules" to "warn" for Biome (#82974) (#83022)Updates
@next/eslint-plugin-nextfrom 15.4.2 to 15.5.2Release notes
Sourced from
@next/eslint-plugin-next's releases.... (truncated)
Commits
497ec6av15.5.2cc68cedv15.5.17e08c82v15.5.08f6d345v15.4.2-canary.56e3e2197v15.4.2-canary.55a745826v15.4.2-canary.54bec38efv15.4.2-canary.5397dbf5fv15.4.2-canary.529934b37v15.4.2-canary.51df9f3bav15.4.2-canary.50Updates
@eslint/jsfrom 9.31.0 to 9.34.0Release notes
Sourced from
@eslint/js's releases.