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

Merged
merged 2 commits into from
Apr 25, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 24, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/devtools ^0.4.0 -> ^0.4.2 age adoption passing confidence
@nuxt/kit ^3.4.1 -> ^3.4.2 age adoption passing confidence
@nuxt/schema ^3.4.1 -> ^3.4.2 age adoption passing confidence
@types/node (source) ^18.15.11 -> ^18.16.0 age adoption passing confidence
@unocss/reset ^0.51.4 -> ^0.51.8 age adoption passing confidence
@vue/compiler-core (source) ^3.3.0-alpha.9 -> ^3.3.0-beta.1 age adoption passing confidence
@vue/compiler-dom (source) ^3.3.0-alpha.9 -> ^3.3.0-beta.1 age adoption passing confidence
@vue/compiler-sfc (source) ^3.3.0-alpha.9 -> ^3.3.0-beta.1 age adoption passing confidence
@vue/shared (source) ^3.3.0-alpha.9 -> ^3.3.0-beta.1 age adoption passing confidence
@vueuse/core ^10.0.2 -> ^10.1.0 age adoption passing confidence
esbuild ^0.17.17 -> ^0.17.18 age adoption passing confidence
eslint (source) ^8.38.0 -> ^8.39.0 age adoption passing confidence
eslint-define-config ^1.18.0 -> ^1.19.0 age adoption passing confidence
nuxt ^3.4.1 -> ^3.4.2 age adoption passing confidence
pnpm (source) 8.2.0 -> 8.3.1 age adoption passing confidence
rollup (source) ^3.20.3 -> ^3.21.0 age adoption passing confidence
sirv ^2.0.2 -> ^2.0.3 age adoption passing confidence
turbo (source) ^1.9.1 -> ^1.9.3 age adoption passing confidence
unocss ^0.51.4 -> ^0.51.8 age adoption passing confidence
vite (source) ^4.2.1 -> ^4.3.1 age adoption passing confidence
vite-plugin-inspect ^0.7.22 -> ^0.7.24 age adoption passing confidence
vitepress (source) 1.0.0-alpha.71 -> 1.0.0-alpha.74 age adoption passing confidence
vue (source) ^3.3.0-alpha.9 -> ^3.3.0-beta.1 age adoption passing confidence
webpack ^5.79.0 -> ^5.80.0 age adoption passing confidence

Release Notes

nuxt/devtools

v0.4.2

Compare Source

Bug Fixes
Features
Performance Improvements
  • defer devtools client initialization (2949e0d)
  • defer devtools client loading (ebc9a38)
  • improve runtime icons render (ea37a07)

v0.4.1

Compare Source

Bug Fixes
Features
nuxt/nuxt

v3.4.2

Compare Source

3.4.2 is a patch release with the latest bug fixes and performance improvements

✨ What's new?

Apart from the normal bug fixes, we have a couple things we should call out.

  1. 🔥 We're now on Vite 4.3 (#​20405). This was a performance-focused release and hopefully you'll be enjoying the speed improvements! Check out the release announcement for more info.
  2. 👀 It's now possible to experimentally enable @parcel/watcher for the Nuxt dev watcher (#​20179). This may improve performance if you're on Windows. You'll probably also want to install watchman in that case.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

nuxi upgrade --force

