chore(deps-dev): bump terser from 5.39.0 to 5.46.0 by dependabot[bot] · Pull Request #879 · patternfly/react-component-groups
Bumps terser from 5.39.0 to 5.46.0.
Changelog
Sourced from terser's changelog.
v5.46.0
v5.45.0
- Produce
void 0instead ofundefined, which is more safev5.44.1
- fix bitwise optimization changing the result of
&&,||- switches: make sure
varis extracted from a deleted default casev5.44.0
- Support
usingandawait usingdeclarations (#1635)v5.43.1
- Prevent niche optimizations that would move around block declarations
- Add
lhs_constantstoCompressOptionstype (#1621)v5.43.0
- Do not wrap callbacks in parentheses (
wrap_func_argsformat option is now false by default)- Do not inline functions into for loops (for performance reasons)
v5.42.0
- Improved performance in the parse step by adding a fast path for simple identifiers.
- Improved ESTree conversion
v5.41.0
- fixed semicolon insertion between class fields, when the field names are number literals
keep_numbersformat option now works for bigint- internal: correctly mark accessors' is_generator property
- internal: do not read or assign quote properties without need
- internal: add missing equivalent_to comparison
v5.40.0
- Fix exporting AssignmentExpression (default assign pattern) to ESTree
- Fix ESTree output of object keys with quotes
- Fix handling of an ESTree empty
export {}(#1601)- Fix some
constandletresulting from ESTree input (#1599)v5.39.2
... (truncated)
Commits
1550d625.46.0e5af8ecupdate changelog0669ea4add more domprops suggested in #16523df472fadd observedAttributes to domprops list (#1652)85c77fa5.45.095b3aa4update changeloga7e57b5update some packages2e3dd8bupdate serialize-javascript6080510fix: prefervoid 0toundefinedwhen there could be a variable called `un...3c213f7add --skip option to fuzz- 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 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)