[PR #178] [MERGED] fix(deps): bump webpack from 5.81.0 to 5.82.0 in /web #226

Closed
opened 2026-03-03 16:37:21 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/178
Author: @dependabot[bot]
Created: 5/8/2023
Status: Merged
Merged: 5/8/2023
Merged by: @AchoArnold

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


📝 Commits (1)

  • a1d24bf fix(deps): bump webpack from 5.81.0 to 5.82.0 in /web

📊 Changes

3 files changed (+9 additions, -9 deletions)

View changed files

📝 web/package-lock.json (+4 -4)
📝 web/package.json (+1 -1)
📝 web/yarn.lock (+4 -4)

📄 Description

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps webpack from 5.81.0 to 5.82.0.

Release notes

Sourced from webpack's releases.

v5.82.0

New Features

Bug Fixes

Tests & Contributor Experience

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: https://github.com/webpack/webpack/compare/v5.81.0...v5.82.0

Commits
  • 1018ca8 5.82.0
  • 0023a8f Merge pull request #17118 from webpack/fix-do-not-parse-broken-import
  • ddb9627 Merge pull request #16990 from Zlatkovsky/zlatkovsky/trusted-types-options
  • ffcb480 Merge pull request #17115 from webpack/fix-css-nested-output
  • 12d477d Merge pull request #17107 from webpack/some-types
  • 75b9e76 Merge pull request #17116 from webpack/fix-hash-in-url
  • 4fb73da Merge pull request #16945 from snitin315/feat/url-deps-mf
  • 83d14b1 Merge remote-tracking branch 'origin/main' into zlatkovsky/trusted-types-options
  • b471a6b Merge pull request #17113 from burhanuday/feat/update-types-extends
  • c67b17b Updated "Defaults.unittest.js"
  • 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/NdoleStudio/httpsms/pull/178 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/8/2023 **Status:** ✅ Merged **Merged:** 5/8/2023 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/webpack-5.82.0` --- ### 📝 Commits (1) - [`a1d24bf`](https://github.com/NdoleStudio/httpsms/commit/a1d24bfc3c9a76aab15807dddb5e5302887468da) fix(deps): bump webpack from 5.81.0 to 5.82.0 in /web ### 📊 Changes **3 files changed** (+9 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `web/package-lock.json` (+4 -4) 📝 `web/package.json` (+1 -1) 📝 `web/yarn.lock` (+4 -4) </details> ### 📄 Description [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [webpack](https://github.com/webpack/webpack) from 5.81.0 to 5.82.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.82.0</h2> <h2>New Features</h2> <ul> <li>[CSS] - Add URL dependencies support to consume shared module via module federation by <a href="https://github.com/snitin315"><code>@​snitin315</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16945">webpack/webpack#16945</a></li> <li>Allow webpack-cli to be in ESM by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17088">webpack/webpack#17088</a></li> <li>Allow specifying &quot;onPolicyCreationFailure&quot; mode for trusted types by <a href="https://github.com/Zlatkovsky"><code>@​Zlatkovsky</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16990">webpack/webpack#16990</a></li> </ul> <h2>Bug Fixes</h2> <ul> <li>[CSS] - Respect <code>media</code>/<code>supports</code>/<code>layer</code> from parent CSS module by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17115">webpack/webpack#17115</a></li> <li>[CSS] - Add warning &amp; support for any <a href="https://github.com/import"><code>@​import</code></a> rules must precede all other rules by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17118">webpack/webpack#17118</a></li> <li>[CSS] - Support handling <code>#hash</code> URL as external (similar to Parcel) by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17116">webpack/webpack#17116</a></li> <li>Optimize numberHash.js performance by removing inner loops by <a href="https://github.com/alexkuz"><code>@​alexkuz</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17074">webpack/webpack#17074</a></li> <li>Improve template string comparison algorithm by <a href="https://github.com/An0nie"><code>@​An0nie</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17079">webpack/webpack#17079</a></li> </ul> <h2>Tests &amp; Contributor Experience</h2> <ul> <li>[CSS] - Increase imports external test coverage by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17089">webpack/webpack#17089</a></li> <li>Improve PR reliability via ignoring unstable coverage by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17106">webpack/webpack#17106</a></li> <li>Update webpack types to support extends property in webpack (for webpack-cli) by <a href="https://github.com/burhanuday"><code>@​burhanuday</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17113">webpack/webpack#17113</a></li> </ul> <h2>Developer Experience</h2> <ul> <li>Increase type coverage and documentation for <code>StringXor</code> class. by <a href="https://github.com/TheLarkInn"><code>@​TheLarkInn</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17070">webpack/webpack#17070</a></li> <li>Increase type coverage &amp; docs for <code>numberHash</code> by <a href="https://github.com/TheLarkInn"><code>@​TheLarkInn</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17072">webpack/webpack#17072</a></li> <li>Increase type coverage &amp; docs for <code>JavascriptParser</code> by <a href="https://github.com/TheLarkInn"><code>@​TheLarkInn</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17094">webpack/webpack#17094</a></li> <li>Increase type coverage &amp; docs for <code>BasicEvaluatedExpression</code> by <a href="https://github.com/TheLarkInn"><code>@​TheLarkInn</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17096">webpack/webpack#17096</a></li> <li>Increase type coverage for CSS module type by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17097">webpack/webpack#17097</a></li> <li>Increase type coverage for JSON module type by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17095">webpack/webpack#17095</a></li> <li>Increase type coverage &amp; docs for multiple utility classes by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17107">webpack/webpack#17107</a></li> </ul> <h2>Dependencies &amp; Maintenance</h2> <ul> <li>chore(deps-dev): bump lint-staged from 13.2.1 to 13.2.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17075">webpack/webpack#17075</a></li> <li>chore(deps-dev): bump eslint from 8.38.0 to 8.39.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17052">webpack/webpack#17052</a></li> <li>chore(deps-dev): bump assemblyscript from 0.27.3 to 0.27.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17064">webpack/webpack#17064</a></li> <li>chore(deps-dev): bump assemblyscript from 0.27.4 to 0.27.5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17109">webpack/webpack#17109</a></li> <li>chore(deps-dev): bump <code>@​types/node</code> from 18.16.2 to 18.16.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17112">webpack/webpack#17112</a></li> <li>chore(deps-dev): bump <code>@​types/node</code> from 18.15.13 to 18.16.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17084">webpack/webpack#17084</a></li> <li>chore(deps-dev): bump webpack-cli from 5.0.1 to 5.0.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17054">webpack/webpack#17054</a></li> <li>chore(deps-dev): bump date-fns from 2.29.3 to 2.30.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17111">webpack/webpack#17111</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/An0nie"><code>@​An0nie</code></a> made their first contribution in <a href="https://redirect.github.com/webpack/webpack/pull/17079">webpack/webpack#17079</a></li> <li><a href="https://github.com/burhanuday"><code>@​burhanuday</code></a> made their first contribution in <a href="https://redirect.github.com/webpack/webpack/pull/17113">webpack/webpack#17113</a></li> <li><a href="https://github.com/Zlatkovsky"><code>@​Zlatkovsky</code></a> made their first contribution in <a href="https://redirect.github.com/webpack/webpack/pull/16990">webpack/webpack#16990</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/webpack/webpack/compare/v5.81.0...v5.82.0">https://github.com/webpack/webpack/compare/v5.81.0...v5.82.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/1018ca80b31ea72436510398cca5be335b6ac81c"><code>1018ca8</code></a> 5.82.0</li> <li><a href="https://github.com/webpack/webpack/commit/0023a8f43b53a973e9677906c19a9070200f2dda"><code>0023a8f</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/17118">#17118</a> from webpack/fix-do-not-parse-broken-import</li> <li><a href="https://github.com/webpack/webpack/commit/ddb9627661121bb297945efefb57061bd473852b"><code>ddb9627</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/16990">#16990</a> from Zlatkovsky/zlatkovsky/trusted-types-options</li> <li><a href="https://github.com/webpack/webpack/commit/ffcb480ad1ac74e1c5497e1d5f862bce4f362c26"><code>ffcb480</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/17115">#17115</a> from webpack/fix-css-nested-output</li> <li><a href="https://github.com/webpack/webpack/commit/12d477df734fc9fb1a0098bbba22a6aa490f735c"><code>12d477d</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/17107">#17107</a> from webpack/some-types</li> <li><a href="https://github.com/webpack/webpack/commit/75b9e76f0751ebf3539887500813d3042da26c84"><code>75b9e76</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/17116">#17116</a> from webpack/fix-hash-in-url</li> <li><a href="https://github.com/webpack/webpack/commit/4fb73da2843b0c1328e07142d3f64a18f3b3f6cc"><code>4fb73da</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/16945">#16945</a> from snitin315/feat/url-deps-mf</li> <li><a href="https://github.com/webpack/webpack/commit/83d14b13e1a2d1bf3e8fc6b77628538511aeb26e"><code>83d14b1</code></a> Merge remote-tracking branch 'origin/main' into zlatkovsky/trusted-types-options</li> <li><a href="https://github.com/webpack/webpack/commit/b471a6bfb71020f6d8f136ef10b7efb239ef5bbf"><code>b471a6b</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/17113">#17113</a> from burhanuday/feat/update-types-extends</li> <li><a href="https://github.com/webpack/webpack/commit/c67b17bee3868d7a1454cf4729a33e5d1ca77c99"><code>c67b17b</code></a> Updated &quot;Defaults.unittest.js&quot;</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.81.0...v5.82.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.81.0&new-version=5.82.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 16:37:21 +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#226
No description provided.