Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2025

Bumps syntect from 5.2.0 to 5.3.0.

Release notes

Sourced from syntect's releases.

v5.3.0

Improvements

  • Add HighlightLines::from_state() constructor #569

Fixes

  • Ignore UTF-8 BOM on syntax detection #530
  • Escape CSS class names #539
  • Avoid an infinite loop when a syntax definition continually pushes contexts without consuming any input #597
  • Return an error when a syntax definition contains an unescaped trailing backslash instead of panicking at runtime #548

Dependencies

  • Replace bitflags with a manual implementation #590
  • Update public-api to work with new lockfile versions #591
  • Update thiserror to v2 #594
  • Update fancy-regex to 0.16.2 #596
  • Bump rust_onig version to avoid build failures on newer GCC versions #584

Docs

  • Add various projects to the README showcase:
  • Deprecate syntect::parsing::SCOPE_REPO for removal #580

Other

  • Format with rustfmt #528
  • Bump nightly toolchain version to fix a test build failure #542
  • Remove unused import in yaml load test #531
  • Use BufWriter to improve unoptimized serialization perf #554
  • Commit Cargo.lock to avoid flaky CI issues #567
  • Switch from expect-test to insta #568 then later to public-api's snapshot-testing support #595
  • Speed up unittest runtime #577 #598
  • Fix new clippy lints #585
  • Use cargo-hack to check many different features in CI #593
Changelog

Sourced from syntect's changelog.

Version 5.3.0

Improvements

  • Add HighlightLines::from_state() constructor #569

Fixes

  • Ignore UTF-8 BOM on syntax detection #530
  • Escape CSS class names #539
  • Avoid an infinite loop when a syntax definition continually pushes contexts without consuming any input #597
  • Return an error when a syntax definition contains an unescaped trailing backslash instead of panicking at runtime #548

Dependencies

  • Replace bitflags with a manual implementation #590
  • Update public-api to work with new lockfile versions #591
  • Update thiserror to v2 #594
  • Update fancy-regex to 0.16.2 #596
  • Bump rust_onig version to avoid build failures on newer GCC versions #584

Docs

  • Add various projects to the README showcase:
  • Deprecate syntect::parsing::SCOPE_REPO for removal #580

Other

  • Format with rustfmt #528
  • Bump nightly toolchain version to fix a test build failure #542
  • Remove unused import in yaml load test #531
  • Use BufWriter to improve unoptimized serialization perf #554
  • Commit Cargo.lock to avoid flaky CI issues #567
  • Switch from expect-test to insta #568 then later to public-api's snapshot-testing support #595
  • Speed up unittest runtime #577 #598
  • Fix new clippy lints #585
  • Use cargo-hack to check many different features in CI #593

#528: trishume/syntect#528 #530: trishume/syntect#530 #531: trishume/syntect#531 #533: trishume/syntect#533 #534: trishume/syntect#534

... (truncated)

Commits
  • e467084 Update lock file for 5.3.0 release
  • f1ed46c Release 5.3.0
  • d683f91 Merge pull request #601 from CosmicHorrorDev/prep-5.3.0
  • ca7de0f Revert "Replace yaml-rust dependency with yaml-rust2"
  • 095a21f docs: Update installation docs to use cargo add
  • dd1b700 docs: Update the changelog for the 5.3.0 release
  • c0472fb Merge pull request #596 from CosmicHorrorDev/update-fancy-regex
  • f56d2b0 deps: Update fancy-regex to v0.16.2
  • a85dde9 Merge pull request #600 from praseodym/yaml-rust2
  • 498099e Replace yaml-rust dependency with yaml-rust2
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [syntect](https://github.com/trishume/syntect) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/trishume/syntect/releases)
- [Changelog](https://github.com/trishume/syntect/blob/master/CHANGELOG.md)
- [Commits](trishume/syntect@v5.2.0...v5.3.0)

---
updated-dependencies:
- dependency-name: syntect
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant