This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates. Hopefully your tests will pass and you can merge this pull request without too much risk. This should give you an idea how Depfu works in general.
After you merge your first pull request, we'll send you a few more. We'll never open more than seven PRs at the same time so you're not getting overwhelmed with updates.
Let us know if you have any questions. Thanks so much for giving Depfu a try!
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
This release includes new lexers for Cypher, Datastudio, GHC Cmm, ISBL, Rego, Solidity and YANG. It also incorporates fixes for the C++, CMake, Console, F#, JSON, JSONDOC, Kotlin, Markdown, Pascal, PHP, Python, Racket, Ruby, Terraform, TypeScript and Vue lexers. Which seems like quite a lot. Enjoy!
This release includes the ECL lexer as a new lexer. It also incorporates fixes for the CoffeeScript, Markdown, NASM, Ruby, Scala and Varnish lexers. Enjoy your syntax highlighting! 🎉
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Welcome to Depfu 👋
This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates. Hopefully your tests will pass and you can merge this pull request without too much risk. This should give you an idea how Depfu works in general.
After you merge your first pull request, we'll send you a few more. We'll never open more than seven PRs at the same time so you're not getting overwhelmed with updates.
Let us know if you have any questions. Thanks so much for giving Depfu a try!
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ jekyll (4.0.0 → 4.0.1) · Repo · Changelog
Release Notes
4.0.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 14 commits:
Release :gem: 4.0.1
chore(release): v4.0.1 :gem:
Update history to reflect merge of #8160 [ci skip]
Backport #7878 for v4.0.x (#8160)
Update history to reflect merge of #8142 [ci skip]
Backport #7908 for v4.0.x (#8142)
Update history to reflect merge of #8141 [ci skip]
Backport #7967 for v4.0.x (#8141)
Merge branch '4.0-stable' into this branch
Update history to reflect merge of #8143 [ci skip]
Fix Kramdown converter based tests for v4.0.x (#8143)
Backport #7908 for v4.0.x
Update history to reflect merge of #8124 [ci skip]
Backport #7948 for v4.0.x (#8124)
↗️ kramdown (indirect, 2.1.0 → 2.2.1) · Repo · Changelog
↗️ public_suffix (indirect, 4.0.3 → 4.0.5) · Repo · Changelog
Release Notes
4.0.4 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 20 commits:
Release 4.0.5
Update tests.yml
Update tests.yml
Add CI workflow
Add project metadata to the gemspec (#172)
Update definitions
Create codecov.yml
Update Travis badge link
Release 4.0.3
Update definitions
Update to Rubocop 0.81.0
Update rubocop requirement from 0.80.0 to 0.80.1 (#170)
Update rubocop requirement from 0.79.0 to 0.80.0 (#169)
Update SECURITY.md
Update README.md
Update README.md
Update .gitignore
Update definitions
Sync up my Rubocop default file
Move development dependencies from gemspec to Bundle
↗️ rb-fsevent (indirect, 0.10.3 → 0.10.4) · Repo
Release Notes
0.10.4
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 3 commits:
Update gem version to 0.10.4
Merge pull request #85 from tyler-ball/patch-1
Remove bundler development dependency
↗️ rouge (indirect, 3.16.0 → 3.18.0) · Repo · Changelog
Release Notes
3.18.0
3.17.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 45 commits:
Release v3.18.0 (#1501)
Add Cypher lexer (#1423)
Improve lexing of ternaries that include symbols in Ruby lexer (#1476)
Use generic string states in Python lexer (#1477)
Remove duplicate identity keyword in YANG Lexer (#1499)
Use plain Ruby files for built-in keyword lists (#1418)
Add option to tokenise error messages in Console lexer (#1498)
Support labels in Kotlin lexer (#1496)
Allow unmatched braces and brackets in JSON lexer (#1497)
Add GHC Cmm lexer (#1387)
Make lexing of class-like identifiers more consistent in C++ lexer (#1495)
Load Rouge files using methods scoped to the Rouge module (#1481)
Make default rule more permissive in YANG lexer (#1488)
Support dictionary indexers on nested properties in F# lexer (#1482)
Support regular expressions in Terraform lexer (#1490)
Support slot shorthand syntax to Vue lexer (#1483)
Separate ? from other operators in PHP lexer (#1478)
Fix bugs, and better support v7.4.0 features, in PHP lexer (#1397)
Remove . as a operator in Python lexer (#1375)
Add Solidity lexer (#760)
Add Rego lexer (#1468)
Add jsonc alias to JSONDOC lexer (#1440)
Use module constants to store directory paths for file loading (#1416)
Fix Ruby keyword warning in check:memory Rake task (#1431)
Add support for optional chaining operator to TypeScript lexer (#1475)
Update URL in YANG visual sample (#1474)
Add YANG lexer (#1458)
Add ISBL lexer (#891)
Improve support for # in Racket lexer (#1472)
Fix handling of escaped quotes in CMake lexer (#1473)
Add Datastudio lexer (#1453)
Fix tokenization of compact class names in Ruby lexer (#1470)
Add support for multi-line links in Markdown lexer (#1465)
Add Lazarus program file glob to Pascal lexer (#1466)
Revert Rubocop splat expansion cop (#1461)
Release v3.17.0 (#1460)
Add support for Fastly extensions to Varnish lexer (#1454)
Support additional number literals in the Ruby lexer (#1456)
Fix name of splat expansion Rubocop rule (#1451)
Fix brackets in links in Markdown lexer (#1445)
Add ECL lexer (#1396)
Fix fenced code blocks in Markdown lexer (#1442)
Improve regex and string lexing in CoffeeScript lexer (#1441)
Fix symbol lexing in Scala lexer (#1438)
Rewrite NASM lexer (#1428)
↗️ sassc (indirect, 2.2.1 → 2.3.0) · Repo
Commits
See the full diff on Github. The new version differs by 27 commits:
update changelog
version bump 2.3.0
Merge pull request #196 from casperisfine/drop-32bit-targets
Fix rake gem:native task
fix testing issue
Merge pull request #166 from michaelglass/patch-1
Merge pull request #178 from bmwiedemann/sort
Merge pull request #152 from shwaka/master
Merge pull request #162 from ahorek/custom_functions
Merge pull request #161 from ahorek/dispose
Merge pull request #164 from ahorek/libsass_update
Merge pull request #184 from ahorek/strip_fix
restore strip symbols
Merge pull request #158 from glebm/patch-3
Sort input file list
Merge pull request #174 from dtynan/fix_for_macos
Merge pull request #171 from eregon/test-truffleruby
Merge pull request #173 from eregon/fix-dlext
Fix compile issue on Mac OS X
Use RbConfig::MAKEFILE_CONFIG['DLEXT'] instead of hardcoding extensions
Test on TruffleRuby in TravisCI
Update libsass to 3.6.3
disable lto flag for darwin + nix
Update libsass to 3.6.2
allow passing functions directly
always dispose data context
Default --march-tune-native to false
↗️ unicode-display_width (indirect, 1.6.1 → 1.7.0) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 2 commits:
Release v1.7.0
Unicode 13
🆕 rexml (added, 3.2.4)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands
This change is