chore(deps): bump liquidjs from 9.7.0 to 10.26.0 in /packages/webcomponents#4626
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [liquidjs](https://github.com/harttle/liquidjs) from 9.7.0 to 10.26.0. - [Release notes](https://github.com/harttle/liquidjs/releases) - [Changelog](https://github.com/harttle/liquidjs/blob/master/CHANGELOG.md) - [Commits](harttle/liquidjs@v9.7.0...v10.26.0) --- updated-dependencies: - dependency-name: liquidjs dependency-version: 10.26.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
|
View your CI Pipeline Execution ↗ for commit f15a214
☁️ Nx Cloud last updated this comment at |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps liquidjs from 9.7.0 to 10.26.0.
Release notes
Sourced from liquidjs's releases.
... (truncated)
Changelog
Sourced from liquidjs's changelog.
... (truncated)
Commits
c20c0afchore(release): 10.26.0 [skip ci]457fae0fix(security): block Object.prototype filter/tag lookups (RCE) (#897)3616a74fix(strip_html): rewrite as linear single-pass scan to avoid ReDoS (#896)3129d46fix(date): cap strftime widths and account padding in memoryLimit (#895)5b9c346fix: enforce renderLimit for empty renderTemplates calls (#894)dbbf628fix: propagate ownPropertyOnly into Context.spawn() for {% render %} (#893)26ea285fix: strip html newline tags (#892)a55f543docs(readme): add Freshet to Who's Using LiquidJS (#888)d1d517ddocs: add VladimirFilonov as a contributor for code (#891)1c816d4feat: add sha256 and hmac_sha256 filters for cryptographic operations (#889)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for liquidjs since your current version.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Medium Risk
Major-version template engine upgrade with Node ≥16 requirement vs package
engines.node≥10, plus possible Liquid rendering behavior changes; nested shopify liquidjs 9.x remains.Overview
Bumps
liquidjsinpackages/webcomponentsfrom 9.7.0 to ^10.26.0 (lockfile pins 10.26.0). Onlypackage.jsonandpackage-lock.jsonchange—no application source edits.The resolved 10.x package now requires Node ≥16 (up from ≥4.8.7 on 9.x) and pulls in
commanderas a dependency.@builder.io/shopifycontinues to install its own nestedliquidjs9.43.0 via the lockfile, so two major versions can coexist in the tree.Reviewers should sanity-check Liquid/Shopify template rendering and CI/runtime Node versions against the new engine requirement and major-version behavior changes in liquidjs 10.x (including security-related fixes in recent 10.26 releases).
Reviewed by Cursor Bugbot for commit f15a214. Bugbot is set up for automated code reviews on this repo. Configure here.