build: update all non-major dependencies #21615
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.12.21->0.12.22~3.8.0->~3.9.0~3.8.0->~3.9.02.3.20->2.3.21Release Notes
evanw/esbuild
v0.12.22Compare 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-shadowandvar()(#1538)The
box-shadowproperty 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 thebox-shadowproperty. However, that optimization is not correct in the presence of tokens that are neither a number, a color, nor the tokeninsert. These edge cases includevar()orcalc()tokens. With this release, esbuild will now do stronger validation and will only remove trailing zeros if the contents of thebox-shadowproperty matches the underlying CSS grammar exactly.jasmine/jasmine-npm
v3.9.0Compare Source
Please see the release notes.
jasmine/jasmine
v3.9.0Compare Source
Please see the release notes.
xz64/license-webpack-plugin
v2.3.21Compare Source
Fixed
/package.jsonfileConfiguration
📅 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.
This PR has been generated by WhiteSource Renovate. View repository job log here.