trypyramid.com
trypyramid.com copied to clipboard
Bump webpack from 5.75.0 to 5.78.0
Bumps webpack from 5.75.0 to 5.78.0.
Release notes
Sourced from webpack's releases.
v5.78.0
Features
- Implement
amdContainer
support for AMD libraries (Fixes #16561) by@long76
in webpack/webpack#16562Bugfixes
- [CSS] - Nested atRule's
@media
or@supports
now properly are replaced with unique identifiers by@noreiller
in webpack/webpack#15812- [CSS] - Fix bug where closing parenthesis in CSS were not properly parsed and compiled by
@janlent1
in webpack/webpack#16864- Fix an issue where
oneOf
rule has been picked multiple times by@xiaoxiaojx
in webpack/webpack#16477- Add
createRequire
support fornode:module
prefix by@alexander-akait
in webpack/webpack#16904- Fix bug where self-referencing a package in a shared module failed by
@weareoutman
in webpack/webpack#16685Performance
- Make
ErrorHelpers
named functions; Add types by@TheLarkInn
in webpack/webpack#16893- Introduce
ModuleTypeConstants
for plugins by@TheLarkInn
in webpack/webpack#16896- Refactor memory footprint in string usages for multiple plugins by
@TheLarkInn
in webpack/webpack#16894- Add more module type constants, use them across codebase by
@TheLarkInn
in webpack/webpack#16898Contributor Experience
- Implement default PR Template to use GitHub Copilot for PR's integration and fix template name usage by
@geromegrignon
in webpack/webpack#16890- ci: update actions/cache to v3 by
@armujahid
in webpack/webpack#16462- webpack org Collaborators and Members now have funded GitHub Codespaces!
New Contributors
@geromegrignon
made their first contribution in webpack/webpack#16890@armujahid
made their first contribution in webpack/webpack#16462@long76
made their first contribution in webpack/webpack#16562@weareoutman
made their first contribution in webpack/webpack#16685Full Changelog: https://github.com/webpack/webpack/compare/v5.77.0...v5.78.0
v5.77.0
New Features
- Add a new output option,
output.workerPublicPath
by@thomastay
in webpack/webpack#16671Developer Experience
- Improve
resolve.extensions
error message to suggest when"."
is missing before the extension by@snitin315
in webpack/webpack#16807Contributor Experience
- Enable GitHub Copilot for PR's into default Pull Request Template by
@TheLarkInn
in webpack/webpack#16881New Contributors
@thomastay
made 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@snitin315
in webpack/webpack#16809
... (truncated)
Commits
e51f834
5.78.02703c1b
Merge pull request #16685 from weareoutman/main765cbff
Merge pull request #16477 from xiaoxiaojx/fix/issue-16466276154a
Merge pull request #16904 from webpack/issue-16724b2cd779
Merge pull request #16864 from janlent1/fixnativecssparsingissue7c7ca77
Merge pull request #15812 from noreiller/fix-experiments-css-at-rule-nested7a6e950
Merge pull request #16562 from long76/patch-19875719
ci: update actions/cache to v32145fde
fix: detectcreateRequire
when imported withnode:
prefixd511c9f
Always add a ) when using pseudofunctions- 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.
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)