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

chore(deps): bump the ruby group with 7 updates #868

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps the ruby group with 7 updates:

Package From To
html2rss d0f4ec7 01f2b83
concurrent-ruby 1.3.4 1.3.5
i18n 1.14.6 1.14.7
nokogiri 1.18.1 1.18.2
parser 3.3.6.0 3.3.7.0
sanitize 6.1.3 7.0.0
sass-embedded 1.83.1 1.83.4

Updates html2rss from d0f4ec7 to 01f2b83

Commits
  • 01f2b83 chore(deps): add bundler checksums
  • 0ca6c2f chore(deps): remove sanitize version constraint and update to latest
  • fae9ada feat!: unify rss builders & enable auto_source usage via config (#238)
  • 564fbb4 chore: bump to v0.17.0
  • ec397ec fix(auto_source): do not extract when article_tag is not found (#240)
  • 14309bf fix(auto_source): handle commas in image srcset URLs (#239)
  • See full diff in compare view

Updates concurrent-ruby from 1.3.4 to 1.3.5

Release notes

Sourced from concurrent-ruby's releases.

v1.3.5

What's Changed

New Contributors

Full Changelog: ruby-concurrency/concurrent-ruby@v1.3.4...v1.3.5

Changelog

Sourced from concurrent-ruby's changelog.

Release v1.3.5, edge v0.7.2 (15 January 2025)

concurrent-ruby:

  • (#1062) Remove dependency on logger.

concurrent-ruby-edge:

  • (#1062) Remove dependency on logger.
Commits
  • 33abefb Release concurrent-ruby 1.3.5 and concurrent-ruby-edge 0.7.2
  • 5d700c5 chore: fix typos (#1076)
  • 957cf7d Set rake-compiler source and target to Java 8 (#1071)
  • 56227a4 Improve ancestor classes spec
  • 56fd240 Avoid error when member is present on ancestor class
  • d7ce956 Remove dependency on logger
  • See full diff in compare view

Updates i18n from 1.14.6 to 1.14.7

Release notes

Sourced from i18n's releases.

v1.14.7

What's Changed

  • Ruby 3.4 Hash#inspect compatibility. by @​voxik in ruby-i18n/i18n#709
  • Removed (annoying) post-install message that was triggering on all Rubies, rather than the specified versions.

Full Changelog: ruby-i18n/i18n@v1.14.6...v1.14.7

Commits
  • 4dddd85 Bump to 1.14.7
  • 61678f5 remove post-install message
  • 09e26d0 Merge pull request #709 from voxik/ruby-3.4
  • 2af0b5b Add Rails 7.2 and 8.0 into test matrix.
  • bd5bd23 Adjust the test matrix for Rails 8.1
  • cb35bee Add base64 / mutex_m dependencies for Rails 6.1
  • a6b16dc Ruby 3.4 Hash#inspect compatibility.
  • ce4b850 Add 'ruby-head' to test matrix
  • See full diff in compare view

Updates nokogiri from 1.18.1 to 1.18.2

Release notes

Sourced from nokogiri's releases.

v1.18.2 / 2024-01-19

Fixed

  • When performing a CSS selector query, an XML document's root namespace declarations should not be applied to wildcard selectors ("*"). Fixes a bug introduced in v1.17.0. (#3411) @​flavorjones
74e0f9a7487a30a2957f46c5113d58f836436b033c9906e0bc6fee9d8cdafabf  nokogiri-1.18.2-aarch64-linux-gnu.gem
99bcea596a80eaee99f2bae2596275641ea688262c1da32b4e90db6159e86477  nokogiri-1.18.2-aarch64-linux-musl.gem
8288ec7a296e2510ca9bd053c0c5989f11260f8c07bc3e9afbafa536f7077281  nokogiri-1.18.2-arm64-darwin.gem
6fb0246b69f2c589a69254e82bc2a40aa238c4f977fd7903e283341a92935729  nokogiri-1.18.2-arm-linux-gnu.gem
dcdd4d10ed2743f0d8c887825700c3a8506aea1aa415917ac50ccc01597c51a3  nokogiri-1.18.2-arm-linux-musl.gem
93791cfb33186fe077eb9e1b8a6855b5621e328f81f565334572fa398366f8bf  nokogiri-1.18.2.gem
eefdf9f0d6086173d3488cf7a736732ee13fb6674ef15643478c20502a67bf37  nokogiri-1.18.2-java.gem
894514572fa7503ce9210e51a7f8a9a35f34f154d6406cec1ac148c3ce1536a3  nokogiri-1.18.2-x64-mingw-ucrt.gem
7fca165e5ee87e9b6b3f1377180376afc0c8652ed2a3d761f472f0e3d3a1c651  nokogiri-1.18.2-x86_64-darwin.gem
9330ced4a976604865c2a76ce158e2bc608fa83999552e85a32ec06f85f427db  nokogiri-1.18.2-x86_64-linux-gnu.gem
1cd7786ed15c76958d6a8f9a864df6208fecd624c340eb4ed211fbea60328f02  nokogiri-1.18.2-x86_64-linux-musl.gem
Changelog

Sourced from nokogiri's changelog.

v1.18.2 / 2024-01-19

Fixed

  • When performing a CSS selector query, an XML document's root namespace declarations should not be applied to wildcard selectors ("*"). Fixes a bug introduced in v1.17.0. (#3411) @​flavorjones
Commits
  • aa54fa5 version bump to v1.18.2
  • 0fb5541 backport: fix(css-selector): default XML namespace should not be applied to w...
  • 8ef2e91 ci: bump windows test images from "head" to "3.4"
  • c10fd7a dev: so tired of psych not building on various things
  • 8378749 fix(css-selector): default XML namespace is not applied to wildcard
  • b112e18 prefactor: restructure css-to-xpath tests
  • See full diff in compare view

Updates parser from 3.3.6.0 to 3.3.7.0

Changelog

Sourced from parser's changelog.

v3.3.7.0 (2025-01-16)

API modifications:

  • Bump maintenance branches to 3.3.7 (#1061) (Koichi ITO)
  • bump 3.4 branch, remove 3.0 from CI (EOL) (#1057) (Ilya Bylich)
  • assert that version-specific checks actually run against at least one version (#1050) (Earlopain)

Features implemented:

  • ruby34.y: reject return in singleton class (#1048) (Earlopain)

Bugs fixed:

  • Fix ruby-parse with a folder ending in .rb (#1047) (Earlopain)
Commits

Updates sanitize from 6.1.3 to 7.0.0

Release notes

Sourced from sanitize's releases.

v7.0.0

Sanitize has no breaking API changes in this release, but the major version number has been incremented because we've dropped support for end-of-life versions of Ruby. As long as you're using Ruby 3.1.0 or later, this should be a painless upgrade!

Added

  • Added over 100 new CSS properties to the relaxed config, representing all properties that are listed with a status of "Working Draft" or better in the latest W3C "All Properties" list.

  • Added the @container CSS at-rule to the relaxed config.

  • Added the -webkit-text-fill-color CSS property to the relaxed config. [@​radar - #244](rgrove/sanitize#244)

Changed

  • Ruby 3.1.0 is now the oldest supported Ruby version.

  • Sanitize now requires Nokogiri 1.16.8 or higher.

Changelog

Sourced from sanitize's changelog.

7.0.0 (2024-12-29)

Sanitize has no breaking API changes in this release, but the major version number has been incremented because we've dropped support for end-of-life versions of Ruby. As long as you're using Ruby 3.1.0 or later, this should be a painless upgrade!

Added

  • Added over 100 new CSS properties to the relaxed config, representing all properties that are listed with a status of "Working Draft" or better in the latest W3C "All Properties" list.

  • Added the @container CSS at-rule to the relaxed config.

  • Added the -webkit-text-fill-color CSS property to the relaxed config. [@​radar - #244](rgrove/sanitize#244)

Changed

  • Ruby 3.1.0 is now the oldest supported Ruby version.

  • Sanitize now requires Nokogiri 1.16.8 or higher.

Commits
  • 19ee751 Release 7.0.0
  • 859c3aa Add contribution guidelines
  • 45dbeac Add @container CSS at-rule to the relaxed config
  • 010e4e2 Add new CSS properties
  • c8ce4ed Require MFA
  • 0aece5e Remove rubocop_todo.yml
  • 99d67ab Remove redundant Ruby 3.4 from the test matrix
  • 1127a07 Loosen Bundler dependency
  • a41c5f6 Adopt Standard Ruby style
  • fa8d5e6 Move development dependencies to Gemfile
  • Additional commits viewable in compare view

Updates sass-embedded from 1.83.1 to 1.83.4

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the ruby group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [html2rss](https://github.com/html2rss/html2rss) | ``d0f4ec7`` | ``01f2b83`` |
| [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby) | `1.3.4` | `1.3.5` |
| [i18n](https://github.com/ruby-i18n/i18n) | `1.14.6` | `1.14.7` |
| [nokogiri](https://github.com/sparklemotion/nokogiri) | `1.18.1` | `1.18.2` |
| [parser](https://github.com/whitequark/parser) | `3.3.6.0` | `3.3.7.0` |
| [sanitize](https://github.com/rgrove/sanitize) | `6.1.3` | `7.0.0` |
| [sass-embedded](https://github.com/sass-contrib/sass-embedded-host-ruby) | `1.83.1` | `1.83.4` |


Updates `html2rss` from `d0f4ec7` to `01f2b83`
- [Release notes](https://github.com/html2rss/html2rss/releases)
- [Commits](html2rss/html2rss@d0f4ec7...01f2b83)

Updates `concurrent-ruby` from 1.3.4 to 1.3.5
- [Release notes](https://github.com/ruby-concurrency/concurrent-ruby/releases)
- [Changelog](https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md)
- [Commits](ruby-concurrency/concurrent-ruby@v1.3.4...v1.3.5)

Updates `i18n` from 1.14.6 to 1.14.7
- [Release notes](https://github.com/ruby-i18n/i18n/releases)
- [Changelog](https://github.com/ruby-i18n/i18n/blob/master/CHANGELOG.md)
- [Commits](ruby-i18n/i18n@v1.14.6...v1.14.7)

Updates `nokogiri` from 1.18.1 to 1.18.2
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.18.2/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.18.1...v1.18.2)

Updates `parser` from 3.3.6.0 to 3.3.7.0
- [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md)
- [Commits](whitequark/parser@v3.3.6.0...v3.3.7.0)

Updates `sanitize` from 6.1.3 to 7.0.0
- [Release notes](https://github.com/rgrove/sanitize/releases)
- [Changelog](https://github.com/rgrove/sanitize/blob/main/CHANGELOG.md)
- [Commits](rgrove/sanitize@v6.1.3...v7.0.0)

Updates `sass-embedded` from 1.83.1 to 1.83.4
- [Commits](sass-contrib/sass-embedded-host-ruby@v1.83.1...v1.83.4)

---
updated-dependencies:
- dependency-name: html2rss
  dependency-type: direct:production
  dependency-group: ruby
- dependency-name: concurrent-ruby
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby
- dependency-name: i18n
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby
- dependency-name: nokogiri
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby
- dependency-name: parser
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby
- dependency-name: sanitize
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: ruby
- dependency-name: sass-embedded
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jan 20, 2025
@mergify mergify bot merged commit cfbb38b into main Jan 20, 2025
5 checks passed
@mergify mergify bot deleted the dependabot/bundler/ruby-7dc06ecf26 branch January 20, 2025 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants