Skip to content

Commit f705391

Browse files
chore(deps-dev): Update webpack requirement from ^5.107.2 to ^5.108.4 in /components/office-addin (#256)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Updates the requirements on [webpack](https://github.com/webpack/webpack) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack/releases">webpack's releases</a>.</em></p> <blockquote> <h2>v5.108.4</h2> <h3>Patch Changes</h3> <ul> <li> <p>Speed up non-CSS-Modules parsing by not building unused selector AST nodes. (by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21324">#21324</a>)</p> </li> <li> <p>Speed up non-CSS-Modules CSS parsing by dropping value tokens nothing reads. (by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21324">#21324</a>)</p> </li> <li> <p>Resolve HTML asset URLs against the document <code>&lt;base href&gt;</code>. (by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21329">#21329</a>)</p> </li> <li> <p>Add HTML integration tests: generateError output, ignored src, null-char parse. (by <a href="https://github.com/aryanraj45"><code>@​aryanraj45</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21328">#21328</a>)</p> </li> <li> <p>Reduce CPU and memory overhead of HTML and CSS parsing and code generation. (by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21332">#21332</a>)</p> </li> <li> <p>Reduce HTML parser memory and CPU by skipping unused AST nodes. (by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21323">#21323</a>)</p> </li> <li> <p>Reduce HTML parser memory by storing the AST in struct-of-arrays form. (by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21331">#21331</a>)</p> </li> <li> <p>Key the provided-exports cache on a lazy barrel's still-lazy re-export targets. (by <a href="https://github.com/hai-x"><code>@​hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21326">#21326</a>)</p> </li> <li> <p>Default <code>output.globalObject</code> to <code>globalThis</code> for universal targets. (by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21314">#21314</a>)</p> </li> <li> <p>Pass through <code>new URL(...)</code> directory references instead of resolving them. (by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21312">#21312</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack/blob/main/CHANGELOG.md">webpack's changelog</a>.</em></p> <blockquote> <h2>5.108.4</h2> <h3>Patch Changes</h3> <ul> <li> <p>Speed up non-CSS-Modules parsing by not building unused selector AST nodes. (by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21324">#21324</a>)</p> </li> <li> <p>Speed up non-CSS-Modules CSS parsing by dropping value tokens nothing reads. (by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21324">#21324</a>)</p> </li> <li> <p>Resolve HTML asset URLs against the document <code>&lt;base href&gt;</code>. (by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21329">#21329</a>)</p> </li> <li> <p>Add HTML integration tests: generateError output, ignored src, null-char parse. (by <a href="https://github.com/aryanraj45"><code>@​aryanraj45</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21328">#21328</a>)</p> </li> <li> <p>Reduce CPU and memory overhead of HTML and CSS parsing and code generation. (by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21332">#21332</a>)</p> </li> <li> <p>Reduce HTML parser memory and CPU by skipping unused AST nodes. (by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21323">#21323</a>)</p> </li> <li> <p>Reduce HTML parser memory by storing the AST in struct-of-arrays form. (by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21331">#21331</a>)</p> </li> <li> <p>Key the provided-exports cache on a lazy barrel's still-lazy re-export targets. (by <a href="https://github.com/hai-x"><code>@​hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21326">#21326</a>)</p> </li> <li> <p>Default <code>output.globalObject</code> to <code>globalThis</code> for universal targets. (by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21314">#21314</a>)</p> </li> <li> <p>Pass through <code>new URL(...)</code> directory references instead of resolving them. (by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21312">#21312</a>)</p> </li> </ul> <h2>5.108.3</h2> <h3>Patch Changes</h3> <ul> <li> <p>Speed up CSS parsing and reduce CSS AST node memory. (by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21285">#21285</a>)</p> </li> <li> <p>Fix HMR codegen crash for harmony accept with unresolved imports. (by <a href="https://github.com/xiaoxiaojx"><code>@​xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21302">#21302</a>)</p> </li> <li> <p>Match harmony accept dependencies by module reference so HMR codegen handles imports without a module or chunk id. (by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21303">#21303</a>)</p> </li> </ul> <h2>5.108.2</h2> <h3>Patch Changes</h3> <ul> <li> <p>Fix lazy barrel deferral of ungrouped side-effect imports. (by <a href="https://github.com/hai-x"><code>@​hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21291">#21291</a>)</p> </li> <li> <p>Respect the <code>node:</code> prefix for node.js core modules used as externals. (by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21286">#21286</a>)</p> </li> </ul> <h2>5.108.1</h2> <h3>Patch Changes</h3> <ul> <li> <p>Fix invalid property access for escaped namespace imports with multi-character mangled export names. (by <a href="https://github.com/xiaoxiaojx"><code>@​xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21280">#21280</a>)</p> </li> <li> <p>Add frames to ProfilingPlugin TracingStartedInBrowser event so the trace loads in Chrome DevTools. (by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21269">#21269</a>)</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/bb9ccfd32b8059819204a48bdb5436c9266dcdf0"><code>bb9ccfd</code></a> chore(release): new release (<a href="https://redirect.github.com/webpack/webpack/issues/21319">#21319</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/76390666e9dcf1cb8e0080db9eccafbdb7f53c2c"><code>7639066</code></a> fix: invalidate provided-exports cache with lazy barrel (<a href="https://redirect.github.com/webpack/webpack/issues/21326">#21326</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/ae28c5421263a001fe1901b7374bd26797658bca"><code>ae28c54</code></a> perf: reduce CPU and memory overhead of the HTML and CSS pipelines (<a href="https://redirect.github.com/webpack/webpack/issues/21332">#21332</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/e6fb5473224f4cf574e907019499d99b44282d2b"><code>e6fb547</code></a> perf: re-encode the HTML AST as struct-of-arrays behind a path-based visitor ...</li> <li><a href="https://github.com/webpack/webpack/commit/5ce1c22edd2f6af4198c4163442d40e97e336060"><code>5ce1c22</code></a> fix(html): resolve asset URLs against &lt;base href&gt; (<a href="https://redirect.github.com/webpack/webpack/issues/21329">#21329</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/0e43c4ac179173e85a4392722e601743e7c04591"><code>0e43c4a</code></a> test(html): cover generateError, ignored-source, and null-character parse pat...</li> <li><a href="https://github.com/webpack/webpack/commit/cebd7935a9616f4c3460b9e197f3cca199710192"><code>cebd793</code></a> refactor: build export-presence guards from a lazy boolean formula (<a href="https://redirect.github.com/webpack/webpack/issues/21320">#21320</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/c2628cf7c3549b54ed08bf68914f39affa63503b"><code>c2628cf</code></a> fix: don't resolve new URL() directory references as modules (<a href="https://redirect.github.com/webpack/webpack/issues/21312">#21312</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/00d8b2f8863fb582fd0cd510e15f4de6879ade31"><code>00d8b2f</code></a> perf: speed up non-CSS-Modules CSS parsing by skipping unused AST work (<a href="https://redirect.github.com/webpack/webpack/issues/21324">#21324</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/f7a3f6d9e2276631ca67cf4636f504e5d2f9c13a"><code>f7a3f6d</code></a> perf: reduce HTML parser memory and CPU with parser-level skip options (<a href="https://redirect.github.com/webpack/webpack/issues/21323">#21323</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.107.2...v5.108.4">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> Co-authored-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
1 parent aaf5808 commit f705391

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
@@ -40,7 +40,7 @@
4040
"office-addin-manifest": "^2.1.5",
4141
"rescript-jest": "^0.10.0",
4242
"style-loader": "^4.0.0",
43-
"webpack": "^5.107.2",
43+
"webpack": "^5.108.4",
4444
"webpack-cli": "^7.0.3",
4545
"webpack-dev-server": "^6.0.0"
4646
},

0 commit comments

Comments
 (0)