Open
Conversation
Snyk has created this PR to upgrade webpack from 5.38.1 to 5.43.0. See this package in npm: https://www.npmjs.com/package/webpack See this project in Snyk: https://app.snyk.io/org/fproulx/project/e7c9d75d-9e50-48ad-aca7-5eb999668620?utm_source=github&utm_medium=upgrade-pr
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade webpack from 5.38.1 to 5.43.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
Release notes
Package name: webpack
-
5.43.0 - 2021-07-06
- support
- support
- fix
- serialize JSON data as buffer and parse on demand for performance and to avoid performance warning
-
5.42.1 - 2021-07-05
- fix crashes when rebuilding with
-
5.42.0 - 2021-07-02
- add cache compression via
- enable cache compression by default for non-development modes
- add
- update acorn to fix problems with top level await
- fix regression for
- fix a memory leak in the unsafe cache
-
5.41.1 - 2021-06-29
- add missing types about experimental esm support to schema
- avoid slicing large Buffers as that doesn't always work for unknown reasons
- avoid slicing Buffers unnecessarily
-
5.41.0 - 2021-06-28
- Persist cache faster when large changes are detected
- new option
- shutdown lazy compilation server correctly
- EcmaScript modules support (
- Node.js commonjs externals use
-
5.40.0 - 2021-06-21
- accept
- avoid
- fix usage analysis of class properties
- improve LazySet memory usage by shortcircuiting empty sets
- reduce algorithmic complexity of the structure analysis for plain objects serialization
- allow
- improve
-
5.39.1 - 2021-06-17
- reduce memory usage and fix memory leaks
-
5.39.0 - 2021-06-14
- allow lazy compilation for
- fix respecting
- fix cli loading after installing it
- fix initial list of non-js chunks that are flagged as already loaded
- remove unnecessary
-
5.38.1 - 2021-05-27
- fix missing increment in sorting optimization from last release
from webpack GitHub release notesFeatures
runtime: falsein entry description to disable runtime chunkruntimeoption in ModuleFederationPlugin and ContainerPluginBugfixes
"module"externals when concatenatedPerformance
Bugfixes
jsonDataordataUrlof undefinedFeatures
cache.compressionBugfixes
node-commonjsto schema forexternalsTypesystemexternalsPerformance
Bugfixes
Performance
Features
cache.idleTimeoutAfterLargeChangesto control thatBugfixes
Experiments
experiments.outputModule: true)output.library.type: "module": very basic support, no live bindings, unnecessary runtime codeoutput.chunkLoading: "import"output.chunkFormat: "module"externalsType: "module"generates nowimport * as X from "..."(in a module) orimport("...")(in a script)import { createRequire } from "module"in a modulenew Workeretc. sets `type: "module"Features
node:prefixed requests as node.js externalsinstanceof Promisein favor ofp && typeof p.then === "function"to allow mixing different Promise implementionsBugfixes
Performance
Developer Experience
Bufferinthis.emitFiletypings (loader context)resetcli argument descriptionBugfixes
Features
import()context (import with expression)Bugfixes
cache.allowCollectingMemoryPerformance
Error.captureStackTracefrom webpack errorsPerformance
Commit messages
Package name: webpack
Compare
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs