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 10 updates #369

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps the everything group with 10 updates:

Package From To
@oclif/core 3.15.1 3.25.2
@shopify/cli-kit 3.56.0 3.57.1
@types/node 18.19.3 20.11.29
picomatch 3.0.1 4.0.1
postcss 8.4.35 8.4.36
postcss-preset-env 9.5.0 9.5.2
@oclif/test 3.2.1 3.2.6
@vitest/coverage-v8 1.3.1 1.4.0
oclif 4.0.2 4.5.7
vitest 1.3.1 1.4.0

Updates @oclif/core from 3.15.1 to 3.25.2

Release notes

Sourced from @​oclif/core's releases.

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)

3.21.2

Bug Fixes

3.21.1

Bug Fixes

  • allow arg to be empty string (629d482)

... (truncated)

Changelog

Sourced from @​oclif/core's changelog.

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

Features

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

3.23.1 (2024-03-11)

Bug Fixes

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

... (truncated)

Commits
  • 2582c87 chore(release): 3.25.2 [skip ci]
  • 0b7385f fix: allow .tsx and .jsx help class files (#1016)
  • 7fdc399 chore(release): 3.25.1 [skip ci]
  • 47081db fix: ensure string is passed to process.emitWarning (#1015)
  • 7126bc3 chore(release): 3.25.0 [skip ci]
  • 7133a97 feat: show truncated help on some errors (#1004)
  • 6894fb9 chore(release): 3.24.0 [skip ci]
  • c35e266 Merge pull request #1003 from oclif/mdonnalley/multi-arg-help
  • ed87526 chore(release): 3.23.1 [skip ci]
  • a8efedd fix: remove configured id from usage override (#1012)
  • Additional commits viewable in compare view


Updates @shopify/cli-kit from 3.56.0 to 3.57.1

Release notes

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

3.57.1

App

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
  • 7e4cb74 Merge pull request #3568 from Shopify/changeset-release/stable/3.57
  • f9a1a24 Version Packages
  • 2851b23 Merge pull request #3565 from Shopify/move-fix-link-apps-with-empty-scopes
  • cc14243 Fix link command for apps with empty scopes
  • 6f5faee Add stable/3.57 shipit configuration
  • 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
  • Additional commits viewable in compare view


Updates @types/node from 18.19.3 to 20.11.29

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 postcss from 8.4.35 to 8.4.36

Release notes

Sourced from postcss's releases.

8.4.36

  • Fixed original.column are not numbers error on broken previous source map.
Changelog

Sourced from postcss's changelog.

8.4.36

  • Fixed original.column are not numbers error on broken previous source map.
Commits


Updates postcss-preset-env from 9.5.0 to 9.5.2

Changelog

Sourced from postcss-preset-env's changelog.

9.5.2

March 17, 2024

9.5.1

March 13, 2024

Commits


Updates @oclif/test from 3.2.1 to 3.2.6

Release notes

Sourced from @​oclif/test's releases.

3.2.6

Bug Fixes

  • deps: bump @​oclif/core from 3.23.0 to 3.25.2 (4fada36)

3.2.5

Bug Fixes

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.6 (2024-03-17)

Bug Fixes

  • deps: bump @​oclif/core from 3.23.0 to 3.25.2 (4fada36)

3.2.5 (2024-03-11)

Bug Fixes

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
  • 213ee67 chore(release): 3.2.6 [skip ci]
  • bf58caa Merge pull request #520 from oclif/dependabot-npm_and_yarn-oclif-core-3.25.2
  • 4fada36 fix(deps): bump @​oclif/core from 3.23.0 to 3.25.2
  • 2800e55 chore(release): 3.2.5 [skip ci]
  • fd0f560 fix: manually bump version
  • 8d9d9ca Merge pull request #517 from oclif/mdonnalley/516
  • e2028c0 fix: dont use named import
  • e1f5d3c Merge pull request #515 from oclif/mdonnalley/bump-deps
  • f1241da chore(deps): bump eslint deps
  • 61bb1ac chore(release): 3.2.3 [skip ci]
  • Additional commits viewable in compare view


Updates @vitest/coverage-v8 from 1.3.1 to 1.4.0

Release notes

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

v1.4.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • a8da192 chore: release v1.4.0
  • 600b44d feat(coverage): support --changed option (#5314)
  • 6eda473 fix(coverage): respect source maps of pre-transpiled sources (#5367)
  • c3eb8de fix(coverage): v8 to ignore type-only files (#5328)
  • 074450e chore(deps): update istanbul-lib-source-maps to v5 (#5304)
  • d68a739 fix(coverage): expensive regexp hangs v8 report generation (#5259)
  • See full diff in compare view


Updates oclif from 4.0.2 to 4.5.7

Release notes

Sourced from oclif's releases.

4.5.7

Bug Fixes

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

4.5.6

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.515.0 to 3.535.0 (69b8209)

4.5.5

Bug Fixes

  • deps: bump @​oclif/plugin-help from 6.0.14 to 6.0.18 (e927d72)

4.5.4

Bug Fixes

4.5.3

Bug Fixes

  • deps: bump @​oclif/plugin-not-found from 3.0.11 to 3.0.14 (#1330) (d228797)

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)

... (truncated)

Changelog

Sourced from oclif's changelog.

4.5.7 (2024-03-17)

Bug Fixes

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

4.5.6 (2024-03-17)

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.515.0 to 3.535.0 (69b8209)

4.5.5 (2024-03-17)

Bug Fixes

  • deps: bump @​oclif/plugin-help from 6.0.14 to 6.0.18 (e927d72)

4.5.4 (2024-03-11)

Bug Fixes

4.5.3 (2024-03-11)

Bug Fixes

  • deps: bump @​oclif/plugin-not-found from 3.0.11 to 3.0.14 (#1330) (d228797)

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

... (truncated)

Commits
  • 31bfac5 chore(release): 4.5.7 [skip ci]
  • eb4de53 Merge pull request #1335 from oclif/dependabot-npm_and_yarn-aws-sdk-client-cl...
  • c3ecd89 Merge pull request #1336 from oclif/dependabot-npm_and_yarn-eslint-config-ocl...
  • 514c4ab fix(deps): bump @​aws-sdk/client-cloudfront from 3.525.0 to 3.535.0
  • c3e82fe chore(release): 4.5.6 [skip ci]
  • 376bcd9 Merge pull request #1337 from oclif/dependabot-npm_and_yarn-aws-sdk-client-s3...
  • 69b8209 fix(deps): bump @​aws-sdk/client-s3 from 3.515.0 to 3.535.0
  • 0fbcd35 chore(release): 4.5.5 [skip ci]
  • 85a5365 Merge pull request #1338 from oclif/dependabot-npm_and_yarn-oclif-plugin-help...
  • e927d72 fix(deps): bump @​oclif/plugin-help from 6.0.14 to 6.0.18
  • Additional commits viewable in compare view


Updates vitest from 1.3.1 to 1.4.0

Release notes

Sourced from vitest's releases.

v1.4.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • a8da192 chore: release v1.4.0
  • d7e8b53 feat(config): deprecate cache.dir option (#5229)
  • c652148 chore: remove unused property
  • ce5ca6b fix(vitest): logs in beforeAll and afterAll (#5288)
  • 51d1d47 fix(vitest): correctly override api with --no-api flag (#5386)
  • efe441f chore: guard try/catch in websocket reporter
  • 07ec377 fix(coverage): prevent reportsDirectory from removing user's project (#5376)
  • dependabot[bot] commented 7 months ago

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