[PR #405] [MERGED] fix(deps): bump webpack from 5.90.3 to 5.91.0 in /web #426

Closed
opened 2026-03-03 16:38:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/405
Author: @dependabot[bot]
Created: 4/1/2024
Status: Merged
Merged: 4/1/2024
Merged by: @AchoArnold

Base: mainHead: dependabot/npm_and_yarn/web/webpack-5.91.0


📝 Commits (1)

  • eead721 fix(deps): bump webpack from 5.90.3 to 5.91.0 in /web

📊 Changes

2 files changed (+3144 additions, -8917 deletions)

View changed files

📝 web/package.json (+1 -1)
📝 web/pnpm-lock.yaml (+3143 -8916)

📄 Description

Bumps webpack from 5.90.3 to 5.91.0.

Release notes

Sourced from webpack's releases.

v5.91.0

Bug Fixes

  • Deserializer for ignored modules doesn't crash
  • Allow the unsafeCache option to be a proxy object
  • Normalize the snapshot.unmanagedPaths option
  • Fixed fs types
  • Fixed resolve's plugins types
  • Fixed wrongly calculate postOrderIndex
  • Fixed watching types
  • Output import attrbiutes/import assertions for external JS imports
  • Throw an error when DllPlugin needs to generate multiple manifest files, but the path is the same
  • [CSS] Output layer/supports/media for external CSS imports

New Features

  • Allow to customize the stage of BannerPlugin
  • [CSS] Support CSS exports convention
  • [CSS] support CSS local ident name
  • [CSS] Support __webpack_nonce__ for CSS chunks
  • [CSS] Support fetchPriority for CSS chunks
  • [CSS] Allow to use LZW to compress css head meta (enabled in the production mode by default)
  • [CSS] Support prefetch/preload for CSS chunks
Commits
  • 60daca5 chore(release): 5.91.0
  • 8dad9ce chore(deps-dev): bump @​babel/preset-react from 7.23.3 to 7.24.1
  • a3229f9 chore(deps-dev): bump @​babel/core from 7.24.0 to 7.24.1
  • 40c2e44 chore(deps-dev): bump @​types/node from 20.11.29 to 20.11.30
  • a04faba chore(deps-dev): bump memfs from 4.7.7 to 4.8.0
  • 8f22221 chore(deps): bump es-module-lexer from 1.4.1 to 1.4.2
  • 8df6912 chore(deps): bump es-module-lexer from 1.4.1 to 1.4.2
  • 711c618 chore(deps-dev): bump memfs from 4.7.7 to 4.8.0
  • c462bb3 chore(deps-dev): bump @​types/node from 20.11.29 to 20.11.30
  • f0d3e3e chore(deps-dev): bump @​babel/preset-react from 7.23.3 to 7.24.1
  • 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/NdoleStudio/httpsms/pull/405 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/1/2024 **Status:** ✅ Merged **Merged:** 4/1/2024 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/webpack-5.91.0` --- ### 📝 Commits (1) - [`eead721`](https://github.com/NdoleStudio/httpsms/commit/eead72158f6ca4d263bbdf683b04559c56a726ae) fix(deps): bump webpack from 5.90.3 to 5.91.0 in /web ### 📊 Changes **2 files changed** (+3144 additions, -8917 deletions) <details> <summary>View changed files</summary> 📝 `web/package.json` (+1 -1) 📝 `web/pnpm-lock.yaml` (+3143 -8916) </details> ### 📄 Description Bumps [webpack](https://github.com/webpack/webpack) from 5.90.3 to 5.91.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.91.0</h2> <h2>Bug Fixes</h2> <ul> <li>Deserializer for ignored modules doesn't crash</li> <li>Allow the <code>unsafeCache</code> option to be a proxy object</li> <li>Normalize the <code>snapshot.unmanagedPaths</code> option</li> <li>Fixed <code>fs</code> types</li> <li>Fixed resolve's plugins types</li> <li>Fixed wrongly calculate postOrderIndex</li> <li>Fixed watching types</li> <li>Output import attrbiutes/import assertions for external JS imports</li> <li>Throw an error when DllPlugin needs to generate multiple manifest files, but the path is the same</li> <li>[CSS] Output <code>layer</code>/<code>supports</code>/<code>media</code> for external CSS imports</li> </ul> <h2>New Features</h2> <ul> <li>Allow to customize the stage of BannerPlugin</li> <li>[CSS] Support CSS exports convention</li> <li>[CSS] support CSS local ident name</li> <li>[CSS] Support <code>__webpack_nonce__</code> for CSS chunks</li> <li>[CSS] Support <code>fetchPriority</code> for CSS chunks</li> <li>[CSS] Allow to use LZW to compress css head meta (enabled in the <code>production</code> mode by default)</li> <li>[CSS] Support prefetch/preload for CSS chunks</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/60daca54105f89eee45e118fd0bbc820730724ee"><code>60daca5</code></a> chore(release): 5.91.0</li> <li><a href="https://github.com/webpack/webpack/commit/8dad9ce177a2e7153a272d8e9e177e85fe68d74e"><code>8dad9ce</code></a> chore(deps-dev): bump <code>@​babel/preset-react</code> from 7.23.3 to 7.24.1</li> <li><a href="https://github.com/webpack/webpack/commit/a3229f9d6963853cff014ac60f34a0d1dc553497"><code>a3229f9</code></a> chore(deps-dev): bump <code>@​babel/core</code> from 7.24.0 to 7.24.1</li> <li><a href="https://github.com/webpack/webpack/commit/40c2e44ff249df16d5178a658c1b62b7f8bbae88"><code>40c2e44</code></a> chore(deps-dev): bump <code>@​types/node</code> from 20.11.29 to 20.11.30</li> <li><a href="https://github.com/webpack/webpack/commit/a04faba9d0e69057bbceb6b03c783bfe931e910f"><code>a04faba</code></a> chore(deps-dev): bump memfs from 4.7.7 to 4.8.0</li> <li><a href="https://github.com/webpack/webpack/commit/8f22221003c064f3648055b50532eb23415b5f85"><code>8f22221</code></a> chore(deps): bump es-module-lexer from 1.4.1 to 1.4.2</li> <li><a href="https://github.com/webpack/webpack/commit/8df6912933448e78fee5a71fade4a84cc48a9759"><code>8df6912</code></a> chore(deps): bump es-module-lexer from 1.4.1 to 1.4.2</li> <li><a href="https://github.com/webpack/webpack/commit/711c6185bfd412cb7caee653edce0c4fc1ae4255"><code>711c618</code></a> chore(deps-dev): bump memfs from 4.7.7 to 4.8.0</li> <li><a href="https://github.com/webpack/webpack/commit/c462bb35748fe15f8b93f5580397982732b287be"><code>c462bb3</code></a> chore(deps-dev): bump <code>@​types/node</code> from 20.11.29 to 20.11.30</li> <li><a href="https://github.com/webpack/webpack/commit/f0d3e3ef355e237e41f77d6eac249d4861ea0e33"><code>f0d3e3e</code></a> chore(deps-dev): bump <code>@​babel/preset-react</code> from 7.23.3 to 7.24.1</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.90.3...v5.91.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.90.3&new-version=5.91.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 16:38:19 +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/httpsms#426
No description provided.