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

build(deps): bump liquidjs, @shopify/app and @shopify/cli #9

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 6, 2023

Bumps liquidjs to 10.7.0 and updates ancestor dependencies liquidjs, @shopify/app and @shopify/cli. These dependencies need to be updated together.

Updates liquidjs from 9.36.0 to 10.7.0

Release notes

Sourced from liquidjs's releases.

v10.7.0

10.7.0 (2023-03-21)

Bug Fixes

Features

  • JSON format by space in json filter (7b87ea8)

v10.6.2

10.6.2 (2023-03-19)

Bug Fixes

v10.6.1

10.6.1 (2023-03-02)

Bug Fixes

  • [expression] apply value equal for arrays, #589 (9c0dc5f)
  • strip_html for multi line //comments, #70 (42d2590)

v10.6.0

10.6.0 (2023-02-22)

Features

  • LiquidOptions.dateFormat to override default date format (#587) (3fb6646)

v10.5.0

10.5.0 (2023-02-14)

Bug Fixes

  • "ownPropertyOnly" not respected when passed via "renderOptions" (d489916)

Features

  • Adds support for options to CLI and improves usability (#586) (24c8a1e)

... (truncated)

Changelog

Sourced from liquidjs's changelog.

10.7.0 (2023-03-21)

Bug Fixes

Features

  • JSON format by space in json filter (7b87ea8)

10.6.2 (2023-03-19)

Bug Fixes

10.6.1 (2023-03-02)

Bug Fixes

  • [expression] apply value equal for arrays, #589 (9c0dc5f)
  • strip_html for multi line //comments, #70 (42d2590)

10.6.0 (2023-02-22)

Features

  • LiquidOptions.dateFormat to override default date format (#587) (3fb6646)

10.5.0 (2023-02-14)

Bug Fixes

  • "ownPropertyOnly" not respected when passed via "renderOptions" (d489916)

Features

  • Adds support for options to CLI and improves usability (#586) (24c8a1e)

10.4.0 (2023-01-02)

Features

... (truncated)

Commits
  • c2a8365 chore(release): 10.7.0 [skip ci]
  • b2a1dc9 docs: add mahyar-pasarzangene as a contributor for doc (#602)
  • 1bddd60 fix: update remove.md (#601)
  • 7b87ea8 feat: JSON format by space in json filter
  • 8037f7b docs: update .all-contributorsrc [skip ci]
  • 75aba92 docs: update README.md [skip ci]
  • b9f8d85 chore: add PR title checker
  • e50267f Update differences.md
  • 04d62f0 docs: update docs pipeline
  • d04ccd7 chore(release): 10.6.2 [skip ci]
  • Additional commits viewable in compare view

Updates @shopify/app from 3.41.0 to 3.46.2

Release notes

Sourced from @​shopify/app's releases.

3.46.2

  • Fix installing function dependencies when using npm with workspaces
  • Fix footer in the dev console.
  • Fix theme dev re-authentication

3.46.1

  • Fix an issue running Javy for functions where the CLI could silently crash.

3.46.0

App

  • Function limit increased from 10 to 50 per app.
  • --notify flag on app dev. You can now specify --notify when running app dev to update a file or URL when files in your theme app extension are changed. This supports integrations with other tools.
  • Default web type. Webs now default to frontend type, so it no longer needs to be specified. This is the recommended pattern for monolithic apps.
  • auth_callback_path for monolithic apps. When working with a monolithing app with only a frontend web, you can now specify auth_callback_path in its shopify.web.toml.
  • Support .jpeg files in theme app extensions. Previously only the .jpg extension was recognized.
  • Install exact versions of dependencies. When adding dependencies to your app, the CLI ensures they are pinned to an exact version.
  • Fix: Link to view checkout extensions. Always link to a published product for viewing checkout extensions. Unpublished products led to an error page.
  • Fix: Clean up after failing to generate extensions. Previously if a failure occurred while generating an extension, a directory with invalid contents would remain. Now that directory will be deleted.
  • Fix: Deploying function-only apps. Previously apps with only function extensions would fail to build and deploy; this is fixed.
  • Fix: npm peerDependency resolution. When using npm as package manager, generating a react UI extension failed due to conflicts between installed copies of react. Dependency installation strategy is adapted to solve this.
  • Fix: Obtaining a port when HOST is specified. When the HOST environment variable is specified, obtaining a random port failed; this is fixed.

Theme

  • --notify flag on theme dev. You can now specify --notify when running theme dev to update a file or URL when files are changed. This supports integrations with other tools.
  • Upgrade theme-check to 1.15.0. Changelog here
  • --update-docs flag on theme check. You can now synchronously update Theme Check resources (objects, filters, and tags) before running it. This ensures that your code is checked against the most updated version of theme resources.
  • Fix: Support vanity URLs on theme dev. Some elements, including images and fonts, were broken for vanity URLs. They are now displayed correctly.
  • Fix: localhost link issue on theme dev. In some scenarios, the localhost link was being hidden.
  • Fix: /localization and /cart requests on theme dev. Now, these endpoints will no longer fail when using shopify theme dev.

UI (applicable across project types)

  • No-color mode. You can use the NO_COLOR=1 environment variable or --no-color flag to disable color in the CLI. Note that there is only partial support for some commands thus far.
  • Specific error message in non-interactive terminals. If the CLI attempts to prompt in a non-interactive terminal (such as in CI), a clear error appears, making it obvious that a required flag is missing.
  • Clean up after errors. When the CLI process encounters an error and quits, any hanging prompts or the taskbar will be cleared before exit, leaving only relevant logs.

Auth (applicable across project types)

  • Support for Google Cloud Shell. Add support for authentication in Google Cloud Shell.

3.45.4

3.45.3

3.45.2

... (truncated)

Commits
  • f76ebec Merge pull request #2038 from Shopify/changeset-release/stable/3.46
  • 661a38a Version Packages
  • 8ea72cb Merge pull request #2043 from Shopify/fix-installing-functions-dependencies
  • 821fa51 Add changeset
  • f5706b0 Fix installing function dependencies when using npm with workspaces
  • b1a8e33 Merge pull request #2025 from Shopify/fix-theme-dev-auth
  • afcabbf Merge pull request #2030 from Shopify/fix-render-dev
  • 5343f80 Fix dev using theme access password
  • dbb8865 Removed useful await inside setInterval
  • 70da515 Hide shortcuts in ConcurrentOutput when aborted
  • Additional commits viewable in compare view

Updates @shopify/cli from 3.41.0 to 3.46.2

Release notes

Sourced from @​shopify/cli's releases.

3.46.2

  • Fix installing function dependencies when using npm with workspaces
  • Fix footer in the dev console.
  • Fix theme dev re-authentication

3.46.1

  • Fix an issue running Javy for functions where the CLI could silently crash.

3.46.0

App

  • Function limit increased from 10 to 50 per app.
  • --notify flag on app dev. You can now specify --notify when running app dev to update a file or URL when files in your theme app extension are changed. This supports integrations with other tools.
  • Default web type. Webs now default to frontend type, so it no longer needs to be specified. This is the recommended pattern for monolithic apps.
  • auth_callback_path for monolithic apps. When working with a monolithing app with only a frontend web, you can now specify auth_callback_path in its shopify.web.toml.
  • Support .jpeg files in theme app extensions. Previously only the .jpg extension was recognized.
  • Install exact versions of dependencies. When adding dependencies to your app, the CLI ensures they are pinned to an exact version.
  • Fix: Link to view checkout extensions. Always link to a published product for viewing checkout extensions. Unpublished products led to an error page.
  • Fix: Clean up after failing to generate extensions. Previously if a failure occurred while generating an extension, a directory with invalid contents would remain. Now that directory will be deleted.
  • Fix: Deploying function-only apps. Previously apps with only function extensions would fail to build and deploy; this is fixed.
  • Fix: npm peerDependency resolution. When using npm as package manager, generating a react UI extension failed due to conflicts between installed copies of react. Dependency installation strategy is adapted to solve this.
  • Fix: Obtaining a port when HOST is specified. When the HOST environment variable is specified, obtaining a random port failed; this is fixed.

Theme

  • --notify flag on theme dev. You can now specify --notify when running theme dev to update a file or URL when files are changed. This supports integrations with other tools.
  • Upgrade theme-check to 1.15.0. Changelog here
  • --update-docs flag on theme check. You can now synchronously update Theme Check resources (objects, filters, and tags) before running it. This ensures that your code is checked against the most updated version of theme resources.
  • Fix: Support vanity URLs on theme dev. Some elements, including images and fonts, were broken for vanity URLs. They are now displayed correctly.
  • Fix: localhost link issue on theme dev. In some scenarios, the localhost link was being hidden.
  • Fix: /localization and /cart requests on theme dev. Now, these endpoints will no longer fail when using shopify theme dev.

UI (applicable across project types)

  • No-color mode. You can use the NO_COLOR=1 environment variable or --no-color flag to disable color in the CLI. Note that there is only partial support for some commands thus far.
  • Specific error message in non-interactive terminals. If the CLI attempts to prompt in a non-interactive terminal (such as in CI), a clear error appears, making it obvious that a required flag is missing.
  • Clean up after errors. When the CLI process encounters an error and quits, any hanging prompts or the taskbar will be cleared before exit, leaving only relevant logs.

Auth (applicable across project types)

  • Support for Google Cloud Shell. Add support for authentication in Google Cloud Shell.

3.45.4

3.45.3

3.45.2

... (truncated)

Commits
  • f76ebec Merge pull request #2038 from Shopify/changeset-release/stable/3.46
  • 661a38a Version Packages
  • 8ea72cb Merge pull request #2043 from Shopify/fix-installing-functions-dependencies
  • 821fa51 Add changeset
  • f5706b0 Fix installing function dependencies when using npm with workspaces
  • b1a8e33 Merge pull request #2025 from Shopify/fix-theme-dev-auth
  • afcabbf Merge pull request #2030 from Shopify/fix-render-dev
  • 5343f80 Fix dev using theme access password
  • dbb8865 Removed useful await inside setInterval
  • 70da515 Hide shortcuts in ConcurrentOutput when aborted
  • Additional commits viewable in compare view

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [liquidjs](https://github.com/harttle/liquidjs) to 10.7.0 and updates ancestor dependencies [liquidjs](https://github.com/harttle/liquidjs), [@shopify/app](https://github.com/Shopify/cli) and [@shopify/cli](https://github.com/Shopify/cli). These dependencies need to be updated together.


Updates `liquidjs` from 9.36.0 to 10.7.0
- [Release notes](https://github.com/harttle/liquidjs/releases)
- [Changelog](https://github.com/harttle/liquidjs/blob/master/CHANGELOG.md)
- [Commits](harttle/liquidjs@v9.36.0...v10.7.0)

Updates `@shopify/app` from 3.41.0 to 3.46.2
- [Release notes](https://github.com/Shopify/cli/releases)
- [Changelog](https://github.com/Shopify/cli/blob/main/docs/release.md)
- [Commits](Shopify/cli@3.41.0...3.46.2)

Updates `@shopify/cli` from 3.41.0 to 3.46.2
- [Release notes](https://github.com/Shopify/cli/releases)
- [Changelog](https://github.com/Shopify/cli/blob/main/docs/release.md)
- [Commits](Shopify/cli@3.41.0...3.46.2)

---
updated-dependencies:
- dependency-name: liquidjs
  dependency-type: indirect
- dependency-name: "@shopify/app"
  dependency-type: direct:production
- dependency-name: "@shopify/cli"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 6, 2023
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants