[PR #190] [MERGED] Bump webpack from 4.28.4 to 4.29.0 #279

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

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/190
Author: @dependabot-preview[bot]
Created: 1/21/2019
Status: Merged
Merged: 1/21/2019
Merged by: @ChristophWurst

Base: masterHead: dependabot/npm_and_yarn/webpack-4.29.0


📝 Commits (1)

  • 7423363 Bump webpack from 4.28.4 to 4.29.0

📊 Changes

2 files changed (+74 additions, -81 deletions)

View changed files

📝 package-lock.json (+73 -80)
📝 package.json (+1 -1)

📄 Description

Bumps webpack from 4.28.4 to 4.29.0.

Release notes

Sourced from webpack's releases.

v4.29.0

Features

  • update acorn to v6
  • limit the number of in parallel written output files to 15
  • add output.futureEmitAssets which gives the emitting logic of webpack 5
    • assets are replaced with SizeOnlySources
    • reading assets after emitting is no longer allowed
    • This allows memory to be garbage-collected
Commits
  • 25bccd4 4.29.0
  • 6389e41 Merge pull request #8642 from webpack/memory/future-emit-assets
  • 6e383cf make test for Source.buffer more strict
  • aaf85db add output.futureEmitAssets
  • 03ffa48 Merge pull request #8639 from webpack/memory/limit-parallelism
  • 2b2c17f Merge pull request #8598 from kiliancs/acorn6
  • 80514cc Add ts declarations
  • 78abf04 Use eachLimit instead even though forEachLimit apears to be an alias...
  • 9cb4225 forEach to forEachLimit
  • ef67132 Upgrade acorn to v6
  • See full diff 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 will not automatically merge this PR because it includes a minor update to a development dependency.


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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @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 use this milestone will set the current milestone 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/190 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 1/21/2019 **Status:** ✅ Merged **Merged:** 1/21/2019 **Merged by:** [@ChristophWurst](https://github.com/ChristophWurst) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/webpack-4.29.0` --- ### 📝 Commits (1) - [`7423363`](https://github.com/nextcloud/twofactor_gateway/commit/74233635d153f3f6c4268b1fadaf642e712bb0ce) Bump webpack from 4.28.4 to 4.29.0 ### 📊 Changes **2 files changed** (+74 additions, -81 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+73 -80) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [webpack](https://github.com/webpack/webpack) from 4.28.4 to 4.29.0. <details> <summary>Release notes</summary> *Sourced from [webpack's releases](https://github.com/webpack/webpack/releases).* > ## v4.29.0 > # Features > > * update acorn to v6 > * limit the number of in parallel written output files to 15 > * add `output.futureEmitAssets` which gives the emitting logic of webpack 5 > * assets are replaced with SizeOnlySources > * reading assets after emitting is no longer allowed > * This allows memory to be garbage-collected </details> <details> <summary>Commits</summary> - [`25bccd4`](https://github.com/webpack/webpack/commit/25bccd4c487a5bf743efc62947d81a8eaa81a90f) 4.29.0 - [`6389e41`](https://github.com/webpack/webpack/commit/6389e41e4c65bf32a916e6fffa5d65f66538d483) Merge pull request [#8642](https://github-redirect.dependabot.com/webpack/webpack/issues/8642) from webpack/memory/future-emit-assets - [`6e383cf`](https://github.com/webpack/webpack/commit/6e383cfbab3b18b88cccde4d4ceb99234d3fce8c) make test for Source.buffer more strict - [`aaf85db`](https://github.com/webpack/webpack/commit/aaf85dbd1c221eb1788dd46894d24ebd9c62aa62) add output.futureEmitAssets - [`03ffa48`](https://github.com/webpack/webpack/commit/03ffa48acc92360bc8568c54dc159d749b32292a) Merge pull request [#8639](https://github-redirect.dependabot.com/webpack/webpack/issues/8639) from webpack/memory/limit-parallelism - [`2b2c17f`](https://github.com/webpack/webpack/commit/2b2c17ffb60e7e73e6744f31caeec5e1cd06a891) Merge pull request [#8598](https://github-redirect.dependabot.com/webpack/webpack/issues/8598) from kiliancs/acorn6 - [`80514cc`](https://github.com/webpack/webpack/commit/80514cc28274c9075c6f073e0fe19a2322cfb7d5) Add ts declarations - [`78abf04`](https://github.com/webpack/webpack/commit/78abf04fc3fad0ac72e853d8ffe4cb777df687fd) Use eachLimit instead even though forEachLimit apears to be an alias... - [`9cb4225`](https://github.com/webpack/webpack/commit/9cb42256c67f77b24b04e1e19bd27c866febad6f) forEach to forEachLimit - [`ef67132`](https://github.com/webpack/webpack/commit/ef671325899210503790c2173da194c5cab5f5c7) Upgrade acorn to v6 - See full diff in [compare view](https://github.com/webpack/webpack/compare/v4.28.4...v4.29.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=4.28.4&new-version=4.29.0)](https://dependabot.com/compatibility-score.html?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=4.28.4&new-version=4.29.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`. [//]: # (dependabot-automerge-start) Dependabot will **not** automatically merge this PR because it includes a minor update to a development dependency. [//]: # (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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@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 use this milestone` will set the current milestone 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:34: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/twofactor_gateway-nextcloud#279
No description provided.