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-fixtures]: Bump the core group across 1 directory with 6 updates #11717

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 11, 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.61.2

Release notes

Sourced from @​shopify/cli's releases.

3.61.2

What's Changed

  • Fix some minor hydrogen bugs

Full Changelog: Shopify/cli@3.61.1...3.61.2

3.61.1

3.61.0

shopify now includes Hydrogen commands without needing a separate installation

3.60.1

What's Changed

Bug Fixes

Full Changelog: Shopify/cli@3.60.0...3.60.1

3.60.0

@​shopify/cli@​3.60.0

@​shopify/cli-kit@​3.60.0

@​shopify/theme@​3.60.0

  • Render progress bar for theme uploads to stderr Shopify/cli#3765
  • Fix the shopify theme dev proxy to use the development theme, even when users have a browser session with the live theme loaded Shopify/cli#3791
  • Fix unpublished themes being marked as development themes Shopify/cli#3798
  • Fix issue that prevents shopify theme console from evaluating results when another 'preview_theme_id' is set Shopify/cli#3811
  • Fix the shopify theme dev/shopify theme console proxy to handle cookies as expected, and ensure they no longer render the live theme instead of the development theme Shopify/cli#3851

3.59.3

What's Changed

... (truncated)

Changelog

Sourced from @​shopify/cli's changelog.

3.61.2

Patch Changes

  • 3c7a211c2: Update hydrogen
    • @​shopify/app@​3.61.2
    • @​shopify/cli-kit@​3.61.2
    • @​shopify/theme@​3.61.2
    • @​shopify/plugin-cloudflare@​3.61.2
    • @​shopify/plugin-did-you-mean@​3.61.2

3.61.1

Patch Changes

  • ffdd867cc: Update the minimun Node version to ^18.20 or >=20.10
  • 357d76ade: Update hydrogen version
  • ffdd867cc: Remove punycode warning in Node 22
  • Updated dependencies [ffdd867cc]
  • Updated dependencies [4fb2b9212]
    • @​shopify/plugin-did-you-mean@​3.61.1
    • @​shopify/plugin-cloudflare@​3.61.1
    • @​shopify/cli-kit@​3.61.1
    • @​shopify/theme@​3.61.1
    • @​shopify/app@​3.61.1

3.61.0

Minor Changes

  • 95d534387: Rename unreleased default_placement_reference extension property to default_placement.
  • d85e7adb4: Include hydrogen commands in the bundle

Patch Changes

  • Updated dependencies [caa015042]
  • Updated dependencies [79a951f3c]
  • Updated dependencies [79a951f3c]
  • Updated dependencies [87a6cc590]
  • Updated dependencies [0c117d0f4]
  • Updated dependencies [009a43078]
  • Updated dependencies [b2b041f56]
    • @​shopify/app@​3.61.0
    • @​shopify/cli-kit@​3.61.0
    • @​shopify/plugin-cloudflare@​3.61.0
    • @​shopify/plugin-did-you-mean@​3.61.0
    • @​shopify/theme@​3.61.0

3.60.0

... (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

Release notes

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

@​shopify/hydrogen-react@​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

@​shopify/hydrogen-react@​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

@​shopify/hydrogen-react@​2023.7.6

Patch Changes

@​shopify/hydrogen-react@​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

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

Release notes

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

@​shopify/mini-oxygen@​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

@​shopify/mini-oxygen@​2.2.3

Patch Changes

  • Increase the request body size limit to 100mb when running locally. (#1421) by @​frandiox
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

Copy link

changeset-bot bot commented Jun 11, 2024

⚠️ No Changeset found

Latest commit: fd5deed

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

socket-security bot commented Jun 11, 2024

Copy link

socket-security bot commented Jun 11, 2024

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/packages/static-build/test/fixtures/hydrogen-v2023/core-a2a199aec1 branch from ff22e75 to 47ce47f Compare June 12, 2024 09:02
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/packages/static-build/test/fixtures/hydrogen-v2023/core-a2a199aec1 branch from 47ce47f to 41b1c89 Compare June 13, 2024 08:49
…pdates

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.61.2
- [Release notes](https://github.com/Shopify/cli/releases)
- [Changelog](https://github.com/Shopify/cli/blob/3.61.2/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/Shopify/cli/commits/3.61.2/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>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/packages/static-build/test/fixtures/hydrogen-v2023/core-a2a199aec1 branch from 41b1c89 to fd5deed Compare June 18, 2024 08:58
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 19, 2024

Superseded by #11752.

@dependabot dependabot bot closed this Jun 19, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/packages/static-build/test/fixtures/hydrogen-v2023/core-a2a199aec1 branch June 19, 2024 08:18
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.

None yet

0 participants