Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency webpack to v5.76.0 [security] #1138

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 18, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack 5.70.0 -> 5.76.0 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2023-28154

Webpack 5 before 5.76.0 does not avoid cross-realm object access. ImportParserPlugin.js mishandles the magic comment feature. An attacker who controls a property of an untrusted object can obtain access to the real global object.


Release Notes

webpack/webpack (webpack)

v5.76.0

Compare Source

Bugfixes

Features

Security

Repo Changes

New Contributors

Full Changelog: webpack/webpack@v5.75.0...v5.76.0

v5.75.0

Compare Source

Bugfixes

  • experiments.* normalize to false when opt-out
  • avoid NaN%
  • show the correct error when using a conflicting chunk name in code
  • HMR code tests existance of window before trying to access it
  • fix eval-nosources-* actually exclude sources
  • fix race condition where no module is returned from processing module
  • fix position of standalong semicolon in runtime code

Features

  • add support for @import to extenal CSS when using experimental CSS in node
  • add i64 support to the deprecated WASM implementation

Developer Experience

  • expose EnableWasmLoadingPlugin
  • add more typings
  • generate getters instead of readonly properties in typings to allow overriding them

v5.74.0

Compare Source

Features

  • add resolve.extensionAlias option which allows to alias extensions
    • This is useful when you are forced to add the .js extension to imports when the file really has a .ts extension (typescript + "type": "module")
  • add support for ES2022 features like static blocks
  • add Tree Shaking support for ProvidePlugin

Bugfixes

  • fix persistent cache when some build dependencies are on a different windows drive
  • make order of evaluation of side-effect-free modules deterministic between concatenated and non-concatenated modules
  • remove left-over from debugging in TLA/async modules runtime code
  • remove unneeded extra 1s timestamp offset during watching when files are actually untouched
    • This sometimes caused an additional second build which are not really needed
  • fix shareScope option for ModuleFederationPlugin
  • set "use-credentials" also for same origin scripts

Performance

  • Improve memory usage and performance of aggregating needed files/directories for watching
    • This affects rebuild performance

Extensibility

  • export HarmonyImportDependency for plugins

v5.73.0

Compare Source

Features

  • add options for default dynamicImportMode and prefetch and preload
  • add support for import { createRequire } from "module" in source code

Bugfixes

  • fix code generation of e. g. return"field"in Module
  • fix performance of large JSON modules
  • fix performance of async modules evaluation

Developer Experience

  • export PathData in typings
  • improve error messages with more details

v5.72.1

Compare Source

Bugfixes

  • fix __webpack_nonce__ with HMR
  • fix in operator in some cases
  • fix json parsing error messages
  • fix module concatenation with using this.importModule
  • upgrade enhanced-resolve

v5.72.0

Compare Source

Features

  • make cache warnings caused by build errors less verbose
  • Allow banner to be placed as a footer with the BannerPlugin
  • allow to concatenate asset modules

Bugfixes

  • fix RemoteModules when using HMR (Module Federation + HMR)
  • throw error when using module concatenation and cacheUnaffected
  • fix in operator with nested exports

v5.71.0

Compare Source

Features

  • choose smarter default for uniqueName when using a output.library which includes placeholders
  • add support for expressions with in of a imported binding
  • generate UMD code with arrow functions when possible

Bugfixes

  • fix source map source names for ContextModule to be relative
  • fix chunkLoading option in module module
  • fix edge case where evaluateExpression returns null
  • retain optional chaining in imported bindings
  • include runtime code for the base URI even if not using chunk loading
  • don't throw errors in persistent caching when importing node.js builtin modules via ESM
  • fix crash when using lazy-once Context modules
  • improve handling of context modules with multiple contexts
  • fix race condition HMR chunk loading when importing chunks during HMR updating
  • handle errors in runAsChild callback

Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 18, 2023
@renovate renovate bot force-pushed the renovate/npm-webpack-vulnerability branch from 47ebd7f to 6e1477e Compare March 22, 2023 23:29
@renovate renovate bot force-pushed the renovate/npm-webpack-vulnerability branch from 6e1477e to 30d899b Compare April 3, 2023 11:11
@github-advanced-security
Copy link

You have successfully added a new SonarCloud configuration ``. As part of the setup process, we have scanned this repository and found no existing alerts. In the future, you will see all code scanning alerts on the repository Security tab.

