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

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps the everything group with 10 updates:

Package From To
@oclif/core 3.15.1 3.19.2
@types/node 18.19.3 20.11.19
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
@vitest/coverage-v8 1.2.2 1.3.0
oclif 4.0.2 4.4.16
vitest 1.2.2 1.3.0

Updates @oclif/core from 3.15.1 to 3.19.2

Release notes

Sourced from @​oclif/core's releases.

3.19.2

Bug Fixes

  • allow long text in ux.prompt (7d521b2)

3.19.2-qa.0

Bug Fixes

Features

  • add import strategy for command discovery (2ca6815)
  • add new strategy for single command CLIs (994bd0a)

3.19.2-dev.0

Features

3.19.1

Bug Fixes

  • parser: cache stdin value in global scope (#935) (c8bf886)

3.19.0

Bug Fixes

  • dont indent when no shor char (03c597a)
  • merge default and user theme (3798f4c)
  • prefer user theme (5eaed66)
  • return undefined if no theme (3cb3373)

Features

  • allow theme file to be configurable (ab502b4)

3.18.2

Bug Fixes

3.18.1

Bug Fixes

  • make @​types/cli-progress a dependency (#922) (6528850)

... (truncated)

Changelog

Sourced from @​oclif/core's changelog.

3.19.2 (2024-02-14)

Bug Fixes

  • allow long text in ux.prompt (7d521b2)

3.19.1 (2024-02-06)

Bug Fixes

  • parser: cache stdin value in global scope (#935) (c8bf886)

3.19.0 (2024-02-05)

Bug Fixes

  • dont indent when no shor char (03c597a)
  • merge default and user theme (3798f4c)
  • prefer user theme (5eaed66)
  • return undefined if no theme (3cb3373)

Features

  • allow theme file to be configurable (ab502b4)

3.18.2 (2024-01-31)

Bug Fixes

3.18.1 (2024-01-10)

Bug Fixes

  • make @​types/cli-progress a dependency (#922) (6528850)

... (truncated)

Commits
  • e0c061a chore(release): 3.19.2 [skip ci]
  • dfeaadb Merge pull request #953 from oclif/mdonnalley/long-text
  • 05c7186 test: unfancy prompt tests
  • 7d521b2 fix: allow long text in ux.prompt
  • e54ed76 chore: formatting
  • 2f1c119 chore: simplify ESM execute example (#942)
  • 0b5d809 chore(dev-deps): bump prettier from 3.2.4 to 3.2.5 (#947)
  • f3a26be Merge pull request #949 from oclif/dependabot-npm_and_yarn-oclif-test-3.1.14
  • 205ea79 Merge pull request #950 from oclif/dependabot-npm_and_yarn-oclif-plugin-plugi...
  • 63605a1 Merge pull request #951 from oclif/dependabot-npm_and_yarn-mocha-10.3.0
  • Additional commits viewable in compare view


Updates @types/node from 18.19.3 to 20.11.19

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 @vitest/coverage-v8 from 1.2.2 to 1.3.0

Release notes

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

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.4.16

Release notes

Sourced from oclif's releases.

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

  • deps: bump @​aws-sdk/client-s3 from 3.504.0 to 3.515.0 (399ca95)

4.4.13

Bug Fixes

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

4.4.13-dev.0

Bug Fixes

  • handle non-string oclif.commands (21e32d3)
  • resolution for dev oclif/core (78af974)

4.4.12

Bug Fixes

  • respect tsconfig outDir when generating hook (#1293) (dcca71a)

4.4.11

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.504.0 to 3.511.0 (494afde)

4.4.10

Bug Fixes

  • deps: bump @​oclif/plugin-not-found from 3.0.9 to 3.0.10 (fb86b55)

4.4.9

Bug Fixes

  • deps: bump @​oclif/core from 3.18.2 to 3.19.1 (cdfb793)

4.4.8

Bug Fixes

... (truncated)

Changelog

Sourced from oclif's changelog.

4.4.16 (2024-02-19)

Bug Fixes

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

4.4.15 (2024-02-18)

Bug Fixes

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

4.4.14 (2024-02-18)

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.504.0 to 3.515.0 (399ca95)

4.4.13 (2024-02-18)

Bug Fixes

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

4.4.12 (2024-02-15)

Bug Fixes

  • respect tsconfig outDir when generating hook (#1293) (dcca71a)

4.4.11 (2024-02-12)

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.504.0 to 3.511.0 (494afde)

4.4.10 (2024-02-11)

Bug Fixes

  • deps: bump @​oclif/plugin-not-found from 3.0.9 to 3.0.10 (fb86b55)

4.4.9 (2024-02-11)

Bug Fixes

  • deps: bump @​oclif/core from 3.18.2 to 3.19.1 (cdfb793)

4.4.8 (2024-02-09)

... (truncated)

Commits
  • e46e732 chore(release): 4.4.16 [skip ci]
  • 4a9eb6c Merge pull request #1296 from oclif/dependabot-npm_and_yarn-oclif-core-3.19.2
  • 8286daa chore(release): 4.4.15 [skip ci]
  • 8be5b84 Merge pull request #1297 from oclif/dependabot-npm_and_yarn-semver-and-types-...
  • 98b48e0 fix(deps): bump semver and @​types/semver
  • 193ae84 Merge pull request #1298 from oclif/dependabot-npm_and_yarn-eslint-config-ocl...
  • ff48955 fix(deps): bump @​oclif/core from 3.19.1 to 3.19.2
  • 1713c4b chore(release): 4.4.14 [skip ci]
  • 86f3c73 Merge pull request #1299 from oclif/dependabot-npm_and_yarn-aws-sdk-client-s3...
  • d68c60f chore(release): 4.4.13 [skip ci]
  • Additional commits viewable in compare view


Updates vitest from 1.2.2 to 1.3.0

Release notes

Sourced from vitest's releases.

v1.3.0

🚀 Features

🐞 Bug Fixes

dependabot[bot] commented 8 months ago

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