[PR #243] [MERGED] Bump webpack-cli from 3.3.3 to 3.3.4 #324

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 600013d Bump webpack-cli from 3.3.3 to 3.3.4

📊 Changes

2 files changed (+4 additions, -4 deletions)

View changed files

📝 package-lock.json (+3 -3)
📝 package.json (+1 -1)

📄 Description

Bumps webpack-cli from 3.3.3 to 3.3.4.

Release notes

Sourced from webpack-cli's releases.

Webpack CLI v3.3.4

Webpack CLI version 3.3.4 is the last version we are going to support with the old CLI interface before version 4 is released. It comes with a bugfix for errors in a webpack configuration and fixes to infrastructure not related to the core packages. A full changelog is available here

Love, webpack team ♥️

Changelog

Sourced from webpack-cli's changelog.

3.3.4 (2019-06-11)

Full Changelog

New Features

Chore

Docs

  • added auto flag in docs for init command (dede7d8)

Fix

  • module not found error (a2062f2)
  • remove unused pkgs and refactor init generator (7608d4b)

Tests

Misc

Commits
  • 08edf57 Merge pull request #954 from webpack/v.3.3.4
  • 186166f chore: v.3.3.4
  • 8acf08f Merge pull request #952 from pranshuchittora/docs/readme
  • 8b00884 chore: remove unused pkgs
  • 478340d chore: fix prompt
  • 0acd33e Merge pull request #949 from rishabh3112/fix/not-found
  • 23eddcb chore: improved err msg
  • d025bf5 Merge branch 'master' of github.com:webpack/webpack-cli into docs/readme
  • 3857b0d Merge pull request #947 from anikethsaha/docs/init
  • 8ac2b74 docs(readme): removes the docs url for removed packages
  • 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 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/243 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 6/12/2019 **Status:** ✅ Merged **Merged:** 6/12/2019 **Merged by:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/webpack-cli-3.3.4` --- ### 📝 Commits (1) - [`600013d`](https://github.com/nextcloud/twofactor_gateway/commit/600013df1c79d8493f2419e89f4f75dc7d5bb769) Bump webpack-cli from 3.3.3 to 3.3.4 ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+3 -3) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.3 to 3.3.4. <details> <summary>Release notes</summary> *Sourced from [webpack-cli's releases](https://github.com/webpack/webpack-cli/releases).* > ## Webpack CLI v3.3.4 > Webpack CLI version 3.3.4 is the last version we are going to support with the old CLI interface before version 4 is released. It comes with a bugfix for errors in a webpack configuration and fixes to infrastructure not related to the core packages. A full changelog is available [here](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md#334-2019-06-11) > > Love, webpack team ♥️ </details> <details> <summary>Changelog</summary> *Sourced from [webpack-cli's changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md).* > # 3.3.4 (2019-06-11) > > [Full Changelog](https://github.com/webpack/webpack-cli/compare/3.3.3...3.3.4) > > ## New Features > > - add workbox + offline support ([589253e](https://github.com/webpack/webpack-cli/commit/589253e)) > - better defaults ([77bf564](https://github.com/webpack/webpack-cli/commit/77bf564)) > > ## Chore > > - fix prompt ([478340d](https://github.com/webpack/webpack-cli/commit/478340d)) > - improved err msg ([23eddcb](https://github.com/webpack/webpack-cli/commit/23eddcb)) > - removed the commented statement ([bf0efa5](https://github.com/webpack/webpack-cli/commit/bf0efa5)) > - remove unused dep ([7dd8ff2](https://github.com/webpack/webpack-cli/commit/7dd8ff2)) > - fix sec vuln ([545ef3a](https://github.com/webpack/webpack-cli/commit/545ef3a)) > - fix sec vuln ([4760125](https://github.com/webpack/webpack-cli/commit/4760125)) > - readd docs ([830eaf3](https://github.com/webpack/webpack-cli/commit/830eaf3)) > - reset prompting for cmd ([a16f8dc](https://github.com/webpack/webpack-cli/commit/a16f8dc)) > - remove unused file ([a0a06b3](https://github.com/webpack/webpack-cli/commit/a0a06b3)) > > ## Docs > > - added auto flag in docs for init command ([dede7d8](https://github.com/webpack/webpack-cli/commit/dede7d8)) > > ## Fix > > - module not found error ([a2062f2](https://github.com/webpack/webpack-cli/commit/a2062f2)) > - remove unused pkgs and refactor init generator ([7608d4b](https://github.com/webpack/webpack-cli/commit/7608d4b)) > > ## Tests > > - fix failing ones ([d154d0e](https://github.com/webpack/webpack-cli/commit/d154d0e)) > > ## Misc > > - finetune 0cjs ([bd2cd86](https://github.com/webpack/webpack-cli/commit/bd2cd86)) > - improve cjs ([60ecc02](https://github.com/webpack/webpack-cli/commit/60ecc02)) > > <a name="3.3.3"></a> </details> <details> <summary>Commits</summary> - [`08edf57`](https://github.com/webpack/webpack-cli/commit/08edf5766afc3201689eeaf56cfaaad567a22633) Merge pull request [#954](https://github-redirect.dependabot.com/webpack/webpack-cli/issues/954) from webpack/v.3.3.4 - [`186166f`](https://github.com/webpack/webpack-cli/commit/186166f63d8c41b619a9f4e051158a6fec546257) chore: v.3.3.4 - [`8acf08f`](https://github.com/webpack/webpack-cli/commit/8acf08ff2e8dd1d55bfa4837f1d59ff705bf0150) Merge pull request [#952](https://github-redirect.dependabot.com/webpack/webpack-cli/issues/952) from pranshuchittora/docs/readme - [`8b00884`](https://github.com/webpack/webpack-cli/commit/8b008842ff1feecd141b7042318ef9f526414b37) chore: remove unused pkgs - [`478340d`](https://github.com/webpack/webpack-cli/commit/478340d4d1cb7ea005ed4510651b2264f1dd1048) chore: fix prompt - [`0acd33e`](https://github.com/webpack/webpack-cli/commit/0acd33ef7c576c1c2e63bf7e8c8ff105b7aff1d0) Merge pull request [#949](https://github-redirect.dependabot.com/webpack/webpack-cli/issues/949) from rishabh3112/fix/not-found - [`23eddcb`](https://github.com/webpack/webpack-cli/commit/23eddcbff5b245c2ba3b66fa2357b65aafe96958) chore: improved err msg - [`d025bf5`](https://github.com/webpack/webpack-cli/commit/d025bf540e3a2001c625cf6b77d6c884d55a2397) Merge branch 'master' of github.com:webpack/webpack-cli into docs/readme - [`3857b0d`](https://github.com/webpack/webpack-cli/commit/3857b0d797f79618dfaab529682ffb596c955de3) Merge pull request [#947](https://github-redirect.dependabot.com/webpack/webpack-cli/issues/947) from anikethsaha/docs/init - [`8ac2b74`](https://github.com/webpack/webpack-cli/commit/8ac2b741688908b4c140c5c47012f76354175ee7) docs(readme): removes the docs url for removed packages - Additional commits viewable in [compare view](https://github.com/webpack/webpack-cli/compare/3.3.3...v3.3.4) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=webpack-cli&package-manager=npm_and_yarn&previous-version=3.3.3&new-version=3.3.4)](https://dependabot.com/compatibility-score.html?dependency-name=webpack-cli&package-manager=npm_and_yarn&previous-version=3.3.3&new-version=3.3.4) 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 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:35 +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#324
No description provided.