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 #44

Merged
merged 1 commit into from May 15, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 15, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) ^18.16.5 -> ^18.16.9 age adoption passing confidence
@unocss/reset ^0.51.12 -> ^0.51.13 age adoption passing confidence
@vitejs/plugin-vue (source) ^4.2.1 -> ^4.2.3 age adoption passing confidence
@vue/runtime-core (source) ^3.2.47 -> ^3.3.2 age adoption passing confidence
pnpm (source) 8.4.0 -> 8.5.1 age adoption passing confidence
unocss ^0.51.12 -> ^0.51.13 age adoption passing confidence
vue (source) ^3.2.47 -> ^3.3.2 age adoption passing confidence
vue-tsc ^1.6.4 -> ^1.6.5 age adoption passing confidence

Release Notes

unocss/unocss

v0.51.13

Compare Source

vitejs/vite-plugin-vue

v4.2.3

Compare Source

  • fix(types): widen allowed script options for 3.3 features (3ac08e4)

v4.2.2

Compare Source

  • fix: ignore generic attribute when generating script import (3170af1)
  • chore: bump vite (ffe74e5)
  • chore: bump vue version (799d875)
vuejs/core

v3.3.2

Compare Source

Bug Fixes
  • compiler-core: treat floating point numbers as constants (8dc8cf8), closes #​8295
  • compiler-dom: do not throw in production on side effect tags (c454b9d), closes #​8287 #​8292
  • compiler-sfc: fix regression on props destructure when transform is not enabled (f25bd37), closes #​8289
  • compiler-sfc: handle prop keys that need escaping (#​7803) (690ef29), closes #​8291
  • compiler-sfc: properly parse d.ts files when resolving types (aa1e77d), closes #​8285
  • compiler-sfc: raise specific warning for failed extends and allow ignoring extends (8235072), closes #​8286

v3.3.1

Compare Source

Bug Fixes
  • suspense: handle nested sync suspense for hydration (a3f5485)

v3.3.0

Compare Source

  • For a detailed walkthrough of the new features in 3.3, please read the release blog post.

  • Features and deprecations listed here are aggregated from the beta and alpha releases. For full chronological history, bug fixes, and other minor features, please consult the individual logs of the 3.3 beta and alpha releases.

Features

Deprecations

  • deprecation: deprecate @​vnode hooks in favor of vue: prefix (5f0394a)
  • deprecation: deprecate v-is directive (bbd8301)
  • deprecation: unwrap injected refs in Options API by default, deprecate app.config.unwrapInjectedRefs (526fa3b)
pnpm/pnpm

v8.5.1

Compare Source

Patch Changes

  • Expanded missing command error, including 'did you mean' #​6492.
  • When installation fails because the lockfile is not up-to-date with the package.json file(s), print out what are the differences #​6536.
  • Normalize current working directory on Windows #​6524.

Our Gold Sponsors

Our Silver Sponsors

v8.5.0

Compare Source

Minor Changes

  • pnpm patch-remove command added #​6521.

Patch Changes

  • pnpm link -g <pkg-name> should not modify the package.json file #​4341.
  • The deploy command should not ask for confirmation to purge the node_modules directory #​6510.
  • Show cyclic workspace dependency details #​5059.
  • Node.js range specified through the engines field should match prerelease versions #​6509.

Our Gold Sponsors

Our Silver Sponsors

vuejs/language-tools

v1.6.5

Compare Source

  • chore: bump vue deps to 3.3 stable (#​3167) - thanks @​ferferga
  • fix(vue-tsc): avoid throw when composite is enabled (#​2622)
  • perf(language-service): avoid request name casing from language client multiple times (#​3158) - thanks @​kalvenschraut
  • fix: avoid slot name report TS8013 in js component (#​3121)

Full-time Support by


WebContainer API is here.


Our Sponsors ⭐✨




Add you via GitHub Sponsors or Open Collective


Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), 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.

👻 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.

@stackblitz
Copy link

stackblitz bot commented May 15, 2023

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@socket-security
Copy link

socket-security bot commented May 15, 2023

New dependency changes detected. Learn more about Socket for GitHub ↗︎


👍 No new dependency issues detected in pull request

Bot Commands

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of package-name@version specifiers. e.g. @SocketSecurity ignore foo@1.0.0 bar@* or ignore all packages with @SocketSecurity ignore-all

Pull request alert summary
Issue Status
Install scripts ✅ 0 issues
Native code ✅ 0 issues
Bin script shell injection ✅ 0 issues
Unresolved require ✅ 0 issues
Invalid package.json ✅ 0 issues
HTTP dependency ✅ 0 issues
Git dependency ✅ 0 issues
Potential typo squat ✅ 0 issues
Known Malware ✅ 0 issues
Telemetry ✅ 0 issues
Protestware/Troll package ✅ 0 issues

📊 Modified Dependency Overview:

➕ Added Package Capability Access +/- Transitive Count Publisher
@types/node@18.16.9 None +0 types
⬆️ Updated Package Version Diff Added Capability Access +/- Transitive Count Publisher
@vue/runtime-core@3.3.2 3.2.47...3.3.2 None +2/-2 yyx990803
vue-tsc@1.6.5 1.6.4...1.6.5 None +10/-10 johnsoncodehk
unocss@0.51.13 0.51.12...0.51.13 None +24/-23 antfu
@unocss/reset@0.51.13 0.51.12...0.51.13 None +0/-0 antfu
vue@3.3.2 3.2.47...3.3.2 None +10/-13 yyx990803

🚮 Removed packages: @vitejs/plugin-vue@4.2.1

@sxzz sxzz merged commit 84475fb into main May 15, 2023
7 checks passed
@sxzz sxzz deleted the renovate/all-minor-patch branch May 15, 2023 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant