Skip to content

build: update all non-major dependencies#22023

Merged
alan-agius4 merged 1 commit into
masterfrom
renovate/all-minor-patch
Oct 28, 2021
Merged

build: update all non-major dependencies#22023
alan-agius4 merged 1 commit into
masterfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Oct 27, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
esbuild 0.13.9 -> 0.13.10 age adoption passing confidence
esbuild-wasm 0.13.9 -> 0.13.10 age adoption passing confidence
sass-loader 12.2.0 -> 12.3.0 age adoption passing confidence
webpack-dev-server 4.3.1 -> 4.4.0 age adoption passing confidence

Release Notes

evanw/esbuild

v0.13.10

Compare 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 @license or @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 and legalComments in the JS API, which can be set to any of the following options:

    • none: Do not preserve any legal comments
    • inline: Preserve all rule-level legal comments
    • eof: Move all rule-level legal comments to the end of the file
    • linked: Move all rule-level legal comments to a .LEGAL.txt file and link to them with a comment
    • external: Move all rule-level legal comments to a .LEGAL.txt file but to not link to them

    The default behavior is eof when bundling and inline otherwise.

  • Allow uppercase es* targets (#​1717)

    With this release, you can now use target names such as ESNext instead of esnext as 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's tsconfig.json file 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.0

Compare Source

Features
webpack/webpack-dev-server

v4.4.0

Compare Source

Features
  • added the server option, now you can pass server options, example { server: { type: 'http', options: { maxHeaderSize: 32768 } } }, available options for http and https, note - for http2 is used spdy, options specified in the server.options option take precedence over https/http2 options (#​3940) (a70a7ef)
  • added the client.reconnect option (#​3912) (5edad76)
  • improve error handling within startCallback and endCallback (#​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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate Bot added action: merge The PR is ready for merge by the caretaker target: minor This PR is targeted for the next minor release labels Oct 27, 2021
@google-cla google-cla Bot added the cla: yes label Oct 27, 2021
@renovate renovate Bot changed the title build: update all non-major dependencies build: update all non-major dependencies - autoclosed Oct 27, 2021
@renovate renovate Bot closed this Oct 27, 2021
@renovate renovate Bot deleted the renovate/all-minor-patch branch October 27, 2021 09:46
@renovate renovate Bot changed the title build: update all non-major dependencies - autoclosed build: update all non-major dependencies Oct 27, 2021
@renovate renovate Bot reopened this Oct 27, 2021
@renovate renovate Bot restored the renovate/all-minor-patch branch October 27, 2021 16:18
@alan-agius4 alan-agius4 added target: rc This PR is targeted for the next release-candidate and removed target: minor This PR is targeted for the next minor release labels Oct 27, 2021
@renovate renovate Bot changed the title build: update all non-major dependencies build: update dependency sass-loader to v12.3.0 Oct 27, 2021
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 10d14f1 to d977738 Compare October 27, 2021 16:55
@renovate renovate Bot changed the title build: update dependency sass-loader to v12.3.0 build: update all non-major dependencies Oct 27, 2021
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 70957bd to 9196b4e Compare October 28, 2021 08:52
@alan-agius4 alan-agius4 force-pushed the renovate/all-minor-patch branch from 9196b4e to b947280 Compare October 28, 2021 13:08
@google-cla
Copy link
Copy Markdown

google-cla Bot commented Oct 28, 2021

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 @googlebot I consent. in this pull request.

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 cla label to yes (if enabled on your project).

ℹ️ Googlers: Go here for more info.

@google-cla google-cla Bot added cla: no and removed cla: yes labels Oct 28, 2021
@alan-agius4
Copy link
Copy Markdown
Collaborator

@googlebot I consent.

@google-cla google-cla Bot added cla: yes and removed cla: no labels Oct 28, 2021
@alan-agius4 alan-agius4 merged commit 12c88f3 into master Oct 28, 2021
@angular-automatic-lock-bot
Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot Bot locked and limited conversation to collaborators Nov 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker target: rc This PR is targeted for the next release-candidate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant