fix(deps): update dependency vue to v3.2.42 #2662

Merged
dpschen merged 1 commits from renovate/vue-monorepo into main 2022-11-09 11:14:45 +00:00
Member

This PR contains the following updates:

Package Type Update Change
vue (source) dependencies patch 3.2.41 -> 3.2.42

Release Notes

vuejs/core

v3.2.42

Compare Source

Bug Fixes
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [vue](https://github.com/vuejs/core/tree/main/packages/vue#readme) ([source](https://github.com/vuejs/core)) | dependencies | patch | [`3.2.41` -> `3.2.42`](https://renovatebot.com/diffs/npm/vue/3.2.41/3.2.42) | --- ### Release Notes <details> <summary>vuejs/core</summary> ### [`v3.2.42`](https://github.com/vuejs/core/blob/HEAD/CHANGELOG.md#&#8203;3242-httpsgithubcomvuejscorecomparev3241v3242-2022-11-09) [Compare Source](https://github.com/vuejs/core/compare/v3.2.41...v3.2.42) ##### Bug Fixes - **compiler-core/v-on:** only apply case preservation on native elements ([#&#8203;6902](https://github.com/vuejs/core/issues/6902)) ([5bfe438](https://github.com/vuejs/core/commit/5bfe438ef391522bddbe43cd2669061c6a88b03a)), closes [#&#8203;6900](https://github.com/vuejs/core/issues/6900) - **compiler-core/v-on:** support inline handler with return type annotation ([#&#8203;6769](https://github.com/vuejs/core/issues/6769)) ([bcfe480](https://github.com/vuejs/core/commit/bcfe480d75d822111c0d3e5fcbc7e10e073d53dc)), closes [#&#8203;6378](https://github.com/vuejs/core/issues/6378) - **compiler-core:** avoid duplicate keys in codegen with `v-if` ([#&#8203;6689](https://github.com/vuejs/core/issues/6689)) ([640cfce](https://github.com/vuejs/core/commit/640cfce4ff808fdfc419058f39a2ff4874a25899)), closes [#&#8203;6641](https://github.com/vuejs/core/issues/6641) - **compiler-core:** fix parsing error on comments between v-if in prod ([dd3354c](https://github.com/vuejs/core/commit/dd3354c4c709c0d76e651bb9202158434619cb6a)), closes [#&#8203;6843](https://github.com/vuejs/core/issues/6843) - **compiler-core:** keep whitespaces between interpolation and comment ([#&#8203;6828](https://github.com/vuejs/core/issues/6828)) ([4887618](https://github.com/vuejs/core/commit/48876182dbe5ef88a65a0aa7377e882c735b6104)), closes [#&#8203;6352](https://github.com/vuejs/core/issues/6352) - **compiler-sfc:** add semicolon after `defineProps` statement ([#&#8203;6461](https://github.com/vuejs/core/issues/6461)) ([b72a4af](https://github.com/vuejs/core/commit/b72a4af38a402447d19b4616d09935c390d0702f)), closes [#&#8203;6428](https://github.com/vuejs/core/issues/6428) - **compiler-sfc:** allow type annotation for defineEmits variable ([#&#8203;5394](https://github.com/vuejs/core/issues/5394)) ([eab7604](https://github.com/vuejs/core/commit/eab76046e3b1779dd7a856b6b974e928075d6a1e)), closes [#&#8203;5393](https://github.com/vuejs/core/issues/5393) - **compiler-sfc:** check import source during binding analysation ([#&#8203;6826](https://github.com/vuejs/core/issues/6826)) ([4a00fdd](https://github.com/vuejs/core/commit/4a00fddfed16caee7a1e07756b9c110bc928c17a)), closes [#&#8203;6825](https://github.com/vuejs/core/issues/6825) - **compiler-sfc:** fix binding analysis for aliased late import ([8d1f526](https://github.com/vuejs/core/commit/8d1f526174db277ae5aa9297a43f20a43e991294)) - **compiler-sfc:** fix macro usage in multi-variable declaration ([#&#8203;6778](https://github.com/vuejs/core/issues/6778)) ([99b6697](https://github.com/vuejs/core/commit/99b6697fb44dd1094ea0bf372c1d05214ffb92a2)), closes [#&#8203;6757](https://github.com/vuejs/core/issues/6757) - **compiler-sfc:** handle method shorthand syntax in withDefaults ([#&#8203;6972](https://github.com/vuejs/core/issues/6972)) ([8a882ce](https://github.com/vuejs/core/commit/8a882ce0a10bfa5482d6b8a9b68fd49cff4f6937)), closes [#&#8203;6971](https://github.com/vuejs/core/issues/6971) - **compiler-sfc:** only escape parsing-breaking characters in v-bind css var names ([#&#8203;6816](https://github.com/vuejs/core/issues/6816)) ([57c9013](https://github.com/vuejs/core/commit/57c901383792176fd7267b7d34d845088dbeff63)), closes [#&#8203;6803](https://github.com/vuejs/core/issues/6803) - **compiler-sfc:** require <template> or <script> in SFC ([#&#8203;6781](https://github.com/vuejs/core/issues/6781)) ([a0c7f27](https://github.com/vuejs/core/commit/a0c7f271a2efb2bacf0889a9ac259263b5526112)), closes [#&#8203;6676](https://github.com/vuejs/core/issues/6676) - **compiler-sfc:** resolve computed object key ([#&#8203;6963](https://github.com/vuejs/core/issues/6963)) ([910fa76](https://github.com/vuejs/core/commit/910fa7677f4ef690b612fae4a069b2293672c439)) - **compiler-sfc:** support using extends interface with defineProps() ([#&#8203;4512](https://github.com/vuejs/core/issues/4512)) ([83f7e6f](https://github.com/vuejs/core/commit/83f7e6f8a688e823274379fe79f58b90ea58892d)), closes [#&#8203;4498](https://github.com/vuejs/core/issues/4498) - **compiler-ssr:** fix invalid codegen when v-slot name is explicit empty attr ([#&#8203;3326](https://github.com/vuejs/core/issues/3326)) ([09bb3e9](https://github.com/vuejs/core/commit/09bb3e996ef17967022243a519d7dcc2921dd049)) - **compiler/runtime-dom:** ignore comments in inline styles ([#&#8203;6808](https://github.com/vuejs/core/issues/6808)) ([50e2253](https://github.com/vuejs/core/commit/50e225305721a95515e8aa7dca68ebd5fe9fe025)), closes [#&#8203;6807](https://github.com/vuejs/core/issues/6807) - **compiler:** avoid namespace collisions when transforming template refs in inline mode ([#&#8203;6975](https://github.com/vuejs/core/issues/6975)) ([2c27556](https://github.com/vuejs/core/commit/2c27556fe5fa8ba991dd55c766a92d3a50fbf8e6)), closes [#&#8203;6964](https://github.com/vuejs/core/issues/6964) - **hmr:** fix hmr for components managed by keep-alive ([#&#8203;6809](https://github.com/vuejs/core/issues/6809)) ([bdaf83a](https://github.com/vuejs/core/commit/bdaf83aae7b5651965870a0646da5ae4e5d96944)), closes [#&#8203;6222](https://github.com/vuejs/core/issues/6222) - **reactivity-transform:** add semicolon after statements ([#&#8203;6303](https://github.com/vuejs/core/issues/6303)) ([c4f213b](https://github.com/vuejs/core/commit/c4f213b42535da3558d406da9b33dd1f9455aeaf)) - **reactivity-transform:** respect user defined symbols that conflict with macros ([#&#8203;6840](https://github.com/vuejs/core/issues/6840)) ([7663a79](https://github.com/vuejs/core/commit/7663a79a295800da7c889fcd2e8e1e6d775263db)), closes [#&#8203;6838](https://github.com/vuejs/core/issues/6838) - **reactivity:** enable trigger when use str to set length of arr ([#&#8203;6810](https://github.com/vuejs/core/issues/6810)) ([e6224f4](https://github.com/vuejs/core/commit/e6224f4256be2fdac3651ade87f9f91ccf6def71)) - **runtime-core:** `in` operator returning `false` for built-in instance properties in `exposeProxy` ([#&#8203;6138](https://github.com/vuejs/core/issues/6138)) ([32b5124](https://github.com/vuejs/core/commit/32b51249bff70d1e03a3f9193f5a42461974daa6)), closes [#&#8203;6137](https://github.com/vuejs/core/issues/6137) - **runtime-core:** custom-element: ensure number casting of camelCase props. (fix: [#&#8203;5374](https://github.com/vuejs/core/issues/5374)) ([#&#8203;5377](https://github.com/vuejs/core/issues/5377)) ([b0b74a1](https://github.com/vuejs/core/commit/b0b74a160c08941fa9a7a5460f36a1f2fccbf423)) - **runtime-core:** do not throw on unknown directives ([#&#8203;6671](https://github.com/vuejs/core/issues/6671)) ([0455378](https://github.com/vuejs/core/commit/04553786e4391b3bfa02f50c2a5baa8d2fe8c7a4)), closes [#&#8203;6340](https://github.com/vuejs/core/issues/6340) - **runtime-core:** ensure props definition objects are not mutated during props normalization (close: [#&#8203;6915](https://github.com/vuejs/core/issues/6915)) ([#&#8203;6916](https://github.com/vuejs/core/issues/6916)) ([54b6ba3](https://github.com/vuejs/core/commit/54b6ba32cafcc41fa9b7b85f1f1a306923204177)) - **runtime-core:** watching multiple values - handle `undefined` as initial values (fix: [#&#8203;5032](https://github.com/vuejs/core/issues/5032)) ([#&#8203;5033](https://github.com/vuejs/core/issues/5033)) ([bc167b5](https://github.com/vuejs/core/commit/bc167b5c6c7c5756f3b7720a7d3ddcdb2c7f717f)) - **runtime-dom:** ensure customElement handles empty props correctly. ([#&#8203;6182](https://github.com/vuejs/core/issues/6182)) ([f67bb50](https://github.com/vuejs/core/commit/f67bb500b6071bc0e55a89709a495a27da73badd)), closes [#&#8203;6163](https://github.com/vuejs/core/issues/6163) [#&#8203;6895](https://github.com/vuejs/core/issues/6895) - **sfc/types:** improve the type inference using withDefaults ([#&#8203;6764](https://github.com/vuejs/core/issues/6764)) ([168c857](https://github.com/vuejs/core/commit/168c8572475c82902f9cb0480f85b5d3100ffa0d)), closes [#&#8203;6552](https://github.com/vuejs/core/issues/6552) - **shared:** fix parsing of multi-line inline style ([#&#8203;6777](https://github.com/vuejs/core/issues/6777)) ([9768949](https://github.com/vuejs/core/commit/9768949ce0cbe91cffb708cf005807413d60c031)) - **ssr:** remove css number value check ([#&#8203;6636](https://github.com/vuejs/core/issues/6636)) ([79e7c1e](https://github.com/vuejs/core/commit/79e7c1ee43b39afef3ce316dff0e7e3b6cd7220c)), closes [#&#8203;6625](https://github.com/vuejs/core/issues/6625) - **transition/keep-alive:** fix unmount bug for component with out-in transition ([#&#8203;6839](https://github.com/vuejs/core/issues/6839)) ([64e6d92](https://github.com/vuejs/core/commit/64e6d9221d353598b5f61c158c978d80e3b4628c)), closes [#&#8203;6835](https://github.com/vuejs/core/issues/6835) - **types/reactivity-transform:** fix type when initial value is not used ([#&#8203;6821](https://github.com/vuejs/core/issues/6821)) ([fdc5902](https://github.com/vuejs/core/commit/fdc5902cce0d077c722dfd422850ca69fd51be8e)), closes [#&#8203;6820](https://github.com/vuejs/core/issues/6820) - **types:** `$watch` callback parameters type ([#&#8203;6136](https://github.com/vuejs/core/issues/6136)) ([41d9c47](https://github.com/vuejs/core/commit/41d9c47300888fce9d4ff6a02f69d8a912cded8f)), closes [#&#8203;6135](https://github.com/vuejs/core/issues/6135) - **types:** ensure createBlock() helper accepts Teleport and Supsense types (fix: [#&#8203;2855](https://github.com/vuejs/core/issues/2855)) ([#&#8203;5458](https://github.com/vuejs/core/issues/5458)) ([e5fc7dc](https://github.com/vuejs/core/commit/e5fc7dcc02f2dd3fa8172958259049031626375f)) - **types:** export `Raw` type ([#&#8203;6380](https://github.com/vuejs/core/issues/6380)) ([e9172db](https://github.com/vuejs/core/commit/e9172db68b86fad2e0bb1de9e5d0dddbe3c2a25e)), closes [#&#8203;7048](https://github.com/vuejs/core/issues/7048) - **types:** should unwrap tuple correctly ([#&#8203;3820](https://github.com/vuejs/core/issues/3820)) ([e816812](https://github.com/vuejs/core/commit/e816812f10b9e3a375eef8dffd617d7f08b23c00)), closes [#&#8203;3819](https://github.com/vuejs/core/issues/3819) - **types:** stricter type condition for `EventHandlers` ([#&#8203;6855](https://github.com/vuejs/core/issues/6855)) ([bad3f3c](https://github.com/vuejs/core/commit/bad3f3ce46aad1f5fec47d1d02aee26af393bcff)), closes [#&#8203;6899](https://github.com/vuejs/core/issues/6899) - **types:** support inferring injected properties in options api ([#&#8203;6804](https://github.com/vuejs/core/issues/6804)) ([e4de623](https://github.com/vuejs/core/commit/e4de623ea7289665ac8e827d8aa4783de1d6d380)), closes [#&#8203;3031](https://github.com/vuejs/core/issues/3031) [#&#8203;5931](https://github.com/vuejs/core/issues/5931) - **v-model:** fix trim modifier on events with non-string args ( ([#&#8203;5770](https://github.com/vuejs/core/issues/5770)) ([018b850](https://github.com/vuejs/core/commit/018b8503994c2dae3c42dd03ea50d062956be970)), closes [#&#8203;5765](https://github.com/vuejs/core/issues/5765) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yNDAuMiIsInVwZGF0ZWRJblZlciI6IjMyLjI0MC4yIn0=-->
renovate added the
dependencies
label 2022-11-09 04:04:13 +00:00
Member

Hi renovate!

Thank you for creating a PR!

I've deployed the changes of this PR on a preview environment under this URL: https://2662-renovate-vue-monorepo--vikunja-frontend-preview.netlify.app

You can use this url to view the changes live and test them out.
You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/.

Have a nice day!

Beep boop, I'm a bot.

Hi renovate! Thank you for creating a PR! I've deployed the changes of this PR on a preview environment under this URL: https://2662-renovate-vue-monorepo--vikunja-frontend-preview.netlify.app You can use this url to view the changes live and test them out. You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/. Have a nice day! > Beep boop, I'm a bot.
renovate force-pushed renovate/vue-monorepo from 3d34c60ce6 to cf2103734b 2022-11-09 11:05:17 +00:00 Compare
dpschen approved these changes 2022-11-09 11:05:33 +00:00
dpschen scheduled this pull request to auto merge when all checks succeed 2022-11-09 11:05:39 +00:00
dpschen merged commit cf2103734b into main 2022-11-09 11:14:45 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.