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

Update all non-major dependencies #6

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 3, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/utils ^0.3.0 -> ^0.5.0 age adoption passing confidence
@vitejs/plugin-vue ^1.9.4 -> ^1.10.2 age adoption passing confidence
@vue/compiler-sfc ^3.2.21 -> ^3.2.31 age adoption passing confidence
@vueuse/core ^6.7.4 -> ^6.9.2 age adoption passing confidence
monaco-editor ^0.29.1 -> ^0.32.1 age adoption passing confidence
monaco-editor-core ^0.29.2 -> ^0.32.1 age adoption passing confidence
unbuild ^0.5.11 -> ^0.6.9 age adoption passing confidence
vite ^2.6.13 -> ^2.8.6 age adoption passing confidence
vue ^3.2.21 -> ^3.2.31 age adoption passing confidence

Release Notes

antfu/utils

v0.5.0

Compare Source

Features

v0.4.0

Compare Source

vitejs/vite (@​vitejs/plugin-vue)

v1.10.2

Bug Fixes
  • plugin-vue: misleading error thrown after refresh or hmr (#​5870) (5c07cec)

v1.10.1

Bug Fixes

v1.10.0

vuejs/core

v3.2.31

Compare Source

Bug Fixes
  • compiler-ssr: no need to inject resolveDirective calls for setup custom directives (436c500)
  • runtime-core: allow spying on proxy methods (#​4216) (8457d8b)
  • ssr: always hydrate children for HMR (#​5406) (0342fae), closes #​5405

v3.2.30

Compare Source

Features
  • ssr: support custom directive getSSRProps in optimized compilation (60cf175), closes #​5304
Performance Improvements
  • reactivity: optimize effect/effectScope active state tracking (2993a24)

v3.2.29

Compare Source

Bug Fixes

v3.2.28

Compare Source

v3.2.27

Compare Source

Bug Fixes
  • KeepAlive: remove cached VNode properly (#​5260) (2e3e183), closes #​5258
  • reactivity-transform: should not rewrite for...in / for...of scope variables (7007ffb)
  • sfc-playground: hide title to avoid overlap (#​5099) (44b9527)
  • ssr: make computed inactive during ssr, fix memory leak (f4f0966), closes #​5208
  • ssr: remove missing ssr directive transform error (55cc4af)
  • types/tsx: allow ref_for type on tsx elements (78df8c7)
  • types: fix shallowReadonly type (92f11d6)
  • types: handle ToRef (5ac7030), closes #​5188
  • types: KeepAlive match pattern should allow mixed array (3007d5b)
Features
  • types: simplify ExtractPropTypes to avoid props JSDocs being removed (#​5166) (a570b38)
Performance Improvements
  • improve memory usage for static vnodes (ed9eb62)

v3.2.26

Compare Source

v3.2.25

Compare Source

Bug Fixes
  • compiler-sfc: generate valid TS in script and script setup co-usage with TS (7e4f0a8), closes #​5094
  • compiler: force block for custom dirs and inline beforeUpdate hooks (1c9a481)
  • runtime-core: disallow recurse in vnode/directive beforeUpdate hooks (a1167c5)
Features
  • compiler-core: support aliasing vue: prefixed events to inline vnode hooks (4b0ca87)
  • experimental: allow const for ref sugar declarations (9823bd9)
  • reactivity-transform/types: restructure macro types + export types for all shorthand methods (db729ce)
  • reactivity-transform: $() escape for destructured prop bindings (198ca14)
  • reactivity-transform: rename @​vue/ref-transform to @​vue/reactivity-transform (d70fd8d)
  • reactivity-transform: support $-shorthands for all ref-creating APIs (179fc05)
  • reactivity-transform: support optionally importing macros (fbd0fe9)
  • reactivity-transform: use toRef() for $() destructure codegen (93ba6b9)
  • reactivity: support default value in toRef() (2db9c90)
  • sfc-playground: add github link (#​5067) (9ac0dde)
  • sfc-playground: prevent ctrl+s default behavior (#​5066) (b027507)
  • support ref in v-for, remove compat deprecation warnings (41c18ef)

v3.2.24

Compare Source

Bug Fixes
  • compat: maintain compatConfig option in legacy functional comp (#​4974) (ee97cf5)
  • compiler-dom: avoid bailing stringification on setup const bindings (29beda7)
  • compiler-sfc: make asset url imports stringifiable (87c73e9)
  • package: ensure ref-macros export is recognized by vue-tsc (#​5003) (f855269)
  • runtime-core: handle initial undefined attrs (#​5017) (6d887aa), closes #​5016
  • types/reactivity: export ShallowRef type (#​5026) (523b4b7), closes #​5205
Features
  • types/script-setup: add generic type to defineExpose (#​5035) (34985fe)

v3.2.23

Compare Source

Bug Fixes
  • reactivity: retain readonly proxies when setting as reactive property (d145128), closes #​4986
  • runtime-core: fix component public instance has check for accessed non-existent properties (aac0466), closes #​4962
  • runtime-core: handle error in async KeepAlive hooks (#​4978) (820a143)
  • runtime-dom: fix option element value patching edge case (#​4959) (89b2f92), closes #​4956
  • runtime-dom: patchDOMProps should not set _value if element is custom element (#​4839) (1701bf3)
  • types: export ref-macros.d.ts (1245709)
  • types: fix propType type inference (#​4985) (3c449cd), closes #​4983
  • types: scrip-setup+ts: ensure proper handling of null as default prop value. (#​4979) (f2d2d7b), closes #​4868
Features

v3.2.22

Compare Source

Bug Fixes
vueuse/vueuse

v6.9.2

Compare Source

Bug Fixes
Features

v6.9.1

Compare Source

Bug Fixes
  • nuxt: opt-out vite optimization (2b11461)

v6.9.0

Compare Source

Features

v6.8.0

Compare Source

Bug Fixes
Features

v6.7.6

Compare Source

Bug Fixes

v6.7.5

Compare Source

Bug Fixes
microsoft/monaco-editor

v0.32.1

v0.32.0

Breaking Changes
  • The binary format for IEncodedLineTokens has changed to support strikethrough text.
  • IDiffEditor.getDomNode() has been renamed to IDiffEditor.getContainerDomNode().
  • InlayHint.text has been replaced by InlayHint.label and InlayHintsProvider.provideInlayHints now returns an InlayHintList.
Thank you

Contributions to monaco-editor:

v0.31.1

v0.31.0

Compare Source

Breaking Changes
  • the generated code is now bundled with ESBuild and the generated code makes use of newer browser features, e.g. optional chaining. These features should be available in all browsers, but they might not be parsed correctly by older JS parsers, specifically parcel v1 might have problems parsing the JS.
Thank you

v0.30.1

Compare Source

v0.30.0

Compare Source

  • adds support for rendering horizontal guides between bracket pairs and improves the vertical rendering to account for content in between brackets.
  • adds new hover.above option to control the hover position.
  • adds ICodeEditor.onDidChangeHiddenAreas which is fired when folding/unfolding.
  • to address CVE-2021-42574, the editor now renders Unicode directional formatting characters by default. The special rendering can be turned off using renderControlCharacters. See https://code.visualstudio.com/updates/v1\_62#\_unicode-directional-formatting-characters for an explanation.
Breaking Changes
  • renamed enum members of monaco.KeyCode to align with the names given for browser codes.
  • renamed ITextModel.getModeId() to ITextModel.getLanguageId()
  • renamed IPasteEvent.mode to IPasteEvent.languageId
Thank you

Contributions to monaco-editor-webpack-plugin:

Contributions to monaco-languages:

unjs/unbuild

v0.6.9

Compare Source

v0.6.8

Compare Source

v0.6.7

Compare Source

v0.6.6

Compare Source

v0.6.5

Compare Source

v0.6.4

Compare Source

v0.6.3

Compare Source

v0.6.2

Compare Source

v0.6.1

Compare Source

v0.6.0

Compare Source

⚠ BREAKING CHANGES
  • extract rollup specific global options
Features
Bug Fixes
  • stub: re-export default in dts stub (#​26) (468347f)

  • extract rollup specific global options (0dfb39f)

0.5.13 (2021-11-18)
Features
  • upgrade to untyped 0.3.x (a7f50b8)
0.5.12 (2021-11-18)
Features
Bug Fixes
0.5.11 (2021-10-22)
Bug Fixes
  • allow cjs for ext in types (e878d1d)
0.5.10 (2021-10-21)
Bug Fixes
0.5.9 (2021-10-21)
Features
  • use json plugin to allow treeshaking (562e4d1)
0.5.8 (2021-10-20)
0.5.7 (2021-10-13)
0.5.6 (2021-10-01)
Features
0.5.5 (2021-09-29)
Bug Fixes
  • rollup: don't ignore built-in requires to transform into import (00c6b21)
0.5.4 (2021-09-21)
0.5.3 (2021-09-21)
Bug Fixes
  • enable back interopDefault for esm stub for now (079bb51)
0.5.2 (2021-09-21)
Bug Fixes
  • avoid interopDefault for esm stub (6a36080)
0.5.1 (2021-09-21)
Bug Fixes
  • rollup: add interopDefault for jiti stub (b1bf926)

v0.5.13

Compare Source

v0.5.12

Compare Source

vitejs/vite (vite)

v2.8.6

Compare Source

Bug Fixes

v2.8.5

Compare Source

Bug Fixes
Features

v2.8.4

Compare Source

Bug Fixes

v2.8.3

Compare Source

Bug Fixes

v2.8.2

Compare Source

Features
Performance Improvements

v2.8.1

Compare Source

Bug Fixes

v2.8.0

Compare Source

Reduced Footprint

Vite 2.8.0 is almost 1/4 of the 2.7.0 publish size, and the install size has been reduced by 35%. See this thread about each change that reduced Vite's footprint.

Version Publish Size Install Size
2.7.0 12.7MB 25.2MB
2.8.0 4.6MB 17.4MB
Default preview port

New default port for vite preview is 4173 (avoid conflicts in MacOS that took over the 5000 port)

Workers using standard syntax

Workers are detected and bundled when using new URL('path', import.meta.url), replacing the need for the ?worker suffix and aligning Vite with standard patterns. See #​6356. Instead of

import MyWorker from './worker.js?worker'
const worker = new MyWorker()

it is now recommended to use

const worker = new Worker(
  new URL('./worker.js', import.meta.url), { type: 'module' }
)
Configuring Workers Bundling

New worker config field adding support for Worker format, plugins and, rollupOptions. See #​6351

  • worker.format: 'es' | 'iife'

    Output format for worker bundle (default: iife).
  • worker.plugins: (Plugin | Plugin[])[]

    Vite plugins that apply to worker bundle.
  • worker.rollupOptions: RollupOptions

    Rollup options to build worker bundle.

The worker plugins pipeline isn't shared with the main Vite pipeline, there may be plugins that shouldn't be applied to Workers. If a plugin must be applied to both the main build and the worker build, you need to add a plugin in the main plugins array and another one in the worker.plugins config.

import PluginX from 'vite-plugin-x'
export def

</details>

---

### Configuration

📅 **Schedule**: 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/docusgen/monarch).

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 29c0e30 to 8589cb2 Compare November 5, 2021 00:05
@renovate renovate bot changed the title Update devDependency @vueuse/core to ^6.7.5 Update all non-major dependencies Nov 5, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from d79b33b to 9bc00b8 Compare November 9, 2021 22:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from a690082 to 0f2c3b3 Compare November 19, 2021 14:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d17575d to b6c7b7d Compare November 26, 2021 09:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 1e9448f to 8afef72 Compare December 7, 2021 18:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 828fd64 to 427c9dd Compare December 14, 2021 23:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from ba24253 to 813513a Compare December 22, 2021 08:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from bed36dc to 2763d97 Compare December 30, 2021 09:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2763d97 to f4e9ea3 Compare March 7, 2022 14:50
@farnabaz farnabaz closed this Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants