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

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

Merged
merged 1 commit into from Jul 5, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 5, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@microsoft/api-extractor (source) ^7.16.1 -> ^7.17.1 age adoption passing confidence
@types/debug ^4.1.5 -> ^4.1.6 age adoption passing confidence
@types/estree ^0.0.48 -> ^0.0.49 age adoption passing confidence
@types/stylus ^0.48.35 -> ^0.48.36 age adoption passing confidence
@types/ws ^7.4.5 -> ^7.4.6 age adoption passing confidence
@vue/compiler-dom ^3.1.2 -> ^3.1.4 age adoption passing confidence
core-js ^3.15.1 -> ^3.15.2 age adoption passing confidence
debug ^4.3.1 -> ^4.3.2 age adoption passing confidence
eslint (source) ^7.29.0 -> ^7.30.0 age adoption passing confidence
eslint-define-config ^1.0.8 -> ^1.0.9 age adoption passing confidence
systemjs ^6.10.1 -> ^6.10.2 age adoption passing confidence
typescript (source) ^4.3.4 -> ^4.3.5 age adoption passing confidence
vitepress ^0.15.5 -> ^0.15.6 age adoption passing confidence
ws ^7.5.0 -> ^7.5.2 age adoption passing confidence

Release Notes

vuejs/vue-next

v3.1.4

Compare Source

Bug Fixes
  • build: avoid using async/await syntax (438754a)
  • build: fix generated code containing unprocessed class field syntax (2788154), closes #​4052 vuejs/vue-cli#​6562
  • codegen: ensure valid types in genreated code when using global directives (a44d528), closes #​4054
  • compiler-sfc: fix parse-only mode when there is no script setup block (253ca27)
  • runtime-core: add useAttrs and useSlots export (#​4053) (735ada1)
  • runtime-core: fix instance accessed via $parent chain when using expose() (#​4048) (12cf9f4)

v3.1.3

Compare Source

Bug Fixes
  • compiler-core: properly exit self-closing pre tag (d2df28d), closes #​4030
  • compiler-sfc: avoid script setup marker showing up in devtools (211793d)
  • compiler-sfc: fix defineProps() call on imported identifier (691d354)
  • compiler-sfc: fix defineProps/defineEmits usage in multi-variable declarations (62c1b2f), closes #​3739
  • compiler-sfc: fix script setup hidden flag codegen (a5a66c5)
  • compiler-sfc: support method signature in defineProps (afdd2f2), closes #​2983
  • compiler-sfc: support TS runtime enum in <script setup> (1ffd48a)
  • runtime-core: add missing serverPrefetch hook error string (#​4014) (d069796)
  • runtime-core: fix mouting of detached static vnode (fded1e8), closes #​4023
  • runtime-dom: fix static node content caching edge cases (ba89ca9), closes #​4023 #​4031 #​4037
  • sfc: allow variables that start with _ or $ in <script setup> (0b8b576)
  • ssr: ensure behavior consistency between prod/dev when mounting SSR app to empty containers (33708e8), closes #​4034
  • ssr: properly hydrate non-string value bindings (34d4991), closes #​4006
  • types: improve type of unref() (127ed1b), closes #​3954
  • defineExpose type definition and runtime warning (1675b6d)
  • prevent withAsyncContext currentInstance leak in edge cases (9ee41e1)
Features
  • compiler-sfc: compileScript parseOnly mode (601a290)
  • expose: always expose $ instance properties on child refs (b0203a3)
  • sfc: add defineEmits and deprecate defineEmit (#​3725) (a137da8)
  • sfc: auto restore current instance after await statements in async setup() (0240e82)
  • sfc: change <script setup> directive resolution to require v prefix (d35e0b1), closes #​3543
  • sfc: defineExpose (be2b1d3)
  • sfc: make ref sugar disabled by default (96cc335)
  • sfc: remove <template inherit-attrs> support (6f6f0cf)
  • sfc: support referenced types for defineEmits (2973b6c)
  • sfc: support using declared interface or type alias with defineProps() (2f91db3)
  • sfc: useAttrs + useSlots (63e9e2e)
  • sfc: withDefaults helper (4c5844a)
  • sfc-playground: support lang=ts (be0f614)
  • sfc/types: make <script setup> helper types available globally (004bd18)
  • types: support IDE renaming for props (#​3656) (81e69b2)
  • types/ide: support find definition for jsx tags, events (#​3570) (8ed3ed6)
zloirock/core-js

v3.15.2

Compare Source

  • Worked around breakage related to zone.js loaded before core-js, #​953
  • Added NodeJS 16.4 -> Chrome 91 compat data mapping
visionmedia/debug

v4.3.2

Compare Source

Patch release 4.3.2

  • Caches enabled statuses on a per-logger basis to speed up .enabled checks (#​799)

Thank you @​omg!

eslint/eslint

v7.30.0

Compare Source

Shinigami92/eslint-define-config

v1.0.9

Compare Source

diff

systemjs/systemjs

v6.10.2

Compare Source

Patches

Microsoft/TypeScript

v4.3.5

Compare Source

This release contains a bug fix for auto-imports on JSX components in the TypeScript language service. See the relevant change for more details.

vuejs/vitepress

v0.15.6

Compare Source

Bug Fixes
  • automatically escape vite user defined variables in markdown (3cec536)
  • skip external URLs in withBase (#​328) (53bb961)
websockets/ws

v7.5.2

Compare Source

Bug fixes

  • The opening handshake is now aborted if the client receives a
    Sec-WebSocket-Extensions header but no extension was requested or if the
    server indicates an extension not requested by the client (aca94c8).

v7.5.1

Compare Source

Bug fixes

  • Fixed an issue that prevented the connection from being closed properly if an
    error occurred simultaneously on both peers (b434b9f).

Configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 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 if that's undesired.


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

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

@Shinigami92 Shinigami92 added the dependencies Pull requests that update a dependency file label Jul 5, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a2e2267 to 1041258 Compare July 5, 2021 12:37
@Shinigami92 Shinigami92 self-requested a review July 5, 2021 12:37
@patak-dev patak-dev merged commit e30ce56 into main Jul 5, 2021
@patak-dev patak-dev deleted the renovate/all-minor-patch branch July 5, 2021 13:01
aleclarson pushed a commit to aleclarson/vite that referenced this pull request Nov 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants