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

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

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Open

chore(deps): update all non-major dependencies#32
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jan 23, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@elonehoo/vite-plugin-dist-css 0.0.4 -> 0.0.7 age adoption passing confidence devDependencies patch
@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
material-icons (source) 1.11.11 -> 1.13.4 age adoption passing confidence devDependencies minor
material-icons (source) ^1.11.8 -> ^1.13.4 age adoption passing confidence dependencies minor
pnpm (source) 7.11.0 -> 7.30.5 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
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
vitepress (source) 1.0.0-alpha.13 -> 1.0.0-alpha.64 age adoption passing confidence devDependencies patch
vue (source) 3.2.39 -> 3.2.47 age adoption passing confidence dependencies patch
vue (source) 3.2.39 -> 3.2.47 age adoption passing confidence devDependencies patch
vue (source) ^3.2.37 -> ^3.2.47 age adoption passing confidence dependencies patch
vue-router 4.1.5 -> 4.1.6 age adoption passing confidence dependencies patch

Release Notes

elonehoo/vite-plugin-dist-css

v0.0.7

Compare Source

No significant changes

    View changes on GitHub

v0.0.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.0.5

Compare Source

No significant changes

    View changes on GitHub
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


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 8 times, most recently from 65f2ac7 to 1f90c64 Compare January 31, 2023 09:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from a7446a4 to 18b6837 Compare February 5, 2023 08:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 9eb153d to aefb30b Compare February 12, 2023 18:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 90417f3 to ae6131c Compare February 20, 2023 16:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 4dca1a6 to 2c10271 Compare March 2, 2023 03:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 79eebb9 to cb576d8 Compare March 11, 2023 00:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e2bd364 to c9584a7 Compare March 13, 2023 06:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c9584a7 to 0a08d7c Compare March 18, 2023 23:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0a08d7c to 8ebef4f Compare April 3, 2023 16: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.

0 participants