chore(deps): update dependency esbuild to v0.13.2 #782

Merged
konrad merged 1 commits from renovate/esbuild-0.x into main 2021-09-23 18:22:51 +00:00
Member

This PR contains the following updates:

Package Type Update Change
esbuild devDependencies patch 0.13.1 -> 0.13.2

Release Notes

evanw/esbuild

v0.13.2

Compare Source

  • Fix export {} statements with --tree-shaking=true (#​1628)

    The new --tree-shaking=true option allows you to force-enable tree shaking in cases where it wasn't previously possible. One such case is when bundling is disabled and there is no output format configured, in which case esbuild just preserves the format of whatever format the input code is in. Enabling tree shaking in this context caused a bug where export {} statements were stripped. This release fixes the bug so export {} statements should now be preserved when you pass --tree-shaking=true. This bug only affected this new functionality and didn't affect existing scenarios.


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 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, check this box.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.13.1` -> `0.13.2`](https://renovatebot.com/diffs/npm/esbuild/0.13.1/0.13.2) | --- ### Release Notes <details> <summary>evanw/esbuild</summary> ### [`v0.13.2`](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md#&#8203;0132) [Compare Source](https://github.com/evanw/esbuild/compare/v0.13.1...v0.13.2) - Fix `export {}` statements with `--tree-shaking=true` ([#&#8203;1628](https://github.com/evanw/esbuild/issues/1628)) The new `--tree-shaking=true` option allows you to force-enable tree shaking in cases where it wasn't previously possible. One such case is when bundling is disabled and there is no output format configured, in which case esbuild just preserves the format of whatever format the input code is in. Enabling tree shaking in this context caused a bug where `export {}` statements were stripped. This release fixes the bug so `export {}` statements should now be preserved when you pass `--tree-shaking=true`. This bug only affected this new functionality and didn't affect existing scenarios. </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate added the
dependencies
label 2021-09-23 14:02:50 +00:00
renovate added 1 commit 2021-09-23 14:02:50 +00:00
continuous-integration/drone/pr Build is passing Details
313830f44c
chore(deps): update dependency esbuild to v0.13.2
konrad merged commit c44db22b99 into main 2021-09-23 18:22:51 +00:00
konrad deleted branch renovate/esbuild-0.x 2021-09-23 18:22:51 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.