[PR #65] [CLOSED] Bump webpack from 4.13.0 to 4.15.1 #182

Closed
opened 2026-02-26 05:33:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/65
Author: @dependabot-preview[bot]
Created: 7/6/2018
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/webpack-4.15.1


📝 Commits (1)

  • cb076dd Bump webpack from 4.13.0 to 4.15.1

📊 Changes

2 files changed (+115 additions, -113 deletions)

View changed files

📝 package-lock.json (+114 -112)
📝 package.json (+1 -1)

📄 Description

Bumps webpack from 4.13.0 to 4.15.1.

Release notes

Sourced from webpack's releases.

v4.15.1

Bugfixes

  • fix memory leaks when using HMR and in SplitChunksPlugin cache
  • fix undefined automaticNameDelimiter in cache groups when using maxSize
  • fix ProfilingPlugin for node.js 10 and 6

v4.15.0

Features:

  • add maxSize option for splitChunks (experimental)
  • add a helpful error when using wasm in a initial chunk

v4.14.0

Features

  • add new hook Compilation.dependencyReference to modify the dependency references

Bugfixes

  • Allow chunks to emit multiple assets to the same filename when hash matches
Commits
  • 81149be 4.15.1
  • 6f53dbe Merge pull request #7655 from skratchdot/issue-7654
  • 7fc88cd Merge pull request #7662 from webpack/bugfix/undefined-in-max-size
  • 67d932d Merge pull request #7661 from webpack/bugfix/split-chunks-leak
  • 5341d7d Merge pull request #7660 from webpack/bugfix/hot-leak
  • 8e8f185 fixes usage of automaticNameDelimiter in cache groups
  • 64b22c4 make the cache a WeakMap to not leak memory
  • 6172d3c fix memory leak with HMR
  • 3b6f475 Use push null to end the stream
  • bdd4442 4.15.0
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.


🔄 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/65 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 7/6/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/webpack-4.15.1` --- ### 📝 Commits (1) - [`cb076dd`](https://github.com/nextcloud/twofactor_gateway/commit/cb076dd7927678927c80cca1c00a6aaf494b9067) Bump webpack from 4.13.0 to 4.15.1 ### 📊 Changes **2 files changed** (+115 additions, -113 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+114 -112) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [webpack](https://github.com/webpack/webpack) from 4.13.0 to 4.15.1. <details> <summary>Release notes</summary> *Sourced from [webpack's releases](https://github.com/webpack/webpack/releases).* > ## v4.15.1 > # Bugfixes > > * fix memory leaks when using HMR and in SplitChunksPlugin cache > * fix undefined automaticNameDelimiter in cache groups when using maxSize > * fix ProfilingPlugin for node.js 10 and 6 > > ## v4.15.0 > # Features: > > * add `maxSize` option for `splitChunks` (experimental) > * add a helpful error when using wasm in a initial chunk > > ## v4.14.0 > # Features > > * add new hook `Compilation.dependencyReference` to modify the dependency references > > # Bugfixes > > * Allow chunks to emit multiple assets to the same filename when hash matches </details> <details> <summary>Commits</summary> - [`81149be`](https://github.com/webpack/webpack/commit/81149be5c1cd2a3ce70c3abcc179c5070fd6dd1c) 4.15.1 - [`6f53dbe`](https://github.com/webpack/webpack/commit/6f53dbe31dea31a9af4cfe8119231c46ad72583e) Merge pull request [#7655](https://github-redirect.dependabot.com/webpack/webpack/issues/7655) from skratchdot/issue-7654 - [`7fc88cd`](https://github.com/webpack/webpack/commit/7fc88cd55f14790773cc7362d6bc8d160abb895e) Merge pull request [#7662](https://github-redirect.dependabot.com/webpack/webpack/issues/7662) from webpack/bugfix/undefined-in-max-size - [`67d932d`](https://github.com/webpack/webpack/commit/67d932dfe90f108e1546d1523e095eca2fe602bb) Merge pull request [#7661](https://github-redirect.dependabot.com/webpack/webpack/issues/7661) from webpack/bugfix/split-chunks-leak - [`5341d7d`](https://github.com/webpack/webpack/commit/5341d7d86f785e9c7a02c0357ea005b27d5b37bb) Merge pull request [#7660](https://github-redirect.dependabot.com/webpack/webpack/issues/7660) from webpack/bugfix/hot-leak - [`8e8f185`](https://github.com/webpack/webpack/commit/8e8f1856e95dd59bfe9313e07f9e25e2ac6c062c) fixes usage of automaticNameDelimiter in cache groups - [`64b22c4`](https://github.com/webpack/webpack/commit/64b22c4806f0888f99081c322266d584d24fbed9) make the cache a WeakMap to not leak memory - [`6172d3c`](https://github.com/webpack/webpack/commit/6172d3c2ebddceedec1c28e0e92fe3b2a3dc0c38) fix memory leak with HMR - [`3b6f475`](https://github.com/webpack/webpack/commit/3b6f4756351d95fde359695fbc317b4e3f2c4e2f) Use push null to end the stream - [`bdd4442`](https://github.com/webpack/webpack/commit/bdd4442c449b41d2a0ea7ed0de9cded3ba0e2e31) 4.15.0 - Additional commits viewable in [compare view](https://github.com/webpack/webpack/compare/v4.13.0...v4.15.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=4.13.0&new-version=4.15.1)](https://dependabot.com/compatibility-score.html?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=4.13.0&new-version=4.15.1) 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`. --- <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 merge` will merge this PR after your CI passes on it - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 05:33:51 +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#182
No description provided.