[PR #52] [CLOSED] Bump webpack from 4.5.0 to 4.12.0 #170

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

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/52
Author: @dependabot-preview[bot]
Created: 6/19/2018
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/webpack-4.12.0


📝 Commits (1)

  • cf06413 Bump webpack from 4.5.0 to 4.12.0

📊 Changes

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

View changed files

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

📄 Description

Bumps webpack from 4.5.0 to 4.12.0.

Release notes

Sourced from webpack's releases.

v4.12.0

Features

  • Errors from loaders show the loader path in the error message
  • add support for optional catch and line and paragraph separator in strings (ES2019)

Bugfixes

  • fixes a bug where chunks have duplicate ids when using records
  • fix bubbling in HMR for import() when importing a non-ESM
  • fix issue with in installing with pnpm
  • update dependencies of the ProfilingPlugin

v4.11.1

Features

  • add optimization.mangleWasmImports option to disable mangling of wasm imports

Bugfixes

  • disable wasm import mangling temporary because of bugs in the underlying wasm processing

v4.11.0

Features

  • support reportProgress in afterEmit
  • Warnings are now emitted if magic comments don't compile
  • Added support for matchResource inline request for loaders
  • Using webpackPrefetch in entry chunk now triggers prefetching in runtime
    • No link tag needed for this in HTML
  • Warnings will be emitted when trying to use i64-functions imported from wasm

Bugfixes

  • get_global initializer in wasm globals now work correctly
  • Reexporting globals is now handled correctly
  • Error origins and locations are now displayed correctly

v4.10.2

Bugfixes

  • order of wasm globals is correctly preversed while rewriting
  • skipping side-effect-free modules up to a concatenated modules will not longer cause null module ids

v4.10.1

Bugfixes

  • update reasons correctly when skipping side-effect-free modules
... (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.


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

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/52 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 6/19/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/webpack-4.12.0` --- ### 📝 Commits (1) - [`cf06413`](https://github.com/nextcloud/twofactor_gateway/commit/cf0641375f356865244fa91dd191965a452def84) Bump webpack from 4.5.0 to 4.12.0 ### 📊 Changes **2 files changed** (+411 additions, -127 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+410 -126) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [webpack](https://github.com/webpack/webpack) from 4.5.0 to 4.12.0. <details> <summary>Release notes</summary> *Sourced from [webpack's releases](https://github.com/webpack/webpack/releases).* > ## v4.12.0 > # Features > > * Errors from loaders show the loader path in the error message > * add support for optional catch and line and paragraph separator in strings (ES2019) > > # Bugfixes > > * fixes a bug where chunks have duplicate ids when using records > * fix bubbling in HMR for `import()` when importing a non-ESM > * fix issue with in installing with pnpm > * update dependencies of the ProfilingPlugin > > ## v4.11.1 > # Features > > * add `optimization.mangleWasmImports` option to disable mangling of wasm imports > > # Bugfixes > > * disable wasm import mangling temporary because of bugs in the underlying wasm processing > > ## v4.11.0 > # Features > > * support `reportProgress` in `afterEmit` > * Warnings are now emitted if magic comments don't compile > * Added support for matchResource inline request for loaders > * Using webpackPrefetch in entry chunk now triggers prefetching in runtime > * No link tag needed for this in HTML > * Warnings will be emitted when trying to use i64-functions imported from wasm > > # Bugfixes > > * get_global initializer in wasm globals now work correctly > * Reexporting globals is now handled correctly > * Error origins and locations are now displayed correctly > > > ## v4.10.2 > # Bugfixes > > * order of wasm globals is correctly preversed while rewriting > * skipping side-effect-free modules up to a concatenated modules will not longer cause `null` module ids > > ## v4.10.1 > # Bugfixes > > * update reasons correctly when skipping side-effect-free modules > ></table> ... (truncated) </details> <details> <summary>Commits</summary> - [`02a955b`](https://github.com/webpack/webpack/commit/02a955b4335cb7eeeb4dd1c96ef5407c6bcea158) 4.12.0 - [`60e1076`](https://github.com/webpack/webpack/commit/60e10767691524a1397a5802a1cf3ed30a8cf139) Merge pull request [#7407](https://github-redirect.dependabot.com/webpack/webpack/issues/7407) from prplx/master - [`ff224a7`](https://github.com/webpack/webpack/commit/ff224a7cee1102eaac4c80b47a34550706636109) Merge branch 'master' into master - [`47101fd`](https://github.com/webpack/webpack/commit/47101fd6032d25c555d07b95e5dd07577d231b20) Merge pull request [#7489](https://github-redirect.dependabot.com/webpack/webpack/issues/7489) from mohsen1/update-tracer - [`f28bb4e`](https://github.com/webpack/webpack/commit/f28bb4e60efd7dc208c2a828dd9f9efc0a04a772) add webpack 5 comment - [`ebe90f4`](https://github.com/webpack/webpack/commit/ebe90f42c315d85adf5736daa8674765fd6fe11b) Merge pull request [#7501](https://github-redirect.dependabot.com/webpack/webpack/issues/7501) from xtuc/chore-bump-webassemblyjs9 - [`31b755a`](https://github.com/webpack/webpack/commit/31b755a49376a3d8c1617d2944ddb27b9215be24) Merge pull request [#7498](https://github-redirect.dependabot.com/webpack/webpack/issues/7498) from webpack/bugfix/hmr-parent-import - [`5dcb08f`](https://github.com/webpack/webpack/commit/5dcb08f14f70fcd6e91bf14ab2f6674f7c16c88f) chore: bump webassemblyjs - [`603cb60`](https://github.com/webpack/webpack/commit/603cb60b00e0075acb2c623576368f203a8864a0) Merge pull request [#7496](https://github-redirect.dependabot.com/webpack/webpack/issues/7496) from build-your-own/master - [`5cbe74b`](https://github.com/webpack/webpack/commit/5cbe74bdc805386a4b69f526839e15afe9f060df) Disable documentation checkbox by default - Additional commits viewable in [compare view](https://github.com/webpack/webpack/compare/v4.5.0...v4.12.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/ci_status?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=4.5.0&new-version=4.12.0)](https://dependabot.com/compatibility-score.html?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=4.5.0&new-version=4.12.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`. --- **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 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 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:33:48 +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#170
No description provided.