[PR #260] [MERGED] Bump webpack from 4.36.1 to 4.37.0 #339

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

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/260
Author: @dependabot-preview[bot]
Created: 7/24/2019
Status: Merged
Merged: 7/24/2019
Merged by: @dependabot-preview[bot]

Base: masterHead: dependabot/npm_and_yarn/webpack-4.37.0


📝 Commits (1)

  • a5fba42 Bump webpack from 4.36.1 to 4.37.0

📊 Changes

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

View changed files

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

📄 Description

Bumps webpack from 4.36.1 to 4.37.0.

Release notes

Sourced from webpack's releases.

v4.37.0

Features

  • add logging API (see #9436 for details)
Commits
  • 04b0d6b 4.37.0
  • 2fb853e Merge pull request #9436 from webpack/feature/logging
  • a1f0789 Merge pull request #9458 from yvanwangl/master
  • 9d381f2 HookMap: replace .tap() with .for().tap()
  • 677ccd9 small fixes
  • 1d4fb10 Merge pull request #9448 from webpack/dependabot/npm_and_yarn/eslint-plugin-j...
  • 7b31890 more tests
  • 167759d Merge pull request #9449 from webpack/dependabot/npm_and_yarn/simple-git-1.122.0
  • d0298bc Merge pull request #9450 from webpack/dependabot/npm_and_yarn/acorn-6.2.1
  • fa2b3f7 Merge pull request #9452 from webpack/dependabot/npm_and_yarn/lodash-4.17.15
  • 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.

If all status checks pass Dependabot will automatically merge this pull request.


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). To ignore the version in this PR you can just close it
  • @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/260 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 7/24/2019 **Status:** ✅ Merged **Merged:** 7/24/2019 **Merged by:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/webpack-4.37.0` --- ### 📝 Commits (1) - [`a5fba42`](https://github.com/nextcloud/twofactor_gateway/commit/a5fba4217ab8f3eebaa1c1dc78eea87e96ceceae) Bump webpack from 4.36.1 to 4.37.0 ### 📊 Changes **2 files changed** (+7 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+6 -12) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [webpack](https://github.com/webpack/webpack) from 4.36.1 to 4.37.0. <details> <summary>Release notes</summary> *Sourced from [webpack's releases](https://github.com/webpack/webpack/releases).* > ## v4.37.0 > # Features > > * add logging API (see [#9436](https://github-redirect.dependabot.com/webpack/webpack/pull/9436) for details) </details> <details> <summary>Commits</summary> - [`04b0d6b`](https://github.com/webpack/webpack/commit/04b0d6b4eaa0e18629998e28f795914291c34723) 4.37.0 - [`2fb853e`](https://github.com/webpack/webpack/commit/2fb853ee03044372a3b73d16675438f06565d048) Merge pull request [#9436](https://github-redirect.dependabot.com/webpack/webpack/issues/9436) from webpack/feature/logging - [`a1f0789`](https://github.com/webpack/webpack/commit/a1f0789efc56c91547d5a6405fe72318de9e38ec) Merge pull request [#9458](https://github-redirect.dependabot.com/webpack/webpack/issues/9458) from yvanwangl/master - [`9d381f2`](https://github.com/webpack/webpack/commit/9d381f21e6f0df063d70eb48a1d39996e58e93fd) HookMap: replace .tap() with .for().tap() - [`677ccd9`](https://github.com/webpack/webpack/commit/677ccd90ea5d343a5c415894317a2b2efefc843b) small fixes - [`1d4fb10`](https://github.com/webpack/webpack/commit/1d4fb1011f2faa343333edbfa1161ab821625616) Merge pull request [#9448](https://github-redirect.dependabot.com/webpack/webpack/issues/9448) from webpack/dependabot/npm_and_yarn/eslint-plugin-j... - [`7b31890`](https://github.com/webpack/webpack/commit/7b31890a2fc9219ef47fada620375adadf095786) more tests - [`167759d`](https://github.com/webpack/webpack/commit/167759d7672e3ff80e48907b5f18cbcb8b8889c3) Merge pull request [#9449](https://github-redirect.dependabot.com/webpack/webpack/issues/9449) from webpack/dependabot/npm_and_yarn/simple-git-1.122.0 - [`d0298bc`](https://github.com/webpack/webpack/commit/d0298bc5c7901f1917b2b029aac5e2e4893cef57) Merge pull request [#9450](https://github-redirect.dependabot.com/webpack/webpack/issues/9450) from webpack/dependabot/npm_and_yarn/acorn-6.2.1 - [`fa2b3f7`](https://github.com/webpack/webpack/commit/fa2b3f74abb4285633ba8c744e66c0d7510fc8ac) Merge pull request [#9452](https://github-redirect.dependabot.com/webpack/webpack/issues/9452) from webpack/dependabot/npm_and_yarn/lodash-4.17.15 - Additional commits viewable in [compare view](https://github.com/webpack/webpack/compare/v4.36.1...v4.37.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=4.36.1&new-version=4.37.0)](https://dependabot.com/compatibility-score.html?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=4.36.1&new-version=4.37.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) If all status checks pass Dependabot will automatically merge this pull request. [//]: # (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). To ignore the version in this PR you can just close it - `@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:38 +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#339
No description provided.