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 12 updates #358

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps the everything group with 12 updates:

Package From To
@oclif/core 3.15.1 3.23.0
@shopify/cli-kit 3.56.1 3.57.0
@types/node 18.19.3 20.11.25
chokidar 3.5.3 3.6.0
picomatch 3.0.1 4.0.1
pino 8.17.2 8.19.0
postcss 8.4.33 8.4.35
postcss-import 15.1.0 16.0.1
postcss-preset-env 9.3.0 9.5.0
@vitest/coverage-v8 1.2.2 1.3.1
oclif 4.0.2 4.5.0
vitest 1.2.2 1.3.1

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.1 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 = ""
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 chokidar from 3.5.3 to 3.6.0

Release notes

Sourced from chokidar's releases.

3.6.0

What's Changed

New Contributors

Full Changelog: https://github.com/paulmillr/chokidar/compare/3.5.3...3.6.0

Commits
  • 7c50e25 Release 3.6.0.
  • 112015f Add github ci autopublish
  • ab12362 Merge pull request #1300 from ben-polinsky/fix-fswatcher-types-1299
  • 29a2f13 fix formatting
  • a0f9e09 update fs.FSWatcher types to satisfy node versions >= 16; fixes #1299
  • 5589454 Merge pull request #1197 from MarcCelani-at/handleMustScanSubDirs
  • 399647e Merge pull request #1288 from JLHwung/fix-ready-count
  • f022fe7 ready call # is unfortunately platform specific
  • 1370123 fix readyCount logic
  • 08318d6 Adjust funding field in pkg
  • Additional commits viewable in compare view


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 pino from 8.17.2 to 8.19.0

Release notes

Sourced from pino's releases.

v8.19.0

What's Changed

New Contributors

Full Changelog: https://github.com/pinojs/pino/compare/v8.18.0...v8.19.0

v8.18.0

What's Changed

New Contributors

Full Changelog: https://github.com/pinojs/pino/compare/v8.17.2...v8.18.0

Commits


Updates postcss from 8.4.33 to 8.4.35

Release notes

Sourced from postcss's releases.

8.4.35

  • Avoid ! in node.parent.nodes type.
  • Allow to pass undefined to node adding method to simplify types.

8.4.34

Changelog

Sourced from postcss's changelog.

8.4.35

  • Avoid ! in node.parent.nodes type.
  • Allow to pass undefined to node adding method to simplify types.

8.4.34

  • Fixed AtRule#nodes type (by Tim Weißenfels).
  • Cleaned up code (by Dmitry Kirillov).
Commits


Updates postcss-import from 15.1.0 to 16.0.1

Changelog

Sourced from postcss-import's changelog.

16.0.1 / 2024-02-14

  • Fix crash when handling some @imports with media conditions (#557, #558)

16.0.0 / 2024-01-02

  • BREAKING: Require Node.js v18+ (#550, #551)
  • BREAKING: Signifigant rewrite, with small behavioral tweaks in a number of edge cases
  • Support for @supports conditional imports added (#532, #548)
  • When skipDuplicates is false, handles import cycles correctly (#462, #535)
  • Add warnOnEmpty option to allow disabling warnings for empty files (#84, #541)
  • Use proper node.errors (#518, #540)

Huge thanks to @romainmenke for all the hard work he put into this release.

Commits


Updates postcss-preset-env from 9.3.0 to 9.5.0

Changelog

Sourced from postcss-preset-env's changelog.

9.5.0

March 6, 2024

9.4.0

February 19, 2024

... (truncated)

Commits


Updates @vitest/coverage-v8 from 1.2.2 to 1.3.1

Release notes

Sourced from @​vitest/coverage-v8's releases.

v1.3.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v1.3.0

🚀 Features

🐞 Bug Fixes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by vitestbot, a new releaser for @​vitest/coverage-v8 since your current version.


Updates oclif from 4.0.2 to 4.5.0

Release notes

Sourced from oclif's releases.

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

  • deps: bump @​oclif/core from 3.19.1 to 3.19.2 (ff48955)

4.4.15

Bug Fixes

  • deps: bump semver and @​types/semver (98b48e0)

4.4.14

Bug Fixes

... (truncated)

Changelog

Sourced from oclif's changelog.

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)

Bug Fixes

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

4.4.16 (2024-02-19)

Bug Fixes

    <... _Description has been truncated_
dependabot[bot] commented 7 months ago

Superseded by #359.