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.0
5.0.0
->5.1.0
0.0.10
->0.0.11
0.13.7
->0.13.8
0.13.7
->0.13.8
10.1.0
->10.2.0
13.0.0-rc.0
->13.0.0-rc.1
5.58.2
->5.59.0
Release Notes
typescript-eslint/typescript-eslint
v5.1.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
evanw/esbuild
v0.13.8
Compare Source
Fix
super
inside arrow function inside loweredasync
function (#1425)When an
async
function is transformed into a regular function for target environments that don't supportasync
such as--target=es6
, references tosuper
inside that function must be transformed too since theasync
-to-regular function transformation moves the function body into a nested function, so thesuper
references are no longer syntactically valid. However, this transform didn't handle an edge case andsuper
references 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/.js
but will now generate the fileout/foo/bar.js
.webpack-contrib/less-loader
v10.2.0
Compare Source
Features
ng-packagr/ng-packagr
v13.0.0-rc.1
Compare Source
Bug Fixes
@rollup/plugin-commonjs
(0d306a3)Performance
webpack/webpack
v5.59.0
Compare Source
Features
/*#__PURE__*/
forObject()
in generated codemanaged/immutablePaths
experiments.buildHttp
splitChunks.minSizeReduction
optionBugfixes
waitFor
when 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.