build: update all non-major dependencies #25043
Merged
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:
5.59.0->5.59.15.59.0->5.59.10.17.17->0.17.180.17.17->0.17.180.17.17->0.17.180.17.17->0.17.188.38.0->8.39.0~3.1.0->~3.2.0~3.1.0->~3.2.015.1.1->15.1.215.1.1->15.1.28.4.22->8.4.238.4.22->8.4.2323.0.19->23.0.275.23.2->5.24.14.2.2->4.3.24.2.2->4.3.25.79.0->5.80.05.79.0->5.80.0Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.59.1Compare Source
Bug Fixes
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.59.1Compare Source
Note: Version bump only for package @typescript-eslint/parser
evanw/esbuild
v0.17.18Compare 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 formimport { default as x } from ...(only code that used theexportkeyword).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 theexportsfield and the code for that error message was not updated when esbuild later added support for theimportsfield. This crash has been fixed.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)karma-runner/karma-chrome-launcher
v3.2.0Compare Source
Features
3.1.1 (2022-03-09)
Bug Fixes
npm/pacote
v15.1.2Compare Source
Documentation
43363dd#266 update dist details (#266) (@wraithgar)Dependencies
d5cb3df#276sigstore@1.3.0(#276)c231986#267 sigstore@^1.1.0postcss/postcss
v8.4.23Compare Source
quicktype/quicktype
v23.0.27Compare Source
v23.0.26Compare Source
v23.0.25Compare Source
v23.0.24Compare Source
v23.0.23Compare Source
v23.0.22Compare Source
v23.0.21Compare Source
v23.0.20Compare Source
verdaccio/verdaccio
v5.24.1Compare Source
5.24.1 (2023-04-24)
Bug Fixes
v5.24.0Compare Source
Features
Bug Fixes
vitejs/vite
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 #12551Bug Fixes
buildStartbefore server start (#12647) (871d353), closes #12647buildStartonly once when using next port (#12624) (e10c6bd), closes #12624charset: 'utf8'by default for css (#12565) (c20a064), closes #12565Clean up
import.meta.urlcondition from renderChunk hook of worker plugin (#12696) (fdef8fd), closes #12696ensureVolumeInPath(#12690) (a3150ee), closes #12690resolvePackageDatainrequireResolveFromRootWithFallback(#12712) (1ea38e2), closes #12712idToPkgMap(#12564) (a326ec8), closes #12564Previous Changelogs
4.3.0-beta.8 (2023-04-19)
See 4.3.0-beta.8 changelog
4.3.0-beta.7 (2023-04-17)
See 4.3.0-beta.7 changelog
4.3.0-beta.6 (2023-04-14)
See 4.3.0-beta.6 changelog
4.3.0-beta.5 (2023-04-11)
See 4.3.0-beta.5 changelog
4.3.0-beta.4 (2023-04-09)
See 4.3.0-beta.4 changelog
4.3.0-beta.3 (2023-04-07)
See 4.3.0-beta.3 changelog
4.3.0-beta.2 (2023-04-05)
See 4.3.0-beta.2 changelog
4.3.0-beta.1 (2023-03-29)
See 4.3.0-beta.1 changelog
4.3.0-beta.0 (2023-03-23)
See 4.3.0-beta.0 changelog
webpack/webpack
v5.80.0Compare Source
New Features
import.metaby @vankop in https://github.com/webpack/webpack/pull/16996AwaitExpressionby @vankop in https://github.com/webpack/webpack/pull/16995errorsSpace,warningsSpacefor more readable traces in stats by @vankop in https://github.com/webpack/webpack/pull/15450Bug Fixes
url()/src()/image-set()/image()by @alexander-akait in https://github.com/webpack/webpack/pull/16978statement.finalizerin parser by @xiaoboost in https://github.com/webpack/webpack/pull/17016moduleIdassignment due to encounteringNaNin sort function by @scameron in https://github.com/webpack/webpack/pull/16933Tests & Contributor Experience
@supportsfield by [@Configuration
📅 Schedule: Branch creation - "after 10:00pm every weekday,before 4:00am every weekday,every weekend" in timezone America/Tijuana, 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 Renovate Bot.