Bump typescript-eslint from 8.59.2 to 8.67.0 - #349
Conversation
|
@dependabot merge |
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF ScorecardScorecard details
Scanned Files
|
c0ac6e3 to
21c381e
Compare
|
@dependabot merge |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want higher recall? High effort reviews run extra passes and find more bugs. A team admin can switch effort levels in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 21c381e. Configure here.
| "globals": "15.14.0", | ||
| "minimatch": "10.2.3", | ||
| "typescript-eslint": "8.59.2" | ||
| "typescript-eslint": "8.67.0" |
There was a problem hiding this comment.
Incomplete typescript-eslint version bump
Medium Severity
typescript-eslint was bumped to 8.67.0, but @typescript-eslint/eslint-plugin and @typescript-eslint/parser remain pinned at 8.59.2. These packages are released in lockstep and expect matching versions; the skew leaves both trees installed and the lockfile even wires project-service@8.59.2 to 8.67.0 internals, which can break typed linting.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 21c381e. Configure here.
|
|
||
| xlsx@https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz: | ||
| resolution: {integrity: sha512-oLDq3jw7AcLqKWH2AhCpVTZl8mf6X2YReP+Neh0SJUzV/BdZYjth94tG5toiMB1PPrYtxOCfaoUCkvtuH+3AJA==, tarball: https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz} | ||
| resolution: {tarball: https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz} |
There was a problem hiding this comment.
xlsx integrity hash removed
Medium Severity
The lockfile entry for xlsx from cdn.sheetjs.com no longer includes an integrity hash. Without that checksum, installs cannot verify the tarball contents, so a compromised or swapped CDN response would be accepted unnoticed.
Reviewed by Cursor Bugbot for commit 21c381e. Configure here.
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.59.2 to 8.67.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.67.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.66.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
21c381e to
5b3788d
Compare
|
@dependabot merge |


Bumps typescript-eslint from 8.59.2 to 8.67.0.
Release notes
Sourced from typescript-eslint's releases.
... (truncated)
Changelog
Sourced from typescript-eslint's changelog.
... (truncated)
Commits
20a261fchore(release): publish 8.67.0c245fbbfeat(typescript-eslint): export basic globs for using tseslint (#12105)3b155bbchore: use typescript 7 for typechecking (#12601)e51b11bchore(release): publish 8.66.063ba81bchore(release): publish 8.65.0eaf4576feat: add warning when TS 7 is detected (#12529)0d06406chore: add attw validation to repo (#12437)c2386e4chore(deps): update dependency prettier to v3.9.5 (#12486)414d9abchore(release): publish 8.64.0290cf6cchore(release): publish 8.63.0Note
Low Risk
DevDependency and lockfile-only; no runtime or production code paths change. Minor risk of new or fewer ESLint findings until lint is re-run.
Overview
Bumps the
typescript-eslintdev dependency from 8.59.2 to 8.67.0 insites/hacklytics2027,sites/mainweb, andtooling/eslint, withpnpm-lock.yamlrefreshed for the new@typescript-eslint/*8.67.0 resolution graph.This is a tooling-only change: shared ESLint config still loads
typescript-eslintviatooling/eslint(e.g.base.js); no application or lint rule source edits are included.@query/eslint-configstill lists@typescript-eslint/eslint-pluginand@typescript-eslint/parserat 8.59.2 alongside the bumped umbrella package—worth aligning in a follow-up if pnpm hoisting leaves mixed versions.New upstream behavior in this range (per release notes) is mainly ESLint plugin/parser fixes and a small
typescript-eslintexport for basic globs; expect possible lint noise changes only after CIeslintruns.Reviewed by Cursor Bugbot for commit 5b3788d. Bugbot is set up for automated code reviews on this repo. Configure here.