[PR #184] [MERGED] Bump webpack-cli from 3.1.2 to 3.2.1 #274

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 6b24eaa Bump webpack-cli from 3.1.2 to 3.2.1

📊 Changes

2 files changed (+163 additions, -160 deletions)

View changed files

📝 package-lock.json (+162 -159)
📝 package.json (+1 -1)

📄 Description

Bumps webpack-cli from 3.1.2 to 3.2.1.

Release notes

Sourced from webpack-cli's releases.

V.3.2.1 replaces opencollective dependency with a lighter version and it fixes configuration lookup using ts, babel and so on.

Full changelog found here.

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.1 (2019-01-07)

Full Changelog

Chore

  • dependency: add node-ts as devDependency (#724)

Docs

  • scaffold: Add installation guide for packages/webpack-scaffold (#727)

Fix

  • bin: extension detection (#724)

Tests

  • bin: add webpack.config.ts related test (#724)
  • bin: add .babelrc to webpack-babel-config test (#724)
  • bin: add webpack.config.babel.js related test (#724)

Misc

  • replace opencollective with light vers (848bf4b)

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)
... (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/184 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 1/8/2019 **Status:** ✅ Merged **Merged:** 1/8/2019 **Merged by:** [@ChristophWurst](https://github.com/ChristophWurst) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/webpack-cli-3.2.1` --- ### 📝 Commits (1) - [`6b24eaa`](https://github.com/nextcloud/twofactor_gateway/commit/6b24eaa3f332a739b646b6d1c279f293303adb4a) Bump webpack-cli from 3.1.2 to 3.2.1 ### 📊 Changes **2 files changed** (+163 additions, -160 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+162 -159) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.1.2 to 3.2.1. <details> <summary>Release notes</summary> *Sourced from [webpack-cli's releases](https://github.com/webpack/webpack-cli/releases).* > V.3.2.1 replaces opencollective dependency with a lighter version and it fixes configuration lookup using `ts`, `babel` and so on. > > Full changelog found [here](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md#321-2019-01-07). > > 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.1 (2019-01-07) > [Full Changelog](https://github.com/webpack/webpack-cli/compare/v0.1.3...v3.2.1) > > ## Chore > > * dependency: add `node-ts` as devDependency ([#724](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/724)) > > ## Docs > > * scaffold: Add installation guide for packages/webpack-scaffold ([#727](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/727)) > > ## Fix > > * bin: extension detection ([#724](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/724)) > > ## Tests > > * bin: add `webpack.config.ts` related test ([#724](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/724)) > * bin: add `.babelrc` to webpack-babel-config test ([#724](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/724)) > * bin: add `webpack.config.babel.js` related test ([#724](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/724)) > > ## Misc > > * replace opencollective with light vers ([848bf4b](https://github.com/webpack/webpack-cli/commit/848bf4b)) > > <a name="3.2.0"></a> > # 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)) ></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.1)](https://dependabot.com/compatibility-score.html?dependency-name=webpack-cli&package-manager=npm_and_yarn&previous-version=3.1.2&new-version=3.2.1) 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:19 +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#274
No description provided.