[PR #1726] [MERGED] Bump webpack from 5.101.2 to 5.101.3 #1648

Closed
opened 2026-03-03 02:04:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/1726
Author: @dependabot[bot]
Created: 8/19/2025
Status: Merged
Merged: 8/19/2025
Merged by: @DavidAnson

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


📝 Commits (1)

  • 9c4f132 Bump webpack from 5.101.2 to 5.101.3

📊 Changes

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

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps webpack from 5.101.2 to 5.101.3.

Release notes

Sourced from webpack's releases.

v5.101.3

Fixes

  • Fixed resolve execution order issue from extra await in async modules
  • Avoid empty block for unused statement
  • Collect only specific expressions for destructuring assignment
Commits
  • 07b1ac0 chore(release): 5.101.3
  • 8d7efb8 chore(deps-dev): bump the dependencies group with 2 updates (#19816)
  • 935cbd8 docs: update examples (#19812)
  • dc79e95 fix: collect only specific expressions for destructuring assignment
  • 90ae8af fix: avoid empty block for unused statement
  • 8db97f8 fix: resolve execution order issue from extra await in async modules
  • c92deaf ci: pin Node.js 24.x to 24.5.0 in CI workflow (#19813)
  • c50930b refactor(test): correct the value retrieval
  • 613a5ad chore(deps-dev): bump @​babel/core in the dependencies group (#19807)
  • See full diff in compare view

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 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)

🔄 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/1726 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/19/2025 **Status:** ✅ Merged **Merged:** 8/19/2025 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/webpack-5.101.3` --- ### 📝 Commits (1) - [`9c4f132`](https://github.com/DavidAnson/markdownlint/commit/9c4f13275a0ce90c289a4412173b3bf1f649c889) Bump webpack from 5.101.2 to 5.101.3 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [webpack](https://github.com/webpack/webpack) from 5.101.2 to 5.101.3. <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.101.3</h2> <h3>Fixes</h3> <ul> <li>Fixed resolve execution order issue from extra await in async modules</li> <li>Avoid empty block for unused statement</li> <li>Collect only specific expressions for destructuring assignment</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/07b1ac0213bcf9591a8dd5633535a43ecd248192"><code>07b1ac0</code></a> chore(release): 5.101.3</li> <li><a href="https://github.com/webpack/webpack/commit/8d7efb8b0421a3a132d3aa71c265e2862771c3b8"><code>8d7efb8</code></a> chore(deps-dev): bump the dependencies group with 2 updates (<a href="https://redirect.github.com/webpack/webpack/issues/19816">#19816</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/935cbd8552d89b9bcafea66ad08db034c1897ab1"><code>935cbd8</code></a> docs: update examples (<a href="https://redirect.github.com/webpack/webpack/issues/19812">#19812</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/dc79e95022b8b726ac0a7c474be1dca0fef8fafe"><code>dc79e95</code></a> fix: collect only specific expressions for destructuring assignment</li> <li><a href="https://github.com/webpack/webpack/commit/90ae8af3d19b964728a9e7f5f9350ead71d3ad61"><code>90ae8af</code></a> fix: avoid empty block for unused statement</li> <li><a href="https://github.com/webpack/webpack/commit/8db97f863fb5cf55dfcf0634d0f127b27bcf43a4"><code>8db97f8</code></a> fix: resolve execution order issue from extra await in async modules</li> <li><a href="https://github.com/webpack/webpack/commit/c92deaf02c4d0507b11c3e34d766f1d06d584055"><code>c92deaf</code></a> ci: pin Node.js 24.x to 24.5.0 in CI workflow (<a href="https://redirect.github.com/webpack/webpack/issues/19813">#19813</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/c50930b3be80285b1a53b64a8cfb4c58aa17a409"><code>c50930b</code></a> refactor(test): correct the value retrieval</li> <li><a href="https://github.com/webpack/webpack/commit/613a5ada7e676573758e4714d2e345df81c1270d"><code>613a5ad</code></a> chore(deps-dev): bump <code>@​babel/core</code> in the dependencies group (<a href="https://redirect.github.com/webpack/webpack/issues/19807">#19807</a>)</li> <li>See full diff in <a href="https://github.com/webpack/webpack/compare/v5.101.2...v5.101.3">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.101.2&new-version=5.101.3)](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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 02:04:29 +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#1648
No description provided.