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.0.1 to 5.4.0 #35

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 1, 2022

Bumps liquid from 5.0.1 to 5.4.0.

Changelog

Sourced from liquid's changelog.

5.4.0 2022-07-29

Breaking Changes

  • Drop support for end-of-life Ruby versions (2.5 and 2.6) (#1578) [Andy Waite]

Features

  • Allow # to be used as an inline comment tag (#1498) [CP Clermont]

Fixes

  • PartialCache now shares snippet cache with subcontexts by default (#1553) [Chris AtLee]
  • Hash registers no longer leak into subcontexts as static registers (#1564) [Chris AtLee]
  • Fix ParseTreeVisitor for with variable expressions in Render tag (#1596) [CP Clermont]

Changed

  • Liquid::Context#registers now always returns a Liquid::Registers object, though supports the most used Hash functions for compatibility (#1553)

5.3.0 2022-03-22

Fixes

  • StandardFilter: Fix missing @​context on iterations (#1525) [Thierry Joyal]
  • Fix warning about block and default value in static_registers.rb (#1531) [Peter Zhu]

Deprecation

  • Condition#evaluate to require mandatory context argument in Liquid 6.0.0 (#1527) [Thierry Joyal]

5.2.0 2022-03-01

Features

  • Add remove_last, and replace_last filters (#1422) [Anders Hagbard]
  • Eagerly cache global filters (#1524) [Jean Boussier]

Fixes

  • Fix some internal errors in filters from invalid input (#1476) [Dylan Thacker-Smith]
  • Allow dash in filter kwarg name for consistency with Liquid::C (#1518) [CP Clermont]

5.1.0 / 2021-09-09

Features

  • Add base64_encode, base64_decode, base64_url_safe_encode, and base64_url_safe_decode filters (#1450) [Daniel Insley]
  • Introduce to_liquid_value in Liquid::Drop (#1441) [Michael Go]

Fixes

  • Fix support for using a String subclass for the liquid source (#1421) [Dylan Thacker-Smith]
  • Add ParseTreeVisitor to RangeLookup (#1470) [CP Clermont]
  • Translate RangeError to Liquid::Error for truncatewords with large int (#1431) [Dylan Thacker-Smith]
Commits
  • af3f861 Merge pull request #1601 from Shopify/bump/5.4.0
  • 6f8722a Bump version to 5.4.0 for release
  • 81f44e3 Merge pull request #1600 from Shopify/zoey/expose-filter-names
  • c9ec8f4 Expose global filter names
  • 3fb467f Merge pull request #1596 from Shopify/fix/theme-check-582-render-with-parse-t...
  • 992e15a Add variable_name_expr to render's ParseTreeVisitor
  • 1fdc577 Merge pull request #1595 from Shopify/jake-clarify-sort-natural
  • 74245cd clarify sort_natural and fix unless syntax
  • 8660501 Add Liquid::VariableLookup#lookup_command? to expose this parse node state (#...
  • 6981305 Merge pull request #1588 from Shopify/jake-add-forloop-parentloop
  • 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 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.0.1 to 5.4.0.
- [Release notes](https://github.com/Shopify/liquid/releases)
- [Changelog](https://github.com/Shopify/liquid/blob/master/History.md)
- [Commits](Shopify/liquid@v5.0.1...v5.4.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 the dependencies Pull requests that update a dependency file label Aug 1, 2022
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants