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 in /packages/static-build/test/fixtures/hydrogen-v2023 with 6 updates #11480

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 23, 2024

Bumps the core group in /packages/static-build/test/fixtures/hydrogen-v2023 with 6 updates:

Package From To
@shopify/cli 3.49.2 3.59.1
@shopify/cli-hydrogen 5.4.1 5.5.2
@shopify/hydrogen 2023.7.9 2023.10.6
@shopify/remix-oxygen 1.1.5 1.1.8
@shopify/hydrogen-react 2023.7.4 2023.10.1
@shopify/mini-oxygen 2.2.2 2.2.5

Updates @shopify/cli from 3.49.2 to 3.59.1

Release notes

Sourced from @​shopify/cli's releases.

3.59.1

Themes

  • Fix shopify theme dev and shopify theme console proxies following session changes and bring back the legacy shopify theme push implementation in CI/CD workflows: Shopify/cli#3769
  • Fix shopify theme dev proxy to use development theme: Shopify/cli#3771

3.59.0

Shopify CLI

Shopify CLI now defaults to be a global CLI and all commands have been unified under a single npm package: @shopify/cli.

Check out the new CLI documentation.

Apps

Themes

  • Fix Theme Push Execution when password flag is provided: Shopify/cli#3645
  • Remove requirement to provide name flag in theme rename command: Shopify/cli#3644
  • Update theme push theme selection text: Shopify/cli#3670
  • Improve Glob Pattern subdirectory mismatch error handling: Shopify/cli#3669
  • Introduce support to Theme Access app in the new shopify theme push implementation: Shopify/cli#3675
  • Introduce support to the blocks/ directory in shopify theme push: Shopify/cli#3676
  • Fix shopify theme dev issue to avoid previewing the live theme instead of the development: Shopify/cli#3706

Full Changelog: Shopify/cli@3.58.2...3.59.0

3.58.2

What's Changed

3.58.1

What's Changed

3.58.0

@​shopify/app@​3.58.0

Minor Changes

  • 960cdc0a2: Add a new "app init" command

Patch Changes

  • 94da7f678: Move webhook commands under app

... (truncated)

Commits
  • d82d4a4 add changeset
  • 4975bb9 Add clean and build steps to stable shipit config
  • a5c2d79 [3.59] Fix shopify theme dev proxy to use development theme (#3771)
  • 8a26af9 Merge pull request #3770 from Shopify/changeset-release/stable/3.59
  • a9e9b69 Version Packages
  • c181ebe [3.59] Fix shopify theme dev and shopify theme console proxies following ...
  • a70ec32 Add stable/3.59 shipit configuration
  • 2b5c296 Merge pull request #3726 from Shopify/release-notes-3.59
  • 083a2a2 Add release notes for 3.59.0
  • 03c6419 Merge pull request #3724 from Shopify/fix-pnpm-version-on-shipit-scripts
  • 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

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

Bumps the core group in /packages/static-build/test/fixtures/hydrogen-v2023 with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@shopify/cli](https://github.com/Shopify/cli) | `3.49.2` | `3.59.1` |
| [@shopify/cli-hydrogen](https://github.com/Shopify/cli) | `5.4.1` | `5.5.2` |
| [@shopify/hydrogen](https://github.com/Shopify/hydrogen-v1/tree/HEAD/packages/hydrogen) | `2023.7.9` | `2023.10.6` |
| @shopify/remix-oxygen | `1.1.5` | `1.1.8` |
| [@shopify/hydrogen-react](https://github.com/shopify/hydrogen/tree/HEAD/packages/hydrogen-react) | `2023.7.4` | `2023.10.1` |
| [@shopify/mini-oxygen](https://github.com/Shopify/hydrogen) | `2.2.2` | `2.2.5` |


Updates `@shopify/cli` from 3.49.2 to 3.59.1
- [Release notes](https://github.com/Shopify/cli/releases)
- [Commits](Shopify/cli@3.49.2...3.59.1)

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 added the dependencies Pull requests that update a dependency file label Apr 23, 2024
Copy link

changeset-bot bot commented Apr 23, 2024

🦋 Changeset detected

Latest commit: 283dcee

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 0 packages

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

Not sure what this means? Click here to learn what changesets are.

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

@EndangeredMassa EndangeredMassa added the pr: automerge Automatically merge the PR when checks pass label Apr 25, 2024
…d/test/fixtures/hydrogen-v2023/core-66e4686d5c
@gs0510 gs0510 removed the pr: automerge Automatically merge the PR when checks pass label Apr 29, 2024
@TooTallNate TooTallNate added the pr: automerge Automatically merge the PR when checks pass label Apr 30, 2024
…d/test/fixtures/hydrogen-v2023/core-66e4686d5c
…d/test/fixtures/hydrogen-v2023/core-66e4686d5c
@kodiakhq kodiakhq bot merged commit 1c8f0a4 into main Apr 30, 2024
110 checks passed
@kodiakhq kodiakhq bot deleted the dependabot/npm_and_yarn/packages/static-build/test/fixtures/hydrogen-v2023/core-66e4686d5c branch April 30, 2024 08:24
TooTallNate pushed a commit that referenced this pull request Apr 30, 2024
…-build/test/fixtures/hydrogen-v2023 with 6 updates" (#11521)

Reverts #11480

This was merged in when we weren't running the tests.
([Fix](#11518)).
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 pr: automerge Automatically merge the PR when checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants