Conversation
6693fee to
8026c0a
Compare
cd39ab0 to
c0b0d3b
Compare
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
ef92697 to
440b6a3
Compare
440b6a3 to
bef78d9
Compare
af6e1aa to
5c4f4f4
Compare
0f6e67e to
56ba551
Compare
1d63142 to
85fb2f4
Compare
85fb2f4 to
85fddf5
Compare
52d4366 to
b177b57
Compare
f31a554 to
c8e6a88
Compare
c8e6a88 to
1d0b5ed
Compare
06d878e to
28e8f98
Compare
37682db to
4e57dd1
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.52.05.1.5→5.1.99.1.0→9.1.23.6.1→3.10.12.29.1→2.32.05.1.0→5.5.12.15.1→2.21.15.0.0→5.1.05.1.3→5.5.56.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.21.00.0.4→0.0.69.1.1→9.15.93.2.5→3.8.12.0.1→2.0.218fcd53→50b839b3.3.1→3.4.8v1.176.0→v1.290.05.4.5→5.9.311.0.4→11.0.5Release Notes
Shopify/theme-tools (@shopify/prettier-plugin-liquid)
v1.10.0Compare Source
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.52.0Compare Source
Changes
--skip-stable-format(#1075)dprint fmt --fail-on-change(#1073)Install
Run
dprint upgradeor see https://dprint.dev/install/Checksums
v0.51.1Compare Source
Changes
$HOME/.config/dprinton macOS for global config (#1062)dprintexecutable now prefers putting the global config in the folder at$HOME/.config/dprint, but will continue to use the "Application Support" macOS config directory if a config file exists in there.0.51.0 release notes: https://github.com/dprint/dprint/releases/tag/0.51.0
Install
Run
dprint upgradeor see https://dprint.dev/install/Checksums
v0.51.0Compare Source
Features
Global Configuration File
dprint now supports a global configuration file that can be used when not in a project. (#1040)
Initialize a global config:
dprint init --global # or dprint config init --globalThe global config location is customizable via the
DPRINT_CONFIG_DIRenvironment variable, but by default is stored in (this reflects the update that was published in 0.51.1 after feedback):~/.config/dprint/dprint.jsonc(or$XDG_CONFIG_HOME/dprint/dprint.jsonc)$HOME/Library/Application Support/dprint/dprint.jsoncif it exists%APPDATA%\dprint\dprint.jsoncNote: You can edit the config by running
dprint config edit --globalUse global config for formatting:
Once setup, the global configuration will be used by default when there's no dprint configuration file in the current directory tree; however, to prevent accidentally formatting such directories, a prompt is shown when calling
dprint fmt:As the hint states, you can bypass the confirmation prompt by providing the current directory:
To format files using only the global configuration and ignore local configuration files use:
Manage global config:
Full docs: https://dprint.dev/global-config/
Improved
dprint checkOutputWhen files are not formatted,
dprint checknow suggests runningdprint fmtto fix them, making it clearer for new users contributing to your projects what to do next. (#1056)dprint check --fail-fastStops checking files and exit on the first file that isn't formatted. This is useful when you want even faster feedback. (#1054)
Note: When using
--log-level=silent,--fail-fastis now enabled by default.Breaking Changes
dprint config updateis now non-recursive by default - The command now only updates the configuration file in the current directory by default, rather than updating all config files in descendant directories. Use--recursive(or-r) to update configuration files recursively. (#1053)Other Changes
updateUrltoeditor-infocommand output (#1027)Install
Run
dprint upgradeor see https://dprint.dev/install/Checksums
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
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.