-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Bump terser from 5.7.0 to 5.15.1 in /cirq-web/cirq_ts #5936
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
CirqBot
merged 2 commits into
master
from
dependabot/npm_and_yarn/cirq-web/cirq_ts/terser-5.15.1
Oct 31, 2022
Merged
Bump terser from 5.7.0 to 5.15.1 in /cirq-web/cirq_ts #5936
CirqBot
merged 2 commits into
master
from
dependabot/npm_and_yarn/cirq-web/cirq_ts/terser-5.15.1
Oct 31, 2022
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [terser](https://github.com/terser/terser) from 5.7.0 to 5.15.1. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](terser/terser@v5.7.0...v5.15.1) --- updated-dependencies: - dependency-name: terser dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
vtomole
approved these changes
Oct 31, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
rht
pushed a commit
to rht/Cirq
that referenced
this pull request
May 1, 2023
Bumps [terser](https://github.com/terser/terser) from 5.7.0 to 5.15.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/terser/terser/blob/master/CHANGELOG.md">terser's changelog</a>.</em></p> <blockquote> <h2>v5.15.1</h2> <ul> <li>Fixed missing parentheses around optional chains</li> <li>Avoid bare <code>let</code> or <code>const</code> as the bodies of <code>if</code> statements (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1253">#1253</a>)</li> <li>Small internal fixes (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1271">#1271</a>)</li> <li>Avoid inlining a class twice and creating two equivalent but <code>!==</code> classes.</li> </ul> <h2>v5.15.0</h2> <ul> <li>Basic support for ES2022 class static initializer blocks.</li> <li>Add <code>AudioWorkletNode</code> constructor options to domprops list (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1230">#1230</a>)</li> <li>Make identity function inliner not inline <code>id(...expandedArgs)</code></li> </ul> <h2>v5.14.2</h2> <ul> <li>Security fix for RegExps that should not be evaluated (regexp DDOS)</li> <li>Source maps improvements (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1211">#1211</a>)</li> <li>Performance improvements in long property access evaluation (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1213">#1213</a>)</li> </ul> <h2>v5.14.1</h2> <ul> <li>keep_numbers option added to TypeScript defs (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1208">#1208</a>)</li> <li>Fixed parsing of nested template strings (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1204">#1204</a>)</li> </ul> <h2>v5.14.0</h2> <ul> <li>Switched to <code>@jridgewell/source-map</code> for sourcemap generation (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1190">#1190</a>, <a href="https://github-redirect.dependabot.com/terser/terser/issues/1181">#1181</a>)</li> <li>Fixed source maps with non-terminated segments (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1106">#1106</a>)</li> <li>Enabled typescript types to be imported from the package (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1194">#1194</a>)</li> <li>Extra DOM props have been added (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1191">#1191</a>)</li> <li>Delete the AST while generating code, as a means to save RAM</li> </ul> <h2>v5.13.1</h2> <ul> <li>Removed self-assignments (<code>varname=varname</code>) (closes <a href="https://github-redirect.dependabot.com/terser/terser/issues/1081">#1081</a>)</li> <li>Separated inlining code (for inlining things into references, or removing IIFEs)</li> <li>Allow multiple identifiers with the same name in <code>var</code> destructuring (eg <code>var { a, a } = x</code>) (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1176">#1176</a>)</li> </ul> <h2>v5.13.0</h2> <ul> <li>All calls to eval() were removed (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1171">#1171</a>, <a href="https://github-redirect.dependabot.com/terser/terser/issues/1184">#1184</a>)</li> <li><code>source-map</code> was updated to 0.8.0-beta.0 (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1164">#1164</a>)</li> <li>NavigatorUAData was added to domprops to avoid property mangling (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1166">#1166</a>)</li> </ul> <h2>v5.12.1</h2> <ul> <li>Fixed an issue with function definitions inside blocks (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1155">#1155</a>)</li> <li>Fixed parens of <code>new</code> in some situations (closes <a href="https://github-redirect.dependabot.com/terser/terser/issues/1159">#1159</a>)</li> </ul> <h2>v5.12.0</h2> <ul> <li><code>TERSER_DEBUG_DIR</code> environment variable</li> <li><a href="https://github.com/copyright"><code>@copyright</code></a> comments are now preserved with the comments="some" option (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1153">#1153</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/terser/terser/commit/4255fb3063ce1b41a5d5c9c48df443b5df0e797e"><code>4255fb3</code></a> 5.15.1</li> <li><a href="https://github.com/terser/terser/commit/d31c829a2d744f5be5bdefd4a31879e3251bd486"><code>d31c829</code></a> update changelog</li> <li><a href="https://github.com/terser/terser/commit/bb2e20fd36cf3f621f85c3e5754b301058b0f9e3"><code>bb2e20f</code></a> take optional chains into account when locating the left-most item in an expr...</li> <li><a href="https://github.com/terser/terser/commit/350f9650218f1f9a781b73e62a7b3989047b9f02"><code>350f965</code></a> some cleanups</li> <li><a href="https://github.com/terser/terser/commit/5fc39255207670853fa2bf56b9d74a67a3e49a33"><code>5fc3925</code></a> Update actions/setup-node action to v3 (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1156">#1156</a>)</li> <li><a href="https://github.com/terser/terser/commit/be73559c715d65588b64e4ed92af0341bc7a357f"><code>be73559</code></a> Update actions/upload-artifact action to v3 (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1161">#1161</a>)</li> <li><a href="https://github.com/terser/terser/commit/666f79ee9b1cec5d508ad281fb0e89925845432e"><code>666f79e</code></a> chore(deps): update actions/checkout action to v3 (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1158">#1158</a>)</li> <li><a href="https://github.com/terser/terser/commit/3652dce5d75a4b8443b4287209bb4a88554fc3ee"><code>3652dce</code></a> fix: incorrect <code>to_simple_statement</code> (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1253">#1253</a>)</li> <li><a href="https://github.com/terser/terser/commit/34e8262b2c26b738c692e5e789a30193ad109d92"><code>34e8262</code></a> chore: fixed a couple of typos (<a href="https://github-redirect.dependabot.com/terser/terser/issues/1271">#1271</a>)</li> <li><a href="https://github.com/terser/terser/commit/089e32a72ac6a5b0e64272b9e6d64b82ac86d95e"><code>089e32a</code></a> avoid a class being inlined twice when identity can be compared. (close <a href="https://github-redirect.dependabot.com/terser/terser/issues/1267">#1267</a>)</li> <li>Additional commits viewable in <a href="https://github.com/terser/terser/compare/v5.7.0...v5.15.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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](https://github.com/quantumlib/Cirq/network/alerts). </details>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/dependencies
area/javascript
Pull requests that update Javascript code
size: M
50< lines changed <250
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.
Bumps terser from 5.7.0 to 5.15.1.
Changelog
Sourced from terser's changelog.
... (truncated)
Commits
4255fb3
5.15.1d31c829
update changelogbb2e20f
take optional chains into account when locating the left-most item in an expr...350f965
some cleanups5fc3925
Update actions/setup-node action to v3 (#1156)be73559
Update actions/upload-artifact action to v3 (#1161)666f79e
chore(deps): update actions/checkout action to v3 (#1158)3652dce
fix: incorrectto_simple_statement
(#1253)34e8262
chore: fixed a couple of typos (#1271)089e32a
avoid a class being inlined twice when identity can be compared. (close #1267)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 languageYou can disable automated security fix PRs for this repo from the Security Alerts page.