[PR #831] [MERGED] Bump webpack from 5.83.1 to 5.84.0 #1044

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 25a9dc3 Bump webpack from 5.83.1 to 5.84.0

📊 Changes

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

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps webpack from 5.83.1 to 5.84.0.

Release notes

Sourced from webpack's releases.

v5.84.0

New Features

Bugfixes

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: https://github.com/webpack/webpack/compare/v5.83.1...v5.84.0

Commits
  • 4d4caf1 5.84.0
  • de76231 Merge pull request #17257 from webpack/thelarkinn/update-enhanced-resolve
  • 4d38c95 yarn dedupe
  • 56be175 chore(deps): Bump enhanced-resolve to ^5.14.1
  • 3e91029 Merge pull request #17252 from snitin315/feat/appen-sourcemap-fn
  • d802b28 Merge pull request #17248 from webpack/issue-17189
  • 80284ce Merge pull request #17233 from webpack/fix-16763
  • 4ca7c01 Merge pull request #17247 from webpack/refactor-strict-types-for-config
  • 4a8035f Merge pull request #17228 from burhanuday/refactor/burhan-use-globals
  • 55d2228 Merge pull request #17251 from snitin315/patch-2
  • 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/831 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/25/2023 **Status:** ✅ Merged **Merged:** 5/25/2023 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/webpack-5.84.0` --- ### 📝 Commits (1) - [`25a9dc3`](https://github.com/DavidAnson/markdownlint/commit/25a9dc37dae88e02262d5d054a5b968aa7dfd4ea) Bump webpack from 5.83.1 to 5.84.0 ### 📊 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.83.1 to 5.84.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.84.0</h2> <h2>New Features</h2> <ul> <li>SourceMapDevToolPlugin now supports <code>append</code> option as a function by <a href="https://github.com/snitin315"><code>@​snitin315</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17252">webpack/webpack#17252</a></li> </ul> <h2>Bugfixes</h2> <ul> <li>Fix multiple bugs referencing class names when shadowed by import name in properties and methods by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17233">webpack/webpack#17233</a></li> <li>Allow DefinePlugin shorthand property by <a href="https://github.com/shamoilarsi"><code>@​shamoilarsi</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17231">webpack/webpack#17231</a></li> <li>[CSS] - Fix edge cases in parsing <code>@import</code> by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17229">webpack/webpack#17229</a></li> </ul> <h2>Developer Experience</h2> <ul> <li>Increase type coverage for serialization classes by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17243">webpack/webpack#17243</a></li> <li>Increase type coverage for <code>JavascriptParser</code> and <code>ModuleDependency</code> subclasses by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17236">webpack/webpack#17236</a></li> <li>Increase type coverage to <code>strict</code>-mode quality for Configuration/Normalization objects by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17247">webpack/webpack#17247</a></li> <li>Refactor duplicate strings by replacing them with constant for <strong>webpack_require</strong> instead of string literal by <a href="https://github.com/burhanuday"><code>@​burhanuday</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17228">webpack/webpack#17228</a></li> <li>Add test case for <code>with { type: &quot;json&quot; }</code> by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17230">webpack/webpack#17230</a></li> <li>Add test case for destructuring by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17248">webpack/webpack#17248</a></li> </ul> <h2>Dependencies &amp; Maintenance</h2> <ul> <li>Add GitHub discussions badge in README by <a href="https://github.com/snitin315"><code>@​snitin315</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17251">webpack/webpack#17251</a></li> <li>Bump enhanced-resolve to 5.14.1 by <a href="https://github.com/TheLarkInn"><code>@​TheLarkInn</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17257">webpack/webpack#17257</a></li> <li>Bump <code>@​types/node</code> from 20.1.7 to 20.2.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17219">webpack/webpack#17219</a></li> <li>Bump <code>@​types/node</code> from 20.2.0 to 20.2.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17226">webpack/webpack#17226</a></li> <li>Bump webpack-cli from 5.1.0 to 5.1.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17164">webpack/webpack#17164</a></li> <li>Bump eslint from 8.39.0 to 8.40.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17148">webpack/webpack#17148</a></li> <li>Bump <code>@​babel/core</code> from 7.21.4 to 7.21.8 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17126">webpack/webpack#17126</a></li> <li>Bump <code>@​types/node</code> from 20.2.1 to 20.2.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17238">webpack/webpack#17238</a></li> <li>Bump eslint from 8.40.0 to 8.41.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17237">webpack/webpack#17237</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/shamoilarsi"><code>@​shamoilarsi</code></a> made their first contribution in <a href="https://redirect.github.com/webpack/webpack/pull/17231">webpack/webpack#17231</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/webpack/webpack/compare/v5.83.1...v5.84.0">https://github.com/webpack/webpack/compare/v5.83.1...v5.84.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/4d4caf13add84f996790e5bbdf79b66a548f8273"><code>4d4caf1</code></a> 5.84.0</li> <li><a href="https://github.com/webpack/webpack/commit/de76231ccae1a528bd9fb897fa2299efc22bb3d2"><code>de76231</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/17257">#17257</a> from webpack/thelarkinn/update-enhanced-resolve</li> <li><a href="https://github.com/webpack/webpack/commit/4d38c95addc90be87c882f9af366536e7eff96d3"><code>4d38c95</code></a> yarn dedupe</li> <li><a href="https://github.com/webpack/webpack/commit/56be17507f986a959177eb89b9625305a94f09f8"><code>56be175</code></a> chore(deps): Bump enhanced-resolve to ^5.14.1</li> <li><a href="https://github.com/webpack/webpack/commit/3e910299b9af4e59caece4a03fa47ec46b391a05"><code>3e91029</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/17252">#17252</a> from snitin315/feat/appen-sourcemap-fn</li> <li><a href="https://github.com/webpack/webpack/commit/d802b28b664aaf95b490485331e4e420d12e7ed4"><code>d802b28</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/17248">#17248</a> from webpack/issue-17189</li> <li><a href="https://github.com/webpack/webpack/commit/80284ceb5d7c4d510be650758cb57ae6aef0ac23"><code>80284ce</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/17233">#17233</a> from webpack/fix-16763</li> <li><a href="https://github.com/webpack/webpack/commit/4ca7c01e7ed5bf7a5eedfa41da63c2421f521f10"><code>4ca7c01</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/17247">#17247</a> from webpack/refactor-strict-types-for-config</li> <li><a href="https://github.com/webpack/webpack/commit/4a8035f2b578aca8ed416394756b087feffc7045"><code>4a8035f</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/17228">#17228</a> from burhanuday/refactor/burhan-use-globals</li> <li><a href="https://github.com/webpack/webpack/commit/55d2228c1aaa4e5db44bacd35912e43dbd79d2dd"><code>55d2228</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/17251">#17251</a> from snitin315/patch-2</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.83.1...v5.84.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.83.1&new-version=5.84.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:39 +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#1044
No description provided.