[PR #115] [MERGED] Bump webpack from 4.16.5 to 4.19.1 #217

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

📋 Pull Request Information

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

Base: masterHead: dependabot/npm_and_yarn/webpack-4.19.1


📝 Commits (1)

  • 65bd34c Bump webpack from 4.16.5 to 4.19.1

📊 Changes

2 files changed (+214 additions, -310 deletions)

View changed files

📝 package-lock.json (+213 -309)
📝 package.json (+1 -1)

📄 Description

Bumps webpack from 4.16.5 to 4.19.1.

Release notes

Sourced from webpack's releases.

v4.19.1

Bugfixes

  • Internal requested filename for import() with target: "electron-main" uses correct path separator on windows
    (This fixes a problem with filemappings in vscode)
  • devtool: "source-map" and variants generate SourceMaps when output file is .mjs
  • browser field as object is used when using target: "electron-renderer"
  • Comments near export default are preserved
  • Passing an array as externals value, now works correctly as documented

v4.19.0

Bugfixes

  • Create a hash of the whole runtime code for the chunk/contenthash of entry chunks
    • Before hash was (incorrectly) calculated from (some) inputs

v4.18.1

Bugfixes

  • Update tapable version, which fixes a memory leak

v4.18.0

Features

  • Upgrade webassemblyjs dependency

v4.17.3

Bugfixes

  • Fix exit code when multiple CLIs are installed
  • No longer recommend installing webpack-command, but still support it when installed

v4.17.2

Bugfixes

  • fix a spacing issue with the ProgressPlugin on some terminals
  • force-upgrade webpack-sources for performance improvement (was already in semver range)

v4.17.1

Bugfixes

  • fix missing reexports in export * in a concatenated module

v4.17.0

Features

  • allow to provide custom functions to IgnorePlugin

Bugfixes

... (truncated)
Commits
  • b7121c1 4.19.1
  • ab28497 Merge pull request #8043 from RubenVerborgh/externals-object-array
  • 9bda629 remove bad unit test
  • f0271d9 fix ExternalModule and test case
  • 3aef0e5 Allow array as value in externals object.
  • 7b91fa6 Merge pull request #8042 from webpack/bugfix/comments-export-default
  • e08f71c keep/restore comments in export default
  • 2f78aae Merge pull request #8038 from sharang-d/patch-5
  • bb4c2d1 Correctly set the 'browser' value for electron-renderer
  • 5ade574 Merge pull request #7947 from philipwalton/mjs-sourcemap-support
  • 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.

Dependabot will not automatically merge this PR because it includes a minor update to a development dependency.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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/115 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 9/19/2018 **Status:** ✅ Merged **Merged:** 9/19/2018 **Merged by:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/webpack-4.19.1` --- ### 📝 Commits (1) - [`65bd34c`](https://github.com/nextcloud/twofactor_gateway/commit/65bd34ccd623b3fa129ac0b3b342a63e78e41cba) Bump webpack from 4.16.5 to 4.19.1 ### 📊 Changes **2 files changed** (+214 additions, -310 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+213 -309) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [webpack](https://github.com/webpack/webpack) from 4.16.5 to 4.19.1. <details> <summary>Release notes</summary> *Sourced from [webpack's releases](https://github.com/webpack/webpack/releases).* > ## v4.19.1 > # Bugfixes > > * Internal requested filename for `import()` with `target: "electron-main"` uses correct path separator on windows > (This fixes a problem with filemappings in vscode) > * `devtool: "source-map"` and variants generate SourceMaps when output file is `.mjs` > * `browser` field as object is used when using `target: "electron-renderer"` > * Comments near `export default` are preserved > * Passing an array as `externals` value, now works correctly as documented > > ## v4.19.0 > # Bugfixes > > * Create a hash of the whole runtime code for the chunk/contenthash of entry chunks > * Before hash was (incorrectly) calculated from (some) inputs > > ## v4.18.1 > # Bugfixes > > * Update tapable version, which fixes a memory leak > > ## v4.18.0 > # Features > > * Upgrade webassemblyjs dependency > > ## v4.17.3 > # Bugfixes > > * Fix exit code when multiple CLIs are installed > * No longer recommend installing webpack-command, but still support it when installed > > ## v4.17.2 > # Bugfixes > > * fix a spacing issue with the ProgressPlugin on some terminals > * force-upgrade webpack-sources for performance improvement (was already in semver range) > > ## v4.17.1 > # Bugfixes > > * fix missing reexports in `export *` in a concatenated module > > ## v4.17.0 > # Features > > * allow to provide custom functions to IgnorePlugin > > # Bugfixes > ></table> ... (truncated) </details> <details> <summary>Commits</summary> - [`b7121c1`](https://github.com/webpack/webpack/commit/b7121c15e1cc810ead6aa0f4b2aad4666c072257) 4.19.1 - [`ab28497`](https://github.com/webpack/webpack/commit/ab284977c37a17b09dddc6c711154c04e4bfb37c) Merge pull request [#8043](https://github-redirect.dependabot.com/webpack/webpack/issues/8043) from RubenVerborgh/externals-object-array - [`9bda629`](https://github.com/webpack/webpack/commit/9bda6295cac742f0a1c44425416cd68fc4f9601b) remove bad unit test - [`f0271d9`](https://github.com/webpack/webpack/commit/f0271d93c6716af3d0d39420c89c9723416be625) fix ExternalModule and test case - [`3aef0e5`](https://github.com/webpack/webpack/commit/3aef0e5844231f54dc83125bfabeb5fb499db209) Allow array as value in externals object. - [`7b91fa6`](https://github.com/webpack/webpack/commit/7b91fa6397ec57cfdcb3c09292a2024b7984b623) Merge pull request [#8042](https://github-redirect.dependabot.com/webpack/webpack/issues/8042) from webpack/bugfix/comments-export-default - [`e08f71c`](https://github.com/webpack/webpack/commit/e08f71c0ef30610d33d4ac5f47b6d69788bcd23a) keep/restore comments in export default - [`2f78aae`](https://github.com/webpack/webpack/commit/2f78aae8d8f78ce9c9221ff25a0483d81809bd81) Merge pull request [#8038](https://github-redirect.dependabot.com/webpack/webpack/issues/8038) from sharang-d/patch-5 - [`bb4c2d1`](https://github.com/webpack/webpack/commit/bb4c2d18f7d62524b15c2b67cceca201832aee28) Correctly set the 'browser' value for electron-renderer - [`5ade574`](https://github.com/webpack/webpack/commit/5ade57451073ef0993379d2cc6b80d616e86ef5d) Merge pull request [#7947](https://github-redirect.dependabot.com/webpack/webpack/issues/7947) from philipwalton/mjs-sourcemap-support - Additional commits viewable in [compare view](https://github.com/webpack/webpack/compare/v4.16.5...v4.19.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=4.16.5&new-version=4.19.1)](https://dependabot.com/compatibility-score.html?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=4.16.5&new-version=4.19.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 will **not** automatically merge this PR because it includes a minor update to a development dependency. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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:00 +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#217
No description provided.