Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the yarn group with 7 updates #7137

Merged
merged 1 commit into from Mar 4, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 4, 2024

Bumps the yarn group with 7 updates:

Package From To
caniuse-lite 1.0.30001589 1.0.30001593
vue 3.4.20 3.4.21
@parcel/optimizer-data-url 2.11.0 2.12.0
@parcel/transformer-inline-string 2.11.0 2.12.0
@parcel/transformer-sass 2.11.0 2.12.0
html-validate 8.11.1 8.12.0
parcel 2.11.0 2.12.0

Updates caniuse-lite from 1.0.30001589 to 1.0.30001593

Commits

Updates vue from 3.4.20 to 3.4.21

Release notes

Sourced from vue's releases.

v3.4.21

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vue's changelog.

3.4.21 (2024-02-28)

Bug Fixes

Commits

Updates @parcel/optimizer-data-url from 2.11.0 to 2.12.0

Release notes

Sourced from @​parcel/optimizer-data-url's releases.

v2.12.0

Blog post: https://parceljs.org/blog/v2-12-0/

Added

  • Core

    • Add REPL playground for Parcel to the website – Details
    • Improve package manager detection for auto install – Details
  • JavaScript

    • Add support for JS macros – Details
    • Statically evaluate constants referenced by macros – Details
    • Upgrade to ESLint 8 – Details
    • Bump swc – Details
  • CSS

    • Use lightningcss to implement CSS packager – Details
  • Bundler

    • Rename "parentAsset" to "root" for Manual Shared Bundle config and remove unstable prefix – Details
  • Web Extensions

    • Add content script world property to manifest schema validation – Details
  • Performance

    • Adjacency list optimizations – Details
    • Break up request graph cache serialisation and run after build completion – Details

Fixed

  • Core

    • Drop per-pipeline transformation cache – Details
    • Clippy and use napi's Either3 – Details
    • Add lazy/eager cache key to avoid invalid change when switching modes – Details
  • JavaScript

    • Remove decl_collector pass and use SWC's unresolved_mark instead – Details
  • Bundler

    • Fix multiple css bundles in entry bundle groups issue – Details
    • Allow parallel type change bundles to be reused by async siblings – Details
    • Skip on missing parent asset for manual shared bundles – Details

Unstable

  • Add source map support to the inline-require optimizer – Details
Changelog

Sourced from @​parcel/optimizer-data-url's changelog.

[2.12.0] - 2024-02-28

Added

  • Core

    • Add REPL playground for Parcel to the website – Details
    • Improve package manager detection for auto install – Details
  • JavaScript

    • Add support for JS macros – Details
    • Statically evaluate constants referenced by macros – Details
    • Upgrade to ESLint 8 – Details
    • Bump swc – Details
  • CSS

    • Use lightningcss to implement CSS packager – Details
  • Bundler

    • Rename "parentAsset" to "root" for Manual Shared Bundle config and remove unstable prefix – Details
  • Web Extensions

    • Add content script world property to manifest schema validation – Details
  • Performance

    • Adjacency list optimizations – Details
    • Break up request graph cache serialisation and run after build completion – Details

Fixed

  • Core

    • Drop per-pipeline transformation cache – Details
    • Clippy and use napi's Either3 – Details
    • Add lazy/eager cache key to avoid invalid change when switching modes – Details
  • JavaScript

    • Remove decl_collector pass and use SWC's unresolved_mark instead – Details
  • Bundler

    • Fix multiple css bundles in entry bundle groups issue – Details
    • Allow parallel type change bundles to be reused by async siblings – Details
    • Skip on missing parent asset for manual shared bundles – Details

Unstable

  • Add source map support to the inline-require optimizer – Details
