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 7 updates #93

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 4, 2025

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

Updates @shopify/cli from 3.49.2 to 3.76.1

Release notes

Sourced from @​shopify/cli's releases.

@​shopify/cli-kit@​3.76.0

Minor Changes

  • 4a3895c: Use GraphQL for theme creation

Patch Changes

  • 38e8d7b: Hide serialized_script fields in verbose logs
  • b1ed29d: Fix binary files being corrupted on theme pull
  • 6449aa6: Fetch notifications in background

@​shopify/cli@​3.76.0

Minor Changes

  • fd32347: Add multi-environment infrastructure and allow multiple environment usage in theme list command

Patch Changes

  • c72ce71: Update to cli-hydrogen 9.0.6
  • 5ad63a4: Update to cli-hydrogen 9.0.7
  • e9b8582: Upgrade cli-hydrogen to 9.0.8 for 2025.1.2
Changelog

Sourced from @​shopify/cli's changelog.

3.76.1

3.76.0

Minor Changes

  • fd32347: Add multi-environment infrastructure and allow multiple environment usage in theme list command

Patch Changes

  • c72ce71: Update to cli-hydrogen 9.0.6
  • 5ad63a4: Update to cli-hydrogen 9.0.7
  • e9b8582: Upgrade cli-hydrogen to 9.0.8 for 2025.1.2

3.75.0

Patch Changes

  • 07289c7: Bump cli-hydrogen to 9.0.5

3.74.0

3.73.0

Minor Changes

  • beab713acd: Developers can now use the shopify theme metafields pull command to download metafields, which can then be used for more refined code completion.

Patch Changes

  • cbfc36ca88: Bump cli-hydrogen package to 9.0.3

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

... (truncated)

Commits
  • d01b71f Version Packages
  • 1b0c717 Version Packages
  • 3e42f57 Merge pull request #5418 from Shopify/fetch-notifications-in-background-2
  • a9e863c Upgrade cli-hydrogen 9.0.8
  • 2345098 Update autogenerated docs
  • 6449aa6 Fetch notifications in background
  • e08f8d2 Merge pull request #5366 from Shopify/shauns/02-05-flatten_nx_graph
  • 5ad63a4 Update to cli-hydrogen 9.0.7
  • c72ce71 Update to cli-hydrogen 9.0.6
  • dd374c4 Merge pull request #5221 from Shopify/jm/render_error_page
  • 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

Changelog

Sourced from @​shopify/hydrogen's changelog.

2023.10.6

Patch Changes

2023.10.5

Patch Changes

2023.10.4

Patch Changes

2023.10.3

Patch Changes

  • Fix the Pagination component to always restore scroll correctly on back/forth navigation. (#1508) by @​blittle

  • Serve assets from a separate domain when running the dev server, to better simulate cross-domain behaviors. This makes it more realistic to work with CORS requests, content security policies, and CDN paths in development. (#1503) by @​frandiox

  • Export caching types to make creating custom clients easier in TypeScript. (#1507) by @​juanpprieto

  • Update the return types of the Customer Account API query and mutation methods. Also update Customer Account API default version to 2024-01. (#1537) by @​blittle

  • Fix how peer dependencies are resolved. (#1489) by @​frandiox

  • Add default channel value of hydrogen to Hydrogen’s ShopPayButton component. (#1447) by @​QuintonC

  • Updated dependencies [848c6260, 62f67873, e8cc49fe]:

    • @​shopify/hydrogen-react@​2023.10.1

2023.10.2

Patch Changes

  • Change @​remix-run/server-runtime to properly be a peer dependency by @​blittle

2023.10.1

Patch Changes

2023.10.0

... (truncated)

Commits

Updates @shopify/remix-oxygen from 1.1.5 to 1.1.8

Changelog

Sourced from @​shopify/remix-oxygen's changelog.

1.1.8

Patch Changes

  • Integrate the debug-network tooling with the new --worker-unstable runtime CLI flag. (#1387) by @​frandiox

1.1.7

Patch Changes

1.1.6

Patch Changes

  • Update the Oxygen Remix adapter to make sure that stack traces are logged in production (#1393) by @​blittle
Commits

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

Changelog

Sourced from @​shopify/mini-oxygen's changelog.

2.2.5

Patch Changes

2.2.4

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

  • Fix how peer dependencies are resolved. (#1489) by @​frandiox

2.2.3

Patch Changes

  • Increase the request body size limit to 100mb when running locally. (#1421) by @​frandiox
Commits

Updates @shopify/oxygen-cli from 2.0.2 to 2.6.2

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 7 updates

Bumps the core group with 4 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/hydrogen/tree/HEAD/packages/cli-hydrogen), [@shopify/hydrogen](https://github.com/Shopify/hydrogen/tree/HEAD/packages/hydrogen) and @shopify/oxygen-cli.


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

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

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

Updates `@shopify/remix-oxygen` from 1.1.5 to 1.1.8
- [Release notes](https://github.com/Shopify/hydrogen/releases)
- [Changelog](https://github.com/Shopify/hydrogen/blob/main/packages/remix-oxygen/CHANGELOG.md)
- [Commits](https://github.com/Shopify/hydrogen/commits/@shopify/[email protected]/packages/remix-oxygen)

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/packages/mini-oxygen/CHANGELOG.md)
- [Commits](https://github.com/Shopify/hydrogen/commits/HEAD/packages/mini-oxygen)

Updates `@shopify/oxygen-cli` from 2.0.2 to 2.6.2

---
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
- dependency-name: "@shopify/oxygen-cli"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: core
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 4, 2025
Copy link
Author

dependabot bot commented on behalf of github Mar 5, 2025

Superseded by #94.

@dependabot dependabot bot closed this Mar 5, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/packages/static-build/test/fixtures/hydrogen-v2023/core-85e141e456 branch March 5, 2025 18:15
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants