Skip to content
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 #22044

Merged
merged 1 commit into from
Nov 1, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 29, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@bazel/jasmine 4.4.0 -> 4.4.2 age adoption passing confidence
@bazel/typescript 4.4.0 -> 4.4.2 age adoption passing confidence
build_bazel_rules_nodejs 4.4.1 -> 4.4.2 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

Release Notes

bazelbuild/rules_nodejs

v4.4.2

Compare Source

Bug Fixes
  • builtin: retrieve yarn shasums from Github releases, rather than npm registry (b233b07)
  • create: relocate help argument evaluation (f67c584)
  • esbuild: allow whitespace within args (#​2998) (3446425), closes #​2997
  • examples: run jest updateSnapshot in the workspace (#​3041) (6ee1e52)
  • typescript: don't declare outputs that collide with inputs (#​3046) (bd8b7f3)
  • simplify portion of linker and fix case where runfiles node_modules symlinks are missing under bazel run (f6db6c9)
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.


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 29, 2021
@google-cla google-cla bot added the cla: yes label Oct 29, 2021
@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 29, 2021
@alan-agius4
Copy link
Collaborator

@googlebot I consent.

@alan-agius4 alan-agius4 reopened this Oct 29, 2021
@alan-agius4 alan-agius4 merged commit cf34e2f into master Nov 1, 2021
@angular-automatic-lock-bot
Copy link

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 Dec 2, 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.

None yet

1 participant