Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 20, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
esbuild 0.12.21 -> 0.12.22 age adoption passing confidence
jasmine (source) ~3.8.0 -> ~3.9.0 age adoption passing confidence
jasmine-core (source) ~3.8.0 -> ~3.9.0 age adoption passing confidence
license-webpack-plugin 2.3.20 -> 2.3.21 age adoption passing confidence

Release Notes

evanw/esbuild

v0.12.22

Compare Source

  • Make HTTP range requests more efficient (#​1536)

    The local HTTP server built in to esbuild supports range requests, which are necessary for video playback in Safari. This means you can now use <video> tags in your HTML pages with esbuild's local HTTP server.

    Previously this was implemented inefficiently for files that aren't part of the build, but that are read from the underlying fallback directory. In that case the entire file was being read even though only part of the file was needed. In this release, only the part of the file that is needed is read so using HTTP range requests with esbuild in this case will now use less memory.

  • Fix CSS minification bug with box-shadow and var() (#​1538)

    The box-shadow property can be specified using 2, 3, or 4 numbers. The 3rd and 4th numbers are the blur radius and spread radius, and can be omitted if zero. When minifying, esbuild has an optimization that removes trailing zeros from runs of numbers within the box-shadow property. However, that optimization is not correct in the presence of tokens that are neither a number, a color, nor the token insert. These edge cases include var() or calc() tokens. With this release, esbuild will now do stronger validation and will only remove trailing zeros if the contents of the box-shadow property matches the underlying CSS grammar exactly.

    /* Original code */
    button {
      box-shadow: 0 0 0 var(--spread) red;
    }
    
    /* Old minified output */
    button{box-shadow:0 0 var(--spread) red}
    
    /* New minified output */
    button{box-shadow:0 0 0 var(--spread) red}
jasmine/jasmine-npm

v3.9.0

Compare Source

Please see the release notes.

jasmine/jasmine

v3.9.0

Compare Source

Please see the release notes.

xz64/license-webpack-plugin

v2.3.21

Compare Source

Fixed
  • Fix delegated modules giving errors about nonexistent /package.json file

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: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box.

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 Aug 20, 2021
@google-cla google-cla bot added the cla: yes label Aug 20, 2021
@renovate renovate bot changed the title build: update all non-major dependencies build: update all non-major dependencies - autoclosed Aug 20, 2021
@renovate renovate bot closed this Aug 20, 2021
@renovate renovate bot deleted the renovate/all-minor-patch branch August 20, 2021 09:07
@renovate renovate bot changed the title build: update all non-major dependencies - autoclosed build: update all non-major dependencies Aug 20, 2021
@renovate renovate bot reopened this Aug 20, 2021
@renovate renovate bot restored the renovate/all-minor-patch branch August 20, 2021 14:21
@renovate renovate bot changed the title build: update all non-major dependencies build: update dependency license-webpack-plugin to v2.3.21 Aug 20, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fa3c69b to 48065ef Compare August 20, 2021 14:27
@renovate renovate bot changed the title build: update dependency license-webpack-plugin to v2.3.21 build: update all non-major dependencies Aug 21, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 807946b to ac7148d Compare August 21, 2021 23:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ac7148d to f7ad47f Compare August 23, 2021 06:00
@filipesilva filipesilva merged commit 9e71069 into master Aug 23, 2021
@renovate renovate bot deleted the renovate/all-minor-patch branch August 23, 2021 10:09
@renovate renovate bot restored the renovate/all-minor-patch branch August 23, 2021 17:31
@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 Sep 23, 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: minor This PR is targeted for the next minor release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants