build: update all non-major dependencies#22023
Conversation
10d14f1 to
d977738
Compare
70957bd to
9196b4e
Compare
9196b4e to
b947280
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. |
|
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:
0.13.9->0.13.100.13.9->0.13.1012.2.0->12.3.04.3.1->4.4.0Release Notes
evanw/esbuild
v0.13.10Compare Source
Implement legal comment preservation for CSS (#1539)
This release adds support for legal comments in CSS the same way they are already supported for JS. A legal comment is one that starts with
/*!or that contains the text@licenseor@preserve. These comments are preserved in output files by esbuild since that follows the intent of the original authors of the code. The specific behavior is controlled via--legal-comments=in the CLI andlegalCommentsin the JS API, which can be set to any of the following options:none: Do not preserve any legal commentsinline: Preserve all rule-level legal commentseof: Move all rule-level legal comments to the end of the filelinked: Move all rule-level legal comments to a.LEGAL.txtfile and link to them with a commentexternal: Move all rule-level legal comments to a.LEGAL.txtfile but to not link to themThe default behavior is
eofwhen bundling andinlineotherwise.Allow uppercase
es*targets (#1717)With this release, you can now use target names such as
ESNextinstead ofesnextas the target name in the CLI and JS API. This is important because people don't want to have to call.toLowerCase()on target strings from TypeScript'stsconfig.jsonfile before passing it to esbuild (TypeScript uses case-agnostic target names).This feature was contributed by @timse.
Update to Unicode 14.0.0
The character tables that determine which characters form valid JavaScript identifiers have been updated from Unicode version 13.0.0 to the newly release Unicode version 14.0.0. I'm not putting an example in the release notes because all of the new characters will likely just show up as little squares since fonts haven't been updated yet. But you can read https://www.unicode.org/versions/Unicode14.0.0/#Summary for more information about the changes.
webpack-contrib/sass-loader
v12.3.0Compare Source
Features
warnRuleAsWarningoption, allows to emit a warning on the@warnrule (#992) (c652c79)dart-sass), configure it using infrastructureLogging (#991) (bb7cef9)webpack/webpack-dev-server
v4.4.0Compare Source
Features
serveroption, now you can pass server options, example{ server: { type: 'http', options: { maxHeaderSize: 32768 } } }, available options forhttpandhttps, note - forhttp2is usedspdy, options specified in theserver.optionsoption take precedence overhttps/http2options (#3940) (a70a7ef)client.reconnectoption (#3912) (5edad76)startCallbackandendCallback(#3969) (b0928ac)Bug Fixes
4.3.1 (2021-10-04)
Bug Fixes
Configuration
📅 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.