[PR #172] [CLOSED] Bump webpack-cli from 3.1.2 to 3.2.0 #265

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

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/172
Author: @dependabot-preview[bot]
Created: 1/4/2019
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/webpack-cli-3.2.0


📝 Commits (1)

  • 61f9954 Bump webpack-cli from 3.1.2 to 3.2.0

📊 Changes

2 files changed (+510 additions, -179 deletions)

View changed files

📝 package-lock.json (+509 -178)
📝 package.json (+1 -1)

📄 Description

Bumps webpack-cli from 3.1.2 to 3.2.0.

Release notes

Sourced from webpack-cli's releases.

Webpack-CLI v.3.2.0 comes with improved documentation, defaults settings, revised test infrastructure and other fixes. This version is tagged as a major, because we now support recursive configuration lookups.

For a detailed view of changes done, see our changelog.

Changelog

Sourced from webpack-cli's changelog.

3.2.0 (2019-01-03)

Full Changelog

New Features

  • bin: find config recursively (#689)
  • tests: add extractHash support in test-infra (#683)
  • install init as global dep (2a43d44)

Chore

  • make tests pass (0c3be76)
  • better defaults (0b6bab3)
  • add-on -> scaffold (78436ff)
  • simplify clean-all script (3281372)
  • addon -> scaffold (b0f4a0f)
  • update lockfiles (82c9ea8)
  • update package lock and scripts (83602d4)
  • ci: adding tasks for publishing results (#695)
  • ci: increase travis wait timer (#692)
  • cli: syntax improvements (a1bd573)
  • dependencies: add findup-sync (#689)
  • dependencies: pin versions to support node 6 (#665)
  • dependencies: pin to webpack 4.x.x (#658)
  • dependencies: pin got to version 8 to support node 8 (107dbdc)
  • deps: upgrade dependencies (e46d507)
  • greenkeeper: remove greenkeeper scripts, configs (e74da62)
  • greenkeeper: add greenkeeper json file (16123d3)
  • guides: update contributing guide (7a0fc72)
  • package: update lockfile package-lock.json (0649ba9)
  • package: update eslint-plugin-node to version 8.0.0 (8c499a0)
  • package: update dependencies (d03a86c)
  • package: update lockfile package-lock.json (4967016)
  • package: update commitizen to version 3.0.0 (8bfacea)
  • refactor: store config file names in defaultConfigFiles (#689)
  • refactor: use const instead of var (#689)
  • travis: add wait timer for installation, remove redundant script (ad02e26)
  • fix linting errors (4cc8760)
  • use require on json (9f47851)
  • fix global path lookup (cf450e4)
  • add nproc in azure (#677)
  • scripts: add postinstall script (968f8f1)
  • travis: remove node 7 (54c04f0)
  • types: update yeoman-generator types (cefe6b3)
  • revise postinstall script (4150849)
  • update small fixes (48646b7)
  • update dev guide (d3a3b87)
  • revise long lines (d4cd76a)

CLI

... (truncated)
Commits

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/172 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 1/4/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/webpack-cli-3.2.0` --- ### 📝 Commits (1) - [`61f9954`](https://github.com/nextcloud/twofactor_gateway/commit/61f9954f3a943b59587df918a79af469db8df437) Bump webpack-cli from 3.1.2 to 3.2.0 ### 📊 Changes **2 files changed** (+510 additions, -179 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+509 -178) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.1.2 to 3.2.0. <details> <summary>Release notes</summary> *Sourced from [webpack-cli's releases](https://github.com/webpack/webpack-cli/releases).* > Webpack-CLI v.3.2.0 comes with improved documentation, defaults settings, revised test infrastructure and other fixes. This version is tagged as a major, because we now support recursive configuration lookups. > > [For a detailed view of changes done, see our changelog.](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md#320-2019-01-03) </details> <details> <summary>Changelog</summary> *Sourced from [webpack-cli's changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md).* > # 3.2.0 (2019-01-03) > [Full Changelog](https://github.com/webpack/webpack-cli/compare/v3.1.2...v3.2.0) > > ## New Features > > * bin: find config recursively ([#689](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/689)) > * tests: add extractHash support in test-infra ([#683](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/683)) > * install init as global dep ([2a43d44](https://github.com/webpack/webpack-cli/commit/2a43d44)) > > ## Chore > > * make tests pass ([0c3be76](https://github.com/webpack/webpack-cli/commit/0c3be76)) > * better defaults ([0b6bab3](https://github.com/webpack/webpack-cli/commit/0b6bab3)) > * add-on -> scaffold ([78436ff](https://github.com/webpack/webpack-cli/commit/78436ff)) > * simplify clean-all script ([3281372](https://github.com/webpack/webpack-cli/commit/3281372)) > * addon -> scaffold ([b0f4a0f](https://github.com/webpack/webpack-cli/commit/b0f4a0f)) > * update lockfiles ([82c9ea8](https://github.com/webpack/webpack-cli/commit/82c9ea8)) > * update package lock and scripts ([83602d4](https://github.com/webpack/webpack-cli/commit/83602d4)) > * ci: adding tasks for publishing results ([#695](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/695)) > * ci: increase travis wait timer ([#692](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/692)) > * cli: syntax improvements ([a1bd573](https://github.com/webpack/webpack-cli/commit/a1bd573)) > * dependencies: add findup-sync ([#689](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/689)) > * dependencies: pin versions to support node 6 ([#665](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/665)) > * dependencies: pin to webpack 4.x.x ([#658](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/658)) > * dependencies: pin got to version 8 to support node 8 ([107dbdc](https://github.com/webpack/webpack-cli/commit/107dbdc)) > * deps: upgrade dependencies ([e46d507](https://github.com/webpack/webpack-cli/commit/e46d507)) > * greenkeeper: remove greenkeeper scripts, configs ([e74da62](https://github.com/webpack/webpack-cli/commit/e74da62)) > * greenkeeper: add greenkeeper json file ([16123d3](https://github.com/webpack/webpack-cli/commit/16123d3)) > * guides: update contributing guide ([7a0fc72](https://github.com/webpack/webpack-cli/commit/7a0fc72)) > * package: update lockfile package-lock.json ([0649ba9](https://github.com/webpack/webpack-cli/commit/0649ba9)) > * package: update eslint-plugin-node to version 8.0.0 ([8c499a0](https://github.com/webpack/webpack-cli/commit/8c499a0)) > * package: update dependencies ([d03a86c](https://github.com/webpack/webpack-cli/commit/d03a86c)) > * package: update lockfile package-lock.json ([4967016](https://github.com/webpack/webpack-cli/commit/4967016)) > * package: update commitizen to version 3.0.0 ([8bfacea](https://github.com/webpack/webpack-cli/commit/8bfacea)) > * refactor: store config file names in `defaultConfigFiles` ([#689](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/689)) > * refactor: use `const` instead of `var` ([#689](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/689)) > * travis: add wait timer for installation, remove redundant script ([ad02e26](https://github.com/webpack/webpack-cli/commit/ad02e26)) > * fix linting errors ([4cc8760](https://github.com/webpack/webpack-cli/commit/4cc8760)) > * use require on json ([9f47851](https://github.com/webpack/webpack-cli/commit/9f47851)) > * fix global path lookup ([cf450e4](https://github.com/webpack/webpack-cli/commit/cf450e4)) > * add nproc in azure ([#677](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/677)) > * scripts: add postinstall script ([968f8f1](https://github.com/webpack/webpack-cli/commit/968f8f1)) > * travis: remove node 7 ([54c04f0](https://github.com/webpack/webpack-cli/commit/54c04f0)) > * types: update yeoman-generator types ([cefe6b3](https://github.com/webpack/webpack-cli/commit/cefe6b3)) > * revise postinstall script ([4150849](https://github.com/webpack/webpack-cli/commit/4150849)) > * update small fixes ([48646b7](https://github.com/webpack/webpack-cli/commit/48646b7)) > * update dev guide ([d3a3b87](https://github.com/webpack/webpack-cli/commit/d3a3b87)) > * revise long lines ([d4cd76a](https://github.com/webpack/webpack-cli/commit/d4cd76a)) > > ## CLI ></table> ... (truncated) </details> <details> <summary>Commits</summary> - See full diff in [compare view](https://github.com/webpack/webpack-cli/commits) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=webpack-cli&package-manager=npm_and_yarn&previous-version=3.1.2&new-version=3.2.0)](https://dependabot.com/compatibility-score.html?dependency-name=webpack-cli&package-manager=npm_and_yarn&previous-version=3.1.2&new-version=3.2.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:15 +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#265
No description provided.