[PR #225] [MERGED] Bump webpack from 4.29.6 to 4.30.0 #309

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

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/225
Author: @dependabot-preview[bot]
Created: 4/15/2019
Status: Merged
Merged: 5/7/2019
Merged by: @ChristophWurst

Base: masterHead: dependabot/npm_and_yarn/webpack-4.30.0


📝 Commits (1)

  • 4a79c03 Bump webpack from 4.29.6 to 4.30.0

📊 Changes

2 files changed (+72 additions, -71 deletions)

View changed files

📝 package-lock.json (+71 -70)
📝 package.json (+1 -1)

📄 Description

Bumps webpack from 4.29.6 to 4.30.0.

Release notes

Sourced from webpack's releases.

v4.30.0

Features

  • add amd: false to disable AMD support
  • Compilation.hooks.finishModules now also allows async plugins
  • add output.libraryTarget: "system" to compile for SystemJs environment

Bugfixes

  • fix generating a null id when concatenating an entry module in a different chunk
  • fix unneeded chunk references when splitting modules from chunks
  • fix parsing of function name in function scope

Performance

  • Lazy require some internal files
  • Faster way to generate function headers

Contributing

  • Run prettier on examples markdown
Commits
  • b72b96a 4.30.0
  • 9ededfa Merge pull request #9034 from webpack/dependabot/npm_and_yarn/tapable-1.1.3
  • e33a91f chore(deps): bump tapable from 1.1.1 to 1.1.3
  • de81dd0 Merge pull request #8864 from joeldenning/issue-8833
  • 7dfddc2 Merge pull request #8858 from webpack/dependabot/npm_and_yarn/json-schema-to-...
  • f7d0c25 Improve way how System is tested
  • 39a680d formating of output code
  • e2e74f5 Merge pull request #8980 from webpack/dependabot/npm_and_yarn/eslint-5.16.0
  • 81dc70d Merge pull request #9022 from sandersn/fix-webassembly-declaration
  • 13aa512 Merge pull request #9023 from webpack/dependabot/npm_and_yarn/typescript-3.4.3
  • 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.


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/225 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 4/15/2019 **Status:** ✅ Merged **Merged:** 5/7/2019 **Merged by:** [@ChristophWurst](https://github.com/ChristophWurst) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/webpack-4.30.0` --- ### 📝 Commits (1) - [`4a79c03`](https://github.com/nextcloud/twofactor_gateway/commit/4a79c03b06254e9180347a63f73b25653e0ff458) Bump webpack from 4.29.6 to 4.30.0 ### 📊 Changes **2 files changed** (+72 additions, -71 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+71 -70) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [webpack](https://github.com/webpack/webpack) from 4.29.6 to 4.30.0. <details> <summary>Release notes</summary> *Sourced from [webpack's releases](https://github.com/webpack/webpack/releases).* > ## v4.30.0 > # Features > > * add `amd: false` to disable AMD support > * `Compilation.hooks.finishModules` now also allows async plugins > * add `output.libraryTarget: "system"` to compile for SystemJs environment > > # Bugfixes > > * fix generating a `null` id when concatenating an entry module in a different chunk > * fix unneeded chunk references when splitting modules from chunks > * fix parsing of function name in function scope > > # Performance > > * Lazy require some internal files > * Faster way to generate function headers > > # Contributing > > * Run prettier on examples markdown </details> <details> <summary>Commits</summary> - [`b72b96a`](https://github.com/webpack/webpack/commit/b72b96a2bc5d2c7a308d0943567e0db191d3c358) 4.30.0 - [`9ededfa`](https://github.com/webpack/webpack/commit/9ededfa92da493e750cf7d573873dcc17bb43af4) Merge pull request [#9034](https://github-redirect.dependabot.com/webpack/webpack/issues/9034) from webpack/dependabot/npm_and_yarn/tapable-1.1.3 - [`e33a91f`](https://github.com/webpack/webpack/commit/e33a91f62fee666e59c82de51fda0e1f2d195717) chore(deps): bump tapable from 1.1.1 to 1.1.3 - [`de81dd0`](https://github.com/webpack/webpack/commit/de81dd096c4f9d2adb03c9a89207a8a7ad499a6f) Merge pull request [#8864](https://github-redirect.dependabot.com/webpack/webpack/issues/8864) from joeldenning/issue-8833 - [`7dfddc2`](https://github.com/webpack/webpack/commit/7dfddc282c14da5ecb6f744cc042f4cbc1afcc93) Merge pull request [#8858](https://github-redirect.dependabot.com/webpack/webpack/issues/8858) from webpack/dependabot/npm_and_yarn/json-schema-to-... - [`f7d0c25`](https://github.com/webpack/webpack/commit/f7d0c2545f72dbd66314579a33154935efdfde7b) Improve way how System is tested - [`39a680d`](https://github.com/webpack/webpack/commit/39a680d339b658a56e825c5f8b2a7757efbb6b11) formating of output code - [`e2e74f5`](https://github.com/webpack/webpack/commit/e2e74f5a1faac9ec67bdffdc700a8d3b11f2a997) Merge pull request [#8980](https://github-redirect.dependabot.com/webpack/webpack/issues/8980) from webpack/dependabot/npm_and_yarn/eslint-5.16.0 - [`81dc70d`](https://github.com/webpack/webpack/commit/81dc70dae2c37f1eab445f532dd20074262f7c0c) Merge pull request [#9022](https://github-redirect.dependabot.com/webpack/webpack/issues/9022) from sandersn/fix-webassembly-declaration - [`13aa512`](https://github.com/webpack/webpack/commit/13aa512eb6033f7a05f82f260fab9d37c19940d6) Merge pull request [#9023](https://github-redirect.dependabot.com/webpack/webpack/issues/9023) from webpack/dependabot/npm_and_yarn/typescript-3.4.3 - Additional commits viewable in [compare view](https://github.com/webpack/webpack/compare/v4.29.6...v4.30.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=4.29.6&new-version=4.30.0)](https://dependabot.com/compatibility-score.html?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=4.29.6&new-version=4.30.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`. [//]: # (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 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:31 +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#309
No description provided.