Update dependency terser to ^5.28.1 (main) (#178575)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [terser](https://terser.org)
([source](https://togithub.com/terser/terser)) | [`^5.26.0` ->
`^5.28.1`](https://renovatebot.com/diffs/npm/terser/5.26.0/5.28.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/terser/5.28.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/terser/5.28.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/terser/5.26.0/5.28.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/terser/5.26.0/5.28.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>terser/terser (terser)</summary>

###
[`v5.28.1`](https://togithub.com/terser/terser/blob/HEAD/CHANGELOG.md#v5281)

[Compare
Source](https://togithub.com/terser/terser/compare/v5.28.0...v5.28.1)

(hotfix release)

-   Reverts v5.28.0

###
[`v5.28.0`](https://togithub.com/terser/terser/blob/HEAD/CHANGELOG.md#v5280)

[Compare
Source](https://togithub.com/terser/terser/compare/v5.27.2...v5.28.0)

- Optimise redundant or shrinkable bitwise operations (`|`, `^`, `&`,
`>>`, `<<`)
-   Evaluate some `BigInt` math operations

###
[`v5.27.2`](https://togithub.com/terser/terser/blob/HEAD/CHANGELOG.md#v5272)

[Compare
Source](https://togithub.com/terser/terser/compare/v5.27.1...v5.27.2)

- Recognise `this` as a reference to the surrounding class in
`drop_unused`. Closes
[#&#8203;1472](https://togithub.com/terser/terser/issues/1472)

###
[`v5.27.1`](https://togithub.com/terser/terser/blob/HEAD/CHANGELOG.md#v5271)

[Compare
Source](https://togithub.com/terser/terser/compare/v5.27.0...v5.27.1)

- Fixed case where `collapse_vars` inlines `await` expressions into
non-async functions.

###
[`v5.27.0`](https://togithub.com/terser/terser/blob/HEAD/CHANGELOG.md#v5270)

[Compare
Source](https://togithub.com/terser/terser/compare/v5.26.0...v5.27.0)

- Created `minify_sync()` alternative to `minify()` since there's no
async code left.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - 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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/elastic/kibana).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzguMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jonathan Budzenski <jon@elastic.co>
This commit is contained in:
renovate[bot] 2024-03-13 11:22:44 -05:00 committed by GitHub
parent 11288d12e7
commit c312baeec1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -1673,7 +1673,7 @@
"table": "^6.8.1",
"tape": "^5.0.1",
"tempy": "^0.3.0",
"terser": "^5.26.0",
"terser": "^5.29.1",
"terser-webpack-plugin": "^4.2.3",
"tough-cookie": "^4.1.3",
"tree-kill": "^1.2.2",

View file

@ -29508,10 +29508,10 @@ terser@^4.1.2, terser@^4.6.3:
source-map "~0.6.1"
source-map-support "~0.5.12"
terser@^5.14.1, terser@^5.26.0, terser@^5.3.4, terser@^5.9.0:
version "5.26.0"
resolved "https://registry.yarnpkg.com/terser/-/terser-5.26.0.tgz#ee9f05d929f4189a9c28a0feb889d96d50126fe1"
integrity sha512-dytTGoE2oHgbNV9nTzgBEPaqAWvcJNl66VZ0BkJqlvp71IjO8CxdBx/ykCNb47cLnCmCvRZ6ZR0tLkqvZCdVBQ==
terser@^5.14.1, terser@^5.29.1, terser@^5.3.4, terser@^5.9.0:
version "5.29.1"
resolved "https://registry.yarnpkg.com/terser/-/terser-5.29.1.tgz#44e58045b70c09792ba14bfb7b4e14ca8755b9fa"
integrity sha512-lZQ/fyaIGxsbGxApKmoPTODIzELy3++mXhS5hOqaAWZjQtpq/hFHAc+rm29NND1rYRxRWKcjuARNwULNXa5RtQ==
dependencies:
"@jridgewell/source-map" "^0.3.3"
acorn "^8.8.2"