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

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.0
@types/node 18.19.3 20.12.7
picomatch 3.0.1 4.0.2
postcss-preset-env 9.5.5 9.5.8
@oclif/test 3.2.10 3.2.11
eslint 8.57.0 9.1.0
eslint-plugin-n 16.6.2 17.2.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.0

Release notes

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

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
  • 03c6419 Merge pull request #3724 from Shopify/fix-pnpm-version-on-shipit-scripts
  • 7fb3357 Force all shipit scripts to use pnpm 8.15.7
  • 545301c Force pnpm version on experimental
  • c89d834 Ues the right version
  • 04dd406 Use pnpm 8.15.7 on shipit scripts
  • 547a657 Merge pull request #3720 from Shopify/changeset-release/main
  • d8549a8 Version Packages
  • 26725e3 Merge pull request #3723 from Shopify/revert-3637-changeset-release/main
  • ca218cd Revert "Version Packages - main"
  • b46fc80 Merge pull request #3722 from Shopify/fix-release-process
  • 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.8

Changelog

Sourced from postcss-preset-env's changelog.

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

Release notes

Sourced from eslint's releases.

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)
  • 79a95eb feat!: disallow multiple configuration comments for same rule (#18157) (Milos Djermanovic)
  • 9163646 feat!: Rule Tester checks for missing placeholder data in the message (#18073) (fnx)
  • 3c4d51d feat!: default for enforceForClassMembers in no-useless-computed-key (#18054) (Francesco Trotta)
  • 47e60f8 feat!: Stricter rule test validations (#17654) (fnx)

... (truncated)

Changelog

Sourced from eslint's changelog.

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)
  • 96607d0 docs: version selectors synchronization (#18260) (Milos Djermanovic)
  • e508800 fix: rule tester ignore irrelevant test case properties (#18235) (fnx)
  • a129acb fix: flat config name on ignores object (#18258) (Nicholas C. Zakas)
  • 97ce45b feat: Add reportUsedIgnorePattern option to no-unused-vars rule (#17662) (Pearce Ropion)

... (truncated)

Commits
  • b78d831 9.1.0
  • e4d9c92 Build: changelog update for 9.1.0
  • d9a2983 chore: upgrade @​eslint/js to v9.1.1 (#18367)
  • 03068f1 feat: Provide helpful error message for nullish configs (#18357)
  • 50d406d chore: package.json update for @​eslint/js release
  • 8d18958 fix: Remove name from eslint/js packages (#18368)
  • 155c71c chore: package.json update for @​eslint/js release
  • 594eb0e fix: do not crash on error in fs.walk filter (#18295)
  • 751b518 feat: replace dependency graphemer with Intl.Segmenter (#18110)
  • fb50077 docs: include notes about globals in migration-guide (#18356)
  • Additional commits viewable in compare view


Updates eslint-plugin-n from 16.6.2 to 17.2.1

Release notes

Sourced from eslint-plugin-n's releases.

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

v17.1.0

17.1.0 (2024-04-09)

🌟 Features

📚 Documentation

v17.0.0

💥 Breaking changes:

  • feat!: drop eslint v7 & node.js < 18 (#161) (41ceed7)
  • feat!: Start using enhanced-resolve to improve ts support (#139) (dc9f473)
  • rename rule shebang => hashbang, deprecate rule shebang (#198)

... (truncated)

Changelog

Sourced from eslint-plugin-n's changelog.

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)

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

17.1.0 (2024-04-09)

🌟 Features

📚 Documentation

17.0.0 (2024-04-08)

💥 Breaking changes:

  • feat!: drop eslint v7 & node.js < 18 (#161) (41ceed7)
  • feat!: Start using enhanced-resolve to improve ts support (#139) (dc9f473)
  • rename rule shebang => hashbang, deprecate rule shebang (#198)

Features

... (truncated)

Commits
  • 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)
  • 7addf99 chore: update dependency eslint-plugin-eslint-plugin to v6 (#237)
  • 539da1e chore(master): release 17.2.0 (#233)
  • 02a264e fix(no-unsupported-features): stream/promises is stable (#235)
  • ae5329c feat(no-missing-imports): add tryExtensions option (#228)
  • a8d0539 feat(no-unsupported-features): ✨ Update to node v20.12.0/v21.7.0 (#229)
  • 3504227 chore(master): release 17.1.0 (#225)
  • 03619ee feat: remove "is-builtin-module" dependency (fixes #232) (#227)
  • 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... _Description has been truncated_

dependabot[bot] commented 6 months ago

Superseded by #402.