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 11 updates #432

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

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

Package From To
@inquirer/prompts 5.0.2 5.0.3
@oclif/core 3.26.5 3.26.6
@shopify/cli-kit 3.60.0 3.60.1
@types/node 18.19.32 20.12.11
picomatch 3.0.1 4.0.2
postcss-preset-env 9.5.11 9.5.13
svgo 3.2.0 3.3.2
@oclif/test 3.2.13 3.2.15
eslint 8.57.0 9.2.0
eslint-plugin-n 16.6.2 17.6.0
oclif 4.10.4 4.10.10

Updates @inquirer/prompts from 5.0.2 to 5.0.3

Commits
  • 27d1c0a Publish
  • 7f1f592 Fix (core): makeTheme should perform deep merges of objects (#1403)
  • 38c7981 Chore: Bump eslint deps
  • 90a914e Add inquirer-select-pro community prompt (#1404)
  • f20020b Chore: Bump dependencies
  • d39dda9 Chore: Bump dependencies
  • e9da9fa Chore(deps): Bump ejs from 3.1.9 to 3.1.10 in the npm_and_yarn group across 1...
  • d2f8054 Add "sortable checkbox" to the list of custom prompts in README.md (#1400)
  • See full diff in compare view


Updates @oclif/core from 3.26.5 to 3.26.6

Release notes

Sourced from @​oclif/core's releases.

3.26.6

Bug Fixes

  • new "dont check npm" option for plugin-update (#1071) (9ccc797)
Changelog

Sourced from @​oclif/core's changelog.

3.26.6 (2024-05-06)

Bug Fixes

  • new "dont check npm" option for plugin-update (#1071) (9ccc797)
Commits
  • 3b4a8a0 chore(release): 3.26.6 [skip ci]
  • 9ccc797 fix: new "dont check npm" option for plugin-update (#1071)
  • b510d6f ci: update stale workflow [skip ci]
  • 9e04ba3 Merge pull request #1073 from oclif/dependabot-npm_and_yarn-eslint-config-ocl...
  • 355bfe5 chore(dev-deps): bump eslint-config-oclif from 5.1.3 to 5.2.0
  • ada4a8d Merge pull request #1072 from oclif/dependabot-npm_and_yarn-eslint-config-ocl...
  • 8a1e5b3 Merge pull request #1074 from oclif/dependabot-npm_and_yarn-oclif-test-3.2.12
  • 6dc938f chore(dev-deps): bump @​oclif/test from 3.2.11 to 3.2.12
  • 9effd8f chore(dev-deps): bump eslint-config-oclif-typescript from 3.1.6 to 3.1.7
  • See full diff in compare view


Updates @shopify/cli-kit from 3.60.0 to 3.60.1

Release notes

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

3.60.1

What's Changed

Bug Fixes

Full Changelog: https://github.com/Shopify/cli/compare/3.60.0...3.60.1

Changelog

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

@​shopify/cli-kit

Commits


Updates @types/node from 18.19.32 to 20.12.11

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.11 to 9.5.13

Changelog

Sourced from postcss-preset-env's changelog.

9.5.13

May 13, 2024

9.5.12

May 11, 2024

Commits


Updates svgo from 3.2.0 to 3.3.2

Release notes

Sourced from svgo's releases.

v3.3.2

Notice

An update on what happened with v3.3.0 and v3.3.1. While we have retained CJS support, the migration to EMS has changed the acceptable ways to import SVGO, in ways that users depended on before. This effectively made SVGO v3 a breaking change.

Rather than resolve or workaround these differences, we've opted to release SVGO v3.3.2, which is effectively a revert to v3.2.0, and deprecate versions v3.3.0 and v3.3.1. We'll then proceed to work on releasing v4 which will document the breaking changes, and feature further breaking changes that were slated for v4, like disabling removeViewBox by default.

Before the v4.0.0 release, I'll put more focus on testing and use release candidates, just to help make the release go smoothly! 👍🏽

Sorry for the headache, and thanks for your patience.

v3.3.1

Notice

SVGO v3.3.0, which was meant to migrate to ESM without breaking CJS support, unfortunately broke CJS projects. There was a mistake with exports, so the loadConfig function wasn't available in the CJS bundle and lead to issues for many users.

Thanks to everyone who raised the issue, and to @​nuintun who submitted a pull request to resolve it so quickly.

I apologize for letting that breaking change through, and will aim to do better. Namely, by adding more tests to cover our exports, and any other public interface in general for each distribution of SVGO, so this doesn't happen again.

SVGO v3.3.1 should resolve the issue for CJS projects, but if you encounter anything else, do let us know by opening an issue on GitHub.

v3.3.0

Deprecated

This release introduced breaking changes, which have been reverted in v3.3.2. The bug fixes will be reintroduced in v4.0.0.

What's Changed

ESM

SVGO is now a dual package, serving for both Common JS and ESM usage. We believe there shouldn't be any problems, especially as SVGO as largely stateless, but feel free to open an issue if you encounter problems with this.

To be explicit, this is not a breaking change, and SVGO should continue to work in Common JS projects!

Thanks to @​jdufresne for doing the bulk of the work.

Default Behavior

  • convertColors, now converts all references to colors excluding references to IDs to lowercase. This can be disabled by setting convertCase to false.

Bug Fixes

... (truncated)

Commits


Updates @oclif/test from 3.2.13 to 3.2.15

Release notes

Sourced from @​oclif/test's releases.

3.2.15

Bug Fixes

  • deps: bump fancy-test from 3.0.14 to 3.0.15 (8b75374)

3.2.14

Bug Fixes

  • deps: bump @​oclif/core from 3.26.5 to 3.26.6 (b0be7fa)
Changelog

Sourced from @​oclif/test's changelog.

3.2.15 (2024-05-12)

Bug Fixes

  • deps: bump fancy-test from 3.0.14 to 3.0.15 (8b75374)

3.2.14 (2024-05-12)

Bug Fixes

  • deps: bump @​oclif/core from 3.26.5 to 3.26.6 (b0be7fa)
Commits
  • 049e45b chore(release): 3.2.15 [skip ci]
  • cd5f07f Merge pull request #548 from oclif/dependabot-npm_and_yarn-fancy-test-3.0.15
  • 8b75374 fix(deps): bump fancy-test from 3.0.14 to 3.0.15
  • 009b39f chore(release): 3.2.14 [skip ci]
  • 87bd087 Merge pull request #549 from oclif/dependabot-npm_and_yarn-oclif-core-3.26.6
  • b0be7fa fix(deps): bump @​oclif/core from 3.26.5 to 3.26.6
  • 0a4f8ce Merge pull request #544 from oclif/dependabot-npm_and_yarn-eslint-config-ocli...
  • bdcf240 chore(dev-deps): bump eslint-config-oclif-typescript from 3.1.6 to 3.1.7
  • See full diff in compare view


Updates eslint from 8.57.0 to 9.2.0

Release notes

Sourced from eslint's releases.

v9.2.0

Features

  • 8485d76 feat: no-case-declarations add suggestions (#18388) (Josh Goldberg ✨)
  • a498f35 feat: update Unicode letter detection in capitalized-comments rule (#18375) (Francesco Trotta)

Bug Fixes

  • eeec413 fix: do not throw when defining a global named defineSetter (#18364) (唯然)

Documentation

  • 0f5df50 docs: Update README (GitHub Actions Bot)
  • 1579ce0 docs: update wording regarding indirect eval (#18394) (Kirk Waiblinger)
  • f12a02c docs: update to eslint v9 in custom-rule-tutorial (#18383) (唯然)

Chores

  • b346605 chore: upgrade @​eslint/js@​9.2.0 (#18413) (Milos Djermanovic)
  • c4c18e0 chore: package.json update for @​eslint/js release (Jenkins)
  • 284722c chore: package.json update for eslint-config-eslint release (Jenkins)
  • 347d44f chore: remove eslintrc export from eslint-config-eslint (#18400) (Milos Djermanovic)
  • f316e20 ci: run tests in Node.js 22 (#18393) (Francesco Trotta)

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 刘展鹏)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.2.0 - May 3, 2024

  • b346605 chore: upgrade @​eslint/js@​9.2.0 (#18413) (Milos Djermanovic)
  • c4c18e0 chore: package.json update for @​eslint/js release (Jenkins)
  • 284722c chore: package.json update for eslint-config-eslint release (Jenkins)
  • 0f5df50 docs: Update README (GitHub Actions Bot)
  • 347d44f chore: remove eslintrc export from eslint-config-eslint (#18400) (Milos Djermanovic)
  • 8485d76 feat: no-case-declarations add suggestions (#18388) (Josh Goldberg ✨)
  • a498f35 feat: update Unicode letter detection in capitalized-comments rule (#18375) (Francesco Trotta)
  • 1579ce0 docs: update wording regarding indirect eval (#18394) (Kirk Waiblinger)
  • f316e20 ci: run tests in Node.js 22 (#18393) (Francesco Trotta)
  • eeec413 fix: do not throw when defining a global named defineSetter (#18364) (唯然)
  • f12a02c docs: update to eslint v9 in custom-rule-tutorial (#18383) (唯然)

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)

... (truncated)

Commits
  • 271e7ab 9.2.0
  • 989ac9d Build: changelog update for 9.2.0
  • b346605 chore: upgrade @​eslint/js@​9.2.0 (#18413)
  • c4c18e0 chore: package.json update for @​eslint/js release
  • 284722c chore: package.json update for eslint-config-eslint release
  • 0f5df50 docs: Update README
  • 347d44f chore: remove eslintrc export from eslint-config-eslint (#18400)
  • 8485d76 feat: no-case-declarations add suggestions (#18388)
  • a498f35 feat: update Unicode letter detection in capitalized-comments rule (#18375)
  • 1579ce0 docs: update wording regarding indirect eval (#18394)
  • Additional commits viewable in compare view


Updates eslint-plugin-n from 16.6.2 to 17.6.0

Release notes

Sourced from eslint-plugin-n's releases.

v17.6.0

17.6.0 (2024-05-10)

🌟 Features

  • Add support for ignoring experimental features (#269) (c046376)

📚 Documentation

v17.5.1

17.5.1 (2024-05-07)

🩹 Fixes

  • Add supported version to Buffer constructor (#266) (030f51b)

v17.5.0

17.5.0 (2024-05-07)

🌟 Features

  • import-target: Add resolution error reason (#264) (982a723)
  • node-builtins: Add node globals (#261) (9466731)

🩹 Fixes

🧹 Chores

  • update dependency markdownlint-cli to ^0.40.0 (#263) (1e41e7c)

v17.4.0

17.4.0 (2024-04-30)

🌟 Features

  • no-deprecated-api support removed api (#240) (36fd35d)

🩹 Fixes

... (truncated)

Changelog

Sourced from eslint-plugin-n's changelog.

17.6.0 (2024-05-10)

🌟 Features

  • Add support for ignoring experemental features (#269) (c046376)

📚 Documentation

17.5.1 (2024-05-07)

🩹 Fixes

  • Add supported version to Buffer constructor (#266) (030f51b)

17.5.0 (2024-05-07)

🌟 Features

  • import-target: Add resolution error reason (#264) (982a723)
  • node-builtins: Add node globals (#261) (9466731)

🩹 Fixes

🧹 Chores

  • update dependency markdownlint-cli to ^0.40.0 (#263) (1e41e7c)

17.4.0 (2024-04-30)

🌟 Features

  • no-deprecated-api support removed api (#240) (36fd35d)

🩹 Fixes

  • unsupported-features/node-builtins-modules version comparation (#257) (5c67787)

... (truncated)

Commits


Updates oclif from 4.10.4 to 4.10.10

Release notes

Sourced from oclif's releases.

4.10.10

Bug Fixes

  • deps: bump normalize-package-data from 6.0.0 to 6.0.1 (f79f26b)

4.10.9

Bug Fixes

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

4.10.8

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.569.0 to 3.574.0 (187b606)

4.10.7

Bug Fixes

4.10.6

Bug Fixes

4.10.5

Bug Fixes

Changelog

Sourced from oclif's changelog.

4.10.10 (2024-05-13)

Bug Fixes

  • deps: bump normalize-package-data from 6.0.0 to 6.0.1 (f79f26b)

4.10.9 (2024-05-12)

Bug Fixes

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

4.10.8 (2024-05-12)

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.569.0 to 3.574.0 (187b606)

4.10.7 (2024-05-10)

Bug Fixes

4.10.6 (2024-05-09)

Bug Fixes

4.10.5 (2024-05-08)

Bug Fixes

Commits
  • 62077d4 chore(release): 4.10.10 [skip ci]
  • dfe926e Merge pull request #1408 from oclif/dependabot-npm_and_yarn-normalize-package...
  • aa0c316 chore(release): 4.10.9 [skip ci]
  • 72d69b2 Merge pull request #1409 from oclif/dependabot-npm_and_yarn-oclif-plugin-warn...
  • e1d3509 Merge pull request #1410 from oclif/dependabot-npm_and_yarn-sinon-17.0.2
  • a9cdfbb chore(release): 4.10.8 [skip ci]
  • 7a7ada9 Merge pull request #1411 from oclif/dependabot-npm_and_yarn-aws-sdk-client-cl...
  • f026008 Merge pull request #1412 from oclif/dependabot-npm_and_yarn-eslint-config-ocl...
  • 09d6686 chore(dev-deps): bump eslint-config-oclif-typescript from 3.1.5 to 3.1.7
  • 187b606 fix(deps): bump @​aws-sdk/client-cloudfront from 3.569.0 to 3.574.0
  • 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 5 months ago

Superseded by #433.