Skip to content

Commit b3905bf

Browse files
chore(deps-dev): Update webpack-cli requirement from ^7.0.3 to ^7.2.1 in /components/office-addin (#265)
Updates the requirements on [webpack-cli](https://github.com/webpack/webpack-cli) to permit the latest version. <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>webpack-cli@7.2.1</h2> <h3>Patch Changes</h3> <ul> <li>fix: <code>CLIPlugin</code> dynamic import interop under Bun (by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack-cli/pull/4799">#4799</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/blob/main/CHANGELOG.md">webpack-cli's changelog</a>.</em></p> <blockquote> <h2>7.2.1</h2> <h3>Patch Changes</h3> <ul> <li>fix: <code>CLIPlugin</code> dynamic import interop under Bun (by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack-cli/pull/4799">#4799</a>)</li> </ul> <h2>7.2.0</h2> <h3>Minor Changes</h3> <ul> <li> <p>feat: allow <code>webpack-dev-server</code> v6 as an optional peer dependency (<code>^5.0.0 || ^6.0.0</code>) (by <a href="https://github.com/bjohansebas"><code>@​bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-cli/pull/4793">#4793</a>)</p> </li> <li> <p>Support <code>tsx</code> as a fallback loader for TypeScript and JSX configuration files (<code>.ts</code>, <code>.tsx</code>, <code>.cts</code>, <code>.mts</code> and <code>.jsx</code>), used when none of the loaders known to <code>interpret</code> (such as <code>ts-node</code>) are installed. (by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack-cli/pull/4796">#4796</a>)</p> </li> </ul> <h2>7.1.0</h2> <h3>Minor Changes</h3> <ul> <li> <p>feat(cli): refresh the <code>--help</code> output using commander's <code>configureHelp</code> API — branded headers, section dividers, colorized terms and a clearer footer. Colors and chrome collapse to plain text when output is piped or <code>--no-color</code> is used, so scripts keep working. (by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack-cli/pull/4779">#4779</a>)</p> </li> <li> <p>feat: support <code>.json5</code>, <code>.yaml</code>/<code>.yml</code> and <code>.toml</code> configuration files by parsing them directly, with the parser package (<code>json5</code>, <code>js-yaml</code>, <code>toml</code>) installed on demand by the user and declared as optional <code>peerDependencies</code> so the parsers resolve correctly under Yarn PnP (by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack-cli/pull/4777">#4777</a>)</p> </li> </ul> <h2>7.0.3</h2> <h3>Patch Changes</h3> <ul> <li> <p>Improved CLI startup performance and reduced memory usage. (by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack-cli/pull/4765">#4765</a>)</p> </li> <li> <p>Reduced CLI startup CPU and memory usage by caching schema-derived argument metadata, registering only the options present in the arguments, and reading config directories once during default-config discovery. (by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack-cli/pull/4760">#4760</a>)</p> </li> <li> <p>Replace the <code>fastest-levenshtein</code> dependency with a small in-tree implementation used for command/option &quot;did you mean&quot; suggestions. (by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack-cli/pull/4762">#4762</a>)</p> </li> </ul> <h2>7.0.2</h2> <h3>Patch Changes</h3> <ul> <li>Resolve configuration path for cache build dependencies. (by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack-cli/pull/4707">#4707</a>)</li> </ul> <h2>7.0.1</h2> <h3>Patch Changes</h3> <ul> <li>The <code>file</code> protocol for configuration options (<code>--config</code>/<code>--extends</code>) is supported. (by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack-cli/pull/4702">#4702</a>)</li> </ul> <h2>7.0.0</h2> <h3>Major Changes</h3> <ul> <li>The minimum supported version of Node.js is <code>20.9.0</code>. (by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack-cli/pull/4677">#4677</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-cli/commit/71e34dbf3926f9f16204454afa410be6bb0facd1"><code>71e34db</code></a> chore(release): new release (<a href="https://redirect.github.com/webpack/webpack-cli/issues/4800">#4800</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/97c5541d915c2a038f57e7be5c33c8482b2e15cb"><code>97c5541</code></a> fix: CLIPlugin dynamic import interop under Bun (<a href="https://redirect.github.com/webpack/webpack-cli/issues/4799">#4799</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/40b631fcd72bfcbca1b0597fae72d71d59b17b15"><code>40b631f</code></a> chore(release): new release (<a href="https://redirect.github.com/webpack/webpack-cli/issues/4794">#4794</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/f896a9c47e228d247bb6bdb1d163c567c984255b"><code>f896a9c</code></a> chore(deps-dev): bump the dependencies group across 1 directory with 4 update...</li> <li><a href="https://github.com/webpack/webpack-cli/commit/b4ea5a79e949faa2ff2a86206a5453d5ed469caf"><code>b4ea5a7</code></a> test: update target flag tests for webpack 5.108 (<a href="https://redirect.github.com/webpack/webpack-cli/issues/4797">#4797</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/9a5fef939a41fb3183607618eb0d9dda8ce4482a"><code>9a5fef9</code></a> feat: support tsx as a fallback loader for TypeScript and JSX configs (<a href="https://redirect.github.com/webpack/webpack-cli/issues/4796">#4796</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/6cafa001e30c6a3f28bb35b49ddb40e6db5fbb5a"><code>6cafa00</code></a> chore(deps): bump http-proxy-middleware from 2.0.9 to 2.0.10 (<a href="https://redirect.github.com/webpack/webpack-cli/issues/4795">#4795</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/3bfa81ce1b7e08513e94435fe0faa9f43f7f0d58"><code>3bfa81c</code></a> docs: update (<a href="https://redirect.github.com/webpack/webpack-cli/issues/4789">#4789</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/d12291138e811450d08970b598fbbcbe51aae640"><code>d122911</code></a> chore: update webpack-dev-server peer dependency version (<a href="https://redirect.github.com/webpack/webpack-cli/issues/4793">#4793</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/3cd7423fa3639b061bc181188372a703fec71ec4"><code>3cd7423</code></a> chore(release): new release (<a href="https://redirect.github.com/webpack/webpack-cli/issues/4778">#4778</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@7.0.3...webpack-cli@7.2.1">compare view</a></li> </ul> </details> <br /> 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 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 1ec954b commit b3905bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/office-addin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"rescript-jest": "^0.10.0",
4242
"style-loader": "^4.0.0",
4343
"webpack": "^5.108.4",
44-
"webpack-cli": "^7.0.3",
44+
"webpack-cli": "^7.2.1",
4545
"webpack-dev-server": "^6.0.0"
4646
},
4747
"jest": {

0 commit comments

Comments
 (0)