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

chore(deps): update dependency esbuild to ~0.14.41 #1016

Merged
merged 1 commit into from
May 28, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 28, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
esbuild ~0.14.40 -> ~0.14.41 age adoption passing confidence

Release Notes

evanw/esbuild

v0.14.41

Compare Source

  • Fix a minification regression in 0.14.40 (#​2270, #​2271, #​2273)

    Version 0.14.40 substituted string property keys with numeric property keys if the number has the same string representation as the original string. This was done in three places: computed member expressions, object literal properties, and class fields. However, negative numbers are only valid in computed member expressions while esbuild incorrectly applied this substitution for negative numbers in all places. This release fixes the regression by only doing this substitution for negative numbers in computed member expressions.

    This fix was contributed by @​susiwen8.


Configuration

📅 Schedule: "before 2am" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


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

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

@renovate renovate bot requested a review from a team as a code owner May 28, 2022 02:00
@renovate renovate bot added the c: dependencies Pull requests that adds/updates a dependency label May 28, 2022
@codecov
Copy link

codecov bot commented May 28, 2022

Codecov Report

Merging #1016 (60e1b31) into main (73fc8d7) will decrease coverage by 0.00%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #1016      +/-   ##
==========================================
- Coverage   99.67%   99.67%   -0.01%     
==========================================
  Files        2115     2115              
  Lines      227025   227025              
  Branches      983      982       -1     
==========================================
- Hits       226280   226277       -3     
- Misses        725      728       +3     
  Partials       20       20              
Impacted Files Coverage Δ
src/modules/finance/index.ts 99.31% <0.00%> (-0.69%) ⬇️

@ejcheng ejcheng added this to the v7 - Current Major milestone May 28, 2022
@Shinigami92 Shinigami92 merged commit d463ff8 into main May 28, 2022
@Shinigami92 Shinigami92 deleted the renovate/devdependencies branch May 28, 2022 11:58
Minozzzi pushed a commit to Minozzzi/faker that referenced this pull request Jul 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: dependencies Pull requests that adds/updates a dependency
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants