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

[framework-fixture-dependencies]: Bump the core group across 1 directory with 6 updates #55

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 3, 2024

Bumps the core group with 3 updates in the /packages/static-build/test/fixtures/hydrogen-v2023 directory: @shopify/cli, @shopify/cli-hydrogen and @shopify/hydrogen.

Updates @shopify/cli from 3.49.2 to 3.71.1

Release notes

Sourced from @​shopify/cli's releases.

3.71.1

What's Changed

  • Fix dest already exists error when you have multiple functions

Full Changelog: Shopify/cli@3.71.0...3.71.1

3.71.0

Themes

  • Fix password validation to handle capitalized store names on shopify theme dev Shopify/cli#4847
  • Update shopify theme dev to no longer display redundant URLs Shopify/cli#4852
  • Add shortcut keys to theme dev Shopify/cli#4830
  • Add --strict flag to theme push to enforce theme check before pushing Shopify/cli#4900
  • Fix: Handle localized URLs in storefront password validation Shopify/cli#4903
  • Improve storefront password detection for password-protected shops with redirects Shopify/cli#4936

Apps

CLI

Full Changelog: Shopify/cli@3.70.0...3.71.0

3.70.0

Themes

  • Remove Ruby implementation of the theme push and theme info commands
  • Added a warning to help users troubleshoot when a development theme is missing required files
  • Prevent the shopify theme dev command from terminating by refreshing the session
  • Fix the theme ID mismatch error, where the live theme ID is returned instead of the development theme ID
  • Fix an issue in the theme push command where a confirmation prompt is rendered to users who provide the --allow-live flag
  • Fix an issue in app dev where host themes would have empty files
  • Show an error when the config/settings_schema.json file cannot be parsed
  • Fix an issue where you could not use multipass passwords with theme dev
  • Fix theme dev command deleting remote files even if using --nodelete flag
  • Improve language around --nodelete flags for push and pull commands
  • Fix files ignored when using negate patterns

Apps

  • Always ask to enable include_config_on_deploy and warn about deprecation
  • Enable local file system sourcemap generation for UI extensions
  • Add optional preloads to ui extension targets

CLI

  • Notification system

... (truncated)

Changelog

Sourced from @​shopify/cli's changelog.

3.71.1

3.71.0

Patch Changes

  • 93d65a6c38: Remove PHP template from app creation options

3.70.0

Minor Changes

  • 33477dd9d7: Notification system

Patch Changes

  • 2720923007: Fix files ignored when using negate patterns
  • 55307bb536: Remove ruby version from theme info command
  • 7da2c4dbde: Bump cli-hydrogen to 9.0.2
  • 1623765ac9: Fix issue where you could not use multipass passwords with theme dev
  • 57bb933980: Fix theme dev command deleting remote files even if using --nodelete flag
  • 58768c3b64: Improve language around --nodelete flags for push and pull commands

3.69.0

Minor Changes

  • 0b587dff5: Improve user logging for render requests

Patch Changes

  • 581abd8d4: Improve user logging by adding status codes and event methods
  • 8df131c3e: Fix syntax for theme command documentation

3.68.0

Minor Changes

  • 2200be0ae: force a minor CLI 3.68.0 release from patch changes

3.67.0

Minor Changes

  • 4b4146186: Default to Typescript implementation for theme commands. Legacy implementation is stil available via the --legacy flag.

3.66.0

Minor Changes

... (truncated)

Commits
  • 869d5ac Version Packages
  • 0075a0e Version Packages
  • af36a6a Add client-id and reset as global flags
  • bad47dc Update manifests
  • 3feeac3 Add --strict flag to theme push to enforce theme check before pushing
  • 740d15d Refresh manifests
  • 4dfdebd Display link as plaintext if link label is nonexistent or just the link itself
  • 79f78cc Merge pull request #4843 from Shopify/liz/remove-php-template
  • 6296c65 Drop support for local CLI switchover (#4842)
  • a3d33c0 update readme
  • Additional commits viewable in compare view

Updates @shopify/cli-hydrogen from 5.4.1 to 5.5.2

Commits

Updates @shopify/hydrogen from 2023.7.9 to 2023.10.6

Commits

Updates @shopify/remix-oxygen from 1.1.5 to 1.1.8

Updates @shopify/hydrogen-react from 2023.7.4 to 2023.10.1

Changelog

Sourced from @​shopify/hydrogen-react's changelog.

2023.10.1

Patch Changes

  • Update all Node.js dependencies to version 18. (Not a breaking change, since Node.js 18 is already required by Remix v2.) (#1543) by @​michenly

  • Skip private access token warning when using mock.shop. (#1538) by @​frandiox

  • Add an optional channel prop to the ShopPayButton component, which adds order attribution support for either the Headless or Hydrogen sales channel. (#1447) by @​QuintonC

2023.10.0

Major Changes

  • The Storefront API types included are now generated using @graphql-codegen/typescript@4 (changelog). This results in a breaking change if you were importing Scalars directly from @shopify/hydrogen-react or @shopify/hydrogen: (#1108) by @​frandiox

     import type {Scalars} from '@shopify/hydrogen/storefront-api-types';
    type Props = {
    
    id: Scalars['ID']; // This was a string
    
    
    id: Scalars['ID']['input']; // Need to access 'input' or 'output' to get the string
    };

Patch Changes

  • Remove deprecated parameters and props (#1455 and #1435): (#1435) by @​wizardlyhel

    • createStorefrontClient parameters buyerIp and requestGroupId
    • <Image> props loaderOptions and widths

2023.7.6

Patch Changes

2023.7.5

Patch Changes

  • Add Language to CartProvider (#1408) by @​Qubica

  • Add attributes option to useLoadScript (#1442) by @​wizardlyhel

  • Unlock hydrogen-react package.json exports to make it easier to use with NextJS and other frameworks. Note: Using Hydrogen internals is not officially supported, and those internal APIs could change at anytime outside our usual calendar versioning. (#994) by @​blittle

Commits

Updates @shopify/mini-oxygen from 2.2.2 to 2.2.5

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…ory with 6 updates

Bumps the core group with 3 updates in the /packages/static-build/test/fixtures/hydrogen-v2023 directory: [@shopify/cli](https://github.com/Shopify/cli/tree/HEAD/packages/cli), [@shopify/cli-hydrogen](https://github.com/Shopify/cli) and [@shopify/hydrogen](https://github.com/Shopify/hydrogen-v1/tree/HEAD/packages/hydrogen).


Updates `@shopify/cli` from 3.49.2 to 3.71.1
- [Release notes](https://github.com/Shopify/cli/releases)
- [Changelog](https://github.com/Shopify/cli/blob/3.71.1/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/Shopify/cli/commits/3.71.1/packages/cli)

Updates `@shopify/cli-hydrogen` from 5.4.1 to 5.5.2
- [Release notes](https://github.com/Shopify/cli/releases)
- [Commits](https://github.com/Shopify/cli/commits)

Updates `@shopify/hydrogen` from 2023.7.9 to 2023.10.6
- [Release notes](https://github.com/Shopify/hydrogen-v1/releases)
- [Changelog](https://github.com/Shopify/hydrogen-v1/blob/v1.x-2022-07/packages/hydrogen/CHANGELOG.md)
- [Commits](https://github.com/Shopify/hydrogen-v1/commits/HEAD/packages/hydrogen)

Updates `@shopify/remix-oxygen` from 1.1.5 to 1.1.8

Updates `@shopify/hydrogen-react` from 2023.7.4 to 2023.10.1
- [Release notes](https://github.com/shopify/hydrogen/releases)
- [Changelog](https://github.com/Shopify/hydrogen/blob/main/packages/hydrogen-react/CHANGELOG.md)
- [Commits](https://github.com/shopify/hydrogen/commits/@shopify/hydrogen-react@2023.10.1/packages/hydrogen-react)

Updates `@shopify/mini-oxygen` from 2.2.2 to 2.2.5
- [Release notes](https://github.com/Shopify/hydrogen/releases)
- [Changelog](https://github.com/Shopify/hydrogen/blob/main/docs/changelog.json)
- [Commits](https://github.com/Shopify/hydrogen/commits)

---
updated-dependencies:
- dependency-name: "@shopify/cli"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core
- dependency-name: "@shopify/cli-hydrogen"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core
- dependency-name: "@shopify/hydrogen"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: core
- dependency-name: "@shopify/remix-oxygen"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: core
- dependency-name: "@shopify/hydrogen-react"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: core
- dependency-name: "@shopify/mini-oxygen"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: core
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 3, 2024

The following labels could not be found: pr: automerge, dependencies.

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 4, 2024

Superseded by #58.

@dependabot dependabot bot closed this Dec 4, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/packages/static-build/test/fixtures/hydrogen-v2023/core-1c4aa2dfde branch December 4, 2024 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants