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.
This PR contains the following updates:
1.5.0->1.10.014.1.1->14.1.2v4.1.6->v4.3.1v4.0.2->v4.4.0a57df69->b6afd420.45.1->0.50.20.51.1(+1)5.1.5->5.1.99.1.0->9.1.23.6.1->3.10.12.29.1->2.32.05.1.0->5.5.02.15.1->2.21.05.0.0->5.1.05.1.3->5.5.46.1.1->6.6.02.5.0->2.10.012.1.0->12.1.11.14.0->1.19.19.0.1->9.2.00.13.0->0.20.00.0.4->0.0.69.1.1->9.15.93.2.5->3.7.42.0.1->2.0.218fcd53->da5057a3.3.1->3.4.8v1.176.0->v1.276.05.4.5->5.9.311.0.4->11.0.5Release Notes
Shopify/theme-tools (@shopify/prettier-plugin-liquid)
v1.10.0Compare Source
Minor Changes
1ebf924: Detect and fix use of boolean expressionsPatch Changes
6a1512d]1ebf924]v1.9.4Compare Source
Patch Changes
e6b1b63: Update playground to v1.9.3v1.9.3Compare Source
v1.9.2Compare Source
Patch Changes
7ff54f0: Remove dead code7ff54f0]v1.9.1Compare Source
Patch Changes
1a95a19: Introduce parsing support for a@promptannotation within{% doc %}tags1a95a19]v1.9.0Compare Source
Minor Changes
8ff8959: Adjust LiquidDoc formatting rules for single-line and multi-line examples and descriptionsPatch Changes
de87755]v1.8.3Compare Source
Patch Changes
9563715: Add padding for liquid doc content357ea7f: Prevent prettier from appending@descriptionannotation before implicit descriptions10493c9]79c9f77]9563715]v1.8.2Compare Source
Patch Changes
085aabb: Add prettier support for the@descriptiontagv1.8.1Compare Source
Patch Changes
c4bbf3b]d9dbc26]2db3047]261c295]v1.8.0Compare Source
Minor Changes
e57979e: Add parsing and prettier support for example node in liquiddocExample:
{% doc %} @​example Here is my content {% enddoc %}357feaa: Add formatting support for optional liquidDoc parameters (e.g.@param [optional-parameter] - paramDescription).Whitespace is now stripped around the parameter name and the optional delimiters.
Patch Changes
e57979e]8c9f5bc]v1.7.2Compare Source
Patch Changes
841ca6d: Update repository URL for all packages to be case sensitive841ca6d]v1.7.0Compare Source
Minor Changes
ac55577: Add prettier support for LiquidDoc {% doc %} tag and @param annotationPatch Changes
ac55577]v1.6.3Compare Source
Patch Changes
8912fab]v1.6.2Compare Source
Patch Changes
1f54be1]v1.6.1Compare Source
v1.6.0Compare Source
v1.5.2Compare Source
v1.5.1Compare Source
actions/checkout (actions/checkout)
v4.3.1Compare Source
What's Changed
Full Changelog: actions/checkout@v4...v4.3.1
v4.3.0Compare Source
What's Changed
New Contributors
Full Changelog: actions/checkout@v4...v4.3.0
v4.2.2Compare Source
url-helper.tsnow leverages well-known environment variables by @jww3 in #1941isGhesby @jww3 in #1946v4.2.1Compare Source
v4.2.0Compare Source
v4.1.7Compare Source
actions/setup-node (actions/setup-node)
v4.4.0Compare Source
What's Changed
Bug fixes:
Enhancement:
Dependency update:
New Contributors
Full Changelog: actions/setup-node@v4...v4.4.0
v4.3.0Compare Source
What's Changed
Dependency updates
New Contributors
Full Changelog: actions/setup-node@v4...v4.3.0
v4.2.0Compare Source
What's Changed
@actions/cacheto^4.0.0by @priyagupta108 in #1191New Contributors
Full Changelog: actions/setup-node@v4...v4.2.0
v4.1.0Compare Source
What's Changed
isGheslogic by @jww3 in #1148This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts.
Note: This change may break previous cache keys as they will no longer be compatible with the new format.
New Contributors
Full Changelog: actions/setup-node@v4...v4.1.0
v4.0.4Compare Source
What's Changed
Documentation changes:
New Contributors
Full Changelog: actions/setup-node@v4...v4.0.4
v4.0.3Compare Source
What's Changed
Bug fixes:
Documentation changes:
Dependency updates:
New Contributors
Full Changelog: actions/setup-node@v4...v4.0.3
dprint/dprint (dprint)
v0.50.2Compare Source
Changes
Install
Run
dprint upgradeor see https://dprint.dev/install/Checksums
v0.50.1Compare Source
Changes
Install
Run
dprint upgradeor see https://dprint.dev/install/Checksums
v0.50.0Compare Source
--config-discovery=<mode>flag and environment variableIt's now possible to change the way dprint discovers configuration files by using the
--config-discoveryflag:--config-discovery=default(default) - Discovers configuration files in the current directory, ancestor directories, and descendant directories while searching for files to format.--config-discovery=ignore-descendants- Discovers configuration files in the current directory and ancestor directories only.--config-discovery=false- Disables all configuration discovery (specify either--config=<path>or--plugins <url-or-path>).Note this can also be set via the
DPRINT_CONFIG_DISCOVERYenvironment variable (ex.DPRINT_CONFIG_DISCOVERY=false)Vim key bindings for selections
You can now use
k/jfor up/down,qto quit, andlto accept.Install
Run
dprint upgradeor see https://dprint.dev/install/What's Changed
Full Changelog: dprint/dprint@0.49.1...0.50.0
--config-discovery=falseandDPRINT_CONFIG_DISCOVERY=falseby @dsherret in #982--config-discovery=ignore-descendantsby @dsherret in #983New Contributors
Full Changelog: dprint/dprint@0.49.1...0.50.0
Checksums
v0.49.1Compare Source
Changes
--locked(faa0faf)Please
cargo installwith--lockedthough.Install
Run
dprint upgradeor see https://dprint.dev/install/Checksums
v0.49.0Compare Source
Changes
Install
Run
dprint upgradeor see https://dprint.dev/install/Checksums
v0.48.0Compare Source
Changes
NO_PROXYenvironment variable (#951)Install
Ru
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.