[PR #562] [MERGED] Bump webpack from 5.72.0 to 5.82.1 #583

Closed
opened 2026-02-26 06:31:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/562
Author: @dependabot[bot]
Created: 5/15/2023
Status: Merged
Merged: 5/15/2023
Merged by: @vitormattos

Base: masterHead: dependabot/npm_and_yarn/webpack-5.82.1


📝 Commits (1)

  • b518c5b Bump webpack from 5.72.0 to 5.82.1

📊 Changes

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

View changed files

📝 package-lock.json (+258 -272)

📄 Description

Bumps webpack from 5.72.0 to 5.82.1.

Release notes

Sourced from webpack's releases.

v5.82.1

Bug Fixes

Developer Experience

Dependencies & Maintenance

New Contributors

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

v5.82.0

New Features

Bug Fixes

Tests & Contributor Experience

Developer Experience

Dependencies & Maintenance

... (truncated)

Commits
  • a8fd8b7 5.82.1
  • f5deb28 Merge pull request #17160 from snitin315/update-enhanced-resolve
  • 57ecbab fix: update FileSystemInfo types and fix lint
  • 12f9588 fix: udpate types
  • 460b4d6 feat: update enhanced-resolve to v5.14.0
  • ba56e05 Merge pull request #17151 from lvivski/chunk-loading
  • 79fe72c Merge pull request #17149 from webpack/dependabot/npm_and_yarn/core-js-3.30.2
  • 4ef538e Merge pull request #17146 from webpack/dependabot/npm_and_yarn/webpack-cli-5.1.0
  • bcb37ca Merge pull request #17145 from JeraldVin/patch-2
  • c722c2c Regenerate snapshots
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by thelarkinn, a new releaser for webpack since your current version.


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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

🔄 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/nextcloud/twofactor_gateway/pull/562 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/15/2023 **Status:** ✅ Merged **Merged:** 5/15/2023 **Merged by:** [@vitormattos](https://github.com/vitormattos) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/webpack-5.82.1` --- ### 📝 Commits (1) - [`b518c5b`](https://github.com/nextcloud/twofactor_gateway/commit/b518c5b5bd608d82c900551accced2c85b7eb8ba) Bump webpack from 5.72.0 to 5.82.1 ### 📊 Changes **1 file changed** (+258 additions, -272 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+258 -272) </details> ### 📄 Description Bumps [webpack](https://github.com/webpack/webpack) from 5.72.0 to 5.82.1. <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.1</h2> <h2>Bug Fixes</h2> <ul> <li>[CSS] - Support nesting in CSS modules and bug fixes by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17133">webpack/webpack#17133</a></li> <li>[CSS] - Fix crash with <code>importModule</code> when CSS enabled by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17140">webpack/webpack#17140</a></li> <li>Fix bug where <code>output.hashFunction</code> was failing to generate debug hash by <a href="https://github.com/ahabhgk"><code>@​ahabhgk</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16950">webpack/webpack#16950</a></li> <li>Reduce the amount of generated code for chunk loading by <a href="https://github.com/lvivski"><code>@​lvivski</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17151">webpack/webpack#17151</a></li> <li>Use module preload for ESM module output by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17143">webpack/webpack#17143</a></li> </ul> <h2>Developer Experience</h2> <ul> <li>Improve module type strictness for Module.prototype.type expand ModuleTypeConstants by <a href="https://github.com/TheLarkInn"><code>@​TheLarkInn</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17136">webpack/webpack#17136</a></li> </ul> <h2>Dependencies &amp; Maintenance</h2> <ul> <li>Update package.json description by <a href="https://github.com/JeraldVin"><code>@​JeraldVin</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17145">webpack/webpack#17145</a></li> <li>Bump webpack-cli from 5.0.2 to 5.1.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17146">webpack/webpack#17146</a></li> <li>Bump core-js from 3.30.1 to 3.30.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17149">webpack/webpack#17149</a></li> <li>Bump enhanced-resolve to v5.14.0 by <a href="https://github.com/snitin315"><code>@​snitin315</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17160">webpack/webpack#17160</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/JeraldVin"><code>@​JeraldVin</code></a> made their first contribution in <a href="https://redirect.github.com/webpack/webpack/pull/17145">webpack/webpack#17145</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/webpack/webpack/compare/v5.82.0...v5.82.1">https://github.com/webpack/webpack/compare/v5.82.0...v5.82.1</a></p> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/a8fd8b7598e8a599871765e0167cacf8318944a9"><code>a8fd8b7</code></a> 5.82.1</li> <li><a href="https://github.com/webpack/webpack/commit/f5deb287eb038b09e0268d04f372bc4479b00f0c"><code>f5deb28</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/17160">#17160</a> from snitin315/update-enhanced-resolve</li> <li><a href="https://github.com/webpack/webpack/commit/57ecbaba7d3ed8c913f30b29bd36136e2c41b368"><code>57ecbab</code></a> fix: update FileSystemInfo types and fix lint</li> <li><a href="https://github.com/webpack/webpack/commit/12f958869fbebf60751ca93aa7ee9340875d0b83"><code>12f9588</code></a> fix: udpate types</li> <li><a href="https://github.com/webpack/webpack/commit/460b4d634f0f94cb3a6b8006e9ee2bfe66dbac1c"><code>460b4d6</code></a> feat: update enhanced-resolve to v5.14.0</li> <li><a href="https://github.com/webpack/webpack/commit/ba56e05b24014bb513eab95f4fa37c751212e0a9"><code>ba56e05</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/17151">#17151</a> from lvivski/chunk-loading</li> <li><a href="https://github.com/webpack/webpack/commit/79fe72c90054e718528643bacf77a2af146d4eb8"><code>79fe72c</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/17149">#17149</a> from webpack/dependabot/npm_and_yarn/core-js-3.30.2</li> <li><a href="https://github.com/webpack/webpack/commit/4ef538e5caa20ff53c5fb6987ec35213cbd7479e"><code>4ef538e</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/17146">#17146</a> from webpack/dependabot/npm_and_yarn/webpack-cli-5.1.0</li> <li><a href="https://github.com/webpack/webpack/commit/bcb37cac49ce8ed994575624b30e52c1d55688ef"><code>bcb37ca</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/17145">#17145</a> from JeraldVin/patch-2</li> <li><a href="https://github.com/webpack/webpack/commit/c722c2c4322d2284282314edc648050abcc4df80"><code>c722c2c</code></a> Regenerate snapshots</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.72.0...v5.82.1">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~thelarkinn">thelarkinn</a>, a new releaser for webpack since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=5.72.0&new-version=5.82.1)](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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/nextcloud/twofactor_gateway/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 06:31:31 +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/twofactor_gateway-nextcloud#583
No description provided.