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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 29, 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.66.1

Release notes

Sourced from @​shopify/cli's releases.

3.66.1

3.66.0

CLI

  • Display daily upgrade reminder when a new version is available
  • Improve handling of 429 rate limiting for large projects

CLI-kit

  • Add cached package version checks
  • Fix small UI issue when using an invalid shop

App

  • General availability of log streaming for Shopify Functions in the app dev and app logs commands
  • Add required_scopes to the app_access module
  • Disable app linking prompt on deploy when API key is provided
  • Avoid duplicated error messages for invalid URLs in the TOML
  • Fix: Only proxy frontend web service, do not direct requests to any other web service
  • Upgrade cloudflared to 2024.8.2 and use the arm64 release

Theme

  • Release the developer preview for the Theme Console command
  • Update the theme selector to no longer match partial theme names by default; use the '*' character to enable partial matching

3.65.3

  • Bump cli-hydrogen version. Notes.

Full Changelog: Shopify/cli@3.65.2...3.65.3

3.65.2

  • Fix a bug with the Shopify function runner and Javy on Windows
  • Fix a bug with importing Flow extensions with particularly long names

3.65.1

What's Changed

  • Disable app linking prompt on deploy when API key is provided Shopify/cli#4267

Full Changelog: Shopify/cli@3.65.0...3.65.1

3.65.0

CLI

  • [Checkout extensibility] Adds iframe.sources capability Shopify/cli#4192
  • Replace sample domain with IANA-reserved domain for technical documentation Shopify/cli#4241

App

  • Introduce .wasm asset support for theme app extensions Shopify/cli#4229
  • Fix webhook URI transformation in TOML to relative path when the app URL ends with a slash Shopify/cli#4253
  • Clear cache on app init to avoid issues when re-using a folder Shopify/cli#4186

... (truncated)

Changelog

Sourced from @​shopify/cli's changelog.

@​shopify/cli

3.66.0

Minor Changes

  • 05cbe63566: Display daily upgrade reminder when a new version is available

Patch Changes

  • 40a7b1229a: CLI now better handles 429 rate limiting for large projects

3.65.0

Minor Changes

  • 28acb03664: [Checkout extensibility] Adds iframe.sources capability

Patch Changes

  • 8da3bd7d02: Replace sample domain with IANA-reserved domain for technical documentation

3.64.0

Minor Changes

  • cb06f10e1: Added extension type pos_ui_extension to the ui_extension migration process

3.63.0

Minor Changes

  • 7742994a5: Log streaming for Shopify Functions within app dev and re-execution of function runs via app function replay are available in beta. See Shopify Functions documentation for more information.

Patch Changes

  • 9d3a6bade: Updated nx and eslint rules

3.62.0

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]

... (truncated)

Commits
  • 2c08094 Version Packages
  • 6681848 Use oclif multiple flag on source
  • 1fb11cd Merge pull request #4310 from Shopify/upgrade-reminders
  • 59ca4e6 Fix circular dependency loading issue
  • af41708 Fix import
  • 9c22d02 Use joint upgrade command generator for warning and upgrade command
  • ff35dbb Remove flag requirement for log streaming
  • 952564e Merge pull request #4332 from Shopify/functions.367.trim_help_flags
  • f7f660f updating app logs help description
  • 8783ae1 Removing irrelevant flags from app logs help command display
  • 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

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 dependencies Pull requests that update a dependency file pr: automerge Automatically merge the PR when checks pass labels Aug 29, 2024
Copy link

changeset-bot bot commented Aug 29, 2024

⚠️ No Changeset found

Latest commit: d595376

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 Aug 29, 2024

…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.66.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.66.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-b455dc83c1 branch from 910414b to d595376 Compare August 30, 2024 08:24
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

0 participants