chore(deps-dev): bump eslint from 9.20.0 to 10.5.0 - #486
Closed
dependabot[bot] wants to merge 1 commit into
Closed
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/eslint-10.4.0
branch
4 times, most recently
from
May 24, 2026 20:44
9f4d380 to
cc8f600
Compare
chrisgeo
added a commit
that referenced
this pull request
May 25, 2026
#508) * chore(deps): combine dependabot updates (turbo, postcss, typescript) Combines the following open dependabot PRs: - #489 turbo 2.9.12 → 2.9.14 (security fixes) - #488 postcss 8.5.14 → 8.5.15 - #484 typescript 5.9.3 → 6.0.3 (across all workspace packages) Excluded: - #486 eslint 9.20.0 → 10.4.0 — not yet compatible with Next.js - #483 archiver 7.0.1 → 8.0.0 — @types/archiver v8 not published; v8 is a pure-ESM API rewrite (no default export) needing both a code migration and type definitions that don't exist on npm yet TypeScript 6 migration adjustments in tsconfig.base.json: - "ignoreDeprecations": "6.0" to silence the baseUrl deprecation warning (baseUrl still functions through TS 7) - "types": ["node"] to keep @types/node resolution working under TS 6 + pnpm's symlinked node_modules layout (previously implicit via TS 5.9) pnpm 10 housekeeping: - Move `pnpm.overrides` out of root package.json (ignored in pnpm 10) into `pnpm-workspace.yaml` - Drop the now-unnecessary `readdir-glob>minimatch: ^5.1.8` pin (readdir-glob@1.1.3 already floors at minimatch ^5.1.0; resolves to 5.1.9) Verification: - pnpm build: 21/21 packages successful - pnpm typecheck: 21/21 packages successful - pnpm test:unit: all suites passing * fix(types): declare @types/node in contracts and db packages CI revealed that the TS6 "types": ["node"] base config requires every package to have @types/node available to its own tsconfig. Locally this was masked by pnpm hoisting; CI's stricter resolution surfaced TS2688 "Cannot find type definition file for 'node'" in contracts and db.
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/eslint-10.4.0
branch
from
May 25, 2026 01:36
cc8f600 to
112f79f
Compare
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/eslint-10.4.0
branch
3 times, most recently
from
June 14, 2026 21:09
cdfc45c to
d10331a
Compare
Bumps [eslint](https://github.com/eslint/eslint) from 9.20.0 to 10.5.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.20.0...v10.5.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.4.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/eslint-10.4.0
branch
from
June 14, 2026 21:50
d10331a to
a245bb7
Compare
Contributor
Author
|
Superseded by #532. |
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 eslint from 9.20.0 to 10.5.0.
Release notes
Sourced from eslint's releases.
... (truncated)
Commits
de3b67210.5.0362a518Build: changelog update for 10.5.05ca8c52feat: correct stack tracking in max-nested-callbacks (#20973)b565783feat: report no-with violations at the with keyword (#20971)2ce032ffeat: report max-lines-per-function violations at function head (#20966)732cb3efeat: report max-nested-callbacks violations at function head (#20967)f9c138afeat: report max-depth violations on keywords (#20943)8ae1b5bdocs: Update READMEca7eb90docs: update Node.js prerequisites to include ICU support (#20962)b18bf58chore: update ecosystem plugins (#20959)