Skip to content

Bump liquid from 4.0.0 to 5.3.0#37

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/liquid-5.3.0
Closed

Bump liquid from 4.0.0 to 5.3.0#37
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/liquid-5.3.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 26, 2022

Bumps liquid from 4.0.0 to 5.3.0.

Changelog

Sourced from liquid's changelog.

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]

5.0.1 / 2021-03-24

Fixes

  • Add ParseTreeVisitor to Echo tag (#1414) [CP Clermont]
  • Test with ruby 3.0 as the latest ruby version (#1398) [Dylan Thacker-Smith]
  • Handle carriage return in newlines_to_br (#1391) [Unending]

Performance Improvements

  • Use split limit in truncatewords (#1361) [Dylan Thacker-Smith]

5.0.0 / 2021-01-06

Features

  • Add new {% render %} tag (#1122) [Samuel Doiron]
  • Add support for as in {% render %} and {% include %} (#1181) [Mike Angell]
  • Add {% liquid %} and {% echo %} tags (#1086) [Justin Li]
  • Add usage tracking [Mike Angell]
  • Add Tag.disable_tags for disabling tags that prepend Tag::Disableable at render time (#1162, #1274, #1275) [Mike Angell]
  • Support using a profiler for multiple renders (#1365, #1366) [Dylan Thacker-Smith]

... (truncated)

Commits
  • c60c3c7 Merge pull request #1554 from Shopify/bump-5.3.0
  • 11625b1 Update release date
  • ec6fb4d Update changelog & bump version for 5.3.0 release
  • 7357dcf Merge pull request #1536 from Shopify/flaky-profiler-test-v2
  • 68c3827 Merge pull request #1525 from Shopify/standardfilter/fix-missing-context-on-i...
  • 4af38bc [StandardFilter] Fix missing @​context on iterations
  • df241ab Add artificial execution time in profiler tests
  • 10f8337 Test Ruby 3.1 in CI (#1533)
  • 5ed0410 Merge pull request #1534 from Shopify/context-test-cleanup
  • 0f5220c ContextTest: Classes to use appropriate ancestor
  • 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 4.0.0 to 5.3.0.
- [Release notes](https://github.com/Shopify/liquid/releases)
- [Changelog](https://github.com/Shopify/liquid/blob/master/History.md)
- [Commits](Shopify/liquid@v4.0.0...v5.3.0)

---
updated-dependencies:
- dependency-name: liquid
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 26, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 1, 2022

Superseded by #39.

@dependabot dependabot bot closed this Aug 1, 2022
@dependabot dependabot bot deleted the dependabot/bundler/liquid-5.3.0 branch August 1, 2022 07:01
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