[PR #119] [MERGED] Bump webpack-cli from 3.1.0 to 3.1.1 #220

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

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/119
Author: @dependabot-preview[bot]
Created: 9/23/2018
Status: Merged
Merged: 9/23/2018
Merged by: @dependabot-preview[bot]

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


📝 Commits (1)

  • e47019a Bump webpack-cli from 3.1.0 to 3.1.1

📊 Changes

2 files changed (+127 additions, -217 deletions)

View changed files

📝 package-lock.json (+126 -216)
📝 package.json (+1 -1)

📄 Description

Bumps webpack-cli from 3.1.0 to 3.1.1.

Release notes

Sourced from webpack-cli's releases.

Webpack-cli v.3.1.1

Webpack CLI version 3.1.1 comes with minor fixes to infrastructure, fixing bugs, synchronization with webpack and updating the build system.

For a full overview of changes done, you can view it here

Monorepo packages has also been updated as patches and can be safely updated.

Changelog

Sourced from webpack-cli's changelog.

3.1.1 (2018-09-23)

Full Changelog

New Features

  • migrate: CommonChunksPlugin to SplitChunksPlugin (#558)
  • types: types for packages (#578)

Chore

  • ci: add commitlint when trying to commit (#595)
  • ci: Set up CI with Azure Pipelines (89d3a19)
  • ci: fix commitlint (#592)
  • ci: Add a status badge for the azure pipelines CI build (#601)
  • deps: resync package-lock, upgrade major version (d892b4d)
  • deps: Bump lerna version (#583)
  • deps: removing inquirer as default package (#555)
  • fix: fix clean all script (6be0478)
  • Update schema-utils to the latest version 🚀 (#565)
  • update pkg.lock (76c8277)
  • remove editorconfig from testfixtures (#560)
  • lint: fix tslint warnings (cf0bf4a)
  • lint: turn off console log warning (db5f570)
  • lint: remove or replace console.log with console.error (e425642)
  • package: update lerna to version 3.0.0 (08c424d)
  • scripts: update ts watch (336ad3e)
  • tests: added first ts test for info package (#584)

CLI

  • allow array value for --ouput-library (#559)

Docs

  • fixed latest changelog link (#556)
  • migrate documentaion (#554)
  • init documentaion (#547)
  • contribution: fix the setup workflow #591 (#597)
  • typedoc: add ts docs (#571)

Fix

  • generate-loader: include example template in npm package (d26ea82)
  • generate-plugin: include example template in npm package (77fa723)
  • package: update import-local to version 2.0.0 🚀 (#576)
  • prettier: add parser, filePath (#553)
  • schema: resolve references in schema (#605)

Misc

... (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.

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 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/119 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 9/23/2018 **Status:** ✅ Merged **Merged:** 9/23/2018 **Merged by:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/webpack-cli-3.1.1` --- ### 📝 Commits (1) - [`e47019a`](https://github.com/nextcloud/twofactor_gateway/commit/e47019ae9642800e22f1191b3f6ef0488fd07354) Bump webpack-cli from 3.1.0 to 3.1.1 ### 📊 Changes **2 files changed** (+127 additions, -217 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+126 -216) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.1.0 to 3.1.1. <details> <summary>Release notes</summary> *Sourced from [webpack-cli's releases](https://github.com/webpack/webpack-cli/releases).* > ## Webpack-cli v.3.1.1 > Webpack CLI version 3.1.1 comes with minor fixes to infrastructure, fixing bugs, synchronization with webpack and updating the build system. > > For a full overview of changes done, you can view it [here](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md#311-2018-09-23) > > Monorepo packages has also been updated as patches and can be safely updated. </details> <details> <summary>Changelog</summary> *Sourced from [webpack-cli's changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md).* > # 3.1.1 (2018-09-23) > [Full Changelog](https://github.com/webpack/webpack-cli/compare/v0.1.0...v3.1.1) > > ## New Features > > * migrate: CommonChunksPlugin to SplitChunksPlugin ([#558](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/558)) > * types: types for packages ([#578](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/578)) > > ## Chore > > * ci: add commitlint when trying to commit ([#595](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/595)) > * ci: Set up CI with Azure Pipelines ([89d3a19](https://github.com/webpack/webpack-cli/commit/89d3a19)) > * ci: fix commitlint ([#592](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/592)) > * ci: Add a status badge for the azure pipelines CI build ([#601](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/601)) > * deps: resync package-lock, upgrade major version ([d892b4d](https://github.com/webpack/webpack-cli/commit/d892b4d)) > * deps: Bump lerna version ([#583](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/583)) > * deps: removing inquirer as default package ([#555](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/555)) > * fix: fix clean all script ([6be0478](https://github.com/webpack/webpack-cli/commit/6be0478)) > * Update schema-utils to the latest version 🚀 ([#565](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/565)) > * update pkg.lock ([76c8277](https://github.com/webpack/webpack-cli/commit/76c8277)) > * remove editorconfig from testfixtures ([#560](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/560)) > * lint: fix tslint warnings ([cf0bf4a](https://github.com/webpack/webpack-cli/commit/cf0bf4a)) > * lint: turn off console log warning ([db5f570](https://github.com/webpack/webpack-cli/commit/db5f570)) > * lint: remove or replace console.log with console.error ([e425642](https://github.com/webpack/webpack-cli/commit/e425642)) > * package: update lerna to version 3.0.0 ([08c424d](https://github.com/webpack/webpack-cli/commit/08c424d)) > * scripts: update ts watch ([336ad3e](https://github.com/webpack/webpack-cli/commit/336ad3e)) > * tests: added first ts test for info package ([#584](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/584)) > > ## CLI > > * allow array value for --ouput-library ([#559](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/559)) > > ## Docs > > * fixed latest changelog link ([#556](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/556)) > * migrate documentaion ([#554](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/554)) > * init documentaion ([#547](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/547)) > * contribution: fix the setup workflow [#591](https://github-redirect.dependabot.com/webpack/webpack-cli/issues/591) ([#597](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/597)) > * typedoc: add ts docs ([#571](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/571)) > > ## Fix > > * generate-loader: include example template in npm package ([d26ea82](https://github.com/webpack/webpack-cli/commit/d26ea82)) > * generate-plugin: include example template in npm package ([77fa723](https://github.com/webpack/webpack-cli/commit/77fa723)) > * package: update import-local to version 2.0.0 🚀 ([#576](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/576)) > * prettier: add parser, filePath ([#553](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/553)) > * schema: resolve references in schema ([#605](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/605)) > > ## Misc > ></table> ... (truncated) </details> <details> <summary>Commits</summary> - See full diff in [compare view](https://github.com/webpack/webpack-cli/commits/v3.1.1) </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.0&new-version=3.1.1)](https://dependabot.com/compatibility-score.html?dependency-name=webpack-cli&package-manager=npm_and_yarn&previous-version=3.1.0&new-version=3.1.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`. If all status checks pass Dependabot will automatically merge this pull request. --- <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 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:01 +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#220
No description provided.