[PR #863] [MERGED] Bump webpack from 5.85.1 to 5.86.0 #1071

Closed
opened 2026-03-03 02:01:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/863
Author: @dependabot[bot]
Created: 6/8/2023
Status: Merged
Merged: 6/8/2023
Merged by: @DavidAnson

Base: nextHead: dependabot/npm_and_yarn/next/webpack-5.86.0


📝 Commits (1)

  • 640986f Bump webpack from 5.85.1 to 5.86.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 package.json (+1 -1)

📄 Description

⚠️ 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.


Bumps webpack from 5.85.1 to 5.86.0.

Release notes

Sourced from webpack's releases.

v5.86.0

New Features

Bug Fixes

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: https://github.com/webpack/webpack/compare/v5.85.1...v5.86.0

Commits

Dependabot compatibility score

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/DavidAnson/markdownlint/pull/863 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/8/2023 **Status:** ✅ Merged **Merged:** 6/8/2023 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/webpack-5.86.0` --- ### 📝 Commits (1) - [`640986f`](https://github.com/DavidAnson/markdownlint/commit/640986f68973faa05d0dbfdca919a6258c74a8ac) Bump webpack from 5.85.1 to 5.86.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) </details> ### 📄 Description [//]: # (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) Bumps [webpack](https://github.com/webpack/webpack) from 5.85.1 to 5.86.0. <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.86.0</h2> <h2>New Features</h2> <ul> <li>Improved cache size performance via better handling of serialization for errors and bigints by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17282">webpack/webpack#17282</a></li> <li>Introduce an export default handler function option for <code>ProgressPlugin</code> by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17312">webpack/webpack#17312</a></li> <li>Support passing <code>RegExp</code> to <code>splitChunks.chunks</code> by <a href="https://github.com/hyf0"><code>@​hyf0</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17332">webpack/webpack#17332</a></li> </ul> <h2>Bug Fixes</h2> <ul> <li>Fix layer capabilities for <code>ContextModule</code> types by <a href="https://github.com/huozhi"><code>@​huozhi</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17310">webpack/webpack#17310</a></li> <li>Fix compatibility of <code>__non_webpack_require__</code> with ES modules by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17308">webpack/webpack#17308</a></li> <li>Improve type coverage <code>Chunk</code>, <code>ChunkGroup</code>, and other plugins by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/1731">webpack/webpack#1731</a></li> <li>Do not add <code>js</code> extension for eval source maps when extension is not resolvable by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17331">webpack/webpack#17331</a></li> </ul> <h2>Developer Experience</h2> <ul> <li>Improve type coverage for Json Module type and lazy load json-assertions package by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17301">webpack/webpack#17301</a></li> </ul> <h2>Dependencies &amp; Maintenance</h2> <ul> <li>Bump memfs from 3.5.1 to 3.5.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17315">webpack/webpack#17315</a></li> <li>Bump webpack-cli from 5.1.1 to 5.1.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17314">webpack/webpack#17314</a></li> <li>Bump eslint from 8.41.0 to 8.42.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17313">webpack/webpack#17313</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/huozhi"><code>@​huozhi</code></a> made their first contribution in <a href="https://redirect.github.com/webpack/webpack/pull/17310">webpack/webpack#17310</a></li> <li><a href="https://github.com/hyf0"><code>@​hyf0</code></a> made their first contribution in <a href="https://redirect.github.com/webpack/webpack/pull/17332">webpack/webpack#17332</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/webpack/webpack/compare/v5.85.1...v5.86.0">https://github.com/webpack/webpack/compare/v5.85.1...v5.86.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/2dc8755dc40e24e3ba5760e96738b74990116711"><code>2dc8755</code></a> 5.86.0</li> <li><a href="https://github.com/webpack/webpack/commit/7c1cdda125b97568607e4784fd739348e0f9baef"><code>7c1cdda</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/17331">#17331</a> from webpack/issue-16415</li> <li><a href="https://github.com/webpack/webpack/commit/7a2d3d85bc2826e112116cc60c14ecc1674d80c8"><code>7a2d3d8</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/17332">#17332</a> from hyf0/hyf_2348902389048230</li> <li><a href="https://github.com/webpack/webpack/commit/851b6fad737fb04cb20cfee415b95d3bac31d47e"><code>851b6fa</code></a> test: fix</li> <li><a href="https://github.com/webpack/webpack/commit/d5521634040b66106ce4df46563c1f9bc0988c7a"><code>d552163</code></a> Fix test</li> <li><a href="https://github.com/webpack/webpack/commit/61853a110b62296b7d6d72b11905e4639e0256b8"><code>61853a1</code></a> Fix test</li> <li><a href="https://github.com/webpack/webpack/commit/4f170544412f4a2dfea8edf0a774cd1275e605f6"><code>4f17054</code></a> Add a test</li> <li><a href="https://github.com/webpack/webpack/commit/0e160c738d4eaf7f6783c857509f18e0225e2205"><code>0e160c7</code></a> Update snapshot</li> <li><a href="https://github.com/webpack/webpack/commit/5cac4f9f84986d2ec5807d2cb5029038d5dab239"><code>5cac4f9</code></a> Update WebpackOptions</li> <li><a href="https://github.com/webpack/webpack/commit/663a26dbb2b2bc1d8c980281d298eed5c3baf0eb"><code>663a26d</code></a> Edit schemas\WebpackOptions.json</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.85.1...v5.86.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=5.85.1&new-version=5.86.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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 02:01:46 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/markdownlint#1071
No description provided.