[PR #64] [CLOSED] Bump webpack from 4.13.0 to 4.15.0 #181

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/64
Author: @dependabot-preview[bot]
Created: 7/5/2018
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/webpack-4.15.0


📝 Commits (1)

  • 847fa38 Bump webpack from 4.13.0 to 4.15.0

📊 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.0.

Release notes

Sourced from webpack's releases.

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
  • bdd4442 4.15.0
  • 7aa1efb Merge pull request #7651 from webpack/feature/split-chunks-max-size
  • fb2c24b add splitChunks.maxSize option
  • eaa5bc8 Merge pull request #7648 from mohsen1/fix-template-syntax
  • b01f378 Fix template syntax error in Compilation.js iterationOfArrayCallback
  • a4e5f63 Merge pull request #7638 from webpack/feature/wasm-initial-error
  • 0bb917b convert to a config test cases
  • a39d6b0 check for wasm support in test case
  • 5b30ede allow filtering of tests in statsCases
  • 1ad71e0 add helpful error when importing wasm in initial chunk
  • 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/64 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 7/5/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/webpack-4.15.0` --- ### 📝 Commits (1) - [`847fa38`](https://github.com/nextcloud/twofactor_gateway/commit/847fa38bd79e2b38411b5016726fe9c283c7500b) Bump webpack from 4.13.0 to 4.15.0 ### 📊 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.0. <details> <summary>Release notes</summary> *Sourced from [webpack's releases](https://github.com/webpack/webpack/releases).* > ## 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> - [`bdd4442`](https://github.com/webpack/webpack/commit/bdd4442c449b41d2a0ea7ed0de9cded3ba0e2e31) 4.15.0 - [`7aa1efb`](https://github.com/webpack/webpack/commit/7aa1efb70e038b720b902b8b27094e4e02a7e4b8) Merge pull request [#7651](https://github-redirect.dependabot.com/webpack/webpack/issues/7651) from webpack/feature/split-chunks-max-size - [`fb2c24b`](https://github.com/webpack/webpack/commit/fb2c24bf766529266b589b8e967ff09c35e83794) add `splitChunks.maxSize` option - [`eaa5bc8`](https://github.com/webpack/webpack/commit/eaa5bc80960b70cc01a76fff67007706889fe875) Merge pull request [#7648](https://github-redirect.dependabot.com/webpack/webpack/issues/7648) from mohsen1/fix-template-syntax - [`b01f378`](https://github.com/webpack/webpack/commit/b01f378a085dbd0af5b7d502707ba06a6adaf9f1) Fix [**template**](https://github.com/template) syntax error in Compilation.js iterationOfArrayCallback - [`a4e5f63`](https://github.com/webpack/webpack/commit/a4e5f63d9d370b191bb9586570bc22bf2947e390) Merge pull request [#7638](https://github-redirect.dependabot.com/webpack/webpack/issues/7638) from webpack/feature/wasm-initial-error - [`0bb917b`](https://github.com/webpack/webpack/commit/0bb917bf3fc62dd461300ca69ea79c33cbcfd3eb) convert to a config test cases - [`a39d6b0`](https://github.com/webpack/webpack/commit/a39d6b0a6dc80561cd8a8b30420b594046adb0fc) check for wasm support in test case - [`5b30ede`](https://github.com/webpack/webpack/commit/5b30edebfcbb12ec78168061502cb2d618bf01ae) allow filtering of tests in statsCases - [`1ad71e0`](https://github.com/webpack/webpack/commit/1ad71e01f931ca186f1aa5335c4bde41d997ac47) add helpful error when importing wasm in initial chunk - Additional commits viewable in [compare view](https://github.com/webpack/webpack/compare/v4.13.0...v4.15.0) </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.0)](https://dependabot.com/compatibility-score.html?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=4.13.0&new-version=4.15.0) 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#181
No description provided.