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 html-pipeline from 3.0.3 to 3.1.1 #614

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 10, 2024

Bumps html-pipeline from 3.0.3 to 3.1.1.

Release notes

Sourced from html-pipeline's releases.

v3.1.1

What's Changed

Full Changelog: gjtorikian/html-pipeline@v3.1.0...v3.1.1

v3.1.0

What's Changed

New Contributors

Full Changelog: gjtorikian/html-pipeline@v3.0.3...v3.1.0

Changelog

Sourced from html-pipeline's changelog.

[v3.1.1] - 09-04-2024

What's Changed

Full Changelog: gjtorikian/html-pipeline@v3.1.0...v3.1.1

[v3.1.0] - 28-02-2024

What's Changed

New Contributors

Full Changelog: gjtorikian/html-pipeline@v3.0.3...v3.1.0

Commits
  • aec775c [auto-docs][skip test]: update changelog
  • 20c179b Merge pull request #401 from gjtorikian/rework-pipeline-feed
  • 61cbe4c Correct missing method implementation
  • e1328b4 tweak
  • 2b42ecc [auto-docs][skip test]: update changelog
  • b9e02e3 Merge pull request #398 from gjtorikian/classify
  • b029535 rubocop
  • 1a5c6c3 💎 3.1.0
  • 2abc26c integration test for text filters
  • 0ea071d Correctly expect classes for TextFilter
  • Additional commits viewable in compare view

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.


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)

@dependabot dependabot bot added dependencies ruby Pull requests that update Ruby code labels Apr 10, 2024
Copy link

gem compare html-pipeline 3.0.3 3.1.1

Compared versions: ["3.0.3", "3.1.1"]
  DIFFERENT date:
    3.0.3: 2024-02-02 00:00:00 UTC
    3.1.1: 2024-04-09 00:00:00 UTC
  DIFFERENT rubygems_version:
    3.0.3: 3.5.5
    3.1.1: 3.4.6
  DIFFERENT version:
    3.0.3: 3.0.3
    3.1.1: 3.1.1
  DIFFERENT files:
    3.0.3->3.1.1:
      * Changed:
            CHANGELOG.md +85/-52
            Gemfile +0/-2
            README.md +3/-3
            UPGRADING.md +0/-2
            lib/html_pipeline.rb +2/-2
            lib/html_pipeline/text_filter.rb +7/-7
            lib/html_pipeline/text_filter/image_filter.rb +2/-2
            lib/html_pipeline/text_filter/plain_text_input_filter.rb +2/-2
            lib/html_pipeline/version.rb +1/-1
  DIFFERENT Gemfile dependencies
    3.0.3->3.1.1:
      * Deleted
            github_changelog_generator ["~> 1.16"] (runtime)

Copy link

gem compare --diff html-pipeline 3.0.3 3.1.1

Compared versions: ["3.0.3", "3.1.1"]
  DIFFERENT files:
    3.0.3->3.1.1:
      * Changed:
        CHANGELOG.md
                --- /tmp/d20240410-1881-cqf0k8/html-pipeline-3.0.3/CHANGELOG.md	2024-04-10 02:34:16.990409916 +0000
                +++ /tmp/d20240410-1881-cqf0k8/html-pipeline-3.1.1/CHANGELOG.md	2024-04-10 02:34:16.998409936 +0000
                @@ -0,0 +1,23 @@
                +## [v3.1.0] - 28-02-2024
                +## What's Changed
                +* UPGRADING:  not removed by @dentarg in https://github.com/gjtorikian/html-pipeline/pull/397
                +* [BREAKING]  now requires instantiation by @gjtorikian in https://github.com/gjtorikian/html-pipeline/pull/398
                +
                +## New Contributors
                +* @dentarg made their first contribution in https://github.com/gjtorikian/html-pipeline/pull/397
                +
                +**Full Changelog**: https://github.com/gjtorikian/html-pipeline/compare/v3.0.3...v3.1.0
                +## [v3.0.3] - 02-02-2024
                +
                +## What's Changed
                +
                +- Fix typo in README by @ppworks in https://github.com/gjtorikian/html-pipeline/pull/394
                +- Prevent exception by @ppworks in https://github.com/gjtorikian/html-pipeline/pull/395
                +- Cut 3.0.3 by @gjtorikian in https://github.com/gjtorikian/html-pipeline/pull/396
                +
                +## New Contributors
                +
                +- @ppworks made their first contribution in https://github.com/gjtorikian/html-pipeline/pull/394
                +
                +**Full Changelog**: https://github.com/gjtorikian/html-pipeline/compare/v3.0.2...v3.0.3
                +
                @@ -1,0 +25 @@
                +
                @@ -3,2 +27,3 @@
                -* README.md: Fix example code by @grekko in https://github.com/gjtorikian/html-pipeline/pull/390
                -* Allow pipeline to run without node filters by @gjtorikian in https://github.com/gjtorikian/html-pipeline/pull/392
                +
                +- README.md: Fix example code by @grekko in https://github.com/gjtorikian/html-pipeline/pull/390
                +- Allow pipeline to run without node filters by @gjtorikian in https://github.com/gjtorikian/html-pipeline/pull/392
                @@ -7 +32,2 @@
                -* @grekko made their first contribution in https://github.com/gjtorikian/html-pipeline/pull/390
                +
                +- @grekko made their first contribution in https://github.com/gjtorikian/html-pipeline/pull/390
                @@ -9,0 +36 @@
                +
                @@ -10,0 +38 @@
                +
                @@ -12 +40,2 @@
                -* Handle odd numbers of NodeFilters to be configured by @stevehill1981 in https://github.com/gjtorikian/html-pipeline/pull/389
                +
                +- Handle odd numbers of NodeFilters to be configured by @stevehill1981 in https://github.com/gjtorikian/html-pipeline/pull/389
                @@ -15 +44,2 @@
                -* @stevehill1981 made their first contribution in https://github.com/gjtorikian/html-pipeline/pull/389
                +
                +- @stevehill1981 made their first contribution in https://github.com/gjtorikian/html-pipeline/pull/389
                @@ -17,0 +48 @@
                +
                @@ -18,0 +50 @@
                +
                @@ -20,20 +52,21 @@
                -* Switch to GitHub Actions by @gjtorikian in https://github.com/gjtorikian/html-pipeline/pull/346
                -* add truffleruby-head by @gogainda in https://github.com/gjtorikian/html-pipeline/pull/348
                -* Add Rubocop by @gjtorikian in https://github.com/gjtorikian/html-pipeline/pull/349
                -* Support multiple dependencies per filter by @gjtorikian in https://github.com/gjtorikian/html-pipeline/pull/351
                -* Split filters up by @gjtorikian in https://github.com/gjtorikian/html-pipeline/pull/360
                -* Migrate from Nokogiri to Selma by @gjtorikian in https://github.com/gjtorikian/html-pipeline/pull/368
                -* You shall pass by @gjtorikian in https://github.com/gjtorikian/html-pipeline/pull/369
                -* Update Selma signatures by @gjtorikian in https://github.com/gjtorikian/html-pipeline/pull/370
                -* Close sanitization-related issues by @gjtorikian in https://github.com/gjtorikian/html-pipeline/pull/371
                -* Drop SyntaxHighlightFilter by @gjtorikian in https://github.com/gjtorikian/html-pipeline/pull/372
                -* V3 Release by @gjtorikian in https://github.com/gjtorikian/html-pipeline/pull/347
                -* Use emoji from commonmarker by @gjtorikian in https://github.com/gjtorikian/html-pipeline/pull/373
                -* req convert_filter if filter present by @gjtorikian in https://github.com/gjtorikian/html-pipeline/pull/375
                -* Update selma requirement from ~> 0.0.1 to >= 0.0.1, < 0.2.0 by @dependabot in https://github.com/gjtorikian/html-pipeline/pull/377
                -* Add the AssetProxyFilter by @digitalmoksha in https://github.com/gjtorikian/html-pipeline/pull/379
                -* Update rouge requirement from ~> 3.1 to ~> 4.1 by @dependabot in https://github.com/gjtorikian/html-pipeline/pull/381
                -* Update gemoji requirement from ~> 3.0 to ~> 4.1 by @dependabot in https://github.com/gjtorikian/html-pipeline/pull/382
                -* Have Zeitwerk not automatically load filters by @gjtorikian in https://github.com/gjtorikian/html-pipeline/pull/383
                -* Bump the github-actions group with 1 update by @dependabot in https://github.com/gjtorikian/html-pipeline/pull/384
                -* :gem: 3.0.0 by @gjtorikian in https://github.com/gjtorikian/html-pipeline/pull/386
                +
                +- Switch to GitHub Actions by @gjtorikian in https://github.com/gjtorikian/html-pipeline/pull/346
                +- add truffleruby-head by @gogainda in https://github.com/gjtorikian/html-pipeline/pull/348
                +- Add Rubocop by @gjtorikian in https://github.com/gjtorikian/html-pipeline/pull/349
                +- Support multiple dependencies per filter by @gjtorikian in https://github.com/gjtorikian/html-pipeline/pull/351
                +- Split filters up by @gjtorikian in https://github.com/gjtorikian/html-pipeline/pull/360
                +- Migrate from Nokogiri to Selma by @gjtorikian in https://github.com/gjtorikian/html-pipeline/pull/368
                +- You shall pass by @gjtorikian in https://github.com/gjtorikian/html-pipeline/pull/369
                +- Update Selma signatures by @gjtorikian in https://github.com/gjtorikian/html-pipeline/pull/370
                +- Close sanitization-related issues by @gjtorikian in https://github.com/gjtorikian/html-pipeline/pull/371
                +- Drop SyntaxHighlightFilter by @gjtorikian in https://github.com/gjtorikian/html-pipeline/pull/372
                +- V3 Release by @gjtorikian in https://github.com/gjtorikian/html-pipeline/pull/347
                +- Use emoji from commonmarker by @gjtorikian in https://github.com/gjtorikian/html-pipeline/pull/373
                +- req convert_filter if filter present by @gjtorikian in https://github.com/gjtorikian/html-pipeline/pull/375
                +- Update selma requirement from ~> 0.0.1 to >= 0.0.1, < 0.2.0 by @dependabot in https://github.com/gjtorikian/html-pipeline/pull/377
                +- Add the AssetProxyFilter by @digitalmoksha in https://github.com/gjtorikian/html-pipeline/pull/379
                +- Update rouge requirement from ~> 3.1 to ~> 4.1 by @dependabot in https://github.com/gjtorikian/html-pipeline/pull/381
                +- Update gemoji requirement from ~> 3.0 to ~> 4.1 by @dependabot in https://github.com/gjtorikian/html-pipeline/pull/382
                +- Have Zeitwerk not automatically load filters by @gjtorikian in https://github.com/gjtorikian/html-pipeline/pull/383
                +- Bump the github-actions group with 1 update by @dependabot in https://github.com/gjtorikian/html-pipeline/pull/384
                +- :gem: 3.0.0 by @gjtorikian in https://github.com/gjtorikian/html-pipeline/pull/386
                @@ -42,3 +75,4 @@
                -* @gogainda made their first contribution in https://github.com/gjtorikian/html-pipeline/pull/348
                -* @dependabot made their first contribution in https://github.com/gjtorikian/html-pipeline/pull/377
                -* @digitalmoksha made their first contribution in https://github.com/gjtorikian/html-pipeline/pull/379
                +
                +- @gogainda made their first contribution in https://github.com/gjtorikian/html-pipeline/pull/348
                +- @dependabot made their first contribution in https://github.com/gjtorikian/html-pipeline/pull/377
                +- @digitalmoksha made their first contribution in https://github.com/gjtorikian/html-pipeline/pull/379
                @@ -46,0 +81 @@
                +
                @@ -47,0 +83 @@
                +
                @@ -48,0 +85 @@
                +
                @@ -79 +116 @@
                -- req convert\_filter if `text/node`filter present [\#375](https://github.com/gjtorikian/html-pipeline/pull/375) ([gjtorikian](https://github.com/gjtorikian))
                +- req convert_filter if `text/node`filter present [\#375](https://github.com/gjtorikian/html-pipeline/pull/375) ([gjtorikian](https://github.com/gjtorikian))
                @@ -140 +177 @@
                -- Replace EscapeUtils.escape\_html with CGI.escape\_html [\#365](https://github.com/gjtorikian/html-pipeline/pull/365) ([ramhoj](https://github.com/ramhoj))
                +- Replace EscapeUtils.escape_html with CGI.escape_html [\#365](https://github.com/gjtorikian/html-pipeline/pull/365) ([ramhoj](https://github.com/ramhoj))
                @@ -312 +349 @@
                -- New feature request for hashtags \# filter  [\#301](https://github.com/gjtorikian/html-pipeline/issues/301)
                +- New feature request for hashtags \# filter [\#301](https://github.com/gjtorikian/html-pipeline/issues/301)
                @@ -415 +452 @@
                --   add korgi to 3rd party extensions \[ci skip\] [\#271](https://github.com/gjtorikian/html-pipeline/pull/271) ([jodeci](https://github.com/jodeci))
                +- add korgi to 3rd party extensions \[ci skip\] [\#271](https://github.com/gjtorikian/html-pipeline/pull/271) ([jodeci](https://github.com/jodeci))
                @@ -424 +461 @@
                -- Missing context keys for HTML::Pipeline::EmojiFilter: :asset\_root [\#262](https://github.com/gjtorikian/html-pipeline/issues/262)
                +- Missing context keys for HTML::Pipeline::EmojiFilter: :asset_root [\#262](https://github.com/gjtorikian/html-pipeline/issues/262)
                @@ -507,2 +544,2 @@
                -- Fix for calling mention\_link\_filter with only one argument [\#230](https://github.com/gjtorikian/html-pipeline/pull/230) ([benbalter](https://github.com/benbalter))
                -- Add html-pipeline-linkify\_github to 3rd Party Extensions \[ci skip\] [\#228](https://github.com/gjtorikian/html-pipeline/pull/228) ([JuanitoFatas](https://github.com/JuanitoFatas))
                +- Fix for calling mention_link_filter with only one argument [\#230](https://github.com/gjtorikian/html-pipeline/pull/230) ([benbalter](https://github.com/benbalter))
                +- Add html-pipeline-linkify_github to 3rd Party Extensions \[ci skip\] [\#228](https://github.com/gjtorikian/html-pipeline/pull/228) ([JuanitoFatas](https://github.com/JuanitoFatas))
                @@ -564 +601 @@
                -- MentionFilter base\_url config question [\#161](https://github.com/gjtorikian/html-pipeline/issues/161)
                +- MentionFilter base_url config question [\#161](https://github.com/gjtorikian/html-pipeline/issues/161)
                @@ -576,2 +613,2 @@
                -- Add 3rd party gem: html-pipeline-rouge\_filter. [\#174](https://github.com/gjtorikian/html-pipeline/pull/174) ([JuanitoFatas](https://github.com/JuanitoFatas))
                -- MentionFilter\#link\_to\_mentioned\_user: Replace String introspection with Regexp match [\#172](https://github.com/gjtorikian/html-pipeline/pull/172) ([simeonwillbanks](https://github.com/simeonwillbanks))
                +- Add 3rd party gem: html-pipeline-rouge_filter. [\#174](https://github.com/gjtorikian/html-pipeline/pull/174) ([JuanitoFatas](https://github.com/JuanitoFatas))
                +- MentionFilter\#link_to_mentioned_user: Replace String introspection with Regexp match [\#172](https://github.com/gjtorikian/html-pipeline/pull/172) ([simeonwillbanks](https://github.com/simeonwillbanks))
                @@ -579 +616 @@
                -- Implement new context option: ignored\_ancestor\_tags to accept more ignored tags. [\#170](https://github.com/gjtorikian/html-pipeline/pull/170) ([JuanitoFatas](https://github.com/JuanitoFatas))
                +- Implement new context option: ignored_ancestor_tags to accept more ignored tags. [\#170](https://github.com/gjtorikian/html-pipeline/pull/170) ([JuanitoFatas](https://github.com/JuanitoFatas))
                @@ -596 +633 @@
                -- @mention\_filter should not replace mentions in style blocks. [\#143](https://github.com/gjtorikian/html-pipeline/issues/143)
                +- @mention_filter should not replace mentions in style blocks. [\#143](https://github.com/gjtorikian/html-pipeline/issues/143)
                @@ -603 +640 @@
                -- Prefer http\_url in HttpsFilter [\#142](https://github.com/gjtorikian/html-pipeline/pull/142) ([bkeepers](https://github.com/bkeepers))
                +- Prefer http_url in HttpsFilter [\#142](https://github.com/gjtorikian/html-pipeline/pull/142) ([bkeepers](https://github.com/bkeepers))
                @@ -635 +672 @@
                -- Remove RUBY\_VERSION conditionals from gemspec [\#130](https://github.com/gjtorikian/html-pipeline/pull/130) ([mislav](https://github.com/mislav))
                +- Remove RUBY_VERSION conditionals from gemspec [\#130](https://github.com/gjtorikian/html-pipeline/pull/130) ([mislav](https://github.com/mislav))
                @@ -662 +699 @@
                -- AutolinkFilter link\_attr doesn't seem to work [\#114](https://github.com/gjtorikian/html-pipeline/issues/114)
                +- AutolinkFilter link_attr doesn't seem to work [\#114](https://github.com/gjtorikian/html-pipeline/issues/114)
                @@ -750 +787 @@
                -- Add link\_attr option to Autolink filter [\#89](https://github.com/gjtorikian/html-pipeline/pull/89) ([excid3](https://github.com/excid3))
                +- Add link_attr option to Autolink filter [\#89](https://github.com/gjtorikian/html-pipeline/pull/89) ([excid3](https://github.com/excid3))
                @@ -752 +789 @@
                -- use xml\_mini extracted from activesupport [\#85](https://github.com/gjtorikian/html-pipeline/pull/85) ([mojavelinux](https://github.com/mojavelinux))
                +- use xml_mini extracted from activesupport [\#85](https://github.com/gjtorikian/html-pipeline/pull/85) ([mojavelinux](https://github.com/mojavelinux))
                @@ -820 +857 @@
                -- Allow passing skip\_tags in autolink filter context [\#65](https://github.com/gjtorikian/html-pipeline/pull/65) ([pengwynn](https://github.com/pengwynn))
                +- Allow passing skip_tags in autolink filter context [\#65](https://github.com/gjtorikian/html-pipeline/pull/65) ([pengwynn](https://github.com/pengwynn))
                @@ -873 +910 @@
                -- add result\[:mentioned\_usernames\] for MentionFilter [\#42](https://github.com/gjtorikian/html-pipeline/pull/42) ([fahchen](https://github.com/fahchen))
                +- add result\[:mentioned_usernames\] for MentionFilter [\#42](https://github.com/gjtorikian/html-pipeline/pull/42) ([fahchen](https://github.com/fahchen))
                @@ -889 +926 @@
                -- Bump escape\_utils [\#41](https://github.com/gjtorikian/html-pipeline/pull/41) ([brianmario](https://github.com/brianmario))
                +- Bump escape_utils [\#41](https://github.com/gjtorikian/html-pipeline/pull/41) ([brianmario](https://github.com/brianmario))
                @@ -981,4 +1017,0 @@
                -
                -
                -
                -\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
        Gemfile
                --- /tmp/d20240410-1881-cqf0k8/html-pipeline-3.0.3/Gemfile	2024-04-10 02:34:16.990409916 +0000
                +++ /tmp/d20240410-1881-cqf0k8/html-pipeline-3.1.1/Gemfile	2024-04-10 02:34:16.998409936 +0000
                @@ -13,2 +12,0 @@
                -gem "github_changelog_generator", "~> 1.16"
                -
        README.md
                --- /tmp/d20240410-1881-cqf0k8/html-pipeline-3.0.3/README.md	2024-04-10 02:34:16.990409916 +0000
                +++ /tmp/d20240410-1881-cqf0k8/html-pipeline-3.1.1/README.md	2024-04-10 02:34:16.998409936 +0000
                @@ -174 +174 @@
                -    HTMLPipeline::MarkdownFilter,
                +    HTMLPipeline::TextFilter::ImageFilter.new,
                @@ -202 +202 @@
                -    HTMLPipeline::MarkdownFilter,
                +    HTMLPipeline::TextFilter::ImageFilter.new,
                @@ -378 +378 @@
                -config = HTMLPipeline::SanitizationFilter::DEFAULT_CONFIG.dup
                +config = HTMLPipeline::SanitizationFilter::DEFAULT_CONFIG.deep_dup
        UPGRADING.md
                --- /tmp/d20240410-1881-cqf0k8/html-pipeline-3.0.3/UPGRADING.md	2024-04-10 02:34:16.990409916 +0000
                +++ /tmp/d20240410-1881-cqf0k8/html-pipeline-3.1.1/UPGRADING.md	2024-04-10 02:34:16.998409936 +0000
                @@ -17 +16,0 @@
                -
                @@ -20 +18,0 @@
                -- `TextFilter`
        lib/html_pipeline.rb
                --- /tmp/d20240410-1881-cqf0k8/html-pipeline-3.0.3/lib/html_pipeline.rb	2024-04-10 02:34:16.990409916 +0000
                +++ /tmp/d20240410-1881-cqf0k8/html-pipeline-3.1.1/lib/html_pipeline.rb	2024-04-10 02:34:16.998409936 +0000
                @@ -156 +156 @@
                -        text_filters: @text_filters.map(&:name),
                +        text_filters: @text_filters.map { |f| f.class.name },
                @@ -207 +207 @@
                -      filter: filter.name,
                +      filter: filter.class.name,
        lib/html_pipeline/text_filter.rb
                --- /tmp/d20240410-1881-cqf0k8/html-pipeline-3.0.3/lib/html_pipeline/text_filter.rb	2024-04-10 02:34:16.994409925 +0000
                +++ /tmp/d20240410-1881-cqf0k8/html-pipeline-3.1.1/lib/html_pipeline/text_filter.rb	2024-04-10 02:34:16.998409936 +0000
                @@ -7,5 +7 @@
                -    def initialize(text, context: {}, result: {})
                -      raise TypeError, "text must be a String" unless text.is_a?(String)
                -
                -      # Ensure that this is always a string
                -      @text = text.respond_to?(:to_str) ? text.to_str : text.to_s
                +    def initialize(context: {}, result: {})
                @@ -16,2 +12,6 @@
                -      def call(input, context: {}, result: {})
                -        new(input, context: context, result: result).call
                +      def call(text, context: {}, result: {})
                +        raise TypeError, "text must be a String" unless text.is_a?(String)
                +
                +        # Ensure that this is always a string
                +        text = text.respond_to?(:to_str) ? text.to_str : text.to_s
                +        new(context: context, result: result).call(text)
        lib/html_pipeline/text_filter/image_filter.rb
                --- /tmp/d20240410-1881-cqf0k8/html-pipeline-3.0.3/lib/html_pipeline/text_filter/image_filter.rb	2024-04-10 02:34:16.994409925 +0000
                +++ /tmp/d20240410-1881-cqf0k8/html-pipeline-3.1.1/lib/html_pipeline/text_filter/image_filter.rb	2024-04-10 02:34:16.998409936 +0000
                @@ -12,2 +12,2 @@
                -      def call
                -        @text.gsub(%r{(https|http)?://.+\.(jpg|jpeg|bmp|gif|png)(\?\S+)?}i) do |match|
                +      def call(text, context: {}, result: {})
                +        text.gsub(%r{(https|http)?://.+\.(jpg|jpeg|bmp|gif|png)(\?\S+)?}i) do |match|
        lib/html_pipeline/text_filter/plain_text_input_filter.rb
                --- /tmp/d20240410-1881-cqf0k8/html-pipeline-3.0.3/lib/html_pipeline/text_filter/plain_text_input_filter.rb	2024-04-10 02:34:16.994409925 +0000
                +++ /tmp/d20240410-1881-cqf0k8/html-pipeline-3.1.1/lib/html_pipeline/text_filter/plain_text_input_filter.rb	2024-04-10 02:34:16.998409936 +0000
                @@ -8,2 +8,2 @@
                -      def call
                -        "<div>#{CGI.escapeHTML(@text)}</div>"
                +      def call(text, context: {}, result: {})
                +        "<div>#{CGI.escapeHTML(text)}</div>"
        lib/html_pipeline/version.rb
                --- /tmp/d20240410-1881-cqf0k8/html-pipeline-3.0.3/lib/html_pipeline/version.rb	2024-04-10 02:34:16.994409925 +0000
                +++ /tmp/d20240410-1881-cqf0k8/html-pipeline-3.1.1/lib/html_pipeline/version.rb	2024-04-10 02:34:16.998409936 +0000
                @@ -4 +4 @@
                -  VERSION = "3.0.3"
                +  VERSION = "3.1.1"

Copy link

gem compare rb_sys 0.9.88 0.9.91

Compared versions: ["0.9.88", "0.9.91"]
  DIFFERENT date:
    0.9.88: 1980-01-01 00:00:00 UTC
    0.9.91: 2024-04-02 00:00:00 UTC
  DIFFERENT rubygems_version:
    0.9.88: 3.5.5
    0.9.91: 3.5.3
  DIFFERENT version:
    0.9.88: 0.9.88
    0.9.91: 0.9.91
  DIFFERENT files:
    0.9.88->0.9.91:
      * Changed:
            lib/rb_sys/cargo_builder.rb +12/-6
            lib/rb_sys/mkmf.rb +9/-6
            lib/rb_sys/mkmf/config.rb +6/-1
            lib/rb_sys/toolchain_info.rb +7/-0
            lib/rb_sys/toolchain_info/data.rb +1/-1
            lib/rb_sys/version.rb +1/-1

Copy link

gem compare --diff rb_sys 0.9.88 0.9.91

Compared versions: ["0.9.88", "0.9.91"]
  DIFFERENT files:
    0.9.88->0.9.91:
      * Changed:
        lib/rb_sys/cargo_builder.rb
                --- /tmp/d20240410-1970-k9joxn/rb_sys-0.9.88/lib/rb_sys/cargo_builder.rb	2024-04-10 02:34:22.982423735 +0000
                +++ /tmp/d20240410-1970-k9joxn/rb_sys-0.9.91/lib/rb_sys/cargo_builder.rb	2024-04-10 02:34:22.986423743 +0000
                @@ -12 +12 @@
                -      :extra_cargo_args
                +      :extra_cargo_args, :config
                @@ -69 +69,5 @@
                -      cmd += ["cargo", "rustc"]
                +      cmd += if config.use_cargo_build
                +        ["cargo", "build"]
                +      else
                +        ["cargo", "rustc"]
                +      end
                @@ -77,3 +81,5 @@
                -      cmd += ["--"]
                -      cmd += [*rustc_args(dest_path)]
                -      cmd += extra_rustc_args
                +      if !config.use_cargo_build
                +        cmd += ["--"]
                +        cmd += [*rustc_args(dest_path)]
                +        cmd += extra_rustc_args
                +      end
                @@ -331 +337 @@
                -      ENV.key?("SOURCE_DATE_EPOCH") && !ENV["RB_SYS_TEST"] == "1"
                +      ENV.key?("SOURCE_DATE_EPOCH") && ENV["RB_SYS_TEST"] != "1"
        lib/rb_sys/mkmf.rb
                --- /tmp/d20240410-1970-k9joxn/rb_sys-0.9.88/lib/rb_sys/mkmf.rb	2024-04-10 02:34:22.982423735 +0000
                +++ /tmp/d20240410-1970-k9joxn/rb_sys-0.9.91/lib/rb_sys/mkmf.rb	2024-04-10 02:34:22.986423743 +0000
                @@ -13,3 +12,0 @@
                -    # @api private
                -    GLOBAL_RUSTFLAGS = ["--cfg=rb_sys_gem"]
                -
                @@ -35 +32 @@
                -    #     r.rustflags = %w[--cfg=foo]
                +    #     r.extra_rustflags = %w[--cfg=foo]
                @@ -56 +53,3 @@
                -      global_rustflags = GLOBAL_RUSTFLAGS.dup
                +
                +      global_rustflags = []
                +      global_rustflags << "--cfg=rb_sys_gem" unless builder.use_cargo_build
                @@ -172 +171,5 @@
                -      cmd.gsub!(/\Acargo rustc/, "$(CARGO) rustc $(RB_SYS_EXTRA_CARGO_ARGS) --manifest-path $(RB_SYS_CARGO_MANIFEST_DIR)/Cargo.toml")
                +      if builder.use_cargo_build
                +        cmd.gsub!(/\Acargo rustc/, "$(CARGO) build $(RB_SYS_EXTRA_CARGO_ARGS) --manifest-path $(RB_SYS_CARGO_MANIFEST_DIR)/Cargo.toml")
                +      else
                +        cmd.gsub!(/\Acargo rustc/, "$(CARGO) rustc $(RB_SYS_EXTRA_CARGO_ARGS) --manifest-path $(RB_SYS_CARGO_MANIFEST_DIR)/Cargo.toml")
                +      end
        lib/rb_sys/mkmf/config.rb
                --- /tmp/d20240410-1970-k9joxn/rb_sys-0.9.88/lib/rb_sys/mkmf/config.rb	2024-04-10 02:34:22.982423735 +0000
                +++ /tmp/d20240410-1970-k9joxn/rb_sys-0.9.91/lib/rb_sys/mkmf/config.rb	2024-04-10 02:34:22.986423743 +0000
                @@ -27,0 +28,4 @@
                +      # Instead of the default `cargo rustc` behaviour, just call `cargo build`.
                +      # Requires manually setting relevant rb-sys environment (default: false)
                +      attr_accessor :use_cargo_build
                +
                @@ -29,0 +34 @@
                +        @builder.config = self
                @@ -58 +63 @@
                -        ENV.key?("SOURCE_DATE_EPOCH") && !ENV["RB_SYS_TEST"] == "1"
                +        ENV.key?("SOURCE_DATE_EPOCH") && ENV["RB_SYS_TEST"] != "1"
        lib/rb_sys/toolchain_info.rb
                --- /tmp/d20240410-1970-k9joxn/rb_sys-0.9.88/lib/rb_sys/toolchain_info.rb	2024-04-10 02:34:22.982423735 +0000
                +++ /tmp/d20240410-1970-k9joxn/rb_sys-0.9.91/lib/rb_sys/toolchain_info.rb	2024-04-10 02:34:22.986423743 +0000
                @@ -30,0 +31,7 @@
                +      # Get all supported toolchain names, as strings.
                +      #
                +      # @return [Array<String>]
                +      def supported_ruby_platforms
                +        supported.map(&:platform)
                +      end
                +
        lib/rb_sys/toolchain_info/data.rb
                --- /tmp/d20240410-1970-k9joxn/rb_sys-0.9.88/lib/rb_sys/toolchain_info/data.rb	2024-04-10 02:34:22.982423735 +0000
                +++ /tmp/d20240410-1970-k9joxn/rb_sys-0.9.91/lib/rb_sys/toolchain_info/data.rb	2024-04-10 02:34:22.986423743 +0000
                @@ -8 +8 @@
                -    DATA = {"arm-linux" => {"rust-target" => "arm-unknown-linux-gnueabihf", "rake-compiler-dock" => {"cc" => "arm-linux-gnueabihf-gcc"}, "docker-platform" => "linux/arm/v7", "supported" => true}, "aarch64-linux" => {"rust-target" => "aarch64-unknown-linux-gnu", "rake-compiler-dock" => {"cc" => "aarch64-linux-gnu-gcc"}, "docker-platform" => "linux/arm64/v8", "supported" => true}, "arm64-darwin" => {"rust-target" => "aarch64-apple-darwin", "rake-compiler-dock" => {"cc" => "aarch64-apple-darwin-clang"}, "docker-platform" => "linux/arm64/v8", "supported" => true}, "x64-mingw-ucrt" => {"rust-target" => "x86_64-pc-windows-gnu", "rake-compiler-dock" => {"cc" => "x86_64-windows-gnu-gcc"}, "docker-platform" => "linux/amd64", "supported" => true}, "x64-mingw32" => {"rust-target" => "x86_64-pc-windows-gnu", "rake-compiler-dock" => {"cc" => "x86_64-windows-gnu-gcc"}, "docker-platform" => "linux/amd64", "supported" => true}, "x86-linux" => {"rust-target" => "i686-unknown-linux-gnu", "rake-compiler-dock" => {"cc" => "i686-redhat-linux-gcc"}, "docker-platform" => "linux/i386", "supported" => false}, "x86-mingw32" => {"rust-target" => "i686-pc-windows-gnu", "rake-compiler-dock" => {"cc" => "i686-w64-mingw32-gcc"}, "docker-platform" => "linux/i386", "supported" => false}, "x86_64-darwin" => {"rust-target" => "x86_64-apple-darwin", "rake-compiler-dock" => {"cc" => "x86_64-apple-darwin-clang"}, "docker-platform" => "linux/amd64", "supported" => true}, "x86_64-linux" => {"rust-target" => "x86_64-unknown-linux-gnu", "rake-compiler-dock" => {"cc" => "x86_64-redhat-linux-gcc"}, "docker-platform" => "linux/amd64", "supported" => true}, "x86_64-linux-musl" => {"rust-target" => "x86_64-unknown-linux-musl", "rake-compiler-dock" => {"cc" => "x86_64-unknown-linux-musl-gcc"}, "docker-platform" => "linux/amd64", "supported" => true}}
                +    DATA = {"arm-linux" => {"rust-target" => "arm-unknown-linux-gnueabihf", "rake-compiler-dock" => {"cc" => "arm-linux-gnueabihf-gcc"}, "docker-platform" => "linux/arm/v7", "supported" => true}, "aarch64-linux" => {"rust-target" => "aarch64-unknown-linux-gnu", "rake-compiler-dock" => {"cc" => "aarch64-linux-gnu-gcc"}, "docker-platform" => "linux/arm64/v8", "supported" => true}, "aarch64-linux-musl" => {"rust-target" => "aarch64-unknown-linux-musl", "rake-compiler-dock" => {"cc" => "aarch64-linux-musl-gcc"}, "docker-platform" => "linux/arm64/v8", "supported" => true}, "arm64-darwin" => {"rust-target" => "aarch64-apple-darwin", "rake-compiler-dock" => {"cc" => "aarch64-apple-darwin-clang"}, "docker-platform" => "linux/arm64/v8", "supported" => true}, "x64-mingw-ucrt" => {"rust-target" => "x86_64-pc-windows-gnu", "rake-compiler-dock" => {"cc" => "x86_64-windows-gnu-gcc"}, "docker-platform" => "linux/amd64", "supported" => true}, "x64-mingw32" => {"rust-target" => "x86_64-pc-windows-gnu", "rake-compiler-dock" => {"cc" => "x86_64-windows-gnu-gcc"}, "docker-platform" => "linux/amd64", "supported" => true}, "x86-linux" => {"rust-target" => "i686-unknown-linux-gnu", "rake-compiler-dock" => {"cc" => "i686-redhat-linux-gcc"}, "docker-platform" => "linux/i386", "supported" => false}, "x86-mingw32" => {"rust-target" => "i686-pc-windows-gnu", "rake-compiler-dock" => {"cc" => "i686-w64-mingw32-gcc"}, "docker-platform" => "linux/i386", "supported" => false}, "x86_64-darwin" => {"rust-target" => "x86_64-apple-darwin", "rake-compiler-dock" => {"cc" => "x86_64-apple-darwin-clang"}, "docker-platform" => "linux/amd64", "supported" => true}, "x86_64-linux" => {"rust-target" => "x86_64-unknown-linux-gnu", "rake-compiler-dock" => {"cc" => "x86_64-redhat-linux-gcc"}, "docker-platform" => "linux/amd64", "supported" => true}, "x86_64-linux-musl" => {"rust-target" => "x86_64-unknown-linux-musl", "rake-compiler-dock" => {"cc" => "x86_64-unknown-linux-musl-gcc"}, "docker-platform" => "linux/amd64", "supported" => true}}
        lib/rb_sys/version.rb
                --- /tmp/d20240410-1970-k9joxn/rb_sys-0.9.88/lib/rb_sys/version.rb	2024-04-10 02:34:22.982423735 +0000
                +++ /tmp/d20240410-1970-k9joxn/rb_sys-0.9.91/lib/rb_sys/version.rb	2024-04-10 02:34:22.986423743 +0000
                @@ -4 +4 @@
                -  VERSION = "0.9.88"
                +  VERSION = "0.9.91"

@dependabot dependabot bot force-pushed the dependabot/bundler/html-pipeline-3.1.1 branch from 2089b71 to e352dfd Compare April 26, 2024 17:09
Bumps [html-pipeline](https://github.com/gjtorikian/html-pipeline) from 3.0.3 to 3.1.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@v3.0.3...v3.1.1)

---
updated-dependencies:
- dependency-name: html-pipeline
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/html-pipeline-3.1.1 branch from e352dfd to 8d8c0ed Compare April 26, 2024 17:16
Copy link
Contributor Author

dependabot bot commented on behalf of github May 1, 2024

Superseded by #623.

@dependabot dependabot bot closed this May 1, 2024
@dependabot dependabot bot deleted the dependabot/bundler/html-pipeline-3.1.1 branch May 1, 2024 02:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants