Bump @typescript-eslint/parser from 7.18.0 to 8.58.2 - #694
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump @typescript-eslint/parser from 7.18.0 to 8.58.2#694dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Member
|
Category: Defer — needs migration work (@typescript-eslint/parser 7 → 8) @typescript-eslint 8.x requires ESLint 9+, which in turn requires migrating Must be bumped as a tuple with #697 (the eslint-plugin) and #701 (eslint itself). Recommendation: do not merge standalone. Hold for a dedicated "Migrate to ESLint 9 flat config" PR that touches #694 + #697 + #701 in one atomic change, along with a rewrite of |
This was referenced Apr 16, 2026
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/typescript-eslint/parser-8.58.2
branch
2 times, most recently
from
April 16, 2026 17:45
830bac2 to
9753dfe
Compare
gep13
added a commit
to gep13/chocolatey-vscode
that referenced
this pull request
Apr 16, 2026
The previous `.gitattributes` declared `* text eol=crlf`, forcing every text file to CRLF on checkout. This has caused a string of CI and dependabot problems: - build.sh's shebang was read as `#!/usr/bin/env bash\r` on the Linux and macOS runners (fixed in a follow-up by adding `*.sh text eol=lf` — see chocolatey-community#705). - GitHub Actions workflow files (.yml) kept flipping between LF and CRLF between dependabot-generated blobs and developer-local blobs, producing 103-line-changed diffs in chocolatey-community#693 that only had one real line of content change. Rewrite the policy so LF is the default (matching Git's native storage, every non-Windows CI runner, dependabot, and most linters), and CRLF is only applied to file types where Windows- native editors would re-save the file with a whole-file diff otherwise: Visual Studio solution / project files, batch scripts, and the PowerShell family. Every text blob currently stored on develop is already LF (verified by inspecting each file's blob with `git show`), so this change does not require an accompanying mass-renormalization commit. The only observable effect is that fresh checkouts on Windows will now place LF bytes in the working tree for the affected file types instead of CRLF; editors configured to auto-convert on save will be guided by the same `.gitattributes` file. Dependabot's next rebase of its open PRs (chocolatey-community#690, chocolatey-community#691, chocolatey-community#692, chocolatey-community#693, chocolatey-community#694+...) will pick up the new attributes and produce correctly scoped single-line diffs instead of whole-file rewrites. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.18.0 to 8.58.2. - [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.58.2/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-version: 8.58.2 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/typescript-eslint/parser-8.58.2
branch
from
April 16, 2026 20:07
9753dfe to
e82f581
Compare
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 @typescript-eslint/parser from 7.18.0 to 8.58.2.
Release notes
Sourced from
@typescript-eslint/parser's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser's changelog.... (truncated)
Commits
90c2803chore(release): publish 8.58.2be6b49afix: remove tsbuildinfo cache file from published packages (#12187)5311ed3chore(release): publish 8.58.14933417chore(release): publish 8.58.08cde2d0feat: support TypeScript 6 (#12124)be4d54dchore(release): publish 8.57.2c7c38aachore(release): publish 8.57.12c6aeeechore(release): publish 8.57.0f696dadchore: use pnpm catalog (#12047)a09921echore: update vitest to 4.x (#12071)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@typescript-eslint/parsersince your current version.