OpenBot
OpenBot copied to clipboard
Bump terser from 5.31.1 to 5.37.0 in /controller/web-server
Bumps terser from 5.31.1 to 5.37.0.
Changelog
Sourced from terser's changelog.
v5.37.0
- Reserved object properties from chrome extensions (domprops)
- Fix semicolon insertion between a class property without a semicolon
aand a computed class property["prop"]v5.36.0
- Support import attributes
withsyntaxv5.35.0
- Ensure parent directory exists when using --output on CLI (#1530)
v5.34.1
- bump the rollup devDependency to disable CVE warnings (Terser was not affected)
v5.34.0
- internal: stop assigning properties to objects they don't belong in
- internal: run compress tests in parallel
drop_console: emit an empty function if the return value ofconsole.METHOD(...)may be called.v5.33.0
reduce_varsimproved when dealing with hoisted function definitions (#1544)v5.32.0
import("module")can now be input and output from ESTree AST (#1557)BigIntliterals can now be input and output from ESTree AST (#1555)typeofan object or array (typeof {}andtypeof []) can now be statically evaluated. (#1546)v5.31.6
- Retain side effects in a
casewhen the expression is a sequence (comma) expressionv5.31.5
v5.31.4 (reverted)
- drop_unused: drop classes which only have side effects in the
extendspartv5.31.3
- drop_unused: drop unused parameters from IIFEs in some more situations.
v5.31.2
Commits
58ba5c15.37.064b558cupdate changelogcce95e9add chrome extension props. closes #15732199fc5fix semicolon insertion after a value-less class property definition. Closes ...3167d34fix(deps): update dependency acorn to v8.14.0 (#1568)0d8891d5.36.0b0ce144update changelogcf3d3e9support import attributeswithsyntax. Closes #1529070a8adupdate changelogcee00a85.35.0- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.