[PR #1398] [MERGED] Bump webpack from 5.95.0 to 5.96.0 #1438

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 67e2e01 Bump webpack from 5.95.0 to 5.96.0

📊 Changes

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

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps webpack from 5.95.0 to 5.96.0.

Release notes

Sourced from webpack's releases.

v5.96.0

Bug Fixes

  • Fixed Module Federation should track all referenced chunks
  • Handle Data URI without base64 word
  • HotUpdateChunk have correct runtime when modified with new runtime
  • Order of chunks ids in generated chunk code
  • No extra Javascript chunks when using asset module as an entrypoint
  • Use optimistically logic for output.environment.dynamicImport to determine chunk format when no browserslist or target
  • Collision with global variables for optimization.avoidEntryIife
  • Avoid through variables in inlined module
  • Allow chunk template strings in output.devtoolNamespace
  • No extra runtime for get javascript/css chunk filename
  • No extra runtime for prefetch and preload in JS runtime when it was unsed in CSS
  • Avoid cache invalidation using ProgressPlugin
  • Increase parallelism when using importModule on the execution stage
  • Correctly parsing string in export and import
  • Typescript types
  • [CSS] css/auto considers a module depending on its filename as css (pure CSS) or css/local, before it was css/global and css/local
  • [CSS] Always interpolate classes even if they are not involved in export
  • [CSS] No extra runtime in Javascript runtime chunks for asset modules used in CSS
  • [CSS] No extra runtime in Javascript runtime chunks for external asset modules used in CSS
  • [CSS] No extra runtime for the node target
  • [CSS] Fixed url()s and @import parsing
  • [CSS] Fixed - emit a warning on broken :local and :global

New Features

  • Export CSS and ESM runtime modules
  • Single Runtime Chunk and Federation eager module hoisting
  • [CSS] Support /* webpackIgnore: true */ for CSS files
  • [CSS] Support src() support
  • [CSS] CSS nesting in CSS modules
Commits
  • aff0c3e chore(release): 5.96.0
  • 6f11ec1 refactor: module source types code
  • b07142f refactor: module source types code
  • 7d98b3c fix: Module Federation should track all referenced chunks
  • 6d09769 chore: linting
  • cb3cf61 chore: add test
  • 69dd27e fix: Module Federation should track all referenced chunks
  • 6a6f14f refactor: udate acorn
  • db32353 refactor: code
  • 79b8f00 refactor: update acorn
  • 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 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/1398 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/1/2024 **Status:** ✅ Merged **Merged:** 11/1/2024 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/webpack-5.96.0` --- ### 📝 Commits (1) - [`67e2e01`](https://github.com/DavidAnson/markdownlint/commit/67e2e01f70c014547def533c58b45018b1d73074) Bump webpack from 5.95.0 to 5.96.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.95.0 to 5.96.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.96.0</h2> <h2>Bug Fixes</h2> <ul> <li>Fixed Module Federation should track all referenced chunks</li> <li>Handle Data URI without base64 word</li> <li>HotUpdateChunk have correct runtime when modified with new runtime</li> <li>Order of chunks ids in generated chunk code</li> <li>No extra Javascript chunks when using asset module as an entrypoint</li> <li>Use optimistically logic for <code>output.environment.dynamicImport</code> to determine chunk format when no browserslist or target</li> <li>Collision with global variables for <code>optimization.avoidEntryIife</code></li> <li>Avoid through variables in inlined module</li> <li>Allow chunk template strings in <code>output.devtoolNamespace</code></li> <li>No extra runtime for get javascript/css chunk filename</li> <li>No extra runtime for prefetch and preload in JS runtime when it was unsed in CSS</li> <li>Avoid cache invalidation using ProgressPlugin</li> <li>Increase parallelism when using <code>importModule</code> on the execution stage</li> <li>Correctly parsing string in <code>export</code> and <code>import</code></li> <li>Typescript types</li> <li><strong>[CSS]</strong> <code>css/auto</code> considers a module depending on its filename as <code>css</code> (pure CSS) or <code>css/local</code>, before it was <code>css/global</code> and <code>css/local</code></li> <li><strong>[CSS]</strong> Always interpolate classes even if they are not involved in export</li> <li><strong>[CSS]</strong> No extra runtime in Javascript runtime chunks for asset modules used in CSS</li> <li><strong>[CSS]</strong> No extra runtime in Javascript runtime chunks for external asset modules used in CSS</li> <li><strong>[CSS]</strong> No extra runtime for the <code>node</code> target</li> <li><strong>[CSS]</strong> Fixed <code>url()</code>s and <code>@import</code> parsing</li> <li><strong>[CSS]</strong> Fixed - emit a warning on broken :local and :global</li> </ul> <h2>New Features</h2> <ul> <li>Export CSS and ESM runtime modules</li> <li>Single Runtime Chunk and Federation eager module hoisting</li> <li><strong>[CSS]</strong> Support <code>/* webpackIgnore: true */</code> for CSS files</li> <li><strong>[CSS]</strong> Support <code>src()</code> support</li> <li><strong>[CSS]</strong> CSS nesting in CSS modules</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/aff0c3ed2b31ed16ce8738e02f4b8f97966833f4"><code>aff0c3e</code></a> chore(release): 5.96.0</li> <li><a href="https://github.com/webpack/webpack/commit/6f11ec173161c37dd45c8219ce32cc2fcab09f37"><code>6f11ec1</code></a> refactor: module source types code</li> <li><a href="https://github.com/webpack/webpack/commit/b07142f67218dc89071d17633370fc38294c80b9"><code>b07142f</code></a> refactor: module source types code</li> <li><a href="https://github.com/webpack/webpack/commit/7d98b3c534a5092372ee0c0cf3d28696467abf77"><code>7d98b3c</code></a> fix: Module Federation should track all referenced chunks</li> <li><a href="https://github.com/webpack/webpack/commit/6d0976951fc2b43c855c34000ccbcf9daf034748"><code>6d09769</code></a> chore: linting</li> <li><a href="https://github.com/webpack/webpack/commit/cb3cf619752368fe48826dd84c70ca8c657b3ade"><code>cb3cf61</code></a> chore: add test</li> <li><a href="https://github.com/webpack/webpack/commit/69dd27e3a6c668374e2bb1d58d9bac3140cae7b7"><code>69dd27e</code></a> fix: Module Federation should track all referenced chunks</li> <li><a href="https://github.com/webpack/webpack/commit/6a6f14fc04c679a2648011fa7e0ed96eb77c1e8d"><code>6a6f14f</code></a> refactor: udate acorn</li> <li><a href="https://github.com/webpack/webpack/commit/db323536f28f1d1229f5ff16aed1208116a340d8"><code>db32353</code></a> refactor: code</li> <li><a href="https://github.com/webpack/webpack/commit/79b8f00ea518c1a7f8d9909648db37a068ced989"><code>79b8f00</code></a> refactor: update acorn</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.95.0...v5.96.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.95.0&new-version=5.96.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-03 02:03: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#1438
No description provided.