Update commonmarker: 0.18.2 → 0.21.0 (major)
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?
✳ ️ commonmarker (0.18.2 → 0.21.0) · Repo
Release Notes
0.21.0
- Add support for
tasklist_item_checked=
: #116
0.19.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 64 commits:
:gem: bump to 0.21.0
Merge pull request #116 from tomoasleep/tasklist-modifier
Add Node#tasklist_item_checked=
Create CODE_OF_CONDUCT.txt
Merge pull request #115 from gjtorikian/readme-stdout-comment
clear up an example in the README
Merge pull request #113 from gjtorikian/updates
Remove extra method
rename these vars
fix tasklist updates
Update cmark-upstream to https://github.com/github/cmark-gfm/commit/36c1553d2a1f04dc1628e76b18490edeff78b8d0
origin
loosen up
Merge pull request #111 from gjtorikian/rubocop
Serve rdoc
Rubocop updates
:gem: bump to 0.20.2
Merge pull request #108 from digitalmoksha/bw-add-cli-options
More Windows begging
Is this what Windows needs
Fix some dumb Windows thing
Add tests to commands
Support comma separeted options
Convert to using OptionParser
Add command line input for parse and render options
Create FUNDING.yml
lol what
Merge pull request #103 from tomoasleep/fix-extension-readme
Add tasklist extension description to README
:gem: bump to 0.20.1
Merge pull request #100 from gjtorikian/tasklist-state
rubocop fix
import latest upstream, fix renderer
add failing tests
exclude benchmarking files from built gem
:gem: bump to 0.20.0
Merge pull request #98 from gjtorikian/cmark-gfm-0-29-0-gfm-0
update to cmark-gfm 0.29.0.gfm.0
:gem: bump to 0.19.0
Merge pull request #97 from gjtorikian/parse-properly
Indicte the context
Merge pull request #94 from gjtorikian/bump-dependencies
derp
Switch to maintained linter
Bump Ruby
All right, Rubocop, all right
Test tasklist generation
Update script
Update cmark-upstream to https://github.com/github/cmark/commit/365dabb681b2e784eaf59cced3d28088b465b257
Trash VSCode folder
Exclude vendor
exclude ext/
Start adding preliminary tasklist support
oh good lord
Update cmark-upstream to https://github.com/github/cmark/commit/90048f92149657d572f63013ea099a0d7fef8f71
Merge pull request #92 from gjtorikian/do-we-need-cmake
I continue to hate computers
Hey who doesn't love Rubocop
I hate computers
Update .travis.yml
Merge pull request #90 from diachini/whitespace_fixes_for_87
Fixes up whitespace problems introduced in #87
Merge pull request #88 from amatsuda/https
GitHub is https by default
↗ ️ concurrent-ruby (indirect, 1.1.4 → 1.1.7) · Repo · Changelog
Release Notes
1.1.7 (from changelog)
concurrent-ruby:
- (#879) Consider falsy value on
Concurrent::Map#compute_if_absent
for fast non-blocking path- (#876) Reset Async queue on forking, makes Async fork-safe
- (#856) Avoid running problematic code in RubyThreadLocalVar on MRI that occasionally results in segfault
- (#853) Introduce ThreadPoolExecutor without a Queue
1.1.6 (from changelog)
concurrent-ruby:
1.1.5 (from changelog)
concurrent-ruby:
- fix potential leak of context on JRuby and Java 7
concurrent-ruby-edge:
- Add finalized Concurrent::Cancellation
- Add finalized Concurrent::Throttle
- Add finalized Concurrent::Promises::Channel
- Add new Concurrent::ErlangActor
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
↗ ️ i18n (indirect, 1.5.3 → 1.8.7) · Repo · Changelog
Release Notes
1.8.7
1.8.6
- Fallbacks are now stored in
Thread.current
for multi-threading compatibility: #542- no-op arguments are no longer allowed for
I18n.t
calls -- fixes an incompatibility with Ruby 3.0: #545This gem's GitHub workflow files have been updated to ensure compatibility between new Rails versions (6.1) and the new Ruby release (3.0). See the "Actions" tab on GitHub for the full range of supported Rails and Ruby versions.
1.8.4
1.8.3
Compare view: v1.8.2...v1.8.3
Features / Improvements
- Memory and speed improvements - #527+ #528
- Add option to disable fallbacks for I18n.exists? check - #482
- Add an
on_fallback
hook to allow users to be notified when a fallback happens - #520Bug Fixes
1.8.2
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
↗ ️ ruby-enum (indirect, 0.7.2 → 0.8.0) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 13 commits:
Preparing for release, 0.8.0.
Merge pull request #22 from dblock/ruby-2.3
Added each_key and each_value.
Fix badges. [ci skip]
Clarified docs. [ci skip]
Updated copyright year.
Test against Ruby 2.6.5.
Upgraded RuboCop to 0.52.1.
Fix: typos. [ci skip]
Merge pull request #19 from laertispappas/updates_rspec
Updates RSpec to latest version
Preparing for next development iteration 0.7.3
Updates README
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)