[PR #1106] [MERGED] Bump webpack from 5.89.0 to 5.90.0 in /micromark #3074

Closed
opened 2026-03-07 20:11:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/1106
Author: @dependabot[bot]
Created: 1/25/2024
Status: Merged
Merged: 1/25/2024
Merged by: @DavidAnson

Base: nextHead: dependabot/npm_and_yarn/micromark/next/webpack-5.90.0


📝 Commits (1)

  • 0426101 Bump webpack from 5.89.0 to 5.90.0 in /micromark

📊 Changes

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

View changed files

📝 micromark/package.json (+1 -1)

📄 Description

Bumps webpack from 5.89.0 to 5.90.0.

Release notes

Sourced from webpack's releases.

v5.90.0

Bug Fixes

  • Fixed inner graph for classes
  • Optimized RemoveParentModulesPlugin via bigint arithmetic
  • Fixed worklet detection in production mode
  • Fixed an error for cyclic importModule
  • Fixed types for Server and Dirent
  • Added the fetchPriority to hmr runtime's ensureChunk function
  • Don't warn about dynamic import for build dependencies
  • External module generation respects the output.environment.arrowFunction option
  • Fixed consumimng shared runtime module logic
  • Fixed a runtime logic of multiple chunks
  • Fixed destructing assignment of dynamic import json file
  • Passing errors array for a module hash
  • Added /*#__PURE__*/ to generated JSON.parse()
  • Generated a library manifest after clean plugin
  • Fixed non amd externals and amd library
  • Fixed a bug in SideEffectsFlagPlugin with namespace re-exports
  • Fixed an error message for condition or
  • The strictModuleErrorHandling is now working
  • Clean up child compilation chunk graph to avoid memory leak
  • [CSS] - Fixed CSS import prefer relative resolution
  • [CSS] - Fixed CSS runtime chunk loading error message

New Features

  • Allow to set false for dev server in webpack.config.js
  • Added a warning for async external when not supported
  • Added a warning for async module when not supported
  • Added the node-module option for the node.__filename/__dirname and enable it by default for ESM target
  • Added the snapshot.unmanagedPaths option
  • Exposed the MultiCompilerOptions type
  • [CSS] - Added CSS parser options to enable/disable named exports
  • [CSS] - Moved CSS the exportsOnly option to CSS generator options

Dependencies & Maintenance

  • use node.js LTS version for lint
  • bump actions/cache from 3 to 4
  • bump prettier from 3.2.1 to 3.2.3
  • bump assemblyscript
  • bump actions/checkout from 3 to 4

Full Changelog: https://github.com/webpack/webpack/compare/v5.89.0...v5.90.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 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/1106 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/25/2024 **Status:** ✅ Merged **Merged:** 1/25/2024 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/micromark/next/webpack-5.90.0` --- ### 📝 Commits (1) - [`0426101`](https://github.com/DavidAnson/markdownlint/commit/0426101f305e053c5d3f76df2d34ad8f0699eadf) Bump webpack from 5.89.0 to 5.90.0 in /micromark ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `micromark/package.json` (+1 -1) </details> ### 📄 Description Bumps [webpack](https://github.com/webpack/webpack) from 5.89.0 to 5.90.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.90.0</h2> <h2>Bug Fixes</h2> <ul> <li>Fixed inner graph for classes</li> <li>Optimized <code>RemoveParentModulesPlugin</code> via bigint arithmetic</li> <li>Fixed worklet detection in production mode</li> <li>Fixed an error for cyclic importModule</li> <li>Fixed types for <code>Server</code> and <code>Dirent</code></li> <li>Added the <code>fetchPriority</code> to hmr runtime's <code>ensureChunk</code> function</li> <li>Don't warn about dynamic import for build dependencies</li> <li>External module generation respects the <code>output.environment.arrowFunction</code> option</li> <li>Fixed consumimng shared runtime module logic</li> <li>Fixed a runtime logic of multiple chunks</li> <li>Fixed destructing assignment of dynamic import json file</li> <li>Passing errors array for a module hash</li> <li>Added <code>/*#__PURE__*/</code> to generated <code>JSON.parse()</code></li> <li>Generated a library manifest after clean plugin</li> <li>Fixed non <code>amd</code> externals and <code>amd</code> library</li> <li>Fixed a bug in <code>SideEffectsFlagPlugin</code> with namespace re-exports</li> <li>Fixed an error message for condition <code>or</code></li> <li>The <code>strictModuleErrorHandling</code> is now working</li> <li>Clean up child compilation chunk graph to avoid memory leak</li> <li>[CSS] - Fixed CSS import prefer relative resolution</li> <li>[CSS] - Fixed CSS runtime chunk loading error message</li> </ul> <h2>New Features</h2> <ul> <li>Allow to set <code>false</code> for dev server in <code>webpack.config.js</code></li> <li>Added a warning for async external when not supported</li> <li>Added a warning for async module when not supported</li> <li>Added the <code>node-module</code> option for the <code>node.__filename/__dirname</code> and enable it by default for ESM target</li> <li>Added the <code>snapshot.unmanagedPaths</code> option</li> <li>Exposed the <code>MultiCompilerOptions</code> type</li> <li>[CSS] - Added CSS parser options to enable/disable named exports</li> <li>[CSS] - Moved CSS the <code>exportsOnly</code> option to CSS generator options</li> </ul> <h2>Dependencies &amp; Maintenance</h2> <ul> <li>use node.js LTS version for lint</li> <li>bump actions/cache from 3 to 4</li> <li>bump prettier from 3.2.1 to 3.2.3</li> <li>bump assemblyscript</li> <li>bump actions/checkout from 3 to 4</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/webpack/webpack/compare/v5.89.0...v5.90.0">https://github.com/webpack/webpack/compare/v5.89.0...v5.90.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/4a2662381ed8e6a9d849b494511459f5858d4e82"><code>4a26623</code></a> chore(release): 5.90.0</li> <li><a href="https://github.com/webpack/webpack/commit/f03e96e0a6a5d3f8d441720c8e0696a74ad70571"><code>f03e96e</code></a> fix: inner graph for classes</li> <li><a href="https://github.com/webpack/webpack/commit/b6c14301b7cce9f9e1e97c490ea8285540a7ad18"><code>b6c1430</code></a> test: added</li> <li><a href="https://github.com/webpack/webpack/commit/28948dd1d19c1941d40b26220f5f9273e7c402aa"><code>28948dd</code></a> fix: inner graph</li> <li><a href="https://github.com/webpack/webpack/commit/5a9ed6dc8bda8941841a09af3eb6651e9c3d82cc"><code>5a9ed6d</code></a> fix: inner graph</li> <li><a href="https://github.com/webpack/webpack/commit/c8d9d979fb46cf6e8d19e9637a3603b5f71dd25b"><code>c8d9d97</code></a> fix: inner graph for classes</li> <li><a href="https://github.com/webpack/webpack/commit/3022995f107d7d81a6880d9500e1298f60b4fc78"><code>3022995</code></a> fix: inner graph for classes</li> <li><a href="https://github.com/webpack/webpack/commit/f857674e6badd873cf5c2d92b8386431528df8fa"><code>f857674</code></a> fix: worklet detection in production mode</li> <li><a href="https://github.com/webpack/webpack/commit/2d6f5fa789eb040b4e27d598761d9329fdb2806a"><code>2d6f5fa</code></a> feat: allow to set <code>false</code> for dev server</li> <li><a href="https://github.com/webpack/webpack/commit/644cd473c47a54777e287286d3548566e75143e7"><code>644cd47</code></a> test: added</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.89.0...v5.90.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.89.0&new-version=5.90.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 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-07 20:11:58 +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#3074
No description provided.