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

Merged
merged 1 commit into from
Apr 24, 2023

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/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
consola ^3.0.2 -> ^3.1.0 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
pnpm (source) 8.2.0 -> 8.3.1 age adoption passing confidence
prettier (source) ^2.8.7 -> ^2.8.8 age adoption passing confidence
vite (source) ^4.2.1 -> ^4.3.1 age adoption passing confidence

Release Notes

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
๐Ÿฉน Fixes
๐Ÿ’… Refactors
  • nuxt: Rework and use isJS and isVue utilities consistently (#โ€‹20344)
  • vite: Use native isFileServingAllowed util (#โ€‹20414)
๐Ÿ“– Documentation
๐Ÿก Chore
๐Ÿค– CI
  • Don't run ci for release branches (f550976f7)
  • Give write access to changelogensets (0518cdbff)
โค๏ธ Contributors
unjs/consola

v3.1.0

Compare Source

compare changes

๐Ÿš€ Enhancements
  • Support fancy option for createConsola and improve docs (#โ€‹177)
  • /basic, /core and /browser subpath exports (#โ€‹178)
๐Ÿก Chore
โค๏ธ Contributors
eslint/eslint

v8.39.0

Compare Source

Features

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

prettier/prettier

v2.8.8

Compare Source

This version is a republished version of v2.8.7.
A bad version was accidentally published and it can't be unpublished, apologies for the churn.

vitejs/vite

v4.3.1

Compare Source

v4.3.0

Compare Source

Vite 4.3 is out! Read the announcement blog post here

Vite 4.3, It's Fast

In this minor, we focused on improving the dev server performance. The resolve logic got streamlined, improving hot paths and implementing smarter caching for finding package.json, TS config files, and resolved URL in general.

You can read a detailed walkthrough of the performance work done in this blog post by one of Vite Contributors: How we made Vite 4.3 faaaaster ๐Ÿš€.

This sprint resulted in speed improvements across the board compared to Vite 4.2.

These are the performance improvements as measured by sapphi-red/performance-compare, which tests an app with 1000 React Components cold and warm dev server startup time as well as HMR times for a root and a leaf component:

Vite (babel) Vite 4.2 Vite 4.3 Improvement
dev cold start 17249.0ms 5132.4ms -70.2%
dev warm start 6027.8ms 4536.1ms -24.7%
Root HMR 46.8ms 26.7ms -42.9%
Leaf HMR 27.0ms 12.9ms -52.2%
Vite (swc) Vite 4.2 Vite 4.3 Improvement
dev cold start 13552.5ms 3201.0ms -76.4%
dev warm start 4625.5ms 2834.4ms -38.7%
Root HMR 30.5ms 24.0ms -21.3%
Leaf HMR 16.9ms 10.0ms -40.8%

You can read more information about the benchmark here

Features
Performance
Bug Fixes
Clean up

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

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

@socket-security
Copy link

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 [email protected] 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
[email protected] eval, filesystem, environment +0 prettier-bot
@types/[email protected] None +0 types
@nuxt/[email protected] environment +32 danielroe
@nuxt/[email protected] eval +46 danielroe
โฌ†๏ธ Updated Package Version Diff Added Capability Access +/- Transitive Count Publisher
[email protected] 1.18.0...1.19.0 None +0/-0 shinigami92

๐Ÿšฎ Removed packages: [email protected]

@sxzz sxzz merged commit a8ae2c1 into main Apr 24, 2023
7 checks passed
@sxzz sxzz deleted the renovate/all-minor-patch branch April 24, 2023 04:42
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