[PR #846] [MERGED] Bump webpack from 5.84.1 to 5.85.0 #1057

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • ba246d9 Bump webpack from 5.84.1 to 5.85.0

📊 Changes

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

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps webpack from 5.84.1 to 5.85.0.

Release notes

Sourced from webpack's releases.

v5.85.0

New Features

Bug Fixes

Developer Experience

Dependencies & Maintenance

Full Changelog: https://github.com/webpack/webpack/compare/v5.84.1...v5.85.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/846 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/1/2023 **Status:** ✅ Merged **Merged:** 6/1/2023 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/webpack-5.85.0` --- ### 📝 Commits (1) - [`ba246d9`](https://github.com/DavidAnson/markdownlint/commit/ba246d9c4797b8e623928ec8a4601894745e1961) Bump webpack from 5.84.1 to 5.85.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.84.1 to 5.85.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.85.0</h2> <h2>New Features</h2> <ul> <li>Add <code>readonly</code> cache mode by <a href="https://github.com/vankop"><code>@​vankop</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/15470">webpack/webpack#15470</a></li> <li>Normalize property accessors for esm namespaces and chained member/call expressions by <a href="https://github.com/bworline"><code>@​bworline</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17203">webpack/webpack#17203</a></li> <li>Support <code>environment</code> in loader context by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17281">webpack/webpack#17281</a></li> <li>Introduce a new syntax for <code>addModule()</code> support in worklets - <code>*context.audioWorklet.addModule()</code> by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17212">webpack/webpack#17212</a></li> </ul> <h2>Bug Fixes</h2> <ul> <li>Fix type regression with unknown module type strings by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17266">webpack/webpack#17266</a></li> </ul> <h2>Developer Experience</h2> <ul> <li>Use global runtime constants for webpack exports by <a href="https://github.com/burhanuday"><code>@​burhanuday</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17270">webpack/webpack#17270</a></li> <li>Add strict mode type coverage for WASM and Runtime code by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17267">webpack/webpack#17267</a></li> <li>Add strict mode type coverage for runtime modules and runtime plugins by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17261">webpack/webpack#17261</a></li> <li>Add types for JSON &amp; Asset Modules including their interfacing plugins by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17262">webpack/webpack#17262</a></li> <li>Add type coverage for Module subclasses and plugins by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17272">webpack/webpack#17272</a></li> </ul> <h2>Dependencies &amp; Maintenance</h2> <ul> <li>Use GitHub Discussions instead of Gitter in issue templates by <a href="https://github.com/snitin315"><code>@​snitin315</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17293">webpack/webpack#17293</a></li> <li>Bump <code>@​types/node</code> from 20.2.3 to 20.2.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17269">webpack/webpack#17269</a></li> <li>Bump browserslist from 4.21.5 to 4.21.6 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17275">webpack/webpack#17275</a></li> <li>Bump <code>@​types/node</code> from 20.2.4 to 20.2.5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17276">webpack/webpack#17276</a></li> <li>Bump <code>@​babel/core</code> from 7.21.8 to 7.22.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17278">webpack/webpack#17278</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/webpack/webpack/compare/v5.84.1...v5.85.0">https://github.com/webpack/webpack/compare/v5.84.1...v5.85.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/c80b069dca8eedebfa8ede9ce740891362fdb8bf"><code>c80b069</code></a> 5.85.0</li> <li><a href="https://github.com/webpack/webpack/commit/53c98f06ee46a85ae2f2a95837b4a108fce63c33"><code>53c98f0</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/17203">#17203</a> from bworline/ns</li> <li><a href="https://github.com/webpack/webpack/commit/2a669ff0616fdb8ce7bf2543dff38698a50ae1a8"><code>2a669ff</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/17212">#17212</a> from webpack/feat-support-custom-syntax</li> <li><a href="https://github.com/webpack/webpack/commit/16660c1bfa441de566b2cd832aaca76acc4a6dc1"><code>16660c1</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/17272">#17272</a> from webpack/more-types</li> <li><a href="https://github.com/webpack/webpack/commit/6d8d96b4805a4937a6b9c941c09d65527b3c9989"><code>6d8d96b</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/17281">#17281</a> from webpack/feat-environment-to-loader-context</li> <li><a href="https://github.com/webpack/webpack/commit/77c4deb47ed9e8593489130970f954b7bc2837bb"><code>77c4deb</code></a> Merge branch 'main' of <a href="https://github.com/webpack/webpack">https://github.com/webpack/webpack</a> into ns</li> <li><a href="https://github.com/webpack/webpack/commit/69210bbbd251f75e0cfbc8257c9288f127315f3e"><code>69210bb</code></a> test: more</li> <li><a href="https://github.com/webpack/webpack/commit/f9a52a6a256be0b33363dcafdae122801c2ceeba"><code>f9a52a6</code></a> test: more</li> <li><a href="https://github.com/webpack/webpack/commit/5ab7e50503aba34aaec73d346e16b0bf54e4f98e"><code>5ab7e50</code></a> handle null dep.idRangeStarts</li> <li><a href="https://github.com/webpack/webpack/commit/1df0148f4b9f6048211ca0444b3286f681b6da11"><code>1df0148</code></a> update type def from rebase</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.84.1...v5.85.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.84.1&new-version=5.85.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:42 +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#1057
No description provided.