Bump mem, webpack and webpack-stream in /PolyDeploy
Removes mem. It's no longer used after updating ancestor dependencies mem, webpack and webpack-stream. These dependencies need to be updated together.
Removes mem
Updates webpack from 3.12.0 to 5.77.0
Release notes
Sourced from webpack's releases.
v5.77.0
New Features
- Add a new output option,
output.workerPublicPathby@thomastayin webpack/webpack#16671Developer Experience
- Improve
resolve.extensionserror message to suggest when"."is missing before the extension by@snitin315in webpack/webpack#16807Contributor Experience
- Enable GitHub Copilot for PR's into default Pull Request Template by
@TheLarkInnin webpack/webpack#16881New Contributors
@thomastaymade their first contribution in webpack/webpack#16671Full Changelog: https://github.com/webpack/webpack/compare/v5.76.3...v5.77.0
v5.76.3
Bugfixes
- Non-javascript files will correctly not be imported when using
experiments.outputModule(ES Module Output) by@snitin315in webpack/webpack#16809- Limit console output progress bar length to 40 when no columns provided by
@snitin315in webpack/webpack#16810- Add missing NodeJS Builtin Modules support for
inspector/promises,readline/promises, andstream/consumersby@ShenHongFeiin webpack/webpack#16841- webpack bin/cli now properly respects
NODE_PATHenv variable by@snitin315in webpack/webpack#16808- Improve typos in
resolveResourceErrorHintsby@snitin315in webpack/webpack#16806- Add missing
loaderstoken support tomoduleFilenameTemplatefunction call by@pgoldbergin webpack/webpack#16756- Add gaurd condition for
enabledLibraryTypesin internalContainerPluginby@PengBoUESTCin webpack/webpack#16635New Contributors
@ShenHongFeimade their first contribution in webpack/webpack#16841@pgoldbergmade their first contribution in webpack/webpack#16756@PengBoUESTCmade their first contribution in webpack/webpack#16635Full Changelog: https://github.com/webpack/webpack/compare/v5.76.2...v5.76.3
v5.76.2
Bugfixes
- Fix bug where a missing semicolon in generated bundle output for
publicPathRuntimewould cause concatenated runtime errors by@snitin315in webpack/webpack#16811- Remove redundant semicolons generated in bundle runtime code after
onScriptCompletefunction by@ahaoboyin webpack/webpack#16347- Fix bug where
RealContentHashPluginwas not respectingoutput.hashSalt's ability to cause a force recalculation of[contenthash]for emitted assets by@dmichon-msft#16789Performance
- Improve memory and runtime performance of sourcemaps via hoisting Regular Expression literals to stored variables by
@TheLarkInnin webpack/webpack#15722- Correct v8 deoptimization in
ModuleGraphdue to instance property declarations occurring outside of constructor by@snitin315in webpack/webpack#16830Developer Experience
- Improved internal typings to match
webpack-sourcestypings forSourceinstances by@snitin315in webpack/webpack#16805- Update repo examples to include missing quotation by
@snitin315in webpack/webpack#16812New Contributors
@ahaoboymade their first contribution in webpack/webpack#16347Full Changelog: https://github.com/webpack/webpack/compare/v5.76.1...v5.76.2
... (truncated)
Commits
263f2915.77.0ae9f0e0Merge pull request #16881 from webpack/feature/beta-test-github-template-copi...fdcdc2dPilot the Copilot for PR in default PR template, retain original templatea3ab4e7Merge pull request #16807 from snitin315/improve-resolve-extention-errord9604e9refactor: move RegExp to a variable and use RegExp.prototype.test()eac5d8cMerge pull request #16671 from thomastay/main8ac96165.76.38c6a1a4revert weird space issues part 2f33c2b0Merge branch 'webpack:main' into main2cad865change hash- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by thelarkinn, a new releaser for webpack since your current version.
Updates webpack-stream from 4.0.3 to 7.0.0
Commits
30a6da0v7.0.0c2d19fdsemistandard fixes7805d59Remove config.watch setting re-introduced from my bad merging6395f19Merge branch 'master' of github.com:shama/webpack-stream7c24e86Merge pull request #212 from azt3k/master3fc84f0Merge branch 'master' into master027135eUpdate comments to indicate it works with webpack 4 and 5bb7cd85Merge branch 'master' of github.com:shama/webpack-stream3287835Merge pull request #214 from the-ress/watch-message141e063Update watch for gulp >= 4- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.