[PR #247] [MERGED] Bump webpack from 4.34.0 to 4.35.0 #327

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

📋 Pull Request Information

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

Base: masterHead: dependabot/npm_and_yarn/webpack-4.35.0


📝 Commits (1)

  • 9919c93 Bump webpack from 4.34.0 to 4.35.0

📊 Changes

2 files changed (+16 additions, -10 deletions)

View changed files

📝 package-lock.json (+15 -9)
📝 package.json (+1 -1)

📄 Description

Bumps webpack from 4.34.0 to 4.35.0.

Release notes

Sourced from webpack's releases.

v4.35.0

Features

  • ProgressPlugin limit output to column width in terminal
  • add Watching.suspend and Watching.resume
  • add splitChunks.automaticNameMaxLength and splitChunks.cacheGroups[x].automaticNameMaxLength

Bugfixes

  • webworker target now respect publicPath when loading chunks
  • holey arrays of configs will fail the validation
Commits
  • c3377ef 4.35.0
  • 494e16b Merge pull request #9306 from jamesgeorge007/hotfix/refactor
  • 226e8ce add test case for holey array
  • 0109d68 Linting fix
  • 3321f31 Handle cryptic error message being thrown
  • efb250d Merge pull request #9305 from webpack/dependabot/npm_and_yarn/pug-2.0.4
  • 66b3b99 chore(deps-dev): bump pug from 2.0.3 to 2.0.4
  • 8522a2d Merge pull request #9285 from ryandrew14/master
  • f8dc67e Merge pull request #9294 from vankop/options-defaulter-esdoc
  • 07dc833 update name-too-long comment to length 109
  • 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 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 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 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/247 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 6/21/2019 **Status:** ✅ Merged **Merged:** 6/21/2019 **Merged by:** [@ChristophWurst](https://github.com/ChristophWurst) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/webpack-4.35.0` --- ### 📝 Commits (1) - [`9919c93`](https://github.com/nextcloud/twofactor_gateway/commit/9919c935891738a8f87a138cd290085302811612) Bump webpack from 4.34.0 to 4.35.0 ### 📊 Changes **2 files changed** (+16 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+15 -9) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [webpack](https://github.com/webpack/webpack) from 4.34.0 to 4.35.0. <details> <summary>Release notes</summary> *Sourced from [webpack's releases](https://github.com/webpack/webpack/releases).* > ## v4.35.0 > # Features > > * ProgressPlugin limit output to column width in terminal > * add `Watching.suspend` and `Watching.resume` > * add `splitChunks.automaticNameMaxLength` and `splitChunks.cacheGroups[x].automaticNameMaxLength` > > # Bugfixes > > * webworker target now respect `publicPath` when loading chunks > * holey arrays of configs will fail the validation </details> <details> <summary>Commits</summary> - [`c3377ef`](https://github.com/webpack/webpack/commit/c3377ef76ec708ed9c55314e8386f438abea178c) 4.35.0 - [`494e16b`](https://github.com/webpack/webpack/commit/494e16bd8d3f47ba6929fae4bbd544e40a339191) Merge pull request [#9306](https://github-redirect.dependabot.com/webpack/webpack/issues/9306) from jamesgeorge007/hotfix/refactor - [`226e8ce`](https://github.com/webpack/webpack/commit/226e8ce8fd9fee33e8d8b37dd4d7d9c24483b4f9) add test case for holey array - [`0109d68`](https://github.com/webpack/webpack/commit/0109d687a67aa3bd717ce36ce3fd88c1e6aa1af7) Linting fix - [`3321f31`](https://github.com/webpack/webpack/commit/3321f3138e554d41ffca1ac880803dfd2ac1e105) Handle cryptic error message being thrown - [`efb250d`](https://github.com/webpack/webpack/commit/efb250dc552735abc449f442a84c64523489a909) Merge pull request [#9305](https://github-redirect.dependabot.com/webpack/webpack/issues/9305) from webpack/dependabot/npm_and_yarn/pug-2.0.4 - [`66b3b99`](https://github.com/webpack/webpack/commit/66b3b997794d0564ed055add4bb7612889568afa) chore(deps-dev): bump pug from 2.0.3 to 2.0.4 - [`8522a2d`](https://github.com/webpack/webpack/commit/8522a2d86d316b9a5924c0ca4179af9634a9c44b) Merge pull request [#9285](https://github-redirect.dependabot.com/webpack/webpack/issues/9285) from ryandrew14/master - [`f8dc67e`](https://github.com/webpack/webpack/commit/f8dc67e633c0770dcd6efeef2051153839ae2b56) Merge pull request [#9294](https://github-redirect.dependabot.com/webpack/webpack/issues/9294) from vankop/options-defaulter-esdoc - [`07dc833`](https://github.com/webpack/webpack/commit/07dc8330d05ad7e2a5b35397735630145052e807) update name-too-long comment to length 109 - Additional commits viewable in [compare view](https://github.com/webpack/webpack/compare/v4.34.0...v4.35.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=4.34.0&new-version=4.35.0)](https://dependabot.com/compatibility-score.html?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=4.34.0&new-version=4.35.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 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 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:35 +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#327
No description provided.