Update dependency @types/webpack to v4.4.32
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
@types/webpack | devDependencies | patch | 4.4.32 | source | |
webpack | devDependencies | minor | ^4.32.2 | source |
Release Notes
webpack/webpack
v4.32.2
Bugfixes
- fix some weird schema validation messages
- fix problem in production mode (sideEffects + concatenation) which caused reexported values to become undefined (bug since 4.32.0)
v4.32.1
Bugfixes
- reverts some changes from 4.32.0 which accidentally disabled some CommonJs features when using
node: false
.
v4.32.0
Features
- Added
this.mode
to the loader API, to allow loaders to choose defaults bymode
similar to webpacks options - Stack Trace for Errors in rejected Promises from
import()
now includes the stack from where theimport()
was called
Bugfixes
- The Parser can now analyse identifiers in rest patterns too
-
const { a, ...rest } = obj
, whererest
conflicts with an imported binding etc.
-
-
node: false
now correctly disables__dirname
and__filename
too -
__dirname
and__filename
now no longer evaluates to something whennode: false
ornode.__file/dirname: false
is set-
if(__dirname !== "")
is no longer replaced withif(true)
in such scenarios
-
- prefetching chunks is no executed after the initial module evaluation
- This allows to override i. e.
__webpack_public_path__
for prefetching too
- This allows to override i. e.
- fixes a runtime crash when using side-effect-free modules with the DllPlugin
Contribute
- CI tests node.js 12 now too
- webpack-bot now merges dependabot PRs automatically when status checks succeed
Renovate configuration
rebase!
".
-
If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot. View repository job log here.