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 4 updates #843

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2024

Bumps the ruby group with 4 updates: html2rss, html2rss-configs, sass-embedded and zeitwerk.

Updates html2rss from d4b8b56 to c836d44

Commits
  • c836d44 chore: bump gem version to 0.14.0
  • 699034f refactor(html2rss): remove redundant load_yaml method
  • c1a976d feat(auto_source): use existing Stylesheet class for adding stylesheets
  • 738bb9c feat(utils): prohibit requests when url contains userinfo
  • 591c528 feat(auto_source): constructor change for indepence from http-request lib
  • 079b6fd docs(readme): update readme to mention automatic scraping
  • 8ba3afa feat(auto_source): allow to pass a response and handle it
  • 83549bb fix(auto_source): return enum & add missing requires & text-size
  • 065abf1 feat(auto_source): remove comments from parsed_body
  • See full diff in compare view

Updates html2rss-configs from 560c66c to 9673d2b

Commits

Updates sass-embedded from 1.79.4 to 1.79.5

Commits

Updates zeitwerk from 2.6.18 to 2.7.0

Changelog

Sourced from zeitwerk's changelog.

2.7.0 (11 October 2024)

  • Explicit namespaces can now also be defined using constant assignments.

    While constant assignments like

    # coordinates.rb
    Coordinates = Data.define(:x, :y)

    worked for most objects, they did not for classes and modules that were also namespaces (i.e., those defined by a file and matching subdirectories). In such cases, their child constants could not be autoloaded.

    This limitation has been removed.

  • TracePoint is no longer used.

  • Requires Ruby 3.2 or later.

    Gems that work with previous versions of Zeitwerk also work with this one. If they support Ruby versions older than 3.2 they can specify a relaxed version constraint for Zeitwerk like "~> 2.6", for example.

    In client projects, Bundler takes the Ruby requirement into account when resolving dependencies, so Gemfile.lock will get one compatible with the Ruby version being used.

Commits
  • 83277e0 Ready for 2.7.0
  • 76af4dd Adds a note about backwards compatibility to the CHANGELOG
  • f80eecf Rewording
  • 0563dcc Remove TracePoint Ruby compatibility test
  • b01854d Update CHANGELOG
  • d54715a Fix method signature annotation
  • de71d88 Prefer Dir.each_child over Dir.children
  • 5c41151 Remove polyfill for UnboundMethod#bind_call
  • f39a15d Remove polyfill for Module#autoload?
  • 61e071f Remove polyfill for Symbol#name
  • Additional commits viewable in compare view

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 4 updates: [html2rss](https://github.com/html2rss/html2rss), [html2rss-configs](https://github.com/html2rss/html2rss-configs), [sass-embedded](https://github.com/sass-contrib/sass-embedded-host-ruby) and [zeitwerk](https://github.com/fxn/zeitwerk).


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

Updates `html2rss-configs` from `560c66c` to `9673d2b`
- [Commits](html2rss/html2rss-configs@560c66c...9673d2b)

Updates `sass-embedded` from 1.79.4 to 1.79.5
- [Commits](sass-contrib/sass-embedded-host-ruby@v1.79.4...v1.79.5)

Updates `zeitwerk` from 2.6.18 to 2.7.0
- [Changelog](https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md)
- [Commits](fxn/zeitwerk@v2.6.18...v2.7.0)

---
updated-dependencies:
- dependency-name: html2rss
  dependency-type: direct:production
  dependency-group: ruby
- dependency-name: html2rss-configs
  dependency-type: direct:production
  dependency-group: ruby
- dependency-name: sass-embedded
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby
- dependency-name: zeitwerk
  dependency-type: indirect
  update-type: version-update:semver-minor
  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 Oct 14, 2024
@mergify mergify bot merged commit 1f9507c into main Oct 14, 2024
5 checks passed
@mergify mergify bot deleted the dependabot/bundler/ruby-4e3220d6c2 branch October 14, 2024 07:29
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