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 liquid from 5.5.0 to 5.7.2 in /back #10246

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps liquid from 5.5.0 to 5.7.2.

Release notes

Sourced from liquid's releases.

v5.7.2

What's Changed

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

v5.7.1

What's Changed

Full Changelog: Shopify/liquid@v5.7.0...v5.7.1

v5.7.0

What's Changed

Full Changelog: Shopify/liquid@v5.6.4...v5.7.0

v5.6.4

What's Changed

Full Changelog: Shopify/liquid@v5.6.3...v5.6.4

v5.6.3

What's Changed

Full Changelog: Shopify/liquid@v5.6.2...v5.6.3

v5.6.2

What's Changed

... (truncated)

Changelog

Sourced from liquid's changelog.

5.7.2 2025-01-31

  • Fix array filters to not support nested properties

5.7.1 2025-01-24

  • Fix the find and find_indexfilters to return nil when filtering empty arrays
  • Fix the has filter to return false when filtering empty arrays

5.7.0 2025-01-16

Features

  • Add find, find_index, has, and reject filters to arrays
  • Compatibility with Ruby 3.4

5.6.4 2025-01-14

Fixes

  • Add a default string_scanner to avoid errors with Liquid::VariableLookup.parse("foo.bar") [Ian Ker-Seymer]

5.6.3 2025-01-13

  • Remove lru_redux dependency [Michael Go]

5.6.2 2025-01-13

Fixes

  • Preserve the old behavior of requiring floats to start with a digit [Michael Go]

5.6.1 2025-01-13

Performance improvements

  • Faster Expression parser / Tokenizer with StringScanner [Michael Go]

5.6.0 2024-12-19

Architectural changes

  • Added new Environment class to manage configuration and state that was previously stored in Template [Ian Ker-Seymer]
  • Moved tag registration from Template to Environment [Ian Ker-Seymer]
  • Removed StrainerFactory in favor of Environment-based strainer creation [Ian Ker-Seymer]
  • Consolidated standard tags into a new Tags module with STANDARD_TAGS constant [Ian Ker-Seymer]

Performance improvements

  • Optimized Lexer with a new Lexer2 implementation using jump tables for faster tokenization, requires Ruby 3.4 [Ian Ker-Seymer]
  • Improved variable rendering with specialized handling for different types [Michael Go]
  • Reduced array allocations by using frozen empty constants [Michael Go]

API changes

  • Deprecated several Template class methods in favor of Environment methods [Ian Ker-Seymer]
  • Added deprecation warnings system [Ian Ker-Seymer]

... (truncated)

Commits
  • bfe29e1 Merge pull request #1907 from Shopify/nested-properties
  • f9454d8 Fix array filters to not support nested properties
  • 8dd9279 Fix release date on History.md
  • bf1419b Apply the same fix for find_index and has
  • 5718c4c Fix the find filter to return nil when filtering empty arrays
  • b0dbc62 Fix bundle exec rake example (#1900)
  • 03aafa9 Bump to 5.7.0 (#1894)
  • 6372289 Ensure we use InputIterator#each when in join filter (#1898)
  • 0ec52a4 Use Liquid::Utils.to_s for join filter (#1897)
  • 74af735 Allow for custom < Hash classes to override #to_s (#1896)
  • 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 Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Feb 3, 2025
@dependabot dependabot bot requested a review from adessy February 3, 2025 15:02
@cl-dev-bot
Copy link
Collaborator

cl-dev-bot commented Feb 3, 2025

Warnings
⚠️ The PR title contains no Jira issue key (case-sensitive)
⚠️ The branch name contains no Jira issue key (case-sensitive)
Messages
📖 Changelog provided 🎉
📖

Run the e2e tests

📖 Check translation progress

Generated by 🚫 dangerJS against 042f988

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

---
updated-dependencies:
- dependency-name: liquid
  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/back/liquid-5.7.2 branch from 4bf5f04 to 042f988 Compare February 20, 2025 09:20
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.

2 participants