chore(deps): update dependency terser to v5 #42
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^4.0.0
->^5.0.0
Release Notes
terser/terser
v5.15.1
Compare Source
let
orconst
as the bodies ofif
statements (#1253)!==
classes.v5.15.0
Compare Source
AudioWorkletNode
constructor options to domprops list (#1230)id(...expandedArgs)
v5.14.2
Compare Source
v5.14.1
Compare Source
v5.14.0
Compare Source
v5.13.1
Compare Source
varname=varname
) (closes #1081)var
destructuring (egvar { a, a } = x
) (#1176)v5.13.0
Compare Source
source-map
was updated to 0.8.0-beta.0 (#1164)v5.12.1
Compare Source
new
in some situations (closes #1159)v5.12.0
Compare Source
TERSER_DEBUG_DIR
environment variablev5.11.0
Compare Source
\u{abcde}
) are not emitted inside RegExp literals anymore (#1147)v5.10.0
Compare Source
delete optional?.property
get
return someVariable = (async () => { ... })()
(#1073)v5.9.0
Compare Source
{ ...obj }
(#1071)v5.8.0
Compare Source
v5.7.2
Compare Source
global_defs
option (#1036)??
and?.
(#1045)package
no longer require you to disable strict mode to be used as names.in
operator in some for loops (it breaks parsing because of for..in loops)v5.7.1
Compare Source
a?.b = c
){ ...void 0 }
->{}
)v5.7.0
Compare Source
reduce_funcs
to be disabled again.spidermonkey
options to parse and format (#974){get = "default val"}
and{set = "default val"}
in destructuring arguments.export default
of an anonymous class withextends
v5.6.1
Compare Source
.prototype
of a class as pureawait
on the left of**
(while accepting legacy non-parenthesised input)exports
to domprops (#939)...this
v5.6.0
Compare Source
v5.5.1
Compare Source
v5.5.0
Compare Source
v5.4.0
Compare Source
let x = undefined
to justlet x
unsafe
options. Reason: adding strings is not equivalent to template strings, due to valueOf differences.v5.3.8
Compare Source
v5.3.7
Compare Source
Hotfix release, fixes package.json "engines" syntax
v5.3.6
Compare Source
??
mixed with||
and&&
v5.3.5
Compare Source
v5.3.4
Compare Source
hoist_vars
) a destructuring variable declarationv5.3.3
Compare Source
source-map
library has been updated, bringing memory usage and CPU time improvements when reading input source maps (the SourceMapConsumer is now WASM based).wrap_func_args
option now also wraps arrow functions, as opposed to only function expressions.v5.3.2
Compare Source
+
operations.v5.3.1
Compare Source
pure_getters
is enabled has been fixedv5.3.0
Compare Source
v5.2.1
Compare Source
ecma
option, so that all ES code is accepted.foo?.default
)v5.2.0
Compare Source
v5.1.0
Compare Source
import.meta
is now supportedv5.0.0
Compare Source
in
operator now taken into account during property mangle.v4.8.1
Compare Source
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.
This PR has been generated by Mend Renovate. View repository job log here.