-
-
Notifications
You must be signed in to change notification settings - Fork 10
Update syntect requirement from 3.2.1 to 4.1.0 #24
Conversation
Fan of this - this makes onig optional and allows people to use a pure rust alternative. |
That's nice! I wonder why the CI didn't run... 🤔 |
Maybe because I don't have a CI yet. 😅 |
See #25 |
@dependabot rebase |
Updates the requirements on [syntect](https://github.com/trishume/syntect) to permit the latest version. - [Release notes](https://github.com/trishume/syntect/releases) - [Changelog](https://github.com/trishume/syntect/blob/master/CHANGELOG.md) - [Commits](trishume/syntect@v3.2.1...v4.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
831b981
to
64cfa8c
Compare
Just released prettyprint 0.8 with this PR merged in. 🎉 |
Note that you might need something like what we did in sharkdp/bat#900 in order to allow users to choose between onig and fancy-regex. Also, note that the binary syntax assets are not compatible with the fancy-regex version (as described in the linked PR as well). |
Thanks for the heads up @sharkdp. I don't think I'll add this myself due to focusing on other projects at the moment and trying to redirect future users to bat. That said, maybe you could add the flags @gilescope? PR would be very much appreciated. |
Sure I can do that :-) Sent with GitHawk |
Updates the requirements on syntect to permit the latest version.
Release notes
Sourced from syntect's releases.
Changelog
Sourced from syntect's changelog.
Commits
d52e9f1
Bump to v4.1.010ac757
Merge pull request #286 from sharkdp/use-display-fmt-instead-of-description9cf19cd
Merge pull request #285 from sharkdp/make-parsesyntaxerror-send8dd3555
Remove unnecessary parentheses37ad5e2
Use Display::fmt instead of Error::description4c9c159
Make sure 'ParseSyntaxError' implements 'Send'0b41be2
Fix bits of v4.0.0 changelog36c9116
Bump to v4.0.0c0efc8c
Merge pull request #270 from trishume/move-regex-use-to-module9cbe524
Add section to Readme about new fancy-regex mode.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
.If all status checks pass Dependabot will automatically merge this pull request.
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 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)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabot dashboard: