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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 24, 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.74.1

Release notes

Sourced from @​shopify/cli's releases.

3.74.1

  • Fix shopify theme dev to no longer fail when development themes expire in internationalized stores

3.74.0

Themes

  • Add theme profile command which allows users to get a performance profile for Liquid rendering on a given page Shopify/cli#5109
  • Give `theme infop a facelift using standard UI components Shopify/cli#5197
  • Unify how asset upload errors are reported in the theme dev command Shopify/cli#5209
  • Store theme asset upload errors encountered while running the theme dev command Shopify/cli#5220
  • Fix shopify theme dev to no longer fail when development themes expire in internationalized stores Shopify/cli#5200
  • When the .shopify/metafields.json file gets created, the CLI now proposes to add it to .gitignore by default Shopify/cli#5184
  • Fix documentation for theme push --only Shopify/cli#5206
  • Improve storefront password protection check Shopify/cli#5166

Apps

  • Give app info a facelift and correct a few display bugs Shopify/cli#5170
  • Add support for variables query param in graphiql Shopify/cli#5161
  • Remove localization file size validations from the CLI and move them into Shopify's backend Shopify/cli#5165 Better error message for certain types of invalid app TOML files Shopify/cli#5196
  • Validate the @shopify/shopify_function NPM package version is compatible with the Javy version Shopify/cli#5153

Cli-kit

3.73.2

What's Changed

  • Fix shopify theme dev to no longer fail when development themes expire in internationalized stores Shopify/cli#5202

3.73.1

App

  • Credit card payment extensions must include a supports_moto property

3.73.0

Themes

  • Developers can now use the shopify theme metafields pull command to download metafields, which can then be used for more refined code completion.
  • Ensure git directory is clean when running theme pull

Apps

  • All function builds are now optimized with wasm-opt by default. This can be disabled with wasm_opt = false in [extensions.build].
  • Bump function-runner version to v7.0.0
  • Use Shopify Functions Javy plugin instead of default Javy plugin for building JS Shopify Functions

3.72.2

Theme

... (truncated)

Changelog

Sourced from @​shopify/cli's changelog.

@​shopify/cli

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

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

... (truncated)

Commits
  • 8ea249f Version Packages
  • 05afd3f Revert "Fetch notifications in background"
  • 82e8981 Merge branch 'main' into theme-profile
  • f8bb4d6 Move speedscore from deps to assets
  • 6e9888c Add --environment flag to theme profile
  • 5be14a5 Fix documentation. Download -> Push
  • dbfa8b9 Fix json flag polluting stdout in theme profile
  • 261ee48 Add example of tabularData to kitchen sink
  • 1e4e69c Fix speedscope error on shopify theme profile (#5178)
  • 2241a17 Refresh OCLIF manifest
  • 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

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


Updates `@shopify/cli` from 3.49.2 to 3.74.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.74.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)

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]>
Copy link
Author

dependabot bot commented on behalf of github Jan 24, 2025

The following labels could not be found: dependencies.

Copy link
Author

dependabot bot commented on behalf of github Feb 7, 2025

Superseded by #79.

@dependabot dependabot bot closed this Feb 7, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/packages/static-build/test/fixtures/hydrogen-v2023/core-6d7abf3fd5 branch February 7, 2025 19:13
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