Skip to content

Conversation

@tiagosiebler
Copy link
Owner

snyk-top-banner

Snyk has created this PR to upgrade webpack from 5.95.0 to 5.103.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.


  • The recommended version is 25 versions ahead of your current version.

  • The recommended version was released a month ago.

Release notes
Package name: webpack
  • 5.103.0 - 2025-11-18

    Features

    • Added DotenvPlugin and top level dotenv option to enable this plugin
    • Added WebpackManifestPlugin
    • Added support the ignoreList option in devtool plugins
    • Allow to use custom javascript parse function
    • Added import.meta.env support for environment variables
    • Added support for import.meta.dirname and import.meta.filename
    • Added support import.defer() for statistical path
    • Handle import.meta.main
    • Added suport to setup named exports for JSON modules and disable usage named export for import file from "./file.json" with { type: "json" }
    • Added support __dirname/__filename/import.meta.dirname/import.meta.filename for universal target
    • [CSS] Added the exportType option with link (by default), "text" and css-style-sheet values
    • [CSS] Added support for composes properties

    Fixes

    • The dependOn chunk must be loaded before the common chunk
    • Return to namespace import when the external request includes a specific export
    • No runtime extra runtime code for module libraries
    • Delay HMR accept dependencies to preserve import attributes
    • Properly handle external presets for universal target
    • Fixed incorrect identifier of import binding for module externals
    • Fixed when defer import and dynamic default export mixed
    • Reduce generated output when globalThis supported
    • Fixed loading async modules in defer import
    • Reexport module for default import when no used exports for systemjs library
    • Rename HarmonyExportDependencyParserPlugin exported id to CompatibilityPlugin tagged id
    • Handle __dirname and __filename for ES modules
    • Rename single nested __webpack_export__ and __webpack_require__ in already bundled code
    • [Types] webpack function type
    • [Types] NormalModule type
    • [Types] Multi compiler configuration type
    • [Types] Fixed regression in custom hashDigest type
    • [CSS] No extra runtime for initial chunk
    • [CSS] Fixed a lot of CSS modules bugs
  • 5.102.1 - 2025-10-07

    Fixes

    • Supported extends with env for browserslist
    • Supported JSONP fragment format for web workers.
    • Fixed dynamic import support in workers using browserslist.
    • Fixed default defer import mangling.
    • Fixed default import of commonjs externals for SystemJS format.
    • Fixed context modules to the same file with different import attributes.
    • Fixed typescript types.
    • Improved import.meta warning messages to be more clear when used directly.
    • [CSS] Fixed CC_UPPER_U parsing (E -> U) in tokenizer.
  • 5.102.0 - 2025-09-29

    Features

    • Added static analyze for dynamic imports
    • Added support for import file from "./file.ext" with { type: "bytes" } to get the content as Uint8Array (look at example)
    • Added support for import file from "./file.ext" with { type: "text" } to get the content as text (look at example)
    • Added the snapshot.contextModule to configure snapshots options for context modules
    • Added the extractSourceMap option to implement the capabilities of loading source maps by comment, you don't need source-map-loader (look at example)
    • The topLevelAwait experiment is now stable (you can remove experiments.topLevelAwait from your webpack.config.js)
    • The layers experiment is now stable (you can remove experiments.layers from your webpack.config.js)
    • Added function matcher support in rule options

    Fixes

    • Fixed conflicts caused by multiple concatenate modules
    • Ignore import failure during HMR update with ES modules output
    • Keep render module order consistent
    • Prevent inlining modules that have this exports
    • Removed unused timeout attribute of script tag
    • Supported UMD chunk format to work in web workers
    • Improved CommonJs bundle to ES module library
    • Use es-lexer for mjs files for build dependencies
    • Fixed support __non_webpack_require__ for ES modules
    • Properly handle external modules for CSS
    • AssetsByChunkName included assets from chunk.auxiliaryFiles
    • Use createRequire only when output is ES module and target is node
    • Typescript types

    Performance Improvements

    • Avoid extra calls for snapshot
    • A avoid extra jobs for build dependencies
    • Move import attributes to own dependencies
  • 5.101.3 - 2025-08-18

    Fixes

    • Fixed resolve execution order issue from extra await in async modules
    • Avoid empty block for unused statement
    • Collect only specific expressions for destructuring assignment
  • 5.101.2 - 2025-08-14

    Fixes

    • Fixed syntax error when comment is on the last line
    • Handle var declaration for createRequire
    • Distinguish free variable and tagged variable
  • 5.101.1 - 2025-08-12

    Fixes

    • Filter deleted assets in processAdditionalAssets hook
    • HMR failure in defer module
    • Emit assets even if invalidation occurs again
    • Export types for serialization and deserialization in plugins and export the ModuleFactory class
    • Fixed the failure export of internal function for ES module chunk format
    • Fixed GetChunkFilename failure caused by dependOn entry
    • Fixed the import of missing dependency chunks
    • Fixed when entry chunk depends on the runtime chunk hash
    • Fixed module.exports bundle to ESM library
    • Adjusted the time of adding a group depending on the fragment of execution time
    • Fixed circle dependencies when require RawModule and condition of isDeferred
    • Tree-shakable module library should align preconditions of allowInlineStartup
  • 5.101.0 - 2025-07-28

    Fixes

    • Fixed concatenate optimization for ESM that caused undefined export
    • Respect the output.environment.nodePrefixForCoreModules option everywhere
    • Respect the output.importMetaName option everywhere
    • Fixed await async dependencies when accepting them during HMR
    • Better typescript types

    Features

    • Added colors helpers for CLI
    • Enable tree-shaking for ESM external modules with named imports
    • Added the deferImport option to parser options

    Performance Improvements

    • Fixed a regression in module concatenation after implementing deferred import support
    • Fixed a potential performance issue in CleanPlugin
    • Avoid extra require in some places
  • 5.100.2 - 2025-07-15

    Fixes

    • Keep consistent CSS order
    • Dependency without the source order attribute must keep their original index
    • Keep module traversal consistent across reexport scenarios

    Performance Improvements

    • Extend importPhasesPlugin only when enable deferImport (#19689)
  • 5.100.1 - 2025-07-11

    Fixes

    • Tree-shaking unused ignored modules
    • [Types] Compatibility with old Node.js versions
  • 5.100.0 - 2025-07-09

    Fixes

    • Fixed the case where an ES modules entry chunk depends on the runtime chunk hash
    • Handle function exports in webpack module wrapper
    • Ensure dependent chunks are imported before startup & fix duplicate export of 'default'
    • Generate lose closing brace when exports are unprovided
    • CleanPlugin doesn't unlink same file twice
    • Fixed unexpected error codes from fs.unlink on Windows
    • Typescript types

    Features

    • HMR support for ES modules output
    • ES module output mode now fully supports splitChunks when external variables and runtimeChunk are not set.
    • Added support using keyword
    • Implemented tc39 Defer Module Evaluation (experiment)
    • Support dynamic template literals expressions for new URL(...)
    • Enable ES modules worker chunk loading for Node.js targets
    • Improved support for destructing in DefinePlugin
    • Added VirtualUrlPlugin to support virtual: scheme

    Performance Improvements

    • Remove useless startup entrypoint runtime for ES modules output
    • Cache new URL(...) evaluate expression
  • 5.99.9 - 2025-05-20
  • 5.99.8 - 2025-05-06
  • 5.99.7 - 2025-04-25
  • 5.99.6 - 2025-04-18
  • 5.99.5 - 2025-04-08
  • 5.99.4 - 2025-04-08
  • 5.99.3 - 2025-04-08
  • 5.99.2 - 2025-04-08
  • 5.99.1 - 2025-04-07
  • 5.99.0 - 2025-04-07
  • 5.98.0 - 2025-02-13
  • 5.97.1 - 2024-12-05
  • 5.97.0 - 2024-12-03
  • 5.96.1 - 2024-11-01
  • 5.96.0 - 2024-10-31
  • 5.95.0 - 2024-09-25
from webpack GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants