Skip to content

Commit 77666ea

Browse files
chore(deps-dev): bump terser from 5.31.6 to 5.36.0 (#9465)
Bumps [terser](https://github.com/terser/terser) from 5.31.6 to 5.36.0. <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.36.0</h2> <ul> <li>Support import attributes <code>with</code> syntax</li> </ul> <h2>v5.35.0</h2> <ul> <li>Ensure parent directory exists when using --output on CLI (<a href="https://redirect.github.com/terser/terser/issues/1530">#1530</a>)</li> </ul> <h2>v5.34.1</h2> <ul> <li>bump the rollup devDependency to disable CVE warnings (Terser was not affected)</li> </ul> <h2>v5.34.0</h2> <ul> <li>internal: stop assigning properties to objects they don't belong in</li> <li>internal: run compress tests in parallel</li> <li><code>drop_console</code>: emit an empty function if the return value of <code>console.METHOD(...)</code> may be called.</li> </ul> <h2>v5.33.0</h2> <ul> <li><code>reduce_vars</code> improved when dealing with hoisted function definitions (<a href="https://redirect.github.com/terser/terser/issues/1544">#1544</a>)</li> </ul> <h2>v5.32.0</h2> <ul> <li><code>import(&quot;module&quot;)</code> can now be input and output from ESTree AST (<a href="https://redirect.github.com/terser/terser/issues/1557">#1557</a>)</li> <li><code>BigInt</code> literals can now be input and output from ESTree AST (<a href="https://redirect.github.com/terser/terser/issues/1555">#1555</a>)</li> <li><code>typeof</code> an object or array (<code>typeof {}</code> and <code>typeof []</code>) can now be statically evaluated. (<a href="https://redirect.github.com/terser/terser/issues/1546">#1546</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/terser/terser/commit/0d8891d54816265553b6e9b9a56fd99baf8101ab"><code>0d8891d</code></a> 5.36.0</li> <li><a href="https://github.com/terser/terser/commit/b0ce144d555ce73b833cfaac759931de09bfdd56"><code>b0ce144</code></a> update changelog</li> <li><a href="https://github.com/terser/terser/commit/cf3d3e9a9940b18135553a8d47a056062766c30f"><code>cf3d3e9</code></a> support import attributes <code>with</code> syntax. Closes <a href="https://redirect.github.com/terser/terser/issues/1529">#1529</a></li> <li><a href="https://github.com/terser/terser/commit/070a8add8a6d1bca99878f059102a2b491af83ce"><code>070a8ad</code></a> update changelog</li> <li><a href="https://github.com/terser/terser/commit/cee00a8832b7885ec70157cebfd321de3799ff81"><code>cee00a8</code></a> 5.35.0</li> <li><a href="https://github.com/terser/terser/commit/142f56a2b224b67cffe86e874f65a5d811fe796b"><code>142f56a</code></a> Ensure parent directory exists when using --output on CLI (<a href="https://redirect.github.com/terser/terser/issues/1530">#1530</a>)</li> <li><a href="https://github.com/terser/terser/commit/97f96197d9fe25582613daa864767eccfffa5e21"><code>97f9619</code></a> test pull requests</li> <li><a href="https://github.com/terser/terser/commit/2a964a6db04a74ef14778f58cd0f362dc642afea"><code>2a964a6</code></a> create an environment variable override to skip using test workers</li> <li><a href="https://github.com/terser/terser/commit/1ae9c77080bec5eb0da4b6ba881cd599f9f880b7"><code>1ae9c77</code></a> fix(deps): update dependency acorn to v8.13.0 (<a href="https://redirect.github.com/terser/terser/issues/1566">#1566</a>)</li> <li><a href="https://github.com/terser/terser/commit/107c77a3bfdc556efc7994f8e88372e593c9db42"><code>107c77a</code></a> fix typo in property name (<a href="https://redirect.github.com/terser/terser/issues/1562">#1562</a>)</li> <li>Additional commits viewable in <a href="https://github.com/terser/terser/compare/v5.31.6...v5.36.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=terser&package-manager=npm_and_yarn&previous-version=5.31.6&new-version=5.36.0)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c5e89dc commit 77666ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7671,9 +7671,9 @@ tempfile@^5.0.0:
76717671
temp-dir "^3.0.0"
76727672

76737673
terser@^5.17.4, terser@^5.31.3:
7674-
version "5.31.6"
7675-
resolved "https://registry.yarnpkg.com/terser/-/terser-5.31.6.tgz#c63858a0f0703988d0266a82fcbf2d7ba76422b1"
7676-
integrity sha512-PQ4DAriWzKj+qgehQ7LK5bQqCFNMmlhjR2PFFLuqGCpuCAauxemVBWwWOxo3UIwWQx8+Pr61Df++r76wDmkQBg==
7674+
version "5.36.0"
7675+
resolved "https://registry.yarnpkg.com/terser/-/terser-5.36.0.tgz#8b0dbed459ac40ff7b4c9fd5a3a2029de105180e"
7676+
integrity sha512-IYV9eNMuFAV4THUspIRXkLakHnV6XO7FEdtKjf/mDyrnqUg9LnlOn6/RwRvM9SZjR4GUq8Nk8zj67FzVARr74w==
76777677
dependencies:
76787678
"@jridgewell/source-map" "^0.3.3"
76797679
acorn "^8.8.2"

0 commit comments

Comments
 (0)