react-code-view
react-code-view copied to clipboard
Bump terser from 5.14.1 to 5.19.2
trafficstars
Bumps terser from 5.14.1 to 5.19.2.
Changelog
Sourced from terser's changelog.
v5.19.2
- fix performance hit from avoiding HTML comments in the output
v5.19.1
- Better avoid outputting
</script>and HTML comments.- Fix unused variables in class static blocks not being dropped correctly.
- Fix sourcemap names of methods that are
asyncorstaticv5.19.0
- Allow
/*@__MANGLE_PROP__*/annotation inobject.property, in addition to property declarations.v5.18.2
- Stop using recursion in hoisted defuns fix.
v5.18.1
- Fix major performance issue caused by hoisted defuns' scopes bugfix.
v5.18.0
- Add new
/*@__MANGLE_PROP__*/annotation, to mark properties that should be mangled.v5.17.7
- Update some dependencies
- Add consistent sorting for
vRegExp flag- Add
inertDOM attribute to dompropsv5.17.6
- Fixes to mozilla AST input and output, for class properties, private properties and static blocks
- Fix outputting a shorthand property in quotes when safari10 and ecma=2015 options are enabled
configurableandenumerable, used in Object.defineProperty, added to domprops (#1393)v5.17.5
- Take into account the non-deferred bits of a class, such as static properties, while dropping unused code.
v5.17.4
- Fix crash when trying to negate a class (
!class{})- Avoid outputting comments between
yield/awaitand its argument- Fix detection of left-hand-side of assignment, to avoid optimizing it like any other expression in some edge cases
v5.17.3
- Fix issue with trimming a static class property's contents accessing the class as
this.v5.17.2
- Be less conservative when detecting use-before-definition of
varin hoisted functions.- Support unusual (but perfectly valid) initializers of for-in and for-of loops.
- Fix issue where hoisted function would be dropped if it was after a
continuestatementv5.17.1
- Fix evaluating
.lengthwhen the source array might've been mutated
... (truncated)
Commits
8f220355.19.2d252faaupdate changelogad93ccefix performance hit from avoiding HTML comments in the output. Closes #1414798135e5.19.165aeccfupdate changelog5cb3679update package with vuln2da58b2fix source mapping of concise async/static method names. Fixes #1411b6a25aetraverse class definitions while dropping unused variables. Fixes #1412fb48cb1avoid more cases that result in ouputtting </script> and HTML comments. Close...2993f2c5.19.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 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.