chore(deps): update all non-major dependencies#54
Merged
tobiasdiez merged 2 commits intomainfrom Apr 23, 2023
Merged
Conversation
Codecov Report
@@ 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 |
c219f9f to
e8d7935
Compare
a053f9b to
6ccf269
Compare
6ccf269 to
16159ac
Compare
Contributor
Author
Edited/Blocked NotificationRenovate 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.4.1->^3.4.2^7.0.5->^7.0.6^7.0.5->^7.0.6^7.0.5->^7.0.6^7.0.5->^7.0.6^7.0.5->^7.0.67.0.5->7.0.6^18.15.11->^18.15.13^0.1.3->^0.2.0^3.0.2->^3.1.0^8.38.0->^8.39.08.2.0->8.3.1^3.20.2->^3.20.77.0.5->7.0.6^4.2.1->^4.3.1^0.7.22->^0.7.24^1.2.0->^1.4.4^5.79.0->^5.80.0Release Notes
nuxt/nuxt
v3.4.2Compare Source
✨ What's new?
Apart from the normal bug fixes, we have a couple things we should call out.
@parcel/watcherfor the Nuxt dev watcher (#20179). This may improve performance if you're on Windows. You'll probably also want to installwatchmanin that case.✅ Upgrading
As usual, our recommendation for upgrading is to run:
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
@parcel/watcherfor dev watcher (#20179)🩹 Fixes
useRequestHeaderskeys as optional (#20286)@jest/globals(#20360)rootDirwhen preparing project (#20401)💅 Refactors
isJSandisVueutilities consistently (#20344)isFileServingAllowedutil (#20414)📖 Documentation
🏡 Chore
@ts-ignoreand fix some issues (#20273)🤖 CI
❤️ Contributors
storybookjs/storybook
v7.0.6Compare Source
Bug Fixes
moduleguard in non-webpack environments #22085Maintenance
Build
vuejs/tsconfig
v0.2.0Compare Source
unjs/consola
v3.1.0Compare Source
compare changes
🚀 Enhancements
fancyoption forcreateConsolaand improve docs (#177)/basic,/coreand/browsersubpath exports (#178)🏡 Chore
❤️ Contributors
eslint/eslint
v8.39.0Compare Source
Features
3f7af9ffeat: ImplementSourceCode#markVariableAsUsed()(#17086) (Nicholas C. Zakas)Documentation
6987dc5docs: Fix formatting in Custom Rules docs (#17097) (Milos Djermanovic)4ee92e5docs: Update README (GitHub Actions Bot)d8e9887docs: Custom Rules cleanup/expansion (#16906) (Ben Perlmutter)1fea279docs: Clarify how to add to tsc agenda (#17084) (Nicholas C. Zakas)970ef1cdocs: Update triage board location (Nicholas C. Zakas)6d8bffddocs: Update README (GitHub Actions Bot)Chores
60a6f26chore: upgrade @eslint/js@8.39.0 (#17102) (Milos Djermanovic)d5ba5c0chore: package.json update for @eslint/js release (ESLint Jenkins)f57eff2ci: run tests on Node.js v20 (#17093) (Nitin Kumar)9d1b8fcperf: Binary search in token storeutils.search(#17066) (Francesco Trotta)07a4435chore: Add request for minimal repro to bug report (#17081) (Nicholas C. Zakas)eac4943refactor: remove unnecessary use ofSourceCode#getAncestorsin rules (#17075) (Milos Djermanovic)0a7b60achore: update description ofSourceCode#getDeclaredVariables(#17072) (Milos Djermanovic)6e2df71chore: remove unnecessary references to the LICENSE file (#17071) (Milos Djermanovic)pnpm/pnpm
v8.3.1Compare Source
Patch Changes
node-fetchto fix an error that happens on Node.js 20 #6424.Our Gold Sponsors
Our Silver Sponsors
v8.3.0Compare Source
Minor Changes
pnpm packcommand using thepack-gzip-levelsetting #6393.--checkflag topnpm dedupe. No changes will be made tonode_modulesor the lockfile. Exits with a non-zero status code if changes are possible.pnpm install --resolution-onlyre-runs resolution to print out any peer dependency issues #6411.Patch Changes
publishConfig.directoryof an injected workspace dependency does not exist #6396.Our Gold Sponsors
Our Silver Sponsors
rollup/rollup
v3.20.7Compare Source
2023-04-21
Bug Fixes
Pull Requests
v3.20.6Compare Source
2023-04-18
Bug Fixes
Pull Requests
v3.20.5Compare Source
2023-04-18
Bug Fixes
Pull Requests
v3.20.4Compare Source
2023-04-17
Bug Fixes
Pull Requests
v3.20.3Compare Source
2023-04-16
Bug Fixes
shouldTransformCachedModule(#4932)Pull Requests
vitejs/vite
v4.3.1Compare Source
v4.3.0Compare Source
Vite 4.3 is out! Read the announcement blog post here
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:
You can read more information about the benchmark here
Features
isFileServingAllowedas public utility (#12894) (93e095c), closes #12894data:uris (#12645) (4886d9f), closes #12645Performance
depsCacheDirPrefixvalue forisOptimizedDepFile(#12601) (edbd262), closes #12601safeRealpathingetRealpath(#12551) (cec2320), closes #12551Bug 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.
This PR has been generated by Mend Renovate. View repository job log here.