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

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

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

Package From To
@oclif/core 3.26.5 3.26.6
@types/node 18.19.33 20.12.12
jsdom 24.0.0 24.1.0
picomatch 3.0.1 4.0.2
postcss-preset-env 9.5.13 9.5.14
@oclif/test 3.2.15 4.0.2
eslint 8.57.0 9.3.0
eslint-plugin-n 16.6.2 17.7.0
oclif 4.11.0 4.11.3

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 @types/node from 18.19.33 to 20.12.12

Commits


Updates jsdom from 24.0.0 to 24.1.0

Release notes

Sourced from jsdom's releases.

Version 24.1.0

  • Added the getSetCookie() method to the Headers class. (ushiboy)
  • Fixed the creation and parsing of elements with names from Object.prototype, like "constructor" or "toString".
  • Updated rweb-cssom, which can now parse additional CSS constructs.
Changelog

Sourced from jsdom's changelog.

24.1.0

  • Added the getSetCookie() method to the Headers class. (ushiboy)
  • Fixed the creation and parsing of elements with names from Object.prototype, like "constructor" or "toString".
  • Updated rweb-cssom, which can now parse additional CSS constructs.
Commits
  • 4555914 Version 24.1.0
  • a693107 Fix elements with names from Object.prototype
  • 8738255 Add regression test for comma selector
  • a343932 Implement the getSetCookie() method of Headers
  • f2fa507 Update URLs and fix grammar error
  • 7dc7ab9 Fix getComputedStyle() not-implemented message
  • f5f2468 Update dependencies and most dev dependencies
  • b32d82b Fix wpt failure in overwritten-customElements-global.html
  • See full diff in compare view


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.13 to 9.5.14

Changelog

Sourced from postcss-preset-env's changelog.

9.5.14

May 23, 2024

Commits


Updates @oclif/test from 3.2.15 to 4.0.2

Release notes

Sourced from @​oclif/test's releases.

4.0.2

Bug Fixes

  • preserve quotes in inputs to runCommand (2fad42a)

4.0.1

No more fancy-test

Why?

We're migrating away from fancy-test for a few reasons:

  • it assumes people will use mocha as their test runner
  • there's a learning curve to writing fancy tests. Most people know how like to write their tests and don't want to bother with learning a new test framework
  • fancy-test offers a lot of useful utilities (like stubbing process.env) but it doesn't do everything that people need so people end up writing tests that are half fancy-tests and half "unfancy" tests. We'd rather enable people to write tests however they want.
  • we don't have bandwidth to support it as fully as we would like

New Testing Utilities

There are now three functions exported by @oclif/test

  • captureOutput - accepts a callback. All output to stderr and stdout will be captured while the callback is being executed
  • runCommand - run a command within your CLI. All output to stderr and stdout will be captured
  • runHook - run a hook within your CLI. All output to stderr and stdout will be captured

See the migration guide and the usage for more

4.0.1-dev.0

Features

  • new oclif test utilities (006c90c)

4.0.1-beta.4

Bug Fixes

4.0.1-beta.3

Bug Fixes

4.0.1-beta.2

Bug Fixes

4.0.1-beta.1

Bug Fixes

... (truncated)

Changelog

Sourced from @​oclif/test's changelog.

4.0.2 (2024-05-22)

Bug Fixes

  • preserve quotes in inputs to runCommand (2fad42a)

4.0.1 (2024-05-21)

Commits
  • f7975c8 chore(release): 4.0.2 [skip ci]
  • 31d0aba Merge pull request #551 from oclif/mdonnalley/preserve-quotes
  • 2fad42a fix: preserve quotes in inputs to runCommand
  • 72156cc chore(release): 4.0.1 [skip ci]
  • 29a6f92 feat!: version 4 (#550)
  • 8be535f Merge pull request #547 from oclif/dependabot-npm_and_yarn-types-node-18.19.33
  • 07b36cd chore(dev-deps): bump @​types/node from 18.19.31 to 18.19.33
  • See full diff in compare view


Updates eslint from 8.57.0 to 9.3.0

Release notes

Sourced from eslint's releases.

v9.3.0

Features

  • b32153c feat: add overrides.namedExports to func-style rule (#18444) (Percy Ma)
  • b67eba4 feat: add restrictedNamedExportsPattern to no-restricted-exports (#18431) (Akul Srivastava)
  • 069aa68 feat: add option allowEscape to no-misleading-character-class rule (#18208) (Francesco Trotta)
  • 05ef92d feat: deprecate multiline-comment-style & line-comment-position (#18435) (唯然)
  • db0b174 feat: add enforceForInnerExpressions option to no-extra-boolean-cast (#18222) (Kirk Waiblinger)

Bug Fixes

  • 8db0eff fix: Improve config error messages (#18457) (Nicholas C. Zakas)
  • 5c28d9a fix: don't remove comments between key and value in object-shorthand (#18442) (Kuba Jastrzębski)
  • 39fb0ee fix: object-shorthand loses type parameters when auto-fixing (#18438) (dalaoshu)
  • 37eba48 fix: don't crash when fs.readFile returns promise from another realm (#18416) (Milos Djermanovic)

Documentation

  • ceada8c docs: explain how to use "tsc waiting" label (#18466) (Francesco Trotta)
  • 62e686c docs: Add troubleshooting info for plugin compatibility (#18451) (Nicholas C. Zakas)
  • e17e1c0 docs: Update README (GitHub Actions Bot)
  • 2465a1e docs: Update README (GitHub Actions Bot)
  • d23574c docs: Clarify usage of no-unreachable with TypeScript (#18445) (benj-dobs)
  • 1db9bae docs: Fix typos (#18443) (Frieder Bluemle)
  • 7065196 docs: Update README (GitHub Actions Bot)
  • 04e7c6e docs: update deprecation notice of no-return-await (#18433) (Tanuj Kanti)
  • e763512 docs: Link global ignores section in config object property list (#18430) (MaoShizhong)
  • ac7f718 docs: reflect release of v9 in config migration guide (#18412) (Peter Briggs)
  • 0de0909 docs: fix grammar in configuration file resolution (#18419) (Mike McCready)

Chores

  • 58e2719 chore: update dependencies for v9.3.0 release (#18469) (Francesco Trotta)
  • b681ecb chore: package.json update for @​eslint/js release (Jenkins)
  • 06f1d1c chore: update dependency @​humanwhocodes/retry to ^0.3.0 (#18463) (renovate[bot])
  • a63ed72 refactor: Use node: protocol for built-in Node.js modules (#18434) (Milos Djermanovic)
  • 040700a chore: update dependency markdownlint-cli to ^0.40.0 (#18425) (renovate[bot])
  • f47847c chore: update actions/stale action to v9 (#18426) (renovate[bot])
  • c18ad25 chore: update actions/upload-artifact action to v4 (#18427) (renovate[bot])
  • 27e3060 chore: Disable documentation label (#18423) (Nicholas C. Zakas)

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) (唯然)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.3.0 - May 17, 2024

  • 58e2719 chore: update dependencies for v9.3.0 release (#18469) (Francesco Trotta)
  • b681ecb chore: package.json update for @​eslint/js release (Jenkins)
  • 8db0eff fix: Improve config error messages (#18457) (Nicholas C. Zakas)
  • ceada8c docs: explain how to use "tsc waiting" label (#18466) (Francesco Trotta)
  • b32153c feat: add overrides.namedExports to func-style rule (#18444) (Percy Ma)
  • 06f1d1c chore: update dependency @​humanwhocodes/retry to ^0.3.0 (#18463) (renovate[bot])
  • 5c28d9a fix: don't remove comments between key and value in object-shorthand (#18442) (Kuba Jastrzębski)
  • 62e686c docs: Add troubleshooting info for plugin compatibility (#18451) (Nicholas C. Zakas)
  • e17e1c0 docs: Update README (GitHub Actions Bot)
  • 39fb0ee fix: object-shorthand loses type parameters when auto-fixing (#18438) (dalaoshu)
  • b67eba4 feat: add restrictedNamedExportsPattern to no-restricted-exports (#18431) (Akul Srivastava)
  • 2465a1e docs: Update README (GitHub Actions Bot)
  • d23574c docs: Clarify usage of no-unreachable with TypeScript (#18445) (benj-dobs)
  • 1db9bae docs: Fix typos (#18443) (Frieder Bluemle)
  • 069aa68 feat: add option allowEscape to no-misleading-character-class rule (#18208) (Francesco Trotta)
  • 7065196 docs: Update README (GitHub Actions Bot)
  • 05ef92d feat: deprecate multiline-comment-style & line-comment-position (#18435) (唯然)
  • a63ed72 refactor: Use node: protocol for built-in Node.js modules (#18434) (Milos Djermanovic)
  • 04e7c6e docs: update deprecation notice of no-return-await (#18433) (Tanuj Kanti)
  • e763512 docs: Link global ignores section in config object property list (#18430) (MaoShizhong)
  • 37eba48 fix: don't crash when fs.readFile returns promise from another realm (#18416) (Milos Djermanovic)
  • 040700a chore: update dependency markdownlint-cli to ^0.40.0 (#18425) (renovate[bot])
  • f47847c chore: update actions/stale action to v9 (#18426) (renovate[bot])
  • c18ad25 chore: update actions/upload-artifact action to v4 (#18427) (renovate[bot])
  • 27e3060 chore: Disable documentation label (#18423) (Nicholas C. Zakas)
  • ac7f718 docs: reflect release of v9 in config migration guide (#18412) (Peter Briggs)
  • db0b174 feat: add enforceForInnerExpressions option to no-extra-boolean-cast (#18222) (Kirk Waiblinger)
  • 0de0909 docs: fix grammar in configuration file resolution (#18419) (Mike McCready)

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

... (truncated)

Commits
  • 41a871c 9.3.0
  • 463a2e3 Build: changelog update for 9.3.0
  • 58e2719 chore: update dependencies for v9.3.0 release (#18469)
  • b681ecb chore: package.json update for @​eslint/js release
  • 8db0eff fix: Improve config error messages (#18457)
  • ceada8c docs: explain how to use "tsc waiting" label (#18466)
  • b32153c feat: add overrides.namedExports to func-style rule (#18444)
  • 06f1d1c chore: update dependency @​humanwhocodes/retry to ^0.3.0 (#18463)
  • 5c28d9a fix: don't remove comments between key and value in object-shorthand (#18442)
  • 62e686c docs: Add troubleshooting info for plugin compatibility (#18451)
  • Additional commits viewable in compare view


Updates eslint-plugin-n from 16.6.2 to 17.7.0

Release notes

Sourced from eslint-plugin-n's releases.

v17.7.0

17.7.0 (2024-05-14)

🌟 Features

  • hashbang: Add support to map extensions to executables (#278) (3fd7639)
  • node-builtin: Add node 20.13.0, 22.0.0, and 22.1.0 support (#276) (4a685c0)

🩹 Fixes

  • node-builtins: Remove "node:" prefix from "ignores" message (#277) (704f0b9)

📚 Documentation

  • node-builtins: Specify that only static properties are supported (#272) (735a520)
  • Provide an example with eslint-plugin-n to Playground (#275) (cb8ffa6)

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)

... (truncated)

Changelog

Sourced from eslint-plugin-n's changelog.

17.7.0 (2024-05-14)

🌟 Features

  • hashbang: Add support to map extensions to executables (#278) (3fd7639)
  • node-builtin: Add node 20.13.0, 22.0.0, and 22.1.0 support (#276) (4a685c0)

🩹 Fixes

  • node-builtins: Remove "node:" prefix from "ignores" message (#277) (704f0b9)

📚 Documentation

  • node-builtins: Specify that only static properties are supported (#272) (735a520)
  • Provide an example with eslint-plugin-n to Playground (#275) (cb8ffa6)

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

... (truncated)

Commits
  • 8551596 chore(master): release 17.7.0 (#273)
  • 3fd7639 feat(hashbang): Add support to map extensions to executables (#278)
  • 704f0b9 fix(node-builtins): Remove "node:" prefix from "ignores" message (#277)
  • 4a685c0 feat(node-builtin): Add node 20.13.0, 22.0.0, and 22.1.0 support (#276)
  • cb8ffa6 docs: Provide an example with eslint-plugin-n to Playground (#275)
  • 735a520 docs(node-builtins): Specify that only static properties are supported (#272)
  • a99acb7 chore(master): release 17.6.0 (#270)
  • b454488 docs: add maintainance info (#271)
  • c046376 feat: Add support for ignoring experemental features (#269)
  • c3e5a19 chore(master): release 17.5.1 (#267)
  • Additional commits viewable in compare view


Updates oclif from 4.11.0 to 4.11.3

Release notes

Sourced from oclif's releases.

4.11.3

Bug Fixes

  • deps: bump @​inquirer/input from 2.1.1 to 2.1.8 (b60363f)

4.11.2

Bug Fixes

  • deps: bump @​oclif/plugin-not-found from 3.1.9 to 3.1.10 (2ac04b6)

4.11.1

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.577.0 to 3.583.0 (d815dd7)
Changelog

Sourced from oclif's changelog.

4.11.3 (2024-05-26)

Bug Fixes

  • deps: bump @​inquirer/input from 2.1.1 to 2.1.8 (b60363f)

4.11.2 (2024-05-26)

Bug Fixes

  • deps: bump @​oclif/plugin-not-found from 3.1.9 to 3.1.10 (2ac04b6)

4.11.1 (2024-05-26)

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.577.0 to 3.583.0 (d815dd7)
Commits
  • 0eccb42 chore(release): 4.11.3 [skip ci]
  • d072498 Merge pull request #1423 from oclif/dependabot-npm_and_yarn-inquirer-input-2.1.8
  • 8024f57 Merge pull request #1424 from oclif/dependabot-npm_and_yarn-oclif-plugin-lega...
  • b60363f fix(deps): bump @​inquirer/input from 2.1.1 to 2.1.8
  • 59f27dd chore(release): 4.11.2 [skip ci]
  • 1781231 Merge pull request #1426 from oclif/dependabot-npm_and_yarn-oclif-plugin-not-...
  • 360aff9 chore(release): 4.11.1 [skip ci]
  • 8b730d1 Merge pull request #1427 from oclif/dependabot-npm_and_yarn-aws-sdk-client-s3...
  • d815dd7 fix(deps): bump @​aws-sdk/client-s3 from 3.577.0 to 3.583.0
  • 2ac04b6 fix(deps): bump @​oclif/plugin-not-found from 3.1.9 to 3.1.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 5 months ago

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