-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit 5cc14ba
authored
Bump webpack-cli from 4.10.0 to 6.0.1 in /cirq-web/cirq_ts (#6876)
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.10.0
to 6.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/webpack/webpack-cli/releases">webpack-cli's
releases</a>.</em></p>
<blockquote>
<h2>v6.0.1</h2>
<h2><a
href="https://github.com/webpack/webpack-cli/compare/webpack-cli@6.0.0...webpack-cli@6.0.1">6.0.1</a>
(2024-12-20)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>update peer dependencies (<a
href="https://redirect.github.com/webpack/webpack-cli/issues/4356">#4356</a>)
(<a
href="https://github.com/webpack/webpack-cli/commit/7a7e5d9f4bd796c7d1089db228b9581e97cc897e">7a7e5d9</a>)</li>
</ul>
<h2>v6.0.0</h2>
<h1><a
href="https://github.com/webpack/webpack-cli/compare/webpack-cli@5.1.4...webpack-cli@6.0.0">6.0.0</a>
(2024-12-19)</h1>
<h3>BREAKING CHANGES</h3>
<ul>
<li>the minimum required Node.js version is <code>18.12.0</code></li>
<li>removed <code>init</code>, <code>loader</code> and
<code>plugin</code> commands in favor <a
href="https://github.com/webpack/webpack-cli/tree/master/packages/create-webpack-app"><code>create-webpack-app</code></a></li>
<li>dropped support for <code>webpack-dev-server@v4</code></li>
<li>minimum supported webpack version is <code>5.82.0</code></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>allow to require <code>webpack.config.js</code> in ESM format (<a
href="https://redirect.github.com/webpack/webpack-cli/issues/4346">#4346</a>)
(<a
href="https://github.com/webpack/webpack-cli/commit/51066846326bcae5f9793d3496325213342d3dd2">5106684</a>)</li>
<li>correct the minimum help output (<a
href="https://redirect.github.com/webpack/webpack-cli/issues/4057">#4057</a>)
(<a
href="https://github.com/webpack/webpack-cli/commit/c727c4f3c790797cf46a6c0bc83ba77803d3eb05">c727c4f</a>)</li>
<li>gracefully shutting down (<a
href="https://redirect.github.com/webpack/webpack-cli/issues/4145">#4145</a>)
(<a
href="https://github.com/webpack/webpack-cli/commit/90720e26ba3b0d115ed066fb8ec3db074751163e">90720e2</a>)</li>
<li>improve help output for possible values (<a
href="https://redirect.github.com/webpack/webpack-cli/issues/4316">#4316</a>)
(<a
href="https://github.com/webpack/webpack-cli/commit/4cd5aef3b93e3d73b5175c36cf9e8f9ae4455cb2">4cd5aef</a>)</li>
<li>no serve when dev-server is false (<a
href="https://redirect.github.com/webpack/webpack-cli/issues/2947">#2947</a>)
(<a
href="https://github.com/webpack/webpack-cli/commit/a93e8603a4c2639916152a013afed04c0e8f3a35">a93e860</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>output pnpm version with <code>info</code>/<code>version</code>
command (<a
href="https://redirect.github.com/webpack/webpack-cli/issues/3906">#3906</a>)
(<a
href="https://github.com/webpack/webpack-cli/commit/38f3c6f2b99f098d2f4afd60f005e8ff5cd44435">38f3c6f</a>)</li>
</ul>
<h2>v5.1.4</h2>
<h2><a
href="https://github.com/webpack/webpack-cli/compare/webpack-cli@5.1.3...webpack-cli@5.1.4">5.1.4</a>
(2023-06-07)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>multi compiler progress output (<a
href="https://github.com/webpack/webpack-cli/commit/f6596242c74100bfd6fa391ed2071402a3bd4785">f659624</a>)</li>
</ul>
<h2>v5.1.3</h2>
<h2><a
href="https://github.com/webpack/webpack-cli/compare/webpack-cli@5.1.2...webpack-cli@5.1.3">5.1.3</a>
(2023-06-04)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>regression for custom configurations (<a
href="https://redirect.github.com/webpack/webpack-cli/issues/3834">#3834</a>)
(<a
href="https://github.com/webpack/webpack-cli/commit/bb4f8eb4325219afae3203dc4893af2b4655d5fa">bb4f8eb</a>)</li>
</ul>
<h2>v5.1.2</h2>
<h2><a
href="https://github.com/webpack/webpack-cli/compare/webpack-cli@5.1.1...webpack-cli@5.1.2">5.1.2</a>
(2023-06-04)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>improve check for custom webpack and webpack-dev-server package
existance (<a
href="https://github.com/webpack/webpack-cli/commit/0931ab6dfd8d9f511036bcb7c1a4ea8dde1ff1cb">0931ab6</a>)</li>
<li>improve help for some flags (<a
href="https://github.com/webpack/webpack-cli/commit/f4686141681cfcbc74d57e69a732e176decff225">f468614</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md">webpack-cli's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/webpack/webpack-cli/compare/webpack-cli@6.0.0...webpack-cli@6.0.1">6.0.1</a>
(2024-12-20)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>update peer dependencies (<a
href="https://redirect.github.com/webpack/webpack-cli/issues/4356">#4356</a>)
(<a
href="https://github.com/webpack/webpack-cli/commit/7a7e5d9f4bd796c7d1089db228b9581e97cc897e">7a7e5d9</a>)</li>
</ul>
<h1><a
href="https://github.com/webpack/webpack-cli/compare/webpack-cli@5.1.4...webpack-cli@6.0.0">6.0.0</a>
(2024-12-19)</h1>
<h3>BREAKING CHANGES</h3>
<ul>
<li>the minimum required Node.js version is <code>18.12.0</code></li>
<li>removed <code>init</code>, <code>loader</code> and
<code>plugin</code> commands in favor <a
href="https://github.com/webpack/webpack-cli/tree/master/packages/create-webpack-app"><code>create-webpack-app</code></a></li>
<li>dropped support for <code>webpack-dev-server@v4</code></li>
<li>minimum supported webpack version is <code>5.82.0</code></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>allow to require <code>webpack.config.js</code> in ESM format (<a
href="https://redirect.github.com/webpack/webpack-cli/issues/4346">#4346</a>)
(<a
href="https://github.com/webpack/webpack-cli/commit/51066846326bcae5f9793d3496325213342d3dd2">5106684</a>)</li>
<li>correct the minimum help output (<a
href="https://redirect.github.com/webpack/webpack-cli/issues/4057">#4057</a>)
(<a
href="https://github.com/webpack/webpack-cli/commit/c727c4f3c790797cf46a6c0bc83ba77803d3eb05">c727c4f</a>)</li>
<li>gracefully shutting down (<a
href="https://redirect.github.com/webpack/webpack-cli/issues/4145">#4145</a>)
(<a
href="https://github.com/webpack/webpack-cli/commit/90720e26ba3b0d115ed066fb8ec3db074751163e">90720e2</a>)</li>
<li>improve help output for possible values (<a
href="https://redirect.github.com/webpack/webpack-cli/issues/4316">#4316</a>)
(<a
href="https://github.com/webpack/webpack-cli/commit/4cd5aef3b93e3d73b5175c36cf9e8f9ae4455cb2">4cd5aef</a>)</li>
<li>no serve when dev-server is false (<a
href="https://redirect.github.com/webpack/webpack-cli/issues/2947">#2947</a>)
(<a
href="https://github.com/webpack/webpack-cli/commit/a93e8603a4c2639916152a013afed04c0e8f3a35">a93e860</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>output pnpm version with <code>info</code>/<code>version</code>
command (<a
href="https://redirect.github.com/webpack/webpack-cli/issues/3906">#3906</a>)
(<a
href="https://github.com/webpack/webpack-cli/commit/38f3c6f2b99f098d2f4afd60f005e8ff5cd44435">38f3c6f</a>)</li>
</ul>
<h2><a
href="https://github.com/webpack/webpack-cli/compare/webpack-cli@5.1.3...webpack-cli@5.1.4">5.1.4</a>
(2023-06-07)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>multi compiler progress output (<a
href="https://github.com/webpack/webpack-cli/commit/f6596242c74100bfd6fa391ed2071402a3bd4785">f659624</a>)</li>
</ul>
<h2><a
href="https://github.com/webpack/webpack-cli/compare/webpack-cli@5.1.2...webpack-cli@5.1.3">5.1.3</a>
(2023-06-04)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>regression for custom configurations (<a
href="https://redirect.github.com/webpack/webpack-cli/issues/3834">#3834</a>)
(<a
href="https://github.com/webpack/webpack-cli/commit/bb4f8eb4325219afae3203dc4893af2b4655d5fa">bb4f8eb</a>)</li>
</ul>
<h2><a
href="https://github.com/webpack/webpack-cli/compare/webpack-cli@5.1.1...webpack-cli@5.1.2">5.1.2</a>
(2023-06-04)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>improve check for custom webpack and webpack-dev-server package
existance (<a
href="https://github.com/webpack/webpack-cli/commit/0931ab6dfd8d9f511036bcb7c1a4ea8dde1ff1cb">0931ab6</a>)</li>
<li>improve help for some flags (<a
href="https://github.com/webpack/webpack-cli/commit/f4686141681cfcbc74d57e69a732e176decff225">f468614</a>)</li>
<li>improved support for <code>.cts</code> and <code>.mts</code>
extensions (<a
href="https://github.com/webpack/webpack-cli/commit/a77daf28f8a8ad96410a39d565f011f6bb14f6bb">a77daf2</a>)</li>
</ul>
<h2><a
href="https://github.com/webpack/webpack-cli/compare/webpack-cli@5.1.0...webpack-cli@5.1.1">5.1.1</a>
(2023-05-09)</h2>
<h3>Bug Fixes</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/webpack/webpack-cli/commit/480b33d23b277b3a55310bfc6dec8bcd3d4ed404"><code>480b33d</code></a>
chore(release): publish new version</li>
<li><a
href="https://github.com/webpack/webpack-cli/commit/7a5071bc637944d25711b7734dd6e6f741a6c6a5"><code>7a5071b</code></a>
test: fix</li>
<li><a
href="https://github.com/webpack/webpack-cli/commit/8326501cc2ad65937b2f10a4ccb287e87cd28932"><code>8326501</code></a>
fix: better default values</li>
<li><a
href="https://github.com/webpack/webpack-cli/commit/eab2f3972e9c7b56a149761ac10e8e43b0a9339c"><code>eab2f39</code></a>
fix: less dependencies</li>
<li><a
href="https://github.com/webpack/webpack-cli/commit/2db119517e5b5689a2bb05902d9567d52845b726"><code>2db1195</code></a>
refactor: code</li>
<li><a
href="https://github.com/webpack/webpack-cli/commit/fca8c0073cb76a05035a4c8a8059e1a02e982c5e"><code>fca8c00</code></a>
fix: logging</li>
<li><a
href="https://github.com/webpack/webpack-cli/commit/09c7cd715f7c573be0d882fe45e2c3a5097916fd"><code>09c7cd7</code></a>
fix: reduce package size, avoid <code>*.d.ts</code></li>
<li><a
href="https://github.com/webpack/webpack-cli/commit/7a7e5d9f4bd796c7d1089db228b9581e97cc897e"><code>7a7e5d9</code></a>
fix: update peer dependencies (<a
href="https://redirect.github.com/webpack/webpack-cli/issues/4356">#4356</a>)</li>
<li><a
href="https://github.com/webpack/webpack-cli/commit/5405aedeb184191fbe035f8f31410a915062d609"><code>5405aed</code></a>
chore(deps-dev): bump readable-stream in the dependencies group (<a
href="https://redirect.github.com/webpack/webpack-cli/issues/4355">#4355</a>)</li>
<li><a
href="https://github.com/webpack/webpack-cli/commit/270fdc26045766e1d7a3c0c2bd1797f59d8df8cd"><code>270fdc2</code></a>
chore(release): create-webpack-app</li>
<li>Additional commits viewable in <a
href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@6.0.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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 3a835dd commit 5cc14baCopy full SHA for 5cc14ba
File tree
Expand file treeCollapse file tree
2 files changed
+65
-77
lines changedFilter options
- cirq-web/cirq_ts
Expand file treeCollapse file tree
2 files changed
+65
-77
lines changedcirq-web/cirq_ts/package-lock.json
Copy file name to clipboardExpand all lines: cirq-web/cirq_ts/package-lock.json+64-76Lines changed: 64 additions & 76 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
cirq-web/cirq_ts/package.json
Copy file name to clipboardExpand all lines: cirq-web/cirq_ts/package.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 |
| - | |
| 44 | + | |
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
|
0 commit comments