@renovate renovate bot force-pushed the renovate/npm-webpack-vulnerability branch from 30d899b to 875d4bb Compare April 17, 2023 14:07
@renovate renovate bot force-pushed the renovate/npm-webpack-vulnerability branch from 875d4bb to f7f350f Compare May 28, 2023 10:24
@renovate renovate bot force-pushed the renovate/npm-webpack-vulnerability branch from f7f350f to 5fa2abe Compare June 4, 2023 10:37
@renovate renovate bot force-pushed the renovate/npm-webpack-vulnerability branch 2 times, most recently from e0fb5c2 to 9876b13 Compare June 18, 2023 09:52
@renovate renovate bot force-pushed the renovate/npm-webpack-vulnerability branch from 9876b13 to e25f158 Compare June 29, 2023 10:29
@renovate renovate bot force-pushed the renovate/npm-webpack-vulnerability branch 2 times, most recently from 73bb4db to 20acbad Compare July 9, 2023 11:38
@renovate renovate bot force-pushed the renovate/npm-webpack-vulnerability branch 2 times, most recently from 3b934a9 to 8de3248 Compare July 19, 2023 10:32
@renovate renovate bot force-pushed the renovate/npm-webpack-vulnerability branch 2 times, most recently from d394895 to 1c83d8c Compare August 1, 2023 16:36
@renovate renovate bot force-pushed the renovate/npm-webpack-vulnerability branch from 1c83d8c to 90f2af3 Compare August 9, 2023 13:42
@renovate renovate bot force-pushed the renovate/npm-webpack-vulnerability branch 2 times, most recently from 7aeb21c to d09cc29 Compare August 27, 2023 09:41
@renovate renovate bot force-pushed the renovate/npm-webpack-vulnerability branch from d09cc29 to fd121ae Compare September 19, 2023 12:49
@renovate renovate bot force-pushed the renovate/npm-webpack-vulnerability branch 2 times, most recently from a1e7181 to 554e251 Compare September 28, 2023 14:20
@renovate renovate bot force-pushed the renovate/npm-webpack-vulnerability branch 2 times, most recently from dbb33f0 to 3ab33f5 Compare October 15, 2023 16:41
@renovate renovate bot force-pushed the renovate/npm-webpack-vulnerability branch from 3ab33f5 to fc7bd8c Compare October 23, 2023 12:21
@renovate renovate bot force-pushed the renovate/npm-webpack-vulnerability branch from fc7bd8c to 2d8d44a Compare November 6, 2023 08:49
@renovate renovate bot force-pushed the renovate/npm-webpack-vulnerability branch from 2d8d44a to 8840515 Compare November 16, 2023 11:32
@renovate renovate bot force-pushed the renovate/npm-webpack-vulnerability branch 2 times, most recently from ef22411 to fdb9087 Compare December 3, 2023 12:43
Copy link

sonarqubecloud bot commented Dec 3, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot force-pushed the renovate/npm-webpack-vulnerability branch 2 times, most recently from 0ca123a to d8a9688 Compare February 4, 2024 10:08
@renovate renovate bot force-pushed the renovate/npm-webpack-vulnerability branch from d8a9688 to 4a4d96a Compare February 25, 2024 11:43
@renovate renovate bot force-pushed the renovate/npm-webpack-vulnerability branch from 4a4d96a to 1d2ff32 Compare March 12, 2024 09:30
@renovate renovate bot force-pushed the renovate/npm-webpack-vulnerability branch 3 times, most recently from 4f129be to a1e0ff8 Compare March 26, 2024 20:12
@renovate renovate bot force-pushed the renovate/npm-webpack-vulnerability branch 2 times, most recently from 8304b91 to 7658f23 Compare April 21, 2024 10:53
@renovate renovate bot force-pushed the renovate/npm-webpack-vulnerability branch from 7658f23 to 7b31355 Compare April 25, 2024 10:13
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@renovate renovate bot force-pushed the renovate/npm-webpack-vulnerability branch from 7b31355 to af5d3af Compare June 6, 2024 00:13
Copy link

sonarqubecloud bot commented Jun 6, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@renovate renovate bot force-pushed the renovate/npm-webpack-vulnerability branch from af5d3af to fc23832 Compare July 21, 2024 14:15
@renovate renovate bot force-pushed the renovate/npm-webpack-vulnerability branch from fc23832 to 286fd7b Compare August 6, 2024 10:27
@renovate renovate bot force-pushed the renovate/npm-webpack-vulnerability branch from 286fd7b to 350e9c3 Compare August 28, 2024 09:05
@renovate renovate bot force-pushed the renovate/npm-webpack-vulnerability branch from 350e9c3 to 095cee5 Compare September 8, 2024 06:22
@renovate renovate bot force-pushed the renovate/npm-webpack-vulnerability branch from 095cee5 to c4bf59d Compare October 9, 2024 08:09
Copy link

sonarqubecloud bot commented Oct 9, 2024

@renovate renovate bot force-pushed the renovate/npm-webpack-vulnerability branch from c4bf59d to da02fc1 Compare December 2, 2024 12:33
@renovate renovate bot force-pushed the renovate/npm-webpack-vulnerability branch 2 times, most recently from 1afd5a2 to a5c1167 Compare January 30, 2025 18:24
@renovate renovate bot force-pushed the renovate/npm-webpack-vulnerability branch from a5c1167 to 23809f9 Compare February 9, 2025 12:54
Copy link

sonarqubecloud bot commented Feb 9, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants