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 8 updates #338

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps the everything group with 8 updates:

Package From To
@oclif/core 3.15.1 3.19.2
@types/node 18.19.3 20.11.17
chokidar 3.5.3 3.6.0
picomatch 3.0.1 4.0.1
pino 8.17.2 8.18.0
postcss 8.4.33 8.4.35
postcss-import 15.1.0 16.0.1
oclif 4.0.2 4.4.11

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

... (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.17

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.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.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 oclif from 4.0.2 to 4.4.11

Release notes

Sourced from oclif's releases.

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

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

... (truncated)

Changelog

Sourced from oclif's changelog.

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)

Bug Fixes

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)

... (truncated)

Commits
  • 5482d61 chore(release): 4.4.11 [skip ci]
  • 193f91f Merge pull request #1286 from oclif/dependabot-npm_and_yarn-aws-sdk-client-cl...
  • 3ad613f chore(release): 4.4.10 [skip ci]
  • 703bede Merge pull request #1287 from oclif/dependabot-npm_and_yarn-oclif-plugin-not-...
  • 494afde fix(deps): bump @​aws-sdk/client-cloudfront from 3.504.0 to 3.511.0
  • fb86b55 fix(deps): bump @​oclif/plugin-not-found from 3.0.9 to 3.0.10
  • c2287fe chore(release): 4.4.9 [skip ci]
  • 5759444 Merge pull request #1288 from oclif/dependabot-npm_and_yarn-oclif-core-3.19.1
  • 2ecc5f0 Merge pull request #1289 from oclif/dependabot-npm_and_yarn-prettier-3.2.5
  • 0cc31c8 chore(dev-deps): bump prettier from 3.2.4 to 3.2.5
  • 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

Superseded by #339.