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 the all-gems group across 2 directories with 2 updates #81

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 7, 2025

Bumps the all-gems group with 1 update in the /.ci/files directory: liquid.
Bumps the all-gems group with 1 update in the /docs directory: logger.

Updates liquid from 5.7.2 to 5.8.1

Release notes

Sourced from liquid's releases.

v5.8.1

What's Changed

Full Changelog: Shopify/liquid@v5.8.0...v5.8.1

v5.8.0

What's Changed

Full Changelog: Shopify/liquid@v5.7.3...v5.8.0

v5.7.3

What's Changed

New Contributors

Full Changelog: Shopify/liquid@v5.7.2...v5.7.3

Changelog

Sourced from liquid's changelog.

5.8.1 (unreleased)

5.8.1

  • Fix {% doc %} tag to be visitable [Guilherme Carreiro]

5.8.0

  • Introduce the new {% doc %} tag [Guilherme Carreiro]

5.7.3

  • Raise Liquid::SyntaxError when parsing invalidly encoded strings [Chris AtLee]
Commits
  • 6453a0e Implement nodelist in the Doc tag so it may be visited
  • a398b4c Fix History.md
  • cca9fe9 Bump version to 5.8.0
  • 17d3279 Rename {% doc %} constant strictly validates the abscense of args
  • f643af4 Update the implementation to make {% doc %} as strict as {% raw %}
  • ae8a0a8 Remove misleading unit test (thank you, @​EvilGenius13)
  • b439d0d Update {% doc %} to no longer support nested tags (as {% comment %} does)
  • 16592cf Add support to LiquidDoc with the new {% doc %} tag
  • da4afd4 Merge pull request #1905 from Shopify/catlee/invalid_utf8
  • 1bb3091 Merge pull request #1909 from Shopify/catlee/5.7.3
  • Additional commits viewable in compare view

Updates logger from 1.6.1 to 1.6.6

Release notes

Sourced from logger's releases.

v1.6.6

What's Changed

New Contributors

Full Changelog: ruby/logger@v1.6.5...v1.6.6

v1.6.5

What's Changed

New Contributors

Full Changelog: ruby/logger@v1.6.4...v1.6.5

v1.6.4

What's Changed

Full Changelog: ruby/logger@v1.6.3...v1.6.4

v1.6.3

What's Changed

Full Changelog: ruby/logger@v1.6.2...v1.6.3

v1.6.2

What's Changed

New Contributors

... (truncated)

Commits
  • 0eb10f2 Bump up v1.6.6
  • 5e90e8c Merge pull request #116 from Watson1978/pathname
  • ccc3c78 Merge pull request #118 from ruby/dependabot/github_actions/step-security/har...
  • 4682b6f Bump step-security/harden-runner from 2.10.3 to 2.10.4
  • 619e284 Merge pull request #117 from ruby/dependabot/github_actions/step-security/har...
  • c4e0c90 Bump step-security/harden-runner from 2.10.2 to 2.10.3
  • 08f9fb3 Accept the object that has #to_path in Logger::LogDevice.new
  • 113b82a Improve comment in log_device.rb
  • c23f41e Merge pull request #115 from andrykonchin/ak/add-truffleruby-on-ci
  • 1e59413 Add TruffleRuby in CI
  • 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 all-gems group with 1 update in the /.ci/files directory: [liquid](https://github.com/Shopify/liquid).
Bumps the all-gems group with 1 update in the /docs directory: [logger](https://github.com/ruby/logger).


Updates `liquid` from 5.7.2 to 5.8.1
- [Release notes](https://github.com/Shopify/liquid/releases)
- [Changelog](https://github.com/Shopify/liquid/blob/main/History.md)
- [Commits](Shopify/liquid@v5.7.2...v5.8.1)

Updates `logger` from 1.6.1 to 1.6.6
- [Release notes](https://github.com/ruby/logger/releases)
- [Commits](ruby/logger@v1.6.1...v1.6.6)

---
updated-dependencies:
- dependency-name: liquid
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-gems
- dependency-name: logger
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-gems
...

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 Mar 7, 2025
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