Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jun 2, 2022

Bumps webpack, webpack-assets-manifest and webpack-cli. These dependencies needed to be updated together.
Updates webpack from 4.46.0 to 5.73.0

Release notes

Sourced from webpack's releases.

v5.73.0

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

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

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

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

... (truncated)

Commits
  • 36051a5 5.73.0
  • 520d314 Merge pull request #15899 from webpack/bugfix/async-modules-performance
  • 096efc3 Merge pull request #15801 from webpack/refactor-json-modules
  • b8748cf Merge pull request #15873 from webpack/more-informative-error
  • b1cc471 Merge pull request #15888 from webpack/feature/issue-13695
  • 509a060 fix quadratic evaluation performance of async modules
  • cc0cd60 more informative error when emitting multiple assets
  • e71d3b4 more informative error in ProvideSharedPlugin
  • aa76e82 fix discussions
  • 2738eeb Merge pull request #15579 from webpack/support-create-require
  • Additional commits viewable in compare view

Updates webpack-assets-manifest from 4.0.6 to 5.1.0

Release notes

Sourced from webpack-assets-manifest's releases.

5.1.0

  • Improved webpack 5 persistent cache handling
  • Bug fix related to compiler.outputFileSystem when using Jest.
  • Added options.extra. This can hold arbitrary data for use in customize/transform.
  • Updated dependencies
  • Linting fixes

5.0.6

  • Added manifest parameter to afterOptions hook.
  • Use manifest parameter in internal transform and afterOptions taps.
  • Check options.enabled after afterOptions hook has been called.

5.0.5

Allow options.space to be a string.

5.0.4

  • Updated hook being used to process assets. Use processAssets hook instead of afterProcessAssets so that async lock/unlock functions can be used.
  • Updated getLockFilename() to use hash of dirname.
  • Removed lockSync and unlockSync functions.
  • Updated min webpack version to 5.2.

5.0.3

Use asset.info.hotModuleReplacement to identify HMR files.

5.0.2

  • Improved entrypoints handling. #140
  • Updated inDevServer() to not use WEBPACK_DEV_SERVER / WEBPACK_SERVE env vars. #125
  • Improved writeToDisk: 'auto' behavior
  • Updated dependencies

5.0.1

Fixes for #115 and #116

  • Improved finding asset modules
  • Updated hooks for watch mode
  • Use public path with entrypoints
  • Updated dependencies

5.0.0

  • Compatible with webpack 5 only (5.1+ required).
  • Supports finding asset modules.
  • Updated options schema to prevent additional properties. This helps with catching typos in option names.
  • ⚠️ Updated default value of the output option to be assets-manifest.json. This is to prevent confusion when working with Web app manifests or WebExtension manifests.
Commits

Updates webpack-cli from 3.3.12 to 4.9.2

Release notes

Sourced from webpack-cli's releases.

v4.9.2

4.9.2 (2022-01-24)

Bug Fixes

  • respect negatedDescription for flags from schema (#3102) (463b731)

v4.9.1

4.9.1 (2021-10-18)

Bug Fixes

v4.9.0

4.9.0 (2021-10-06)

Bug Fixes

  • handle undefined and empty configuration export (#2930) (9b9040e)

Features

  • allow to run commands without webpack installation where it is unnecessary (#2907) (603041d)

v4.8.0

4.8.0 (2021-08-15)

Bug Fixes

Features

  • show possible values for option in help output (#2819) (828e5c9)
  • init-generator: add ability to specify a package manager of choice (#2769) (e53f164)

v4.7.2

4.7.2 (2021-06-07)

Note: Version bump only for package webpack-cli

v4.7.1

4.7.1 (2021-06-07)

Bug Fixes

... (truncated)

Changelog

Sourced from webpack-cli's changelog.

4.9.2 (2022-01-24)

Bug Fixes

  • respect negatedDescription for flags from schema (#3102) (463b731)

4.9.1 (2021-10-18)

Bug Fixes

4.9.0 (2021-10-06)

Bug Fixes

  • handle undefined and empty configuration export (#2930) (9b9040e)

Features

  • allow to run commands without webpack installation where it is unnecessary (#2907) (603041d)

4.8.0 (2021-08-15)

Bug Fixes

Features

  • show possible values for option in help output (#2819) (828e5c9)
  • init-generator: add ability to specify a package manager of choice (#2769) (e53f164)

4.7.2 (2021-06-07)

Note: Version bump only for package webpack-cli (due @webpack-cli/serve)

4.7.1 (2021-06-07)

Bug Fixes

4.7.0 (2021-05-06)

Bug Fixes

... (truncated)

Commits
  • 88cbb3f chore(release): publish new version
  • 463b731 fix: respect negatedDescription for flags from schema (#3102)
  • 8bb55fb chore(deps-dev): bump lint-staged from 12.2.2 to 12.3.1 (#3103)
  • 4650e66 docs: update webpack options (#3101)
  • a59de98 chore(deps-dev): bump lint-staged from 12.2.1 to 12.2.2 (#3100)
  • 98270b4 chore(deps-dev): bump typescript from 4.5.4 to 4.5.5 (#3098)
  • c2ef3ac chore(deps-dev): bump @​commitlint/cli from 16.0.3 to 16.1.0 (#3099)
  • 4dc2a62 chore(deps-dev): bump @​typescript-eslint/parser
  • 5de8ffb chore(deps-dev): bump @​commitlint/cli
  • 953daa1 chore(deps-dev): bump lint-staged from 12.2.0 to 12.2.1 (#3096)
  • Additional commits viewable in compare view

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 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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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 dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 2, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/webpack-and-webpack-assets-manifest-and-webpack-cli-5.73.0 branch from 0134ba0 to 4274273 Compare June 3, 2022 19:18
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/webpack-and-webpack-assets-manifest-and-webpack-cli-5.73.0 branch from 4274273 to 42767ef Compare June 20, 2022 19:08
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/webpack-and-webpack-assets-manifest-and-webpack-cli-5.73.0 branch from 42767ef to 1de4238 Compare June 28, 2022 19:32
Bumps [webpack](https://github.com/webpack/webpack), [webpack-assets-manifest](https://github.com/webdeveric/webpack-assets-manifest) and [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies needed to be updated together.

Updates `webpack` from 4.46.0 to 5.73.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v4.46.0...v5.73.0)

Updates `webpack-assets-manifest` from 4.0.6 to 5.1.0
- [Release notes](https://github.com/webdeveric/webpack-assets-manifest/releases)
- [Commits](webdeveric/webpack-assets-manifest@v4.0.6...v5.1.0)

Updates `webpack-cli` from 3.3.12 to 4.9.2
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/[email protected])

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: webpack-assets-manifest
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: webpack-cli
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/webpack-and-webpack-assets-manifest-and-webpack-cli-5.73.0 branch from 1de4238 to 8aadd66 Compare July 20, 2022 20:02
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 19, 2022

Superseded by #1847.

@dependabot dependabot bot closed this Aug 19, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/webpack-and-webpack-assets-manifest-and-webpack-cli-5.73.0 branch August 19, 2022 02:08
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant