archetype-themes / plugin-theme-component

A Shopify CLI plugin for building theme components.
MIT License
9 stars 4 forks source link

npm(deps): bump the everything group with 5 updates #382

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 7 months ago

Bumps the everything group with 5 updates:

Package From To
@oclif/core 3.15.1 3.26.0
@shopify/cli-kit 3.56.0 3.58.0
@types/node 18.19.3 20.11.30
picomatch 3.0.1 4.0.2
oclif 4.0.2 4.7.1

Updates @oclif/core from 3.15.1 to 3.26.0

Release notes

Sourced from @​oclif/core's releases.

3.26.0

Features

3.25.3

Bug Fixes

  • show options when required flag or arg is not given a value (#1017) (003ad6f)

3.25.2

Bug Fixes

3.25.1

Bug Fixes

  • ensure string is passed to process.emitWarning (#1015) (47081db)

3.25.0

Features

3.24.0

Bug Fixes

Features

  • print ellipsis on arg if static is false (7a71524)

3.23.1

Bug Fixes

  • remove configured id from usage override (#1012) (a8efedd)

3.23.0

Features

3.22.0

Features

  • support plugins with wildcards (966db94)

... (truncated)

Changelog

Sourced from @​oclif/core's changelog.

3.26.0 (2024-03-22)

Features

3.25.3 (2024-03-19)

Bug Fixes

  • show options when required flag or arg is not given a value (#1017) (003ad6f)

3.25.2 (2024-03-15)

Bug Fixes

3.25.1 (2024-03-14)

Bug Fixes

  • ensure string is passed to process.emitWarning (#1015) (47081db)

3.25.0 (2024-03-12)

Features

3.24.0 (2024-03-11)

Bug Fixes

... (truncated)

Commits
  • e239cf7 chore(release): 3.26.0 [skip ci]
  • 80745c4 feat: add preparse hook (#1005)
  • f2b7f51 ci: add new label to exempt list [skip ci]
  • 0a7f388 ci: add new label to exempt list [skip ci]
  • 2ba68c5 ci: add stale workflow [skip ci]
  • 54530e8 chore(release): 3.25.3 [skip ci]
  • 003ad6f fix: show options when required flag or arg is not given a value (#1017)
  • 1d0f9e9 ci: revert test workflow action
  • 4c0bf3e ci: test only on pull_request
  • e495adc ci: add more event triggers
  • Additional commits viewable in compare view


Updates @shopify/cli-kit from 3.56.0 to 3.58.0

Release notes

Sourced from @​shopify/cli-kit's releases.

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

@​shopify/cli@​3.58.0

Minor Changes

  • d1c4f4bf7: Adds editor extension collection specification here

Patch Changes

  • 960cdc0a2: Add a new "app init" command
  • 94da7f678: Move webhook commands under app
  • d1c4f4bf7: Renames nested write_privacy_consent capability to customer_privacy under collect_buyer_consent

@​shopify/cli-kit@​3.58.0

Minor Changes

  • 3affd6bbe: Support parsing multiline environment variables in .env file

Patch Changes

  • ab752de6e: Add function to perform glob pattern matching
  • cedd14e6c: Improve the error message for invalid custom token

@​shopify/create-app@​3.58.0

Minor Changes

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

@​shopify/theme@​3.58.0

Minor Changes

  • e0feb4414: - Refine theme push implementation to no longer require Ruby setup.
    • Move Ruby implementation behind --stable flag
  • a0a69d9a2: Add support for retrieving single theme information via shopify theme info --theme <themeNameOrID> (other supported flags: --store, --environment, --development, --json)

Patch Changes

... (truncated)

Commits
  • a36cb9c Merge pull request #3525 from Shopify/changeset-release/main
  • d3ca2ac Version Packages
  • d0e9db8 Merge pull request #3609 from Shopify/changeset-to-global
  • d1c4f4b move to global changeset dir
  • ed27915 Merge pull request #3608 from Shopify/change-set-editor-extension-collection
  • 6c76035 add changeset for editor extension collection
  • 376eb7e Merge pull request #3607 from Shopify/use-local-create-app
  • 060f6c0 Use local create-app when generating local app
  • c94af4f Merge pull request #3604 from Shopify/theme-fix-minor-change
  • c463bbe change to minor version
  • Additional commits viewable in compare view


Updates @types/node from 18.19.3 to 20.11.30

Commits


Updates picomatch from 3.0.1 to 4.0.2

Changelog

Sourced from picomatch's changelog.

Release history

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

  • Changelogs are for humans, not machines.
  • There should be an entry for every single version.
  • The same types of changes should be grouped.
  • Versions and sections should be linkable.
  • The latest version comes first.
  • The release date of each versions is displayed.
  • Mention whether you follow Semantic Versioning.

Changelog entries are classified using the following labels (from keep-a-changelog):

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.

4.0.0 (2024-02-07)

Fixes

Changed

Commits


Updates oclif from 4.0.2 to 4.7.1

Release notes

Sourced from oclif's releases.

4.7.1

Bug Fixes

4.7.0

Features

4.6.3

Bug Fixes

  • deps: bump @​oclif/plugin-warn-if-update-available (8a29172)

4.6.2

Bug Fixes

  • deps: bump @​inquirer/input from 2.0.0 to 2.1.0 (75aa6a8)

4.6.1-dev.1 (2024-03-21)

Bug Fixes

  • add oclif script, update readme flag (cbf5bcc)
  • remove unused yes flag from generate command and generate hook commands (78a6238)

4.6.1-dev.0 (2024-03-20)

Bug Fixes

  • pass in custom command for readme generation (63bb314)

4.6.1-dev.1

Bug Fixes

  • add oclif script, update readme flag (cbf5bcc)
  • remove unused yes flag from generate command and generate hook commands (78a6238)

4.6.1-dev.0

Bug Fixes

  • pass in custom command for readme generation (63bb314)

4.6.0

Features

... (truncated)

Changelog

Sourced from oclif's changelog.

4.7.1 (2024-03-28)

Bug Fixes

4.7.0 (2024-03-26)

Features

4.6.3 (2024-03-24)

Bug Fixes

  • deps: bump @​oclif/plugin-warn-if-update-available (8a29172)

4.6.2 (2024-03-24)

Bug Fixes

  • deps: bump @​inquirer/input from 2.0.0 to 2.1.0 (75aa6a8)

4.6.1 (2024-03-21)

4.6.1-dev.1 (2024-03-21)

Bug Fixes

  • add oclif script, update readme flag (cbf5bcc)
  • remove unused yes flag from generate command and generate hook commands (78a6238)

4.6.1-dev.0 (2024-03-20)

Bug Fixes

  • pass in custom command for readme generation (63bb314)

4.6.0 (2024-03-19)

Features

4.5.7 (2024-03-17)

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.525.0 to 3.535.0 (514c4ab)

... (truncated)

Commits
  • f3e5bcd chore(release): 4.7.1 [skip ci]
  • f554696 fix: doc pretarball in help (#1348)
  • 93cc3f0 chore(release): 4.7.0 [skip ci]
  • f96fe18 feat: add pnpm to the list of supported package managers (#1340) (#1346)
  • 358ad4c Merge pull request #1341 from oclif/dependabot-npm_and_yarn-typescript-5.4.3
  • 4a7ce49 Merge pull request #1342 from oclif/dependabot-npm_and_yarn-types-node-18.19.26
  • c479713 chore(release): 4.6.3 [skip ci]
  • f46fd5f Merge pull request #1343 from oclif/dependabot-npm_and_yarn-oclif-plugin-warn...
  • 51f4375 Merge pull request #1344 from oclif/dependabot-npm_and_yarn-commitlint-config...
  • 946f564 chore(dev-deps): bump @​types/node from 18.19.22 to 18.19.26
  • Additional commits viewable in compare view


You can trigger a rebase of this PR 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 6 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.