[PR #816] [MERGED] Bump webpack from 5.82.0 to 5.82.1 #1033

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

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/816
Author: @dependabot[bot]
Created: 5/11/2023
Status: Merged
Merged: 5/11/2023
Merged by: @DavidAnson

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


📝 Commits (1)

  • 44b9310 Bump webpack from 5.82.0 to 5.82.1

📊 Changes

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

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps webpack from 5.82.0 to 5.82.1.

Release notes

Sourced from webpack's releases.

v5.82.1

Bug Fixes

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: https://github.com/webpack/webpack/compare/v5.82.0...v5.82.1

Commits
  • a8fd8b7 5.82.1
  • f5deb28 Merge pull request #17160 from snitin315/update-enhanced-resolve
  • 57ecbab fix: update FileSystemInfo types and fix lint
  • 12f9588 fix: udpate types
  • 460b4d6 feat: update enhanced-resolve to v5.14.0
  • ba56e05 Merge pull request #17151 from lvivski/chunk-loading
  • 79fe72c Merge pull request #17149 from webpack/dependabot/npm_and_yarn/core-js-3.30.2
  • 4ef538e Merge pull request #17146 from webpack/dependabot/npm_and_yarn/webpack-cli-5.1.0
  • bcb37ca Merge pull request #17145 from JeraldVin/patch-2
  • c722c2c Regenerate snapshots
  • Additional commits viewable 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 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/816 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/11/2023 **Status:** ✅ Merged **Merged:** 5/11/2023 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/webpack-5.82.1` --- ### 📝 Commits (1) - [`44b9310`](https://github.com/DavidAnson/markdownlint/commit/44b9310d7028b2407f3cd179533be183239e323e) Bump webpack from 5.82.0 to 5.82.1 ### 📊 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.82.0 to 5.82.1. <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.82.1</h2> <h2>Bug Fixes</h2> <ul> <li>[CSS] - Support nesting in CSS modules and bug fixes by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17133">webpack/webpack#17133</a></li> <li>[CSS] - Fix crash with <code>importModule</code> when CSS enabled by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17140">webpack/webpack#17140</a></li> <li>Fix bug where <code>output.hashFunction</code> was failing to generate debug hash by <a href="https://github.com/ahabhgk"><code>@​ahabhgk</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16950">webpack/webpack#16950</a></li> <li>Reduce the amount of generated code for chunk loading by <a href="https://github.com/lvivski"><code>@​lvivski</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17151">webpack/webpack#17151</a></li> <li>Use module preload for ESM module output by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17143">webpack/webpack#17143</a></li> </ul> <h2>Developer Experience</h2> <ul> <li>Improve module type strictness for Module.prototype.type expand ModuleTypeConstants by <a href="https://github.com/TheLarkInn"><code>@​TheLarkInn</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17136">webpack/webpack#17136</a></li> </ul> <h2>Dependencies &amp; Maintenance</h2> <ul> <li>Update package.json description by <a href="https://github.com/JeraldVin"><code>@​JeraldVin</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17145">webpack/webpack#17145</a></li> <li>Bump webpack-cli from 5.0.2 to 5.1.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17146">webpack/webpack#17146</a></li> <li>Bump core-js from 3.30.1 to 3.30.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17149">webpack/webpack#17149</a></li> <li>Bump enhanced-resolve to v5.14.0 by <a href="https://github.com/snitin315"><code>@​snitin315</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17160">webpack/webpack#17160</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/JeraldVin"><code>@​JeraldVin</code></a> made their first contribution in <a href="https://redirect.github.com/webpack/webpack/pull/17145">webpack/webpack#17145</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/webpack/webpack/compare/v5.82.0...v5.82.1">https://github.com/webpack/webpack/compare/v5.82.0...v5.82.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/a8fd8b7598e8a599871765e0167cacf8318944a9"><code>a8fd8b7</code></a> 5.82.1</li> <li><a href="https://github.com/webpack/webpack/commit/f5deb287eb038b09e0268d04f372bc4479b00f0c"><code>f5deb28</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/17160">#17160</a> from snitin315/update-enhanced-resolve</li> <li><a href="https://github.com/webpack/webpack/commit/57ecbaba7d3ed8c913f30b29bd36136e2c41b368"><code>57ecbab</code></a> fix: update FileSystemInfo types and fix lint</li> <li><a href="https://github.com/webpack/webpack/commit/12f958869fbebf60751ca93aa7ee9340875d0b83"><code>12f9588</code></a> fix: udpate types</li> <li><a href="https://github.com/webpack/webpack/commit/460b4d634f0f94cb3a6b8006e9ee2bfe66dbac1c"><code>460b4d6</code></a> feat: update enhanced-resolve to v5.14.0</li> <li><a href="https://github.com/webpack/webpack/commit/ba56e05b24014bb513eab95f4fa37c751212e0a9"><code>ba56e05</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/17151">#17151</a> from lvivski/chunk-loading</li> <li><a href="https://github.com/webpack/webpack/commit/79fe72c90054e718528643bacf77a2af146d4eb8"><code>79fe72c</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/17149">#17149</a> from webpack/dependabot/npm_and_yarn/core-js-3.30.2</li> <li><a href="https://github.com/webpack/webpack/commit/4ef538e5caa20ff53c5fb6987ec35213cbd7479e"><code>4ef538e</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/17146">#17146</a> from webpack/dependabot/npm_and_yarn/webpack-cli-5.1.0</li> <li><a href="https://github.com/webpack/webpack/commit/bcb37cac49ce8ed994575624b30e52c1d55688ef"><code>bcb37ca</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/17145">#17145</a> from JeraldVin/patch-2</li> <li><a href="https://github.com/webpack/webpack/commit/c722c2c4322d2284282314edc648050abcc4df80"><code>c722c2c</code></a> Regenerate snapshots</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.82.0...v5.82.1">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.82.0&new-version=5.82.1)](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:36 +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#1033
No description provided.