fix(deps): update all non-major dependencies and transpile ohash#744
Merged
fix(deps): update all non-major dependencies and transpile ohash#744
ohash#744Conversation
d28e258 to
70d2f87
Compare
3fa069f to
67923ef
Compare
67923ef to
9bc575a
Compare
9bc575a to
70dbcc8
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. |
ohash
407b535 to
5816a37
Compare
Merged
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:
^4.0.2->^4.0.3^1.1.23->^1.1.26^1.2.0->^1.4.1^5.12.0->^5.13.0^8.38.0->^8.39.0^43.1.0->^43.1.1^2.0.2->^3.0.3^1.0.0->^1.1.2^1.0.2->^1.0.38.2.0->8.4.0^8.4.22->^8.4.23^7.4.0->^7.5.0^5.16.9->^5.17.1^2.2.0->^2.3.0~4.2.1->~4.3.4^2.7.14->^3.2.47Release Notes
vitejs/vite (@vitejs/plugin-legacy)
v4.0.3Compare Source
eslint-plugin-n(#12895) (62ebe28), closes #12895vueuse/head
v1.1.26Compare Source
webpack/enhanced-resolve
v5.13.0Compare Source
Features
withFileTypesoptions from FileSystem API by @fu1996 in https://github.com/webpack/enhanced-resolve/pull/374Bugfixes
Dependencies
Developer Experience
conditionNamesdefault by @43081j in https://github.com/webpack/enhanced-resolve/pull/359New Contributors
Full Changelog: webpack/enhanced-resolve@v5.12.0...v5.13.0
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)gajus/eslint-plugin-jsdoc
v43.1.1Compare Source
unjs/ohash
v1.1.2Compare Source
compare changes
🩹 Fixes
booleanasbool(186e719)✅ Tests
❤️ Contributors
unjs/pkg-types
v1.0.3Compare Source
compare changes
🩹 Fixes
exports.typesfield (#120)📖 Documentation
🤖 CI
a5a00af)f6cb62c)❤️ Contributors
pnpm/pnpm
v8.4.0Compare Source
Minor Changes
pnpm publishsupports the--provenanceCLI option #6435.Patch Changes
node-linkeris set tohoisted6486.node_modulesdirectory unless the--forceoption is passed.node_modulesfolder with a.modules.yamlfile if there are no dependencies insidenode_modules.Our Gold Sponsors
Our Silver Sponsors
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
postcss/postcss
v8.4.23Compare Source
terser/terser
v5.17.1Compare Source
.lengthwhen the source array might've been mutatedv5.17.0Compare Source
= undefineddefault argument in IIFE calls (#1366).lengthproperty when statically determinable@__KEY__annotation to mangle string literals (#1365)vitejs/vite (vite)
v4.3.4Compare Source
v4.3.3Compare Source
v4.3.2Compare Source
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 #12551Configuration
📅 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.