build: update all non-major dependencies #21982
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.0.0->5.1.05.0.0->5.1.00.0.10->0.0.110.13.7->0.13.80.13.7->0.13.810.1.0->10.2.013.0.0-rc.0->13.0.0-rc.15.58.2->5.59.0Release Notes
typescript-eslint/typescript-eslint
v5.1.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
evanw/esbuild
v0.13.8Compare Source
Fix
superinside arrow function inside loweredasyncfunction (#1425)When an
asyncfunction is transformed into a regular function for target environments that don't supportasyncsuch as--target=es6, references tosuperinside that function must be transformed too since theasync-to-regular function transformation moves the function body into a nested function, so thesuperreferences are no longer syntactically valid. However, this transform didn't handle an edge case andsuperreferences inside of an arrow function were overlooked. This release fixes this bug:Remove the implicit
/after[dir]in entry names (#1661)The "entry names" feature lets you customize the way output file names are generated. The
[dir]and[name]placeholders are filled in with the directory name and file name of the corresponding entry point file, respectively.Previously
--entry-names=[dir]/[name]and--entry-names=[dir][name]behaved the same because the value used for[dir]always had an implicit trailing slash, since it represents a directory. However, some people want to be able to remove the file name with--entry-names=[dir]and the implicit trailing slash gets in the way.With this release, you can now use the
[dir]placeholder without an implicit trailing slash getting in the way. For example, the commandesbuild foo/bar/index.js --outbase=. --outdir=out --entry-names=[dir]previously generated the fileout/foo/bar/.jsbut will now generate the fileout/foo/bar.js.webpack-contrib/less-loader
v10.2.0Compare Source
Features
ng-packagr/ng-packagr
v13.0.0-rc.1Compare Source
Bug Fixes
@rollup/plugin-commonjs(0d306a3)Performance
webpack/webpack
v5.59.0Compare Source
Features
/*#__PURE__*/forObject()in generated codemanaged/immutablePathsexperiments.buildHttpsplitChunks.minSizeReductionoptionBugfixes
waitForwhen modules are unsafe cachedConfiguration
📅 Schedule: "after 10pm every weekday,before 4am every weekday,every weekend" in timezone America/Tijuana.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.