-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: update all non-major dependencies #21982
Conversation
15dc699
to
5b32f88
Compare
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
@googlebot I consent |
9ae7d34
to
4082c66
Compare
4082c66
to
db58000
Compare
db58000
to
1167dcb
Compare
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
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.