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.0 in /back #10107

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 Jan 20, 2025

Bumps liquid from 5.5.0 to 5.7.0.

Release notes

Sourced from liquid's releases.

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

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

v5.6.1

What's Changed

New Contributors

Full Changelog: Shopify/liquid@v5.6.0...v5.6.1

v5.6.0

Highlights

Architectural Changes

  • Added new Environment class to manage configuration and state that was previously stored in Template
  • Moved tag registration from Template to Environment

... (truncated)

Changelog

Sourced from liquid's changelog.

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]
  • Changed how filters and tags are registered to use Environment [Ian Ker-Seymer]

Fixes

  • Fixed table row handling of break interrupts [Alex Coco]
  • Improved variable output handling for arrays [Ian Ker-Seymer]
  • Fix Tokenizer to handle null source value (#1873) [Bahar Pourazar]
Commits
  • 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)
  • 4b65a28 Implement logic for stringify Hashes to keep compat with 3.4 (#1892)
  • ecf25ea Add the "Releasing" section to CONTRIBUTING.md (#1891)
  • 6909570 Add find, find_index, has, and reject filters to arrays (#1869)
  • cd99715 Merge pull request #1889 from Shopify/default-variable-lookup-string-scanner
  • 8e37c5e Bump to v5.6.4
  • b3f9639 Add default string_scanner to Liquid::VariableLookup.parse
  • 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)

Bumps [liquid](https://github.com/Shopify/liquid) from 5.5.0 to 5.7.0.
- [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.0)

---
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 added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jan 20, 2025
@dependabot dependabot bot requested a review from adessy January 20, 2025 14:44
@cl-dev-bot
Copy link
Collaborator

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 d96f98a

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