Commits
  • face1c2 v2.12.0
  • 3398e6e changelog for v2.12.0
  • 475a0af Add repl deploy to release workflow (#9548)
  • 78fe2ce Add @​parcel/macros package with macro context TS definitions (#9544)
  • ac43c39 Skip on missing parent asset for manual shared bundles (#9538)
  • 0560499 Break up request graph cache serialisation and run after build completion (#9...
  • 2215d36 Adjacency list optimizations (#9444)
  • e14784d Support default interop for CommonJS macros (#9525)
  • a93af6a Allow parallel type change bundles to be reused by async siblings (#9504)
  • e0b99c2 Remove decl_collector pass and use SWC's unresolved_mark instead (#9520)
  • Additional commits viewable in compare view

Updates @parcel/transformer-inline-string from 2.11.0 to 2.12.0

Release notes

Sourced from @​parcel/transformer-inline-string's releases.

v2.12.0

Blog post: https://parceljs.org/blog/v2-12-0/

Added

  • Core

    • Add REPL playground for Parcel to the website – Details
    • Improve package manager detection for auto install – Details
  • JavaScript

    • Add support for JS macros – Details
    • Statically evaluate constants referenced by macros – Details
    • Upgrade to ESLint 8 – Details
    • Bump swc – Details
  • CSS

    • Use lightningcss to implement CSS packager – Details
  • Bundler

    • Rename "parentAsset" to "root" for Manual Shared Bundle config and remove unstable prefix – Details
  • Web Extensions

    • Add content script world property to manifest schema validation – Details
  • Performance

    • Adjacency list optimizations – Details
    • Break up request graph cache serialisation and run after build completion – Details

Fixed

  • Core

    • Drop per-pipeline transformation cache – Details
    • Clippy and use napi's Either3 – Details
    • Add lazy/eager cache key to avoid invalid change when switching modes – Details
  • JavaScript

    • Remove decl_collector pass and use SWC's unresolved_mark instead – Details
  • Bundler

    • Fix multiple css bundles in entry bundle groups issue – Details
    • Allow parallel type change bundles to be reused by async siblings – Details
    • Skip on missing parent asset for manual shared bundles – Details

Unstable

  • Add source map support to the inline-require optimizer – Details
Changelog

Sourced from @​parcel/transformer-inline-string's changelog.

[2.12.0] - 2024-02-28

Added

  • Core

    • Add REPL playground for Parcel to the website – Details
    • Improve package manager detection for auto install – Details
  • JavaScript

    • Add support for JS macros – Details
    • Statically evaluate constants referenced by macros – Details
    • Upgrade to ESLint 8 – Details
    • Bump swc – Details
  • CSS

    • Use lightningcss to implement CSS packager – Details
  • Bundler

    • Rename "parentAsset" to "root" for Manual Shared Bundle config and remove unstable prefix – Details
  • Web Extensions

    • Add content script world property to manifest schema validation – Details
  • Performance

    • Adjacency list optimizations – Details
    • Break up request graph cache serialisation and run after build completion – Details

Fixed

  • Core

    • Drop per-pipeline transformation cache – Details
    • Clippy and use napi's Either3 – Details
    • Add lazy/eager cache key to avoid invalid change when switching modes – Details
  • JavaScript

    • Remove decl_collector pass and use SWC's unresolved_mark instead – Details
  • Bundler

    • Fix multiple css bundles in entry bundle groups issue – Details
    • Allow parallel type change bundles to be reused by async siblings – Details
    • Skip on missing parent asset for manual shared bundles – Details

Unstable

  • Add source map support to the inline-require optimizer – Details
Commits
  • face1c2 v2.12.0
  • 3398e6e changelog for v2.12.0
  • 475a0af Add repl deploy to release workflow (#9548)
  • 78fe2ce Add @​parcel/macros package with macro context TS definitions (#9544)
  • ac43c39 Skip on missing parent asset for manual shared bundles (#9538)
  • 0560499 Break up request graph cache serialisation and run after build completion (#9...
  • 2215d36 Adjacency list optimizations (#9444)
  • e14784d Support default interop for CommonJS macros (#9525)
  • a93af6a Allow parallel type change bundles to be reused by async siblings (#9504)
  • e0b99c2 Remove decl_collector pass and use SWC's unresolved_mark instead (#9520)
  • Additional commits viewable in compare view

Updates @parcel/transformer-sass from 2.11.0 to 2.12.0

Release notes

Sourced from @​parcel/transformer-sass's releases.

v2.12.0

Blog post: https://parceljs.org/blog/v2-12-0/

Added

  • Core

    • Add REPL playground for Parcel to the website – Details
    • Improve package manager detection for auto install – Details
  • JavaScript

    • Add support for JS macros – Details
    • Statically evaluate constants referenced by macros – Details
    • Upgrade to ESLint 8 – Details
    • Bump swc – Details
  • CSS

    • Use lightningcss to implement CSS packager – Details
  • Bundler

    • Rename "parentAsset" to "root" for Manual Shared Bundle config and remove unstable prefix – Details
  • Web Extensions

    • Add content script world property to manifest schema validation – Details
  • Performance

    • Adjacency list optimizations – Details
    • Break up request graph cache serialisation and run after build completion – Details

Fixed

  • Core

    • Drop per-pipeline transformation cache – Details
    • Clippy and use napi's Either3 – Details
    • Add lazy/eager cache key to avoid invalid change when switching modes – Details
  • JavaScript

    • Remove decl_collector pass and use SWC's unresolved_mark instead – Details
  • Bundler

    • Fix multiple css bundles in entry bundle groups issue – Details
    • Allow parallel type change bundles to be reused by async siblings – Details
    • Skip on missing parent asset for manual shared bundles – Details

Unstable

  • Add source map support to the inline-require optimizer – Details
Changelog

Sourced from @​parcel/transformer-sass's changelog.

[2.12.0] - 2024-02-28

Added

  • Core

    • Add REPL playground for Parcel to the website – Details
    • Improve package manager detection for auto install – Details
  • JavaScript

    • Add support for JS macros – Details
    • Statically evaluate constants referenced by macros – Details
    • Upgrade to ESLint 8 – Details
    • Bump swc – Details
  • CSS

    • Use lightningcss to implement CSS packager – Details
  • Bundler

    • Rename "parentAsset" to "root" for Manual Shared Bundle config and remove unstable prefix – Details
  • Web Extensions

    • Add content script world property to manifest schema validation – Details
  • Performance

    • Adjacency list optimizations – Details
    • Break up request graph cache serialisation and run after build completion – Details

Fixed

  • Core

    • Drop per-pipeline transformation cache – Details
    • Clippy and use napi's Either3 – Details
    • Add lazy/eager cache key to avoid invalid change when switching modes – Details
  • JavaScript

    • Remove decl_collector pass and use SWC's unresolved_mark instead – Details
  • Bundler

    • Fix multiple css bundles in entry bundle groups issue – Details
    • Allow parallel type change bundles to be reused by async siblings – Details
    • Skip on missing parent asset for manual shared bundles – Details

Unstable

  • Add source map support to the inline-require optimizer – Details
Commits
  • face1c2 v2.12.0
  • 3398e6e changelog for v2.12.0
  • 475a0af Add repl deploy to release workflow (#9548)
  • 78fe2ce Add @​parcel/macros package with macro context TS definitions (#9544)
  • ac43c39 Skip on missing parent asset for manual shared bundles (#9538)
  • 0560499 Break up request graph cache serialisation and run after build completion (#9...
  • 2215d36 Adjacency list optimizations (#9444)
  • e14784d Support default interop for CommonJS macros (#9525)
  • a93af6a Allow parallel type change bundles to be reused by async siblings (#9504)
  • e0b99c2 Remove decl_collector pass and use SWC's unresolved_mark instead (#9520)
  • Additional commits viewable in compare view

Updates html-validate from 8.11.1 to 8.12.0

Release notes

Sourced from html-validate's releases.

v8.12.0

8.12.0 (2024-3-4)

Features

  • rules: new rule no-abstract-role (923680b)
Commits
  • 375b0a7 chore(release): 8.12.0
  • c1005e7 Merge branch 'feature/no-abstract-role' into 'master'
  • 36b500e test: add wai-aria abstract-roles-prohibited conformance test
  • 923680b feat(rules): new rule no-abstract-role
  • 132853f chore(deps): update dependency @​microsoft/api-extractor to v7.42.2
  • 2e86cd9 chore(deps): update dependency autoprefixer to v10.4.18
  • 574b979 chore(deps): update dependency @​microsoft/api-extractor to v7.42.1
  • 55503cb chore(deps): update dependency @​types/node to v16.18.86
  • 485f7ad chore(deps): update dependency @​microsoft/api-extractor to v7.42.0
  • 58a4f2a chore(deps): update dependency @​html-validate/commitlint-config to v3.2.0
  • Additional commits viewable in compare view

Updates parcel from 2.11.0 to 2.12.0

Release notes

Sourced from parcel's releases.

v2.12.0

Blog post: https://parceljs.org/blog/v2-12-0/

Added

  • Core

    • Add REPL playground for Parcel to the website – Details
    • Improve package manager detection for auto install – Details
  • JavaScript

    • Add support for JS macros – Details
    • Statically evaluate constants referenced by macros – Details
    • Upgrade to ESLint 8 – Details
    • Bump swc – Details
  • CSS

    • Use lightningcss to implement CSS packager – Details
  • Bundler

    • Rename "parentAsset" to "root" for Manual Shared Bundle config and remove unstable prefix – Details
  • Web Extensions

    • Add content script world property to manifest schema validation – Details
  • Performance

    • Adjacency list optimizations – Details
    • Break up request graph cache serialisation and run after build completion – Details

Fixed

  • Core

    • Drop per-pipeline transformation cache – Details
    • Clippy and use napi's Either3 – Details
    • Add lazy/eager cache key to avoid invalid change when switching modes – Details
  • JavaScript

    • Remove decl_collector pass and use SWC's unresolved_mark instead – Details
  • Bundler

    • Fix multiple css bundles in entry bundle groups issue – Details
    • Allow parallel type change bundles to be reused by async siblings – Details
    • Skip on missing parent asset for manual shared bundles – Details

Unstable

  • Add source map support to the inline-require optimizer – Details
Changelog

Sourced from parcel's changelog.

[2.12.0] - 2024-02-28

Added

  • Core

    • Add REPL playground for Parcel to the website – Details
    • Improve package manager detection for auto install – Details
  • JavaScript

    • Add support for JS macros – Details
    • Statically evaluate constants referenced by macros – Details
    • Upgrade to ESLint 8 – Details
    • Bump swc – Details
  • CSS

    • Use lightningcss to implement CSS packager – Details
  • Bundler

    • Rename "parentAsset" to "root" for Manual Shared Bundle config and remove unstable prefix – Details
  • Web Extensions

    • Add content script world property to manifest schema validation – Details
  • Performance

    • Adjacency list optimizations – Details
    • Break up request graph cache serialisation and run after build completion – Details

Fixed

  • Core

    • Drop per-pipeline transformation cache – Details
    • Clippy and use napi's Either3 – Details
    • Add lazy/eager cache key to avoid invalid change when switching modes – Details
  • JavaScript

    • Remove decl_collector pass and use SWC's unresolved_mark instead – Details
  • Bundler

    • Fix multiple css bundles in entry bundle groups issue – Details
    • Allow parallel type change bundles to be reused by async siblings – Details
    • Skip on missing parent asset for manual shared bundles – Details

Unstable

  • Add source map support to the inline-require optimizer – Details
Commits
  • face1c2 v2.12.0
  • 3398e6e changelog for v2.12.0
  • 475a0af Add repl deploy to release workflow (#9548)
  • 78fe2ce Add @​parcel/macros package with macro context TS definitions (#9544)
  • ac43c39 Skip on missing parent asset for manual shared bundles (#9538)
  • 0560499 Break up request graph cache serialisation and run after build completion (#9...
  • 2215d36 Adjacency list optimizations (#9444)
  • e14784d Support default interop for CommonJS macros (#9525)
  • a93af6a Allow parallel type change bundles to be reused by async siblings (#9504)
  • e0b99c2 Remove decl_collector pass and use SWC's unresolved_mark instead (#9520)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the yarn group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001589` | `1.0.30001593` |
| [vue](https://github.com/vuejs/core) | `3.4.20` | `3.4.21` |
| [@parcel/optimizer-data-url](https://github.com/parcel-bundler/parcel) | `2.11.0` | `2.12.0` |
| [@parcel/transformer-inline-string](https://github.com/parcel-bundler/parcel) | `2.11.0` | `2.12.0` |
| [@parcel/transformer-sass](https://github.com/parcel-bundler/parcel) | `2.11.0` | `2.12.0` |
| [html-validate](https://gitlab.com/html-validate/html-validate) | `8.11.1` | `8.12.0` |
| [parcel](https://github.com/parcel-bundler/parcel) | `2.11.0` | `2.12.0` |


Updates `caniuse-lite` from 1.0.30001589 to 1.0.30001593
- [Commits](browserslist/caniuse-lite@1.0.30001589...1.0.30001593)

Updates `vue` from 3.4.20 to 3.4.21
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.4.20...v3.4.21)

Updates `@parcel/optimizer-data-url` from 2.11.0 to 2.12.0
- [Release notes](https://github.com/parcel-bundler/parcel/releases)
- [Changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md)
- [Commits](parcel-bundler/parcel@v2.11.0...v2.12.0)

Updates `@parcel/transformer-inline-string` from 2.11.0 to 2.12.0
- [Release notes](https://github.com/parcel-bundler/parcel/releases)
- [Changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md)
- [Commits](parcel-bundler/parcel@v2.11.0...v2.12.0)

Updates `@parcel/transformer-sass` from 2.11.0 to 2.12.0
- [Release notes](https://github.com/parcel-bundler/parcel/releases)
- [Changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md)
- [Commits](parcel-bundler/parcel@v2.11.0...v2.12.0)

Updates `html-validate` from 8.11.1 to 8.12.0
- [Release notes](https://gitlab.com/html-validate/html-validate/tags)
- [Commits](https://gitlab.com/html-validate/html-validate/compare/v8.11.1...v8.12.0)

Updates `parcel` from 2.11.0 to 2.12.0
- [Release notes](https://github.com/parcel-bundler/parcel/releases)
- [Changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md)
- [Commits](parcel-bundler/parcel@v2.11.0...v2.12.0)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: yarn
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: yarn
- dependency-name: "@parcel/optimizer-data-url"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: yarn
- dependency-name: "@parcel/transformer-inline-string"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: yarn
- dependency-name: "@parcel/transformer-sass"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: yarn
- dependency-name: html-validate
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: yarn
- dependency-name: parcel
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 4, 2024
@dependabot dependabot bot requested a review from NGPixel March 4, 2024 14:09
@rjsparks rjsparks merged commit 93fca00 into main Mar 4, 2024
6 of 7 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/yarn-df7f2aa712 branch March 4, 2024 22:51
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants