[PR #233] [MERGED] Bump webpack from 4.30.0 to 4.31.0 #316

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

📋 Pull Request Information

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

Base: masterHead: dependabot/npm_and_yarn/webpack-4.31.0


📝 Commits (1)

  • f95a030 Bump webpack from 4.30.0 to 4.31.0

📊 Changes

2 files changed (+20 additions, -13 deletions)

View changed files

📝 package-lock.json (+19 -12)
📝 package.json (+1 -1)

📄 Description

Bumps webpack from 4.30.0 to 4.31.0.

Release notes

Sourced from webpack's releases.

v4.31.0

Features

  • add errors-warnings stats preset

Bugfixes

  • allow top-level return in non-ESM modules
Commits
  • 2e1e179 4.31.0
  • b17543e Merge pull request #8919 from vincentrodriguez/errors-and-warnings-only-preset
  • fed4c3d Merge pull request #8985 from webpack/dependabot/npm_and_yarn/react-dom-16.8.6
  • d05435c Merge pull request #9062 from webpack/dependabot/npm_and_yarn/eslint-plugin-j...
  • 8bf8b82 Merge pull request #9066 from webpack/dependabot/npm_and_yarn/eslint-config-p...
  • 00d0038 Merge pull request #9096 from webpack/dependabot/npm_and_yarn/glob-7.1.4
  • dbd856e Merge pull request #9098 from webpack/dependabot/npm_and_yarn/simple-git-1.113.0
  • 13045f1 chore(deps-dev): bump simple-git from 1.110.0 to 1.113.0
  • 5800043 chore(deps-dev): bump glob from 7.1.3 to 7.1.4
  • 084ca0b chore(deps-dev): bump eslint-config-prettier from 4.1.0 to 4.2.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 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/233 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 5/10/2019 **Status:** ✅ Merged **Merged:** 5/10/2019 **Merged by:** [@ChristophWurst](https://github.com/ChristophWurst) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/webpack-4.31.0` --- ### 📝 Commits (1) - [`f95a030`](https://github.com/nextcloud/twofactor_gateway/commit/f95a0301edb4f2e75ce74b224fa51017291e80a6) Bump webpack from 4.30.0 to 4.31.0 ### 📊 Changes **2 files changed** (+20 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+19 -12) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [webpack](https://github.com/webpack/webpack) from 4.30.0 to 4.31.0. <details> <summary>Release notes</summary> *Sourced from [webpack's releases](https://github.com/webpack/webpack/releases).* > ## v4.31.0 > # Features > > * add `errors-warnings` stats preset > > # Bugfixes > > * allow top-level return in non-ESM modules </details> <details> <summary>Commits</summary> - [`2e1e179`](https://github.com/webpack/webpack/commit/2e1e1799b1fc56b68dbddbe8712ff6393654ccbd) 4.31.0 - [`b17543e`](https://github.com/webpack/webpack/commit/b17543e0ba3cb70a7b1fc7759a7c2b8366fa96e3) Merge pull request [#8919](https://github-redirect.dependabot.com/webpack/webpack/issues/8919) from vincentrodriguez/errors-and-warnings-only-preset - [`fed4c3d`](https://github.com/webpack/webpack/commit/fed4c3d8300bbe9bf805ef9ed81c5bf1bb5c8d7e) Merge pull request [#8985](https://github-redirect.dependabot.com/webpack/webpack/issues/8985) from webpack/dependabot/npm_and_yarn/react-dom-16.8.6 - [`d05435c`](https://github.com/webpack/webpack/commit/d05435cf2cf3398915ec8a4b28cbf41cf549abc5) Merge pull request [#9062](https://github-redirect.dependabot.com/webpack/webpack/issues/9062) from webpack/dependabot/npm_and_yarn/eslint-plugin-j... - [`8bf8b82`](https://github.com/webpack/webpack/commit/8bf8b82732b81e1330f0afa207b5e321039be0ce) Merge pull request [#9066](https://github-redirect.dependabot.com/webpack/webpack/issues/9066) from webpack/dependabot/npm_and_yarn/eslint-config-p... - [`00d0038`](https://github.com/webpack/webpack/commit/00d0038accacac5138a25f952f750d1e0a999672) Merge pull request [#9096](https://github-redirect.dependabot.com/webpack/webpack/issues/9096) from webpack/dependabot/npm_and_yarn/glob-7.1.4 - [`dbd856e`](https://github.com/webpack/webpack/commit/dbd856e2a5bd460851e0291e4018a1a353408b97) Merge pull request [#9098](https://github-redirect.dependabot.com/webpack/webpack/issues/9098) from webpack/dependabot/npm_and_yarn/simple-git-1.113.0 - [`13045f1`](https://github.com/webpack/webpack/commit/13045f1cd2f284f495b4558daba5c56976f09182) chore(deps-dev): bump simple-git from 1.110.0 to 1.113.0 - [`5800043`](https://github.com/webpack/webpack/commit/5800043c3e3b87c726a5f03ad9edc441f2cd6ba2) chore(deps-dev): bump glob from 7.1.3 to 7.1.4 - [`084ca0b`](https://github.com/webpack/webpack/commit/084ca0b10dcae56f9650c2f2cebc811bc64608fd) chore(deps-dev): bump eslint-config-prettier from 4.1.0 to 4.2.0 - Additional commits viewable in [compare view](https://github.com/webpack/webpack/compare/v4.30.0...v4.31.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=4.30.0&new-version=4.31.0)](https://dependabot.com/compatibility-score.html?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=4.30.0&new-version=4.31.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:32 +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#316
No description provided.