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

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps the everything group with 6 updates:

Package From To
@types/node 18.19.3 20.11.16
@oclif/core 3.15.1 3.19.1
chokidar 3.5.3 3.6.0
pino 8.17.2 8.18.0
postcss 8.4.33 8.4.34
oclif 4.0.2 4.4.7

Updates @types/node from 18.19.3 to 20.11.16

Commits


Updates @oclif/core from 3.15.1 to 3.19.1

Release notes

Sourced from @​oclif/core's releases.

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)

3.18.0

Features

3.17.0

Features

3.16.0

Features

Changelog

Sourced from @​oclif/core's changelog.

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)

3.18.0 (2024-01-09)

Features

... (truncated)

Commits
  • 6b9af08 chore(release): 3.19.1 [skip ci]
  • c8bf886 fix(parser): cache stdin value in global scope (#935)
  • 1c7ef23 chore(dev-deps): bump prettier from 3.1.1 to 3.2.4 (#936)
  • 8062995 chore(release): 3.19.0 [skip ci]
  • 1943ed0 Merge pull request #932 from oclif/mdonnalley/configurable-theme
  • ffa2a1c Merge pull request #924 from oclif/dependabot-npm_and_yarn-ts-node-10.9.2
  • a9881ad Merge pull request #937 from oclif/dependabot-npm_and_yarn-oclif-plugin-help-...
  • 01b7cac Merge pull request #938 from oclif/dependabot-npm_and_yarn-oclif-plugin-plugi...
  • 8362a0d chore(dev-deps): bump ts-node from 10.9.1 to 10.9.2
  • 033fc21 Merge pull request #939 from oclif/dependabot-npm_and_yarn-tsd-0.30.4
  • Additional commits viewable in compare view


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

Release notes

Sourced from pino's releases.

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

Release notes

Sourced from postcss's releases.

8.4.34

Changelog

Sourced from postcss's changelog.

8.4.34

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


Updates oclif from 4.0.2 to 4.4.7

Release notes

Sourced from oclif's releases.

4.4.7

Bug Fixes

  • update logic for exclusion from Windows Defender scans (#1276) (09a4409)

4.4.6

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.501.0 to 3.504.0 (#1277) (47dd2c9)

4.4.5

No release notes provided.

4.4.4

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.496.0 to 3.504.0 (244f5a4)

4.4.3

Bug Fixes

  • deps: bump @​oclif/core from 3.18.1 to 3.18.2 (f848a97)

4.4.2

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.496.0 to 3.501.0 (b1147bc)

4.4.1

Bug Fixes

  • deps: bump @​oclif/plugin-help from 6.0.9 to 6.0.12 (594ed0f)

4.4.0

Features

  • deprecate and hide lock command (053e877)

4.3.10

Bug Fixes

4.3.9

Bug Fixes

  • deps: bump @​oclif/plugin-not-found from 3.0.8 to 3.0.9 (7db473a)

4.3.8

Bug Fixes

... (truncated)

Changelog

Sourced from oclif's changelog.

4.4.7 (2024-02-06)

Bug Fixes

  • update logic for exclusion from Windows Defender scans (#1276) (09a4409)

4.4.6 (2024-02-05)

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.501.0 to 3.504.0 (#1277) (47dd2c9)

4.4.5 (2024-02-05)

4.4.4 (2024-02-04)

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.496.0 to 3.504.0 (244f5a4)

4.4.3 (2024-02-04)

Bug Fixes

  • deps: bump @​oclif/core from 3.18.1 to 3.18.2 (f848a97)

4.4.2 (2024-01-28)

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.496.0 to 3.501.0 (b1147bc)

4.4.1 (2024-01-28)

Bug Fixes

  • deps: bump @​oclif/plugin-help from 6.0.9 to 6.0.12 (594ed0f)

4.4.0 (2024-01-26)

Features

  • deprecate and hide lock command (053e877)

4.3.10 (2024-01-25)

Bug Fixes

... (truncated)

Commits
  • a128100 chore(release): 4.4.7 [skip ci]
  • 09a4409 fix: update logic for exclusion from Windows Defender scans (#1276)
  • bcd950c chore(release): 4.4.6 [skip ci]
  • 47dd2c9 fix(deps): bump @​aws-sdk/client-cloudfront from 3.501.0 to 3.504.0 (#1277)
  • 87ebb1f chore(release): 4.4.5 [skip ci]
  • d00c829 Update win.ts and fix error by adding quotation marks. (#1283)
  • ba9c566 chore(release): 4.4.4 [skip ci]
  • 1a40d12 Merge pull request #1278 from oclif/dependabot-npm_and_yarn-aws-sdk-client-s3...
  • 4bc99ae Merge pull request #1282 from oclif/dependabot-npm_and_yarn-fancy-test-3.0.10
  • 72fa2eb chore(dev-deps): bump fancy-test from 3.0.9 to 3.0.10
  • 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 8 months ago

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