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 across 1 directory with 9 updates #404

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps the everything group with 9 updates in the / directory:

Package From To
@oclif/core 3.23.0 3.26.4
@shopify/cli-kit 3.58.0 3.59.1
@types/node 18.19.3 20.12.7
picomatch 3.0.1 4.0.2
postcss-preset-env 9.5.5 9.5.9
@oclif/test 3.2.10 3.2.11
eslint 8.57.0 9.1.1
eslint-plugin-n 16.6.2 17.3.1
oclif 4.6.1 4.8.8

Updates @oclif/core from 3.23.0 to 3.26.4

Release notes

Sourced from @​oclif/core's releases.

3.26.4

Bug Fixes

3.26.3

Bug Fixes

  • deps: bump ejs from 3.1.9 to 3.1.10 (72dd869)

3.26.2

Bug Fixes

  • do not throw an error if a flag with allowStdin='only' is immediately followed by another flag (#1046) (#1047) (f05b0c8)

3.26.1

Bug Fixes

  • deps: bump minimatch from 9.0.3 to 9.0.4 (#1041) (87cd0e6)

3.26.0

Features

3.25.3

Bug Fixes

  • show options when required flag or arg is not given a value (#1017) (003ad6f)

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

... (truncated)

Changelog

Sourced from @​oclif/core's changelog.

3.26.4 (2024-04-18)

Bug Fixes

3.26.3 (2024-04-13)

Bug Fixes

  • deps: bump ejs from 3.1.9 to 3.1.10 (72dd869)

3.26.2 (2024-04-08)

Bug Fixes

  • do not throw an error if a flag with allowStdin='only' is immediately followed by another flag (#1046) (#1047) (f05b0c8)

3.26.1 (2024-04-08)

Bug Fixes

  • deps: bump minimatch from 9.0.3 to 9.0.4 (#1041) (87cd0e6)

3.26.0 (2024-03-22)

Features

3.25.3 (2024-03-19)

Bug Fixes

... (truncated)

Commits
  • 8c25073 chore(release): 3.26.4 [skip ci]
  • 6507e37 fix(deps): bump tar from 6.1.15 to 6.2.1 (#1049)
  • 71018d3 Merge pull request #1051 from oclif/dependabot-npm_and_yarn-oclif-test-3.2.9
  • a17c71b Merge pull request #1052 from oclif/dependabot-npm_and_yarn-eslint-config-ocl...
  • dddd471 chore(release): 3.26.3 [skip ci]
  • 2d34665 Merge pull request #1053 from oclif/dependabot-npm_and_yarn-ejs-3.1.10
  • 4cadd96 Merge pull request #1054 from oclif/dependabot-npm_and_yarn-typescript-5.4.5
  • b417ea7 chore(dev-deps): bump typescript from 5.4.4 to 5.4.5
  • 72dd869 fix(deps): bump ejs from 3.1.9 to 3.1.10
  • 13fe16a chore(dev-deps): bump eslint-config-oclif-typescript from 3.1.3 to 3.1.4
  • Additional commits viewable in compare view


Updates @shopify/cli-kit from 3.58.0 to 3.59.1

Release notes

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

3.59.1

Themes

  • Fix shopify theme dev and shopify theme console proxies following session changes and bring back the legacy shopify theme push implementation in CI/CD workflows: Shopify/cli#3769
  • Fix shopify theme dev proxy to use development theme: Shopify/cli#3771

3.59.0

Shopify CLI

Shopify CLI now defaults to be a global CLI and all commands have been unified under a single npm package: @shopify/cli.

Check out the new CLI documentation.

Apps

Themes

  • Fix Theme Push Execution when password flag is provided: Shopify/cli#3645
  • Remove requirement to provide name flag in theme rename command: Shopify/cli#3644
  • Update theme push theme selection text: Shopify/cli#3670
  • Improve Glob Pattern subdirectory mismatch error handling: Shopify/cli#3669
  • Introduce support to Theme Access app in the new shopify theme push implementation: Shopify/cli#3675
  • Introduce support to the blocks/ directory in shopify theme push: Shopify/cli#3676
  • Fix shopify theme dev issue to avoid previewing the live theme instead of the development: Shopify/cli#3706

Full Changelog: https://github.com/Shopify/cli/compare/3.58.2...3.59.0

3.58.2

What's Changed

3.58.1

What's Changed

Commits
  • d82d4a4 add changeset
  • 4975bb9 Add clean and build steps to stable shipit config
  • a5c2d79 [3.59] Fix shopify theme dev proxy to use development theme (#3771)
  • 8a26af9 Merge pull request #3770 from Shopify/changeset-release/stable/3.59
  • a9e9b69 Version Packages
  • c181ebe [3.59] Fix shopify theme dev and shopify theme console proxies following ...
  • a70ec32 Add stable/3.59 shipit configuration
  • 2b5c296 Merge pull request #3726 from Shopify/release-notes-3.59
  • 083a2a2 Add release notes for 3.59.0
  • 03c6419 Merge pull request #3724 from Shopify/fix-pnpm-version-on-shipit-scripts
  • Additional commits viewable in compare view


Updates @types/node from 18.19.3 to 20.12.7

Commits


Updates picomatch from 3.0.1 to 4.0.2

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


Updates postcss-preset-env from 9.5.5 to 9.5.9

Changelog

Sourced from postcss-preset-env's changelog.

9.5.9

April 22, 2024

9.5.8

April 21, 2024

9.5.7

April 21, 2024

9.5.6

April 18, 2024

Commits


Updates @oclif/test from 3.2.10 to 3.2.11

Release notes

Sourced from @​oclif/test's releases.

3.2.11

Bug Fixes

  • deps: bump @​oclif/core from 3.26.3 to 3.26.4 (53b6073)
Changelog

Sourced from @​oclif/test's changelog.

3.2.11 (2024-04-21)

Bug Fixes

  • deps: bump @​oclif/core from 3.26.3 to 3.26.4 (53b6073)
Commits
  • 84d81c7 chore(release): 3.2.11 [skip ci]
  • 52b87de Merge pull request #539 from oclif/dependabot-npm_and_yarn-oclif-core-3.26.4
  • 53b6073 fix(deps): bump @​oclif/core from 3.26.3 to 3.26.4
  • d893a72 Merge pull request #533 from oclif/dependabot-npm_and_yarn-eslint-config-ocli...
  • 8bf6fdc chore(dev-deps): bump eslint-config-oclif-typescript from 3.1.3 to 3.1.4
  • See full diff in compare view


Updates eslint from 8.57.0 to 9.1.1

Release notes

Sourced from eslint's releases.

v9.1.1

Bug Fixes

  • a26b402 fix: use @​eslint/create-config latest (#18373) (唯然)

v9.1.0

Features

  • 03068f1 feat: Provide helpful error message for nullish configs (#18357) (Nicholas C. Zakas)
  • 751b518 feat: replace dependency graphemer with Intl.Segmenter (#18110) (Francesco Trotta)
  • 4d11e56 feat: add name to eslint configs (#18289) (唯然)
  • 1cbe1f6 feat: allow while(true) in no-constant-condition (#18286) (Tanuj Kanti)
  • 0db676f feat: add Intl in es6 globals (#18318) (唯然)

Bug Fixes

  • 8d18958 fix: Remove name from eslint/js packages (#18368) (Nicholas C. Zakas)
  • 594eb0e fix: do not crash on error in fs.walk filter (#18295) (Francesco Trotta)
  • 0d8cf63 fix: EMFILE errors (#18313) (Nicholas C. Zakas)
  • e1ac0b5 fix: --inspect-config only for flat config and respect -c (#18306) (Nicholas C. Zakas)
  • 09675e1 fix: --no-ignore should not apply to non-global ignores (#18334) (Milos Djermanovic)

Documentation

  • fb50077 docs: include notes about globals in migration-guide (#18356) (Gabriel Rohden)
  • 71c771f docs: Fix missing accessible name for scroll-to-top link (#18329) (Germán Freixinós)
  • 200fd4e docs: indicate eslintrc mode for .eslintignore (#18285) (Francesco Trotta)
  • 16b6a8b docs: Update README (GitHub Actions Bot)
  • df5f8a9 docs: paths and patterns difference in no-restricted-imports (#18273) (Tanuj Kanti)
  • c537d76 docs: update npm init @eslint/config generated file names (#18298) (唯然)
  • e1e305d docs: fix linebreak-style examples (#18262) (Francesco Trotta)
  • 113f51e docs: Mention package.json config support dropped (#18305) (Nicholas C. Zakas)
  • 5c35321 docs: add eslintrc-only note to --rulesdir (#18281) (Adam Lui 刘展鹏)

Build Related

  • 1fa6622 build: do not use --force flag to install dependencies (#18284) (Francesco Trotta)

Chores

  • d9a2983 chore: upgrade @​eslint/js to v9.1.1 (#18367) (Francesco Trotta)
  • 50d406d chore: package.json update for @​eslint/js release (Jenkins)
  • 155c71c chore: package.json update for @​eslint/js release (Jenkins)
  • 0588fc5 refactor: Move directive gathering to SourceCode (#18328) (Nicholas C. Zakas)
  • 9048e21 chore: lint docs/src/_data js files (#18335) (Milos Djermanovic)
  • 4820790 chore: upgrade globals@15.0.0 dev dependency (#18332) (Milos Djermanovic)
  • 698d9ff chore: upgrade jsdoc & unicorn plugins in eslint-config-eslint (#18333) (Milos Djermanovic)
  • 32c08cf chore: drop Node < 18 and use @​eslint/js v9 in eslint-config-eslint (#18323) (Milos Djermanovic)
  • a76fb55 chore: @​eslint-community/eslint-plugin-eslint-comments v4.3.0 (#18319) (Milos Djermanovic)
  • 78e45b1 chore: eslint-plugin-eslint-plugin v6.0.0 (#18316) (唯然)
  • 36103a5 chore: eslint-plugin-n v17.0.0 (#18315) (唯然)

v9.0.0

Breaking Changes

  • b7cf3bd fix!: correct camelcase rule schema for allow option (#18232) (eMerzh)
  • 09bd7fe feat!: move AST traversal into SourceCode (#18167) (Nicholas C. Zakas)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.1.1 - April 22, 2024

  • a26b402 fix: use @​eslint/create-config latest (#18373) (唯然)

v9.1.0 - April 19, 2024

  • d9a2983 chore: upgrade @​eslint/js to v9.1.1 (#18367) (Francesco Trotta)
  • 03068f1 feat: Provide helpful error message for nullish configs (#18357) (Nicholas C. Zakas)
  • 50d406d chore: package.json update for @​eslint/js release (Jenkins)
  • 8d18958 fix: Remove name from eslint/js packages (#18368) (Nicholas C. Zakas)
  • 155c71c chore: package.json update for @​eslint/js release (Jenkins)
  • 594eb0e fix: do not crash on error in fs.walk filter (#18295) (Francesco Trotta)
  • 751b518 feat: replace dependency graphemer with Intl.Segmenter (#18110) (Francesco Trotta)
  • fb50077 docs: include notes about globals in migration-guide (#18356) (Gabriel Rohden)
  • 4d11e56 feat: add name to eslint configs (#18289) (唯然)
  • 1cbe1f6 feat: allow while(true) in no-constant-condition (#18286) (Tanuj Kanti)
  • 0588fc5 refactor: Move directive gathering to SourceCode (#18328) (Nicholas C. Zakas)
  • 0d8cf63 fix: EMFILE errors (#18313) (Nicholas C. Zakas)
  • e1ac0b5 fix: --inspect-config only for flat config and respect -c (#18306) (Nicholas C. Zakas)
  • 09675e1 fix: --no-ignore should not apply to non-global ignores (#18334) (Milos Djermanovic)
  • 9048e21 chore: lint docs/src/_data js files (#18335) (Milos Djermanovic)
  • 4820790 chore: upgrade globals@15.0.0 dev dependency (#18332) (Milos Djermanovic)
  • 698d9ff chore: upgrade jsdoc & unicorn plugins in eslint-config-eslint (#18333) (Milos Djermanovic)
  • 71c771f docs: Fix missing accessible name for scroll-to-top link (#18329) (Germán Freixinós)
  • 0db676f feat: add Intl in es6 globals (#18318) (唯然)
  • 200fd4e docs: indicate eslintrc mode for .eslintignore (#18285) (Francesco Trotta)
  • 32c08cf chore: drop Node < 18 and use @​eslint/js v9 in eslint-config-eslint (#18323) (Milos Djermanovic)
  • 16b6a8b docs: Update README (GitHub Actions Bot)
  • a76fb55 chore: @​eslint-community/eslint-plugin-eslint-comments v4.3.0 (#18319) (Milos Djermanovic)
  • df5f8a9 docs: paths and patterns difference in no-restricted-imports (#18273) (Tanuj Kanti)
  • c537d76 docs: update npm init @eslint/config generated file names (#18298) (唯然)
  • 78e45b1 chore: eslint-plugin-eslint-plugin v6.0.0 (#18316) (唯然)
  • 36103a5 chore: eslint-plugin-n v17.0.0 (#18315) (唯然)
  • e1e305d docs: fix linebreak-style examples (#18262) (Francesco Trotta)
  • 113f51e docs: Mention package.json config support dropped (#18305) (Nicholas C. Zakas)
  • 1fa6622 build: do not use --force flag to install dependencies (#18284) (Francesco Trotta)
  • 5c35321 docs: add eslintrc-only note to --rulesdir (#18281) (Adam Lui 刘展鹏)

v9.0.0 - April 5, 2024

  • 19f9a89 chore: Update dependencies for v9.0.0 (#18275) (Nicholas C. Zakas)
  • 7c957f2 chore: package.json update for @​eslint/js release (Jenkins)
  • d73a33c chore: ignore /docs/v8.x in link checker (#18274) (Milos Djermanovic)
  • d54a412 feat: Add --inspect-config CLI flag (#18270) (Nicholas C. Zakas)
  • e151050 docs: update get-started to the new @eslint/create-config (#18217) (唯然)
  • 610c148 fix: Support using declarations in no-lone-blocks (#18269) (Kirk Waiblinger)
  • 44a81c6 chore: upgrade knip (#18272) (Lars Kappert)
  • 94178ad docs: mention about name field in flat config (#18252) (Anthony Fu)
  • 1765c24 docs: add Troubleshooting page (#18181) (Josh Goldberg ✨)
  • e80b60c chore: remove code for testing version selectors (#18266) (Milos Djermanovic)

... (truncated)

Commits


Updates eslint-plugin-n from 16.6.2 to 17.3.1

Release notes

Sourced from eslint-plugin-n's releases.

Release 17.3.1

  • Revert "fix: unsupported-features/node-builtins-modules range compare" (#254) (caecf3e)

v17.3.0

17.3.0 (2024-04-24)

🌟 Features

🩹 Fixes

  • unsupported-features/node-builtins-modules range compare (#252) (d50ae85)

🧹 Chores

v17.2.1

17.2.1 (2024-04-15)

🩹 Fixes

🧹 Chores

  • update dependency @​typescript-eslint/typescript-estree to v7 (#236) (a0b45ee)
  • update dependency eslint-plugin-eslint-plugin to v6 (#237) (7addf99)

v17.2.0

17.2.0 (2024-04-10)

🌟 Features

  • no-missing-imports: add tryExtensions option (#228) (ae5329c)
  • no-unsupported-features: ✨ Update to node v20.12.0/v21.7.0 (#229) (a8d0539)

🩹 Fixes

  • stream/promises is stable (02a264e)
  • no-unsupported-features: stream/promises is stable (#235) (02a264e), closes #234

... (truncated)

Commits
  • 8bab07b Release 17.3.1
  • caecf3e Revert "fix: unsupported-features/node-builtins-modules range compare" (#254)
  • d8d8454 chore(master): release 17.3.0 (#247)
  • d50ae85 fix: unsupported-features/node-builtins-modules range compare (#252)
  • eb11b5b chore: upgrade globals v15 (#241)
  • 2ecee79 feat: More es-syntax deprecations (#249)
  • 8d711f5 chore: update outdated funding (#246)
  • bad971c chore(master): release 17.2.1 (#239)
  • 6581979 fix(unsupported-features): Improve URL module (#244)
  • a0b45ee chore: update dependency @​typescript-eslint/typescript-estree to v7 (#236)
  • Additional commits viewable in compare view


Updates oclif from 4.6.1 to 4.8.8

Release notes

Sourced from oclif's releases.

4.8.8

Bug Fixes

  • deps: bump @​oclif/core from 3.26.3 to 3.26.4 (5cfa494)

4.8.7

Bug Fixes

  • deps: bump @​inquirer/confirm from 3.1.4 to 3.1.5 (0cfc0b0)

4.8.6

Bug Fixes

  • deps: bump ejs from 3.1.9 to 3.1.10 (0747157)

4.8.5

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.550.0 to 3.554.0 (f5bff54)

4.8.4

Bug Fixes

  • deps: bump @​inquirer/confirm from 3.0.0 to 3.1.4 (5d5960e)

4.8.3

Bug Fixes

  • deps: bump @​oclif/plugin-help from 6.0.18 to 6.0.21 (20fb976)

4.8.2

Bug Fixes

4.8.1

Bug Fixes

4.8.0

Features

4.7.8

Bug Fixes

... (truncated)

Changelog

Sourced from oclif's changelog.

4.8.8 (2024-04-21)

Bug Fixes

  • deps: bump @​oclif/core from 3.26.3 to 3.26.4 (5cfa494)

4.8.7 (2024-04-21)

Bug Fixes

  • deps: bump @​inquirer/confirm from 3.1.4 to 3.1.5 (0cfc0b0)

4.8.6 (2024-04-21)

Bug Fixes

  • deps: bump ejs from 3.1.9 to 3.1.10 (0747157)

4.8.5 (2024-04-15)

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.550.0 to 3.554.0 (f5bff54)

4.8.4 (2024-04-14)

Bug Fixes

  • deps: bump @​inquirer/confirm from 3.0.0 to 3.1.4 (5d5960e)

4.8.3 (2024-04-14)

Bug Fixes

  • deps: bump @​oclif/plugin-help from 6.0.18 to 6.0.21 (20fb976)

4.8.2 (2024-04-12)

Bug Fixes

4.8.1 (2024-04-12)

Bug Fixes

4.8.0 (2024-04-10)

... (truncated)

Commits
  • 8f5ba0a chore(release): 4.8.8 [skip ci]
  • 4d6eb2a Merge pull request #1378 from oclif/dependabot-npm_and_yarn-oclif-core-3.26.4
  • 5cfa494 fix(deps): bump @​oclif/core from 3.26.3 to 3.26.4
  • ed55092 chore(release): 4.8.7 [skip ci]
  • 5ee5693 Merge pull request #1379 from oclif/dependabot-npm_and_yarn-inquirer-confirm-...
  • 298b88b chore(release): 4.8.6 [skip ci]
  • 139e0f5 Merge pull request #1380 from oclif/dependabot-npm_and_yarn-ejs-3.1.10
  • 0747157 fix(deps): bump ejs from 3.1.9 to 3.1.10
  • d77a8a2 Merge pull request #1381 from oclif/dependabot-npm_and_yarn-types-lodash-4.17.0
  • fa9c8dc chore(dev-deps): bump @​types/lodash from 4.14.202 to 4.17.0
  • Additional commits viewable in compare view


You can trigger a rebase of this PR by commenting @dependabot rebase.

//: # (dependabot-automerge-end...

Description has been truncated

dependabot[bot] commented 6 months ago

Superseded by #405.