lokole
lokole copied to clipboard
Bump terser from 4.6.7 to 4.8.1 in /opwen_statuspage
Bumps terser from 4.6.7 to 4.8.1.
Changelog
Sourced from terser's changelog.
v4.8.1 (backport)
- Security fix for RegExps that should not be evaluated (regexp DDOS)
v4.8.0
- Support for numeric separators (
million = 1_000_000
) was added.- Assigning properties to a class is now assumed to be pure.
- Fixed bug where
yield
wasn't considered a valid property key in generators.v4.7.0
- A bug was fixed where an arrow function would have the wrong size
arguments
object is now considered safe to retrieve properties from (useful forlength
, or0
) even whenpure_getters
is not set.- Fixed erroneous
const
declarations without value (which is invalid) in some corner cases when usingcollapse_vars
.v4.6.13
- Fixed issue where ES5 object properties were being turned into ES6 object properties due to more lax unicode rules.
- Fixed parsing of BigInt with lowercase
e
in them.v4.6.12
- Fixed subtree comparison code, making it see that
[1,[2, 3]]
is different from[1, 2, [3]]
- Printing of unicode identifiers has been improved
v4.6.11
- Read unused classes' properties and method keys, to figure out if they use other variables.
- Prevent inlining into block scopes when there are name collisions
- Functions are no longer inlined into parameter defaults, because they live in their own special scope.
- When inlining identity functions, take into account the fact they may be used to drop
this
in function calls.- Nullish coalescing operator (
x ?? y
), plus basic optimization for it.- Template literals in binary expressions such as
+
have been further optimizedv4.6.10
- Do not use reduce_vars when classes are present
v4.6.9
- Check if block scopes actually exist in blocks
v4.6.8
- Take into account "executed bits" of classes like static properties or computed keys, when checking if a class evaluation might throw or have side effects.
Commits
40674a4
update changelog, versiond8cc569
backport fix to potential regexp DDOS504b967
4.8.09f380dc
update changelog7dd0b9d
update assumptionscfad907
Allow yield to be used as property key in generators.283f44f
Make class property assignment pure.ee965e8
Add numeric separators support (#725)ee6b8af
4.7.0807f729
update changelog- 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 rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
Codecov Report
Merging #598 (a44e3ad) into master (3bf8167) will increase coverage by
1.98%
. The diff coverage is63.96%
.
:exclamation: Current head a44e3ad differs from pull request most recent head b282429. Consider uploading reports for the commit b282429 to get more accurate results
@@ Coverage Diff @@
## master #598 +/- ##
==========================================
+ Coverage 76.71% 78.69% +1.98%
==========================================
Files 45 52 +7
Lines 2766 3394 +628
==========================================
+ Hits 2122 2671 +549
- Misses 644 723 +79
Impacted Files | Coverage Δ | |
---|---|---|
opwen_email_client/domain/email/attachment.py | 0.00% <ø> (ø) |
|
opwen_email_client/domain/email/client.py | 54.34% <ø> (ø) |
|
opwen_email_client/domain/email/sql_store.py | 100.00% <ø> (ø) |
|
opwen_email_client/domain/email/store.py | 97.18% <ø> (ø) |
|
opwen_email_client/domain/email/sync.py | 90.90% <ø> (-0.07%) |
:arrow_down: |
opwen_email_client/domain/email/user_store.py | 97.05% <ø> (ø) |
|
opwen_email_client/util/serialization.py | 100.00% <ø> (ø) |
|
opwen_email_client/util/wtforms.py | 93.75% <ø> (ø) |
|
opwen_email_client/webapp/forms/settings.py | 42.10% <ø> (+0.77%) |
:arrow_up: |
opwen_email_client/webapp/ioc.py | 71.79% <ø> (-6.64%) |
:arrow_down: |
... and 40 more |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.