uiCookbook
uiCookbook copied to clipboard
Bump braces, webpack and webpack-cli in /photogrid
Removes braces. It's no longer used after updating ancestor dependencies braces, webpack and webpack-cli. These dependencies need to be updated together.
Removes braces
Updates webpack from 4.16.3 to 5.91.0
Release notes
Sourced from webpack's releases.
v5.91.0
Bug Fixes
- Deserializer for ignored modules doesn't crash
- Allow the
unsafeCacheoption to be a proxy object- Normalize the
snapshot.unmanagedPathsoption- Fixed
fstypes- Fixed resolve's plugins types
- Fixed wrongly calculate postOrderIndex
- Fixed watching types
- Output import attrbiutes/import assertions for external JS imports
- Throw an error when DllPlugin needs to generate multiple manifest files, but the path is the same
- [CSS] Output
layer/supports/mediafor external CSS importsNew Features
- Allow to customize the stage of BannerPlugin
- [CSS] Support CSS exports convention
- [CSS] support CSS local ident name
- [CSS] Support
__webpack_nonce__for CSS chunks- [CSS] Support
fetchPriorityfor CSS chunks- [CSS] Allow to use LZW to compress css head meta (enabled in the
productionmode by default)- [CSS] Support prefetch/preload for CSS chunks
v5.90.3
Bug Fixes
- don't mangle when destructuring a reexport
- types for
Stats.toJson()andStats.toString()- many internal types
- [CSS] clean up export css local vars
Perf
- simplify and optimize chunk graph creation
v5.90.2
Bug Fixes
- use
Math.imulinfnv1a32to avoid loss of precision, directly hash UTF16 values- the
setStatus()of the HMR module should not return an array, which may cause infinite recursion__webpack_exports_info__.xxx.canMangleshouldn't always same as default- mangle export with destructuring
- use new runtime to reconsider skipped connections
activeState- make dynamic import optional in
try/catch- improve auto publicPath detection
Dependencies & Maintenance
- improve CI setup and include Node.js@21
... (truncated)
Commits
60daca5chore(release): 5.91.08dad9cechore(deps-dev): bump@babel/preset-reactfrom 7.23.3 to 7.24.1a3229f9chore(deps-dev): bump@babel/corefrom 7.24.0 to 7.24.140c2e44chore(deps-dev): bump@types/nodefrom 20.11.29 to 20.11.30a04fabachore(deps-dev): bump memfs from 4.7.7 to 4.8.08f22221chore(deps): bump es-module-lexer from 1.4.1 to 1.4.28df6912chore(deps): bump es-module-lexer from 1.4.1 to 1.4.2711c618chore(deps-dev): bump memfs from 4.7.7 to 4.8.0c462bb3chore(deps-dev): bump@types/nodefrom 20.11.29 to 20.11.30f0d3e3echore(deps-dev): bump@babel/preset-reactfrom 7.23.3 to 7.24.1- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for webpack since your current version.
Updates webpack-cli from 3.3.12 to 5.1.4
Release notes
Sourced from webpack-cli's releases.
v5.1.4
5.1.4 (2023-06-07)
Bug Fixes
- multi compiler progress output (f659624)
v5.1.3
5.1.3 (2023-06-04)
Bug Fixes
v5.1.2
5.1.2 (2023-06-04)
Bug Fixes
- improve check for custom webpack and webpack-dev-server package existance (0931ab6)
- improve help for some flags (f468614)
- improved support for
.ctsand.mtsextensions (a77daf2)v5.1.1
5.1.1 (2023-05-09)
Bug Fixes
v5.1.0
5.1.0 (2023-05-07)
Features
Performance Improvements
v5.0.2
5.0.2 (2023-04-21)
Bug Fixes
- error message for missing default export in configuration (#3685) (e0a4a09)
- perf: reduced startup time (3b79059)
v5.0.1
... (truncated)
Changelog
Sourced from webpack-cli's changelog.
5.1.4 (2023-06-07)
Bug Fixes
- multi compiler progress output (f659624)
5.1.3 (2023-06-04)
Bug Fixes
5.1.2 (2023-06-04)
Bug Fixes
- improve check for custom webpack and webpack-dev-server package existance (0931ab6)
- improve help for some flags (f468614)
- improved support for
.ctsand.mtsextensions (a77daf2)5.1.1 (2023-05-09)
Bug Fixes
5.1.0 (2023-05-07)
Features
Performance Improvements
5.0.2 (2023-04-21)
Bug Fixes
- error message for missing default export in configuration (#3685) (e0a4a09)
- perf: reduced startup time (3b79059)
5.0.1 (2022-12-05)
Bug Fixes
5.0.0 (2022-11-17)
... (truncated)
Commits
e07f0e5chore(release): publish new version0345c6fchore(deps-dev): bump@typescript-eslint/parserfrom 5.59.8 to 5.59.9 (#3839)f659624fix: multi compiler progress output0d1ff01chore(deps-dev): bump webpack from 5.85.0 to 5.85.1 (#3837)a7ec146chore(deps-dev): bump@typescript-eslint/eslint-plugin(#3838)9464635chore(deps-dev): bump eslint from 8.41.0 to 8.42.0 (#3835)cf1796fdocs: update changelog7899c39chore(release): publish new versionbb4f8ebfix: regression for custom configurations (#3834)14b9c18docs: update changelog- 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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.