-
Notifications
You must be signed in to change notification settings - Fork 348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump colored from 1.6.1 to 1.7.0 #1
Merged
Merged
Conversation
This file contains 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
Bumps [colored](https://github.com/mackwic/colored) from 1.6.1 to 1.7.0. - [Release notes](https://github.com/mackwic/colored/releases) - [Changelog](https://github.com/mackwic/colored/blob/master/CHANGELOG.md) - [Commits](colored-rs/colored@v1.6.1...v1.7.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
Wilfred
pushed a commit
that referenced
this pull request
Aug 17, 2021
Use external for nested comments
Wilfred
pushed a commit
that referenced
this pull request
Sep 6, 2021
Correct highlighting for heredoc string and func definitions
Wilfred
pushed a commit
that referenced
this pull request
Nov 20, 2021
* Avoid potential use-after-free in regex scanner `literal` is a reference to the last element so it is invalidated after we call `literal.pop_back()`. Use a temporary so we don't use `literal` after it has been popped: ``` ==14==ERROR: AddressSanitizer: container-overflow on address 0x603000000160 at pc 0x00000051bfe2 bp 0x7ffca8ec7980 sp 0x7ffca8ec7978 READ of size 4 at 0x603000000160 thread T0 SCARINESS: 17 (4-byte-read-container-overflow) #0 0x51bfe1 in (anonymous namespace)::Scanner::scan_literal_content(TSLexer*) /src/octofuzz/tree-sitter/test/fixtures/grammars/ruby/src/scanner.cc:669:25 #1 0x51884f in (anonymous namespace)::Scanner::scan(TSLexer*, bool const*) /src/octofuzz/tree-sitter/test/fixtures/grammars/ruby/src/scanner.cc:726:16 #2 0x66cda7 in ts_parser__lex /src/octofuzz/tree-sitter/src/runtime/parser.c:324:11 ``` * Simplify regex literal logic
Wilfred
pushed a commit
that referenced
this pull request
Nov 25, 2021
* Handle empty default value during variable expansion * Make expression after colon optional As suggested by @maxbrunsfeld
NickCao
pushed a commit
to NickCao/difftastic
that referenced
this pull request
Jan 25, 2022
closes Wilfred#1
Andoryuuta
pushed a commit
to Andoryuuta/difftastic
that referenced
this pull request
Mar 31, 2022
ap-nri
pushed a commit
to ap-nri/difftastic
that referenced
this pull request
Apr 1, 2022
ap-nri
pushed a commit
to ap-nri/difftastic
that referenced
this pull request
Apr 1, 2022
Merged from source
Wilfred
pushed a commit
that referenced
this pull request
Apr 15, 2022
Xuanwo
pushed a commit
to Xuanwo/difftastic
that referenced
this pull request
Apr 22, 2022
add quoted_templates and template interpolations
ido77778
pushed a commit
to ido77778/difftastic
that referenced
this pull request
May 3, 2022
Fix and test base source units
benmanns
pushed a commit
to benmanns/difftastic
that referenced
this pull request
Jul 1, 2022
Make the scanner compile without C++11 features
Wilfred
pushed a commit
that referenced
this pull request
Jul 11, 2022
Wilfred
pushed a commit
that referenced
this pull request
Jul 11, 2022
Use lowercase sql in bindings. Closes: #1
Wilfred
pushed a commit
that referenced
this pull request
Aug 28, 2022
yuja
added a commit
to yuja/difftastic
that referenced
this pull request
Sep 8, 2022
This should fail at the moment.
yuja
added a commit
to yuja/difftastic
that referenced
this pull request
Sep 8, 2022
yuja
added a commit
to yuja/difftastic
that referenced
this pull request
Sep 8, 2022
yuja
added a commit
to yuja/difftastic
that referenced
this pull request
Sep 8, 2022
gurjeet
pushed a commit
to gurjeet/difftastic
that referenced
this pull request
Sep 20, 2022
Avoid undefined behaviour
gurjeet
pushed a commit
to gurjeet/difftastic
that referenced
this pull request
Sep 20, 2022
FoamScience
added a commit
to FoamScience/difftastic
that referenced
this pull request
Jun 26, 2023
Remove calls to strcat() to fix wasm build
brneor
pushed a commit
to brneor/difftastic
that referenced
this pull request
Sep 20, 2023
regenerate using 0.19
sysedwinistrator
pushed a commit
to sysedwinistrator/difftastic
that referenced
this pull request
Mar 21, 2024
bernhard-herzog
pushed a commit
to bernhard-herzog/difftastic
that referenced
this pull request
May 2, 2024
bernhard-herzog
pushed a commit
to bernhard-herzog/difftastic
that referenced
this pull request
May 2, 2024
Expression/operator sections
ewen-lbh
pushed a commit
to ewen-lbh/difftastic
that referenced
this pull request
May 30, 2024
chore: contributing
novusnota
added a commit
to novusnota-forks/difftastic
that referenced
this pull request
Aug 25, 2024
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 colored from 1.6.1 to 1.7.0.
Changelog
Sourced from colored's changelog.
Commits
4f7434a
Bump version to v.1.7.036a3d14
Respect the NO_COLOR standard (#44)7de2d5b
pass by value for performance (#42)20f5997
Update README to show support for windows powershell (#43)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
.Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking
Bump now
in your Dependabot dashboard.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 cancel merge
will cancel a previously requested merge@dependabot reopen
will reopen this PR if it is closed@dependabot ignore this [patch|minor|major] version
will close this PR and stop Dependabot creating any more for this minor/major 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:
Finally, you can contact us by mentioning @dependabot.