Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 19, 2022

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

Release notes

Sourced from webpack's releases.

v5.74.0

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

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

... (truncated)

Commits

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.10.0

Release notes

Sourced from webpack-cli's releases.

v4.10.0

4.10.0 (2022-06-13)

Bug Fixes

Features

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)

... (truncated)

Changelog

Sourced from webpack-cli's changelog.

4.10.0 (2022-06-13)

Bug Fixes

Features

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)

... (truncated)

Commits

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 Aug 19, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/webpack-and-webpack-assets-manifest-and-webpack-cli-5.74.0 branch 2 times, most recently from df936e0 to 7ac643f Compare September 1, 2022 01:06
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/webpack-and-webpack-assets-manifest-and-webpack-cli-5.74.0 branch from 7ac643f to 0d49336 Compare September 1, 2022 19:02
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/webpack-and-webpack-assets-manifest-and-webpack-cli-5.74.0 branch from 0d49336 to 2c3cc82 Compare September 12, 2022 19:09
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/webpack-and-webpack-assets-manifest-and-webpack-cli-5.74.0 branch 2 times, most recently from 50fd74d to 8758e3f Compare September 21, 2022 18:53
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/webpack-and-webpack-assets-manifest-and-webpack-cli-5.74.0 branch from 8758e3f to e3dd9d2 Compare September 27, 2022 19:13
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/webpack-and-webpack-assets-manifest-and-webpack-cli-5.74.0 branch 4 times, most recently from 97d70ff to 3b2e251 Compare October 12, 2022 18:12
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/webpack-and-webpack-assets-manifest-and-webpack-cli-5.74.0 branch from 3b2e251 to 42a1b80 Compare October 21, 2022 19:24
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.74.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v4.46.0...v5.74.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.10.0
- [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.74.0 branch from 42a1b80 to 8d2a81b Compare October 26, 2022 18:59
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 15, 2022

Superseded by #2037.

@dependabot dependabot bot closed this Nov 15, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/webpack-and-webpack-assets-manifest-and-webpack-cli-5.74.0 branch November 15, 2022 19:59
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