Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

chore(deps): update all non-major dependencies #24

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@types/three (source) 0.144.0 -> 0.150.1 age adoption passing confidence devDependencies minor
@vitejs/plugin-vue (source) 3.1.0 -> 3.2.0 age adoption passing confidence devDependencies minor
@vue/compiler-sfc (source) 3.2.39 -> 3.2.47 age adoption passing confidence devDependencies patch
eslint (source) 8.23.0 -> 8.37.0 age adoption passing confidence devDependencies minor
pnpm (source) 7.11.0 -> 7.30.5 age adoption passing confidence packageManager minor
pnpm/action-setup v2.2.2 -> v2.2.4 age adoption passing confidence action patch
three (source) 0.144.0 -> 0.151.3 age adoption passing confidence dependencies minor
typescript (source) 4.8.3 -> 4.9.5 age adoption passing confidence devDependencies minor
vite (source) 3.1.0 -> 3.2.5 age adoption passing confidence devDependencies minor
vue (source) 3.2.39 -> 3.2.47 age adoption passing confidence dependencies patch

Release Notes

vitejs/vite-plugin-vue

v3.2.0

Compare Source

v3.1.2

Compare Source

v3.1.1

Compare Source

vuejs/core

v3.2.47

Compare Source

Bug Fixes
  • build: enforce __esModule interop for cjs builds (4b70366)

v3.2.46

Compare Source

Bug Fixes

v3.2.45

Compare Source

Bug Fixes
  • compiler/v-model: catch incorrect v-model usage on prop bindings (001184e), closes #​5584
  • custom-elements: also dispatch hyphenated version of emitted events (#​5378) (0b39e46), closes #​5373
  • custom-elements: custom element should re-instantiate when inserted again (#​6966) (67890da), closes #​6934
  • custom-elements: define declared properties in constructor (#​5328) (55382ae)
  • custom-elements: ensure custom elements can inherit provides from ancestors (#​5098) (192dcb6), closes #​5096
  • custom-elements: fix event emitting for async custom elements (#​5601) (665f2ae), closes #​5599
  • custom-elements: fix number type props casting check (89f37ce), closes #​5793 #​5794
  • custom-elements: properties set pre-upgrade should not show up in $attrs (afe8899)
  • custom-elements: respect slot props in custom element mode (ffef822)
  • custom-elements: should not reflect non-decalred properties set before upgrade (5e50909)
  • hmr/keep-alive: fix error in reload component (#​7049) (a54bff2), closes #​7042
  • runtime-core: fix move/removal of static fragments containing text nodes (#​6858) (4049ffc), closes #​6852
  • sfc: also generate getter for import bindings during dev (0594400)
  • sfc: ensure <script setup> binding behavior consistency on this between prod and dev (f73925d), closes #​6248
  • sfc: ensure consistent dev/prod behavior for non-reactive variables declared in <script setup> (5a3d45a), closes #​5655
  • teleport/css-v-bind: fix css v-bind for teleported content (42239cf), closes #​4605 #​4609
  • teleport/css-v-bind: fix css v-bind in teleport in child component slot (11214ee)
  • v-model: fix incorrect codegen for non-ref bindings (15e889a), closes #​6241

v3.2.44

Compare Source

Bug Fixes
  • watch: for immediate watch with single source, ensure cb is called with undefined as oldValue (#​7075) (5dc593b), closes #​7074

v3.2.43

Compare Source

Bug Fixes
  • watch: ensure oldValue in multi-source watcher is always an array (23e85e2), closes #​7070

v3.2.42

Compare Source

Bug Fixes

v3.2.41

Compare Source

Bug Fixes
  • devtools: avoid memory leak caused by devtools event buffer (24f4c47), closes #​6591
  • devtools: use cleanupBuffer instead of modifying _buffer (#​6812) (35a113e)
  • effectScope: calling off() of a detached scope should not break currentScope (a71f9ac)
  • runtime-core: ensure that errors in slot function execution do not affect block tracking (#​5670) (82a73da), closes #​5657
  • runtime-core: fix v-for ref reactivity behavior difference between prod and dev (#​6714) (9ae796d), closes #​6697
  • runtime-dom: fix event timestamp check in iframes (5ee4053), closes #​2513 #​3933 #​5474

v3.2.40

Compare Source

Bug Fixes
  • compat: list cjs dependencies for compat build (96cd924), closes #​6602
  • compiler-dom: remove v-bind boolean attribute with literal false value when stringifying (#​6635) (6c6fe2c), closes #​6617
  • compiler-sfc: fix expression check for v-on with object literal value (#​6652) (6958ec1), closes #​6650 #​6674
  • compilre-core: dynamic v-on and static v-on should be merged (#​6747) (f9d43b9), closes #​6742
  • runtime-core: avoid hoisted vnodes retaining detached DOM nodes (fc5bdb3), closes #​6591
  • runtime-core: Lifecycle hooks should support callbacks shared by reference (#​6687) (c71a08e), closes #​6686
  • runtime-core: remove prod-only hoisted clone behavior for manual DOM manipulation compat (aa70188), closes #​6727 #​6739
  • runtime-core: unset removed props first in full diff mode (c0d8db8), closes #​6571
  • runtime-dom: fix unnecessary warning when setting coerced dom property value (b1817fe), closes #​6616
  • ssr: avoid ast.helpers duplication (#​6664) (57ffc3e)
  • ssr: fix dynamic slot regression in ssr (8963c55), closes #​6651
  • ssr: fix hydration mismatch when entire multi-root template is stringified (9698dd3), closes #​6637
  • ssr: fix pre tag windows newline hydration mismatch (0382019), closes #​6410
  • ssr: respect case when rendering dynamic attrs on svg (121eb32), closes #​6755
eslint/eslint

v8.37.0

Compare Source

Features

Bug Fixes

  • 619f3fd fix: correctly handle null default config in RuleTester (#​17023) (Brad Zacher)
  • 1fbf118 fix: getFirstToken/getLastToken on comment-only node (#​16889) (Francesco Trotta)
  • 129e252 fix: Fix typo in logical-assignment-operators rule description (#​17000) (Francesco Trotta)

Documentation

Chores

v8.36.0

Compare Source

Features

Bug Fixes

  • 92c1943 fix: correctly iterate files matched by glob patterns (#​16831) (Nitin Kumar)

Documentation

  • b98fdd4 docs: Update README (GitHub Actions Bot)
  • caf08ce docs: fix estree link in custom formatters docs (#​16967) (Milos Djermanovic)
  • 3398431 docs: Custom Parsers cleanup/expansion (#​16887) (Ben Perlmutter)
  • 19d3531 docs: Update README (GitHub Actions Bot)
  • b09a512 docs: detect and fix broken links (#​16837) (Nitin Kumar)

Chores

v8.35.0

Compare Source

Features

  • 8e34a04 feat: add afterHashbangComment option to lines-around-comment rule (#​16920) (SUZUKI Sosuke)
  • c8c0c71 feat: Move all and recommended configs into package. (#​16844) (Nicholas C. Zakas)
  • 71f6f0d feat: report more cases with ?? in no-constant-binary-expression (#​16826) (Daiki Nishikawa)

Bug Fixes

Documentation

Chores

v8.34.0

Compare Source

Features

  • 9b2fcf7 feat: array-callback-return supports Array.prototype.toSorted (#​16845) (SUZUKI Sosuke)

Bug Fixes

  • 923f61d fix: false positive with assignment in no-extra-parens (#​16872) (Francesco Trotta)

Documentation

Chores

v8.33.0

Compare Source

Features

  • 2cc7954 feat: add restrictDefaultExports option to no-restricted-exports rule (#​16785) (Nitin Kumar)

Documentation


Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 58d2db1 to 6b40c0b Compare January 24, 2023 14:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 7dcbcc6 to 8635fc3 Compare February 2, 2023 06:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 146400e to ca5b3fc Compare February 10, 2023 23:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from efd2f26 to 3369a43 Compare February 23, 2023 09:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 5beb8aa to 1d5deee Compare February 27, 2023 10:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 622d658 to 93c3ee0 Compare March 10, 2023 23:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 355b048 to 9cba96a Compare March 17, 2023 00:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9cba96a to 5a218f6 Compare April 3, 2023 15:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants