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 6 updates #360

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps the everything group with 6 updates:

Package From To
@oclif/core 3.15.1 3.23.0
@shopify/cli-kit 3.56.0 3.57.0
@types/node 18.19.3 20.11.25
picomatch 3.0.1 4.0.1
@oclif/test 3.2.1 3.2.3
oclif 4.0.2 4.5.2

Updates @oclif/core from 3.15.1 to 3.23.0

Release notes

Sourced from @​oclif/core's releases.

3.23.0

Features

3.22.0

Features

  • support plugins with wildcards (966db94)

3.21.2

Bug Fixes

3.21.1

Bug Fixes

  • allow arg to be empty string (629d482)

3.21.0

Features

  • add strategies for command discovery (#945) (eaf5a86)

Command Discovery Strategies

Support three strategies for command discovery:

  1. pattern - this is the current behavior that finds commands based on glob patterns
  2. explicit - find commands that are exported from a specified file. This is to support developers who wish to bundle their CLI into a single file.
  3. single - CLI contains a single command executed by top-level bin
pattern Strategy

For pattern, plugins could continue to do this:

{
  "oclif": {
    "commands": "./dist/commands",
  }
}

which will tell oclif to look for commands in that directory (this is skipped if an oclif.manifest.json is present)

Alternatively, plugins could set this configuration:

{
  "oclif": {
</tr></table> 

... (truncated)

Changelog

Sourced from @​oclif/core's changelog.

3.23.0 (2024-03-05)

Features

3.22.0 (2024-03-05)

Features

  • support plugins with wildcards (966db94)

3.21.2 (2024-03-04)

Bug Fixes

3.21.1 (2024-03-04)

Bug Fixes

  • allow arg to be empty string (629d482)

3.21.0 (2024-03-04)

Features

  • add strategies for command discovery (#945) (eaf5a86)

3.20.0 (2024-02-27)

Features

... (truncated)

Commits
  • a71f58b chore(release): 3.23.0 [skip ci]
  • 503c7ae feat: deprecate ux module (#1000)
  • 5cc9671 chore: .github files [skip ci]
  • 333b4b3 chore(release): 3.22.0 [skip ci]
  • a43c000 Merge pull request #978 from oclif/mdonnalley/wildcard-plugins
  • dd4a0d8 chore(release): 3.21.2 [skip ci]
  • 5cec2b2 fix: improve module load error handling (#996)
  • d3a6d78 chore(release): 3.21.1 [skip ci]
  • b7f5ba1 chore(dev-deps): bump eslint-config-oclif from 5.0.2 to 5.0.4 (#994)
  • 1cfbf17 Merge pull request #983 from oclif/mdonnalley/empty-string-arg
  • Additional commits viewable in compare view


Updates @shopify/cli-kit from 3.56.0 to 3.57.0

Release notes

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

3.57.0

App

Theme

  • Fix shopify theme dev issue to avoid previewing the live theme instead of the development one Shopify/cli#3471

3.56.3

Theme

  • Fix shopify theme dev issue to avoid previewing the live theme instead of the development Shopify/cli#3471

3.56.2

App

  • Fixed only extensions app installation process when using scopes = ""

3.56.1

App

  • Remove unused customer privacy fields from web-pixel template
Commits
  • 1d00f06 Merge pull request #3441 from Shopify/changeset-release/main
  • 4f109dd Empty commit to kickstart PR checks
  • 8bcf016 Version Packages
  • 9a9ea10 Merge pull request #3458 from Shopify/remove-zod-schemas-from-app-json-info
  • 3e4e398 Lint fixes
  • c9cbf05 Add changeset
  • 3a6cdaa Remove zod schemas from app info JSON format
  • a4121b0 Merge pull request #3419 from Shopify/align-command-tokens
  • ef32ec0 Merge pull request #3483 from Shopify/dependabot-npm_and_yarn-oclif-b82ff9e3b3
  • ff48ade Merge pull request #3491 from Shopify/bump/theme-tools-2024-02-27
  • Additional commits viewable in compare view


Updates @types/node from 18.19.3 to 20.11.25

Commits


Updates picomatch from 3.0.1 to 4.0.1

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
  • 6ce95f5 4.0.1 - Node.js >=12
  • 9db2a4a 4.0.0
  • 335eac6 update benchmarks, upgrade devDependencies, lint
  • 4bc439e Merge pull request #124 from gwsbhqt/feat/browser-compat
  • 24fdd65 Merge pull request #128 from frandiox/patch-1
  • 2677de2 Merge pull request #126 from connor4312/issue-125
  • c0f9c55 Merge pull request #129 from styfle/remove-process-global
  • 3b2726c fix: ci doesnt run on <10 so we can remove this test
  • cc3eb75 fix: test less than node 10
  • 907d706 feat!: remove process global to work outside of node
  • Additional commits viewable in compare view


Updates @oclif/test from 3.2.1 to 3.2.3

Release notes

Sourced from @​oclif/test's releases.

3.2.3

Bug Fixes

  • deps: bump fancy-test from 3.0.11 to 3.0.12 (ba75072)

3.2.2

Bug Fixes

  • deps: bump @​oclif/core from 3.19.2 to 3.23.0 (1dbcf4e)
Changelog

Sourced from @​oclif/test's changelog.

3.2.3 (2024-03-10)

Bug Fixes

  • deps: bump fancy-test from 3.0.11 to 3.0.12 (ba75072)

3.2.2 (2024-03-10)

Bug Fixes

  • deps: bump @​oclif/core from 3.19.2 to 3.23.0 (1dbcf4e)
Commits
  • 61bb1ac chore(release): 3.2.3 [skip ci]
  • 04f644f Merge pull request #510 from oclif/dependabot-npm_and_yarn-fancy-test-3.0.12
  • ba75072 fix(deps): bump fancy-test from 3.0.11 to 3.0.12
  • 434520e chore(release): 3.2.2 [skip ci]
  • 385838f Merge pull request #511 from oclif/dependabot-npm_and_yarn-oclif-core-3.23.0
  • fcc5e7e Merge pull request #513 from oclif/dependabot-npm_and_yarn-typescript-5.4.2
  • 383af63 chore(dev-deps): bump typescript from 5.3.3 to 5.4.2
  • 1dbcf4e fix(deps): bump @​oclif/core from 3.19.2 to 3.23.0
  • 84726a3 chore: .github files [skip ci]
  • 3d5be16 chore: bump eslint-config-oclif
  • Additional commits viewable in compare view


Updates oclif from 4.0.2 to 4.5.2

Release notes

Sourced from oclif's releases.

4.5.2

Bug Fixes

4.5.1

Bug Fixes

  • handle single command CLI readme (fae4369)

4.5.0

Bug Fixes

Features

4.4.21

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.511.0 to 3.525.0 (747ccf7)

4.4.20

Bug Fixes

  • deps: bump @​oclif/plugin-help from 6.0.12 to 6.0.14 (16a24c3)

4.4.19

Bug Fixes

4.4.18

Bug Fixes

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

4.4.17

Bug Fixes

  • deps: bump ip from 2.0.0 to 2.0.1 (9dd712a)

4.4.16

Bug Fixes

... (truncated)

Changelog

Sourced from oclif's changelog.

4.5.2 (2024-03-07)

Bug Fixes

4.5.1 (2024-03-07)

Bug Fixes

  • handle single command CLI readme (fae4369)

4.5.0 (2024-03-05)

Bug Fixes

Features

4.4.21 (2024-03-04)

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.511.0 to 3.525.0 (747ccf7)

4.4.20 (2024-03-03)

Bug Fixes

  • deps: bump @​oclif/plugin-help from 6.0.12 to 6.0.14 (16a24c3)

4.4.19 (2024-02-26)

Bug Fixes

4.4.18 (2024-02-25)

Bug Fixes

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

4.4.17 (2024-02-21)

... (truncated)

Commits
  • 93af3df chore(release): 4.5.2 [skip ci]
  • 3a8f37d fix: force local paths when extracting on win32 (#1322) (#1323)
  • 644bda0 chore(release): 4.5.1 [skip ci]
  • fae4369 fix: handle single command CLI readme
  • 06de15f chore: .github files [skip ci]
  • 9054a3a chore: update bug template [skip ci]
  • 1cbb168 chore: update issue templates
  • f04dce2 chore(release): 4.5.0 [skip ci]
  • 964efaf feat: multi subtopic enhancements (#1320)
  • a80b8c7 Merge pull request #1311 from oclif/mdonnalley/validate-pkg-name
  • 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 7 months ago

Superseded by #361.