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

Merged
merged 2 commits into from
Apr 23, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 16, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/schema ^3.4.1 -> ^3.4.2 age adoption passing confidence
@storybook/addon-actions (source) ^7.0.5 -> ^7.0.6 age adoption passing confidence
@storybook/addon-essentials (source) ^7.0.5 -> ^7.0.6 age adoption passing confidence
@storybook/addon-interactions (source) ^7.0.5 -> ^7.0.6 age adoption passing confidence
@storybook/addon-links (source) ^7.0.5 -> ^7.0.6 age adoption passing confidence
@storybook/vue3 (source) ^7.0.5 -> ^7.0.6 age adoption passing confidence
@storybook/vue3-vite (source) 7.0.5 -> 7.0.6 age adoption passing confidence
@types/node (source) ^18.15.11 -> ^18.15.13 age adoption passing confidence
@vue/tsconfig ^0.1.3 -> ^0.2.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
pnpm (source) 8.2.0 -> 8.3.1 age adoption passing confidence
rollup (source) ^3.20.2 -> ^3.20.7 age adoption passing confidence
storybook (source) 7.0.5 -> 7.0.6 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
vue-tsc ^1.2.0 -> ^1.4.4 age adoption passing confidence
webpack ^5.79.0 -> ^5.80.0 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
  • 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
🏑 Chore
πŸ€– CI
  • Don't run ci for release branches (f550976f7)
  • Give write access to changelogensets (0518cdbff)
❀️ Contributors
storybookjs/storybook

v7.0.6

Compare Source

Bug Fixes
  • Core: Fix module guard in non-webpack environments #​22085
Maintenance
Build
vuejs/tsconfig

v0.2.0

Compare Source

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

rollup/rollup

v3.20.7

Compare Source

2023-04-21

Bug Fixes
  • Properly track array element mutations when iterating with a for-of loop (#​4949)
  • Handle default exporting an anonymous class that extends another class (#​4950)
Pull Requests

v3.20.6

Compare Source

2023-04-18

Bug Fixes
  • Revert handling of non-JS import and export names due to regressions (#​4914)
Pull Requests

v3.20.5

Compare Source

2023-04-18

Bug Fixes
  • Handle import and export names that are not valid JavaScript identifiers (#​4939)
Pull Requests

v3.20.4

Compare Source

2023-04-17

Bug Fixes
  • Do not remove breaks statements after switch statements with conditional breaks (#​4937)
Pull Requests

v3.20.3

Compare Source

2023-04-16

Bug Fixes
  • Reduce memory consumption for function call parameter analysis (#​4938)
  • Fix types for shouldTransformCachedModule (#​4932)
Pull Requests
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

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), 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.

@codecov
Copy link

codecov bot commented Apr 16, 2023

Codecov Report

Merging #54 (be9d98a) into main (81064fb) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #54   +/-   ##
=======================================
  Coverage   93.41%   93.41%           
=======================================
  Files           3        3           
  Lines         319      319           
  Branches       51       51           
=======================================
  Hits          298      298           
  Misses         21       21           

πŸ“£ We’re building smart automated test selection to slash your CI/CD build times. Learn more

@renovate renovate bot changed the title chore(deps): update devdependency rollup to ^3.20.3 chore(deps): update devdependency rollup to ^3.20.4 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c219f9f to e8d7935 Compare April 17, 2023 05:29
@renovate renovate bot changed the title chore(deps): update devdependency rollup to ^3.20.4 chore(deps): update all non-major dependencies Apr 18, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 16 times, most recently from a053f9b to 6ccf269 Compare April 22, 2023 15:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6ccf269 to 16159ac Compare April 22, 2023 22:46
@renovate
Copy link
Contributor Author

renovate bot commented Apr 23, 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.

@tobiasdiez tobiasdiez merged commit 4993db7 into main Apr 23, 2023
9 checks passed
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.

None yet

1 participant