This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🔥 Performance
  • nuxt: Share lazy component definitions (#​20259)
  • Remove unused deps and add implicit deps (#​20356)
  • Allow using @parcel/watcher for dev watcher (#​20179)
🩹 Fixes
  • vite: Set different cache dirs for client/server (#​20276)
  • nuxt: Generate hi-res sourcemaps (#​20280)
  • nuxt: Return type directly if not picking asyncData (#​20288)
  • nuxt: Provide more helpful error when instance unavailable (#​20289)
  • nuxt: Mark useRequestHeaders keys as optional (#​20286)
  • vite: Avoid serving arbitrary file in vite-node middleware (#​20345)
  • nuxt: Swap preloads for json/js payloads (#​20375)
  • nuxt: Handle pages with no content and log warning (#​20373)
  • test-utils: Import jest functions from @jest/globals (#​20360)
  • core,kit: Ensure module transpilation paths are dirs (#​20396)
  • schema: Rely on installed telemetry types (#​19640)
  • cli: Load kit from rootDir when preparing project (#​20401)
  • nuxt: Clone app config on server (#​20278)
💅 Refactors
  • nuxt: Rework and use isJS and isVue utilities consistently (#​20344)
  • vite: Use native isFileServingAllowed util (#​20414)
📖 Documentation
  • Update links on hooks page (#​20296)
  • Add brief information on debugging a nuxt app (#​20282)
  • Fix vue-tsc link (#​20350)
  • Update lint command for the documentation (#​20399)
🏡 Chore
🤖 CI
  • Don't run ci for release branches (f550976f7)
  • Give write access to changelogensets (0518cdbff)
❤️ Contributors
unocss/unocss

v0.51.8

Compare Source

   🚀 Features
  • web-fonts: Expose createGoogleCompatibleProvider util  -  by @​antfu (ad120)
    View changes on GitHub

v0.51.7

Compare Source

   🚀 Features
    View changes on GitHub

v0.51.6

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.51.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vuejs/core

v3.3.0-beta.1

Compare Source

Features
  • allow accessing console in template (#​6508) (fe76224), closes #​7939
  • compiler-sfc: improve utility type Partial and Required (#​8103) (1d1d728)
  • 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)
  • suspense: introduce suspensible option for <Suspense> (#​6736) (cb37d0b), closes #​5513

v3.3.0-alpha.13

Compare Source

Bug Fixes
Features
  • compiler-sfc: support dynamic imports when resolving types (4496456)
  • compiler-sfc: support export * when resolving types (7c3ca3c)
  • compiler-sfc: support ExtractPropTypes when resolving types (50c0bbe), closes #​8104
  • hasInjectionContext() for libraries (#​8111) (5510ce3)

v3.3.0-alpha.12

Compare Source

Bug Fixes
  • compiler: fix expression codegen for literal const bindings in non-inline mode (0f77a2b)

v3.3.0-alpha.11

Compare Source

Bug Fixes
  • compiler-sfc: normalize windows paths when resolving types (271df09)

v3.3.0-alpha.10

Compare Source

Bug Fixes
  • hmr: invalidate cached props/emits options on hmr (4b5b384)
  • runtime-core: properly merge props and emits options from mixins (#​8052) (c94ef02), closes #​7989
Features
  • compiler-sfc: expose type import deps on compiled script block (8d8ddd6)
  • compiler-sfc: expose type resolve APIs (f22e32e)
  • compiler-sfc: mark props destructure as experimental and require explicit opt-in (6b13e04)
  • compiler-sfc: support intersection and union types in macros (d1f973b), closes #​7553
  • compiler-sfc: support limited built-in utility types in macros (1cfab4c)
  • compiler-sfc: support mapped types, string types & template type in macros (fb8ecc8)
  • compiler-sfc: support namespace members type in macros (5ff40bb)
  • compiler-sfc: support relative imported types in macros (8aa4ea8)
  • compiler-sfc: support resolving type imports from modules (3982bef)
  • compiler-sfc: support specifying global types for sfc macros (4e028b9), closes /github.com/vuejs/core/pull/8083#issuecomment-1508468713
  • compiler-sfc: support string indexed type in macros (3f779dd)
  • compiler-sfc: support string/number indexed types in macros (760755f)
Performance Improvements
  • compiler: use source-map-js (19e17a9)
vueuse/vueuse

v10.1.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
evanw/esbuild

v0.17.18

Compare Source

  • Fix non-default JSON import error with export {} from (#​3070)

    This release fixes a bug where esbuild incorrectly identified statements of the form export { default as x } from "y" assert { type: "json" } as a non-default import. The bug did not affect code of the form import { default as x } from ... (only code that used the export keyword).

  • Fix a crash with an invalid subpath import (#​3067)

    Previously esbuild could crash when attempting to generate a friendly error message for an invalid subpath import (i.e. an import starting with #). This happened because esbuild originally only supported the exports field and the code for that error message was not updated when esbuild later added support for the imports field. This crash has been fixed.

eslint/eslint

v8.39.0

Compare Source

Features

  • 3f7af9f feat: Implement SourceCode#markVariableAsUsed() (#​17086) (Nicholas C. Zakas)

Documentation

  • 6987dc5 docs: Fix formatting in Custom Rules docs (#​17097) (Milos Djermanovic)
  • 4ee92e5 docs: Update README (GitHub Actions Bot)
  • d8e9887 docs: Custom Rules cleanup/expansion (#​16906) (Ben Perlmutter)
  • 1fea279 docs: Clarify how to add to tsc agenda (#​17084) (Nicholas C. Zakas)
  • 970ef1c docs: Update triage board location (Nicholas C. Zakas)
  • 6d8bffd docs: Update README (GitHub Actions Bot)

Chores

Shinigami92/eslint-define-config

v1.19.0

Compare Source

diff

  • Patch types generated by jsonschema compiler (#​190)
  • Add support for vitest (#​191)
  • Update rules for: [typescript-eslint, jsdoc]
pnpm/pnpm

v8.3.1

Compare Source

Patch Changes

  • Patch node-fetch to fix an error that happens on Node.js 20 #​6424.

Our Gold Sponsors

Our Silver Sponsors

v8.3.0

Compare Source

Minor Changes

  • A custom compression level may be specified for the pnpm pack command using the pack-gzip-level setting #​6393.
  • Add --check flag to pnpm dedupe. No changes will be made to node_modules or the lockfile. Exits with a non-zero status code if changes are possible.
  • pnpm install --resolution-only re-runs resolution to print out any peer dependency issues #​6411.

Patch Changes

  • Warn user when publishConfig.directory of an injected workspace dependency does not exist #​6396.
  • Use hard links to link the node executable on Windows machines #​4315.

Our Gold Sponsors

Our Silver Sponsors

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 Apr 24, 2023

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

@changeset-bot
Copy link

changeset-bot bot commented Apr 24, 2023

⚠️ No Changeset found

Latest commit: 6a44400

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel vercel bot temporarily deployed to Preview – unplugin-vue-macros-coverage April 24, 2023 14:44 Inactive
@vercel vercel bot temporarily deployed to Preview – unplugin-vue-macros April 24, 2023 14:46 Inactive
@socket-security
Copy link

socket-security bot commented Apr 24, 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
@unocss/reset@0.51.8 None +0 antfu
⬆️ Updated Package Version Diff Added Capability Access +/- Transitive Count Publisher
@vue/compiler-sfc@3.3.0-beta.1 3.3.0-alpha.9...3.3.0-beta.1 None +10/-10 yyx990803
esbuild@0.17.18 0.17.17...0.17.18 None +0/-0 evanw
@vue/compiler-core@3.3.0-beta.1 3.3.0-alpha.9...3.3.0-beta.1 None +2/-2 yyx990803
unocss@0.51.8 0.51.4...0.51.8 None +48/-50 antfu
@vue/compiler-dom@3.3.0-beta.1 3.3.0-alpha.9...3.3.0-beta.1 None +6/-6 yyx990803
@vue/shared@3.3.0-beta.1 3.3.0-alpha.9...3.3.0-beta.1 None +0/-0 yyx990803
vue@3.3.0-beta.1 3.3.0-alpha.9...3.3.0-beta.1 None +180/-180 yyx990803
eslint-define-config@1.19.0 1.18.0...1.19.0 None +0/-0 shinigami92

🚮 Removed packages: @nuxt/devtools@0.4.0, @vueuse/core@10.0.2, eslint@8.38.0, rollup@3.20.3, sirv@2.0.2, vite-plugin-inspect@0.7.22, vitepress@1.0.0-alpha.71

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d8ad6eb to ac8bf1e Compare April 24, 2023 14:51
@vercel vercel bot temporarily deployed to Preview – unplugin-vue-macros April 24, 2023 14:53 Inactive
@vercel vercel bot temporarily deployed to Preview – unplugin-vue-macros-coverage April 24, 2023 14:53 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ac8bf1e to 038bd15 Compare April 24, 2023 19:26
@vercel vercel bot temporarily deployed to Preview – unplugin-vue-macros-coverage April 24, 2023 19:26 Inactive
@vercel vercel bot temporarily deployed to Preview – unplugin-vue-macros April 24, 2023 19:27 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a71ad2a to 7125b56 Compare April 25, 2023 04:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7125b56 to 72e0232 Compare April 25, 2023 04:27
@renovate
Copy link
Contributor Author

renovate bot commented Apr 25, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@vercel vercel bot temporarily deployed to Preview – unplugin-vue-macros April 25, 2023 04:37 Inactive
@vercel vercel bot temporarily deployed to Preview – unplugin-vue-macros-coverage April 25, 2023 04:37 Inactive
@sxzz sxzz merged commit af66720 into main Apr 25, 2023
7 checks passed
@sxzz sxzz deleted the renovate/all-minor-patch branch April 25, 2023 04:38
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