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 #12757

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 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.72.1

Release notes

Sourced from @​shopify/cli's releases.

3.72.1

App

3.72.0

What's Changed

Apps

Themes

Full Changelog: Shopify/cli@3.71.4...3.72.0

3.71.4

Themes

  • Bug-fix: Allow empty theme files to be uploaded

3.71.3

What's Changed

Full Changelog: Shopify/cli@3.71.2...3.71.3

3.71.2

What's Changed

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

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

... (truncated)

Changelog

Sourced from @​shopify/cli's changelog.

@​shopify/cli

3.72.0

3.71.5

3.71.4

3.71.3

Patch Changes

  • 05a1eda9eb: Updated link extension import to match a target format similar to action extesions

3.71.2

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

... (truncated)

Commits

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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 16, 2024
@dependabot dependabot bot requested a review from erikareads as a code owner December 16, 2024 08:41
@dependabot dependabot bot added the minor Minor version bump label Dec 16, 2024
Copy link

changeset-bot bot commented Dec 16, 2024

⚠️ No Changeset found

Latest commit: c7ffe5c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 17, 2024

Dependabot can't parse your pnpm-lock.yaml. Because of this, Dependabot cannot update this pull request.

…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.72.1
- [Release notes](https://github.com/Shopify/cli/releases)
- [Changelog](https://github.com/Shopify/cli/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/Shopify/cli/commits/3.72.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/[email protected]/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] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/packages/static-build/test/fixtures/hydrogen-v2023/core-eeb01e54e7 branch from 1cf492e to c7ffe5c Compare December 18, 2024 08:15
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 19, 2024

Superseded by #12786.

@dependabot dependabot bot closed this Dec 19, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/packages/static-build/test/fixtures/hydrogen-v2023/core-eeb01e54e7 branch December 19, 2024 09:10
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 minor Minor version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants