Skip to content
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 1 commit into from
Jan 27, 2019
Merged

Conversation

dependabot-preview[bot]
Copy link

Bumps colored from 1.6.1 to 1.7.0.

Changelog

Sourced from colored's changelog.

1.7.0 (January, 2019)

  • TECH: update lazy_static
  • FEAT: introduce respect for the NO_COLOR environment variable
Commits

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.


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 readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@Wilfred Wilfred merged commit 5a92de4 into master Jan 27, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/cargo/colored-1.7.0 branch January 27, 2019 20:40
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 Aug 17, 2021
Ignore generated files.
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
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
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
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
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
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
sysedwinistrator pushed a commit to sysedwinistrator/difftastic that referenced this pull request Mar 21, 2024
Adds correct parsing for the following:
- string interpolation
- object destructuring
- destructuring alternative operator
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
ewen-lbh pushed a commit to ewen-lbh/difftastic that referenced this pull request May 30, 2024
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants