Closed renovate[bot] closed 2 years ago
Merging #131 (0aa81f8) into develop (ddc515b) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## develop #131 +/- ##
========================================
Coverage 82.89% 82.89%
========================================
Files 14 14
Lines 345 345
Branches 60 60
========================================
Hits 286 286
Misses 54 54
Partials 5 5
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update ddc515b...0aa81f8. Read the comment docs.
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
This PR contains the following updates:
0.14.31
->0.14.38
Release Notes
evanw/esbuild
### [`v0.14.38`](https://togithub.com/evanw/esbuild/blob/HEAD/CHANGELOG.md#01438) [Compare Source](https://togithub.com/evanw/esbuild/compare/v0.14.37...v0.14.38) - Further fixes to TypeScript 4.7 instantiation expression parsing ([#2201](https://togithub.com/evanw/esbuild/issues/2201)) This release fixes some additional edge cases with parsing instantiation expressions from the upcoming version 4.7 of TypeScript. Previously it was allowed for an instantiation expression to precede a binary operator but with this release, that's no longer allowed. This was sometimes valid in the TypeScript 4.7 beta but is no longer allowed in the latest version of TypeScript 4.7. Fixing this also fixed a regression that was introduced by the previous release of esbuild: | Code | TS 4.6.3 | TS 4.7.0 beta | TS 4.7.0 nightly | esbuild 0.14.36 | esbuild 0.14.37 | esbuild 0.14.38 | |----------------|--------------|---------------|------------------|-----------------|-----------------|-----------------| | `a == cConfiguration
📅 Schedule: "before 3am on the first day of the month" (UTC).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.