Bump the javascript-dependencies group with 5 updates
Bumps the javascript-dependencies group with 5 updates:
| Package | From | To |
|---|---|---|
| vue | 3.4.21 |
3.4.22 |
| @fortawesome/fontawesome-free | 6.5.1 |
6.5.2 |
| @redocly/cli | 1.10.4 |
1.11.0 |
| @vue/compiler-sfc | 3.4.21 |
3.4.22 |
| webpack | 5.90.3 |
5.91.0 |
Updates vue from 3.4.21 to 3.4.22
Changelog
Sourced from vue's changelog.
3.4.22 (2024-04-15)
Bug Fixes
- compat: fix $options mutation + adjust private API initialization (d58d133), closes #10626 #10636
- compile-sfc: analyze v-bind shorthand usage in template (#10518) (e5919d4), closes #10515
- compiler-core: fix loc.source for end tags with whitespace before > (16174da), closes #10694 #10695
- compiler-core: fix v-bind shorthand for component :is (04af950), closes #10469 #10471
- compiler-sfc: :is() and :where() in compound selectors (#10522) (660cadc), closes #10511
- compiler-sfc: also search for
.tsxwhen type import's extension is omitted (#10637) (34106bc), closes #10635- compiler-sfc: fix defineModel coercion for boolean + string union types (#9603) (0cef65c), closes #9587 #10676
- compiler-sfc: fix universal selector scope (#10551) (54a6afa), closes #10548
- compiler-sfc: use options module name if options provide runtimeModuleName options (#10457) (e76d743), closes #10454
- custom-element: avoid setting attr to null if it is removed (#9012) (b49306a), closes #9006 #10324
- hydration: properly handle optimized mode during hydrate node (#10638) (2ec06fd), closes #10607
- reactivity: computed should not be detected as true by isProxy (#10401) (9da34d7)
- reactivity: fix hasOwnProperty key coercion edge cases (969c5fb)
- reactivity: fix tracking when hasOwnProperty is called with non-string value (c3c5dc9), closes #10455 #10464
- runtime-core: fix errorHandler causes an infinite loop during execution (#9575) (ab59bed)
- runtime-core: handle invalid values in callWithAsyncErrorHandling (53d15d3)
- runtime-core: show hydration mismatch details for non-rectified mismatches too when PROD_HYDRATION_MISMATCH_DETAILS is set (#10599) (0dea7f9)
- runtime-dom:
v-modelstring/number coercion for multiselect options (#10576) (db374e5)- runtime-dom: fix css v-bind for suspensed components (#8523) (67722ba), closes #8520
- runtime-dom: force update v-model number with leading 0 (#10506) (15ffe8f), closes #10503 #10615
- runtime-dom: sanitize wrongly passed string value as event handler (#8953) (7ccd453), closes #8818
- ssr: don't render v-if comments in TransitionGroup (#6732) (5a96267), closes #6715
- Transition: ensure the KeepAlive children unmount w/ out-in mode (#10632) (fc99e4d), closes #10620
- TransitionGroup: avoid set transition hooks for comment nodes and text nodes (#9421) (140a768), closes #4621 #4622 #5153 #5168 #7898 #9067
- types: avoid merging object union types when using withDefaults (#10596) (37ba93c), closes #10594
Performance Improvements
Commits
b4b856brelease: v3.4.22f26d566chore: improve event value validation message9da34d7fix(reactivity): computed should not be detected as true by isProxy (#10401)37ba93cfix(types): avoid merging object union types when using withDefaults (#10596)fc99e4dfix(Transition): ensure the KeepAlive children unmount w/ out-in mode (#10632)53d15d3fix(runtime-core): handle invalid values in callWithAsyncErrorHandling7ccd453fix(runtime-dom): sanitize wrongly passed string value as event handler (#8953)15ffe8ffix(runtime-dom): force update v-model number with leading 0 (#10506)5a96267fix(ssr): don't render v-if comments in TransitionGroup (#6732)2ec06fdfix(hydration): properly handle optimized mode during hydrate node (#10638)- Additional commits viewable in compare view
Updates @fortawesome/fontawesome-free from 6.5.1 to 6.5.2
Release notes
Sourced from @fortawesome/fontawesome-free's releases.
Release 6.5.2
Change log available at https://fontawesome.com/docs/changelog/
Commits
Updates @redocly/cli from 1.10.4 to 1.11.0
Release notes
Sourced from @redocly/cli's releases.
@redocly/cli@1.11.0Minor Changes
- Removed additional operations from the
joincommand; uselintand/orbundlefor operations such aslintanddecorate.- Removed lint support from the bundle command to support a wider range of use cases. Users should update to run lint and bundle separately.
- Added support for a
github-actionsoutput format for thelintcommand to annotate reported problems on files when used in a GitHub Actions workflow.Patch Changes
- Fixed
no-invalid-media-type-examplesruleexternalValueexample validation.- Updated
@redocly/openapi-coreto v1.11.0.
@redocly/cli@1.10.6Patch Changes
- Added
check-configcommand to validate a Redocly configuration file.- Updated
@redocly/openapi-coreto v1.10.6.
@redocly/cli@1.10.5Patch Changes
- Updated license text for date and organization naming accuracy.
- Updated
@redocly/openapi-coreto v1.10.5.
Changelog
Sourced from @redocly/cli's changelog.
1.11.0 (2024-04-04)
Minor Changes
- Removed additional operations from the
joincommand; uselintand/orbundlefor operations such aslintanddecorate.- Removed lint support from the bundle command to support a wider range of use cases. Users should update to run lint and bundle separately.
- Added support for a
github-actionsoutput format for thelintcommand to annotate reported problems on files when used in a GitHub Actions workflow.Patch Changes
- Fixed
no-invalid-media-type-examplesruleexternalValueexample validation.- Updated
@redocly/openapi-coreto v1.11.0.1.10.6 (2024-03-26)
Patch Changes
- Added
check-configcommand to validate a Redocly configuration file.- Updated
@redocly/openapi-coreto v1.10.6.1.10.5 (2024-03-19)
Patch Changes
- Updated license text for date and organization naming accuracy.
- Updated
@redocly/openapi-coreto v1.10.5.
Commits
90a79eechore: 🔖 release new versions (#1508)b0b50dafeat: remove --lint, --preprocess, and --decorate options from the join comma...c2d01aachore: update core version in config (#1512)db21d90fix: remove unused components transitively (#1472)b767161Ignore validating example with externalValue against schema (#1509)9343b35feat: drop linting option from bundle command (#1503)2d16014feat(lint): add support for GitHub Actions output format (#1497)552eb03Gsod prop context (#1506)17b73c1docs: add cli config reference (#1483)a729953chore: 🔖 release new versions (#1498)- Additional commits viewable in compare view
Updates @vue/compiler-sfc from 3.4.21 to 3.4.22
Release notes
Sourced from @vue/compiler-sfc's releases.
v3.4.22
Please refer to CHANGELOG.md for details.
Changelog
Sourced from @vue/compiler-sfc's changelog.
3.4.22 (2024-04-15)
Bug Fixes
- compat: fix $options mutation + adjust private API initialization (d58d133), closes #10626 #10636
- compile-sfc: analyze v-bind shorthand usage in template (#10518) (e5919d4), closes #10515
- compiler-core: fix loc.source for end tags with whitespace before > (16174da), closes #10694 #10695
- compiler-core: fix v-bind shorthand for component :is (04af950), closes #10469 #10471
- compiler-sfc: :is() and :where() in compound selectors (#10522) (660cadc), closes #10511
- compiler-sfc: also search for
.tsxwhen type import's extension is omitted (#10637) (34106bc), closes #10635- compiler-sfc: fix defineModel coercion for boolean + string union types (#9603) (0cef65c), closes #9587 #10676
- compiler-sfc: fix universal selector scope (#10551) (54a6afa), closes #10548
- compiler-sfc: use options module name if options provide runtimeModuleName options (#10457) (e76d743), closes #10454
- custom-element: avoid setting attr to null if it is removed (#9012) (b49306a), closes #9006 #10324
- hydration: properly handle optimized mode during hydrate node (#10638) (2ec06fd), closes #10607
- reactivity: computed should not be detected as true by isProxy (#10401) (9da34d7)
- reactivity: fix hasOwnProperty key coercion edge cases (969c5fb)
- reactivity: fix tracking when hasOwnProperty is called with non-string value (c3c5dc9), closes #10455 #10464
- runtime-core: fix errorHandler causes an infinite loop during execution (#9575) (ab59bed)
- runtime-core: handle invalid values in callWithAsyncErrorHandling (53d15d3)
- runtime-core: show hydration mismatch details for non-rectified mismatches too when PROD_HYDRATION_MISMATCH_DETAILS is set (#10599) (0dea7f9)
- runtime-dom:
v-modelstring/number coercion for multiselect options (#10576) (db374e5)- runtime-dom: fix css v-bind for suspensed components (#8523) (67722ba), closes #8520
- runtime-dom: force update v-model number with leading 0 (#10506) (15ffe8f), closes #10503 #10615
- runtime-dom: sanitize wrongly passed string value as event handler (#8953) (7ccd453), closes #8818
- ssr: don't render v-if comments in TransitionGroup (#6732) (5a96267), closes #6715
- Transition: ensure the KeepAlive children unmount w/ out-in mode (#10632) (fc99e4d), closes #10620
- TransitionGroup: avoid set transition hooks for comment nodes and text nodes (#9421) (140a768), closes #4621 #4622 #5153 #5168 #7898 #9067
- types: avoid merging object union types when using withDefaults (#10596) (37ba93c), closes #10594
Performance Improvements
Commits
b4b856brelease: v3.4.220cef65cfix(compiler-sfc): fix defineModel coercion for boolean + string union types ...54a6afafix(compiler-sfc): fix universal selector scope (#10551)e5919d4fix(compile-sfc): analyze v-bind shorthand usage in template (#10518)2ae908dchore(types): perform strict es2016 lib check when building dts7ae9dbfchore(deps): bump TS to 5.434106bcfix(compiler-sfc): also search for.tsxwhen type import's extension is omi...d4b767achore(deps): update all non-major dependencies (#10658)5aaa758chore(deps): update all non-major dependencies (#10627)01172fdfix(deps): update compiler (#10581)- Additional commits viewable in compare view
Updates webpack from 5.90.3 to 5.91.0
Release notes
Sourced from webpack's releases.
v5.91.0
Bug Fixes
- Deserializer for ignored modules doesn't crash
- Allow the
unsafeCacheoption to be a proxy object- Normalize the
snapshot.unmanagedPathsoption- Fixed
fstypes- Fixed resolve's plugins types
- Fixed wrongly calculate postOrderIndex
- Fixed watching types
- Output import attrbiutes/import assertions for external JS imports
- Throw an error when DllPlugin needs to generate multiple manifest files, but the path is the same
- [CSS] Output
layer/supports/mediafor external CSS importsNew Features
- Allow to customize the stage of BannerPlugin
- [CSS] Support CSS exports convention
- [CSS] support CSS local ident name
- [CSS] Support
__webpack_nonce__for CSS chunks- [CSS] Support
fetchPriorityfor CSS chunks- [CSS] Allow to use LZW to compress css head meta (enabled in the
productionmode by default)- [CSS] Support prefetch/preload for CSS chunks
Commits
60daca5chore(release): 5.91.08dad9cechore(deps-dev): bump@babel/preset-reactfrom 7.23.3 to 7.24.1a3229f9chore(deps-dev): bump@babel/corefrom 7.24.0 to 7.24.140c2e44chore(deps-dev): bump@types/nodefrom 20.11.29 to 20.11.30a04fabachore(deps-dev): bump memfs from 4.7.7 to 4.8.08f22221chore(deps): bump es-module-lexer from 1.4.1 to 1.4.28df6912chore(deps): bump es-module-lexer from 1.4.1 to 1.4.2711c618chore(deps-dev): bump memfs from 4.7.7 to 4.8.0c462bb3chore(deps-dev): bump@types/nodefrom 20.11.29 to 20.11.30f0d3e3echore(deps-dev): bump@babel/preset-reactfrom 7.23.3 to 7.24.1- 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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major versionwill 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 versionwill 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