-
Notifications
You must be signed in to change notification settings - Fork 1
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 html-pipeline from 2.14.3 to 3.0.1 #561
Closed
Closed
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
gem compare html-pipeline 2.14.3 3.0.1 Compared versions: ["2.14.3", "3.0.1"]
DIFFERENT author:
2.14.3: Ryan Tomayko
3.0.1: Garen J. Torikian
DIFFERENT authors:
2.14.3: ["Ryan Tomayko", "Jerry Cheung", "Garen J. Torikian"]
3.0.1: ["Garen J. Torikian"]
DIFFERENT date:
2.14.3: 2022-10-14 00:00:00 UTC
3.0.1: 2023-12-28 00:00:00 UTC
DIFFERENT description:
2.14.3: GitHub HTML processing filters and utilities
3.0.1: HTML processing filters and utilities
DIFFERENT email:
2.14.3: ["[email protected]", "[email protected]", "[email protected]"]
3.0.1: ["[email protected]"]
DIFFERENT homepage:
2.14.3: https://github.com/jch/html-pipeline
3.0.1: https://github.com/gjtorikian/html-pipeline
DIFFERENT metadata:
2.14.3: {}
3.0.1: {"funding_uri"=>"https://github.com/sponsors/gjtorikian/", "rubygems_mfa_required"=>"true"}
DIFFERENT post_install_message:
2.14.3: -------------------------------------------------
Thank you for installing html-pipeline!
You must bundle Filter gem dependencies.
See html-pipeline README.md for more details.
https://github.com/jch/html-pipeline#dependencies
-------------------------------------------------
3.0.1: -------------------------------------------------
Thank you for installing html-pipeline!
You must bundle filter gem dependencies.
See the html-pipeline README.md for more details:
https://github.com/gjtorikian/html-pipeline#dependencies
-------------------------------------------------
DIFFERENT required_ruby_version:
2.14.3: >= 0
3.0.1: ~> 3.1
DIFFERENT required_rubygems_version:
2.14.3: >= 0
3.0.1: >= 3.3.22
DIFFERENT rubygems_version:
2.14.3: 3.3.7
3.0.1: 3.5.3
DIFFERENT version:
2.14.3: 2.14.3
3.0.1: 3.0.1
DIFFERENT files:
2.14.3->3.0.1:
* Deleted:
.travis.yml
Appraisals
CONTRIBUTING.md
LICENSE
bin/html-pipeline
lib/html/pipeline.rb
lib/html/pipeline/@mention_filter.rb
lib/html/pipeline/@team_mention_filter.rb
lib/html/pipeline/absolute_source_filter.rb
lib/html/pipeline/autolink_filter.rb
lib/html/pipeline/body_content.rb
lib/html/pipeline/camo_filter.rb
lib/html/pipeline/email_reply_filter.rb
lib/html/pipeline/emoji_filter.rb
lib/html/pipeline/filter.rb
lib/html/pipeline/https_filter.rb
lib/html/pipeline/image_filter.rb
lib/html/pipeline/image_max_width_filter.rb
lib/html/pipeline/markdown_filter.rb
lib/html/pipeline/plain_text_input_filter.rb
lib/html/pipeline/sanitization_filter.rb
lib/html/pipeline/syntax_highlight_filter.rb
lib/html/pipeline/text_filter.rb
lib/html/pipeline/textile_filter.rb
lib/html/pipeline/toc_filter.rb
lib/html/pipeline/version.rb
* Added:
.github/dependabot.yml +27/-0
.github/workflows/automerge.yml +13/-0
.github/workflows/ci.yml +22/-0
.github/workflows/lint.yml +23/-0
.github/workflows/publish.yml +19/-0
.rubocop.yml +17/-0
.ruby-version +1/-0
.vscode/settings.json +8/-0
LICENSE.txt +22/-0
UPGRADING.md +34/-0
lib/html-pipeline.rb +3/-0
lib/html_pipeline.rb +267/-0
lib/html_pipeline/convert_filter.rb +17/-0
lib/html_pipeline/convert_filter/markdown_filter.rb +26/-0
lib/html_pipeline/filter.rb +89/-0
lib/html_pipeline/node_filter.rb +31/-0
lib/html_pipeline/node_filter/absolute_source_filter.rb +54/-0
lib/html_pipeline/node_filter/asset_proxy_filter.rb +86/-0
lib/html_pipeline/node_filter/emoji_filter.rb +131/-0
lib/html_pipeline/node_filter/https_filter.rb +22/-0
lib/html_pipeline/node_filter/image_max_width_filter.rb +40/-0
lib/html_pipeline/node_filter/mention_filter.rb +126/-0
lib/html_pipeline/node_filter/syntax_highlight_filter.rb +62/-0
lib/html_pipeline/node_filter/table_of_contents_filter.rb +70/-0
lib/html_pipeline/node_filter/team_mention_filter.rb +105/-0
lib/html_pipeline/sanitization_filter.rb +188/-0
lib/html_pipeline/text_filter.rb +21/-0
lib/html_pipeline/text_filter/image_filter.rb +19/-0
lib/html_pipeline/text_filter/plain_text_input_filter.rb +13/-0
lib/html_pipeline/version.rb +5/-0
* Changed:
.github/FUNDING.yml +11/-3
CHANGELOG.md +111/-2
Gemfile +31/-15
README.md +243/-226
Rakefile +14/-7
html-pipeline.gemspec +34/-24
DIFFERENT runtime dependencies:
2.14.3->3.0.1:
* Deleted:
activesupport [">= 2"] (runtime)
nokogiri [">= 1.4"] (runtime)
* Added:
selma ["~> 0.1"] (runtime)
zeitwerk ["~> 2.5"] (runtime)
DIFFERENT Gemfile dependencies
2.14.3->3.0.1:
* Added:
awesome_print [">= 0"] (runtime)
rubocop [">= 0"] (runtime)
rubocop-standard [">= 0"] (runtime)
github_changelog_generator ["~> 1.16"] (runtime)
sorbet-runtime [">= 0"] (runtime)
amazing_print [">= 0"] (development)
debug [">= 0"] (development)
tapioca [">= 0"] (development)
sorbet [">= 0"] (development)
gemojione ["~> 4.3"] (development)
minitest-bisect ["~> 1.6"] (development)
nokogiri ["~> 1.13"] (development)
* Deleted
appraisal [">= 0"] (development)
email_reply_parser ["~> 0.5"] (development)
RedCloth ["~> 4.2.9"] (development)
rinku ["~> 1.7"] (development)
sanitize ["~> 4.6"] (development)
escape_utils ["~> 1.0"] (development)
* Updated
commonmarker from: ["~> 0.16"] to: ["~> 1.0.0.pre7"]
gemoji from: ["~> 2.0"] to: ["~> 4.1"]
rouge from: ["~> 3.1"] to: ["~> 4.1"] |
|
e8d1bbc
to
269ca0c
Compare
Bumps [html-pipeline](https://github.com/gjtorikian/html-pipeline) from 2.14.3 to 3.0.1. - [Release notes](https://github.com/gjtorikian/html-pipeline/releases) - [Changelog](https://github.com/gjtorikian/html-pipeline/blob/main/CHANGELOG.md) - [Commits](gjtorikian/html-pipeline@v2.14.3...v3.0.1) --- updated-dependencies: - dependency-name: html-pipeline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
269ca0c
to
ee6408a
Compare
Superseded by #569. |
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 html-pipeline from 2.14.3 to 3.0.1.
Release notes
Sourced from html-pipeline's releases.
... (truncated)
Changelog
Sourced from html-pipeline's changelog.
... (truncated)
Commits
74766e7
[auto-docs][skip test]: update changelog62b4aaa
Merge pull request #389 from stevehill1981/patch-174ef050
:gem 3.0.1a8fdac9
Actually keep the results14abefb
Handle odd numbers of NodeFilters to be configured6c9d27e
[auto-docs][skip test]: update changelogf48b199
Merge pull request #386 from gjtorikian/release-3.0.0b2624b4
lint694a5c7
💎 3.0.062b9b08
Merge pull request #384 from gjtorikian/dependabot/github_actions/github-acti...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
.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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@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)