Bump typescript-eslint from 8.59.2 to 8.69.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.
|
|
||
| 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.
21c381e to
5b3788d
Compare
|
@dependabot merge |
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.59.2 to 8.69.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.69.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>
5b3788d to
0489532
Compare
|
@dependabot merge |


Bumps typescript-eslint from 8.59.2 to 8.69.0.
Release notes
Sourced from typescript-eslint's releases.
... (truncated)
Changelog
Sourced from typescript-eslint's changelog.
... (truncated)
Commits
9a6e546chore(release): publish 8.69.08f4e00achore(release): publish 8.68.055f6d5dchore: enable source maps (#12677)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)Note
Low Risk
Dev-only ESLint tooling version bump with no runtime code changes; main follow-up is possible new lint findings or version skew between pinned plugin/parser and the meta package.
Overview
Upgrades the
typescript-eslintdev dependency from 8.59.2 to 8.69.0 insites/hacklytics2027,sites/mainweb, and shared@query/eslint-config(tooling/eslint), withpnpm-lock.yamlrefreshed so the 8.69.0@typescript-eslint/*packages are installed for those workspaces.There are no application or ESLint config rule changes—only version pins and lockfile churn (including minor metadata updates unrelated to the bump, such as deprecation notices and tarball resolution for
xlsx).In
tooling/eslint/package.json,@typescript-eslint/eslint-pluginand@typescript-eslint/parserremain pinned at 8.59.2 while the umbrellatypescript-eslintpackage moves to 8.69.0; reviewers may want to confirm lint still resolves a consistent plugin/parser set via the lockfile.Reviewed by Cursor Bugbot for commit 0489532. Bugbot is set up for automated code reviews on this repo. Configure here.