Bumps braces to 3.0.3 and updates ancestor dependencies braces, webpack, mini-css-extract-plugin, webpack-cli and webpack-dev-server. These dependencies need to be updated together.
Updates braces from 2.3.2 to 3.0.3
Changelog
Sourced from braces's changelog.
Release history
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.
- Changelogs are for humans, not machines.
- There should be an entry for every single version.
- The same types of changes should be grouped.
- Versions and sections should be linkable.
- The latest version comes first.
- The release date of each versions is displayed.
- Mention whether you follow Semantic Versioning.
Changelog entries are classified using the following labels (from keep-a-changelog ):
Added for new features.
Changed for changes in existing functionality.
Deprecated for soon-to-be removed features.
Removed for now removed features.
Fixed for any bug fixes.
Security in case of vulnerabilities.
[3.0.0] - 2018年04月08日
v3.0 is a complete refactor, resulting in a faster, smaller codebase, with fewer deps, and a more accurate parser and compiler.
Breaking Changes
- The undocumented
.makeRe method was removed
Non-breaking changes
Commits
Updates webpack from 4.47.0 to 5.92.0
Release notes
Sourced from webpack's releases.
v5.92.0
Bug Fixes
- Correct tidle range's comutation for module federation
- Consider runtime for pure expression dependency update hash
- Return value in the
subtractRuntime function for runtime logic
- Fixed failed to resolve promise when eager import a dynamic cjs
- Avoid generation extra code for external modules when remapping is not required
- The
css/global type now handles the exports name
- Avoid hashing for
@keyframe and @property at-rules in css/global type
- Fixed mangle with destructuring for JSON modules
- The
stats.hasWarnings() method now respects the ignoreWarnings option
- Fixed
ArrayQueue iterator
- Correct behavior of
__webpack_exports_info__.a.b.canMangle
- Changed to the correct plugin name for the
CommonJsChunkFormatPlugin plugin
- Set the
chunkLoading option to the import when environment is unknown and output is module
- Fixed when runtimeChunk has no exports when
module chunkFormat used
- [CSS] Fixed parsing minimized CSS import
- [CSS] URLs in CSS files now have correct public path
- [CSS] The
css module type should not allow parser to switch mode
- [Types] Improved context module types
New Features
- Added platform target properties to compiler
- Improved multi compiler cache location and validating it
- Support
import attributes spec (with keyword)
- Support
node: prefix for Node.js core modules in runtime code
- Support prefetch/preload for module chunk format
- Support "..." in the
importsFields option for resolver
- Root module is less prone to be wrapped in IIFE
- Export
InitFragment class for plugins
- Export
compileBooleanMatcher util for plugins
- Export
InputFileSystem and OutputFileSystem types
- [CSS] Support the
esModule generator option for CSS modules
- [CSS] Support CSS when chunk format is module
v5.91.0
Bug Fixes
- Deserializer for ignored modules doesn't crash
- Allow the
unsafeCache option to be a proxy object
- Normalize the
snapshot.unmanagedPaths option
- Fixed
fs types
- 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/media for external CSS imports
... (truncated)
Commits
Updates mini-css-extract-plugin from 0.9.0 to 2.9.0
Release notes
Sourced from mini-css-extract-plugin's releases.
v2.9.0
2.9.0 (2024年04月16日)
Features
- add support for link preload/prefetch (#1043) (ee25e51)
- added the
defaultExport option to generate default and named export together (#1084) (74ae781)
Bug Fixes
v2.8.1
2.8.1 (2024年02月27日)
Bug Fixes
- add
nonce if __webpack_nonce__ has been defined (c7f0aee)
v2.8.0
2.8.0 (2024年02月01日)
Features
- added the
beforeTagInsert hook (#1054) (6313bf6)
- support named exports with any characters (b656c5c)
v2.7.7
2.7.7 (2024年01月10日)
Bug Fixes
v2.7.6
2.7.6 (2023年05月19日)
Bug Fixes
... (truncated)
Changelog
Sourced from mini-css-extract-plugin's changelog.
2.9.0 (2024年04月16日)
Features
- add support for link preload/prefetch (#1043) (ee25e51)
- added the
defaultExport option to generate default and named export together (#1084) (74ae781)
Bug Fixes
2.8.1 (2024年02月27日)
Bug Fixes
- add
nonce if __webpack_nonce__ has been defined (c7f0aee)
2.8.0 (2024年02月01日)
Features
- added the
beforeTagInsert hook (#1054) (6313bf6)
- support named exports with any characters (b656c5c)
2.7.7 (2024年01月10日)
Bug Fixes
2.7.6 (2023年05月19日)
Bug Fixes
2.7.5 (2023年03月16日)
Bug Fixes
... (truncated)
Commits
7cc2789 chore(release): 2.9.0
29f0b91 test: fix (#1096)
ee25e51 feat: add support for link preload/prefetch (#1043)
1a56673 fix: avoid reloading all csses when hot load (#1090)
e73061d chore: update dependencies to the latest version (#1095)
74ae781 fix: added the defaultExport option to generate default and named export to...
92c7eb3 chore(deps-dev): bump express from 4.18.2 to 4.19.2 (#1093)
51065cc chore(deps-dev): bump webpack-dev-middleware from 5.3.3 to 5.3.4 (#1091)
8bf0ad6 chore(deps-dev): bump follow-redirects from 1.15.5 to 1.15.6 (#1088)
717acf1 chore: upgrade dependencies to latest version (#1086)
- Additional commits viewable in compare view
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
.cts and .mts extensions (a77daf2)
v5.1.1
5.1.1 (2023年05月09日)
Bug Fixes
v5.1.0
5.1.0 (2023年05月07日)
Features
Performance Improvements
- simplify logic, reduce extra loops and perf (#3767) (6afe1d3)
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
.cts and .mts extensions (a77daf2)
5.1.1 (2023年05月09日)
Bug Fixes
5.1.0 (2023年05月07日)
Features
Performance Improvements
- simplify logic, reduce extra loops and perf (#3767) (6afe1d3)
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
- make
define-process-env-node-env alias node-env (#3514) (346a518)
5.0.0 (2022年11月17日)
... (truncated)
Commits
e07f0e5 chore(release): publish new version
0345c6f chore(deps-dev): bump @typescript-eslint/parser from 5.59.8 to 5.59.9 (#3839)
f659624 fix: multi compiler progress output
0d1ff01 chore(deps-dev): bump webpack from 5.85.0 to 5.85.1 (#3837)
a7ec146 chore(deps-dev): bump @typescript-eslint/eslint-plugin (#3838)
9464635 chore(deps-dev): bump eslint from 8.41.0 to 8.42.0 (#3835)
cf1796f docs: update changelog
7899c39 chore(release): publish new version
bb4f8eb fix: regression for custom configurations (#3834)
14b9c18 docs: update changelog
- Additional commits viewable in compare view
Updates webpack-dev-server from 3.11.3 to 5.0.4
Release notes
Sourced from webpack-dev-server's releases.
v5.0.4
5.0.4 (2024年03月19日)
Bug Fixes
v5.0.3
5.0.3 (2024年03月12日)
Bug Fixes
v5.0.2
5.0.2 (2024年02月16日)
Bug Fixes
v5.0.1
5.0.1 (2024年02月13日)
Bug Fixes
v5.0.0
5.0.0 (2024年02月12日)
Migration Guide and Changes.
v4.15.2
4.15.2 (2024年03月20日)
Bug Fixes
- security: bump webpack-dev-middleware (4116209)
v4.15.1
4.15.1 (2023年06月09日)
... (truncated)
Changelog
Sourced from webpack-dev-server's changelog.
5.0.4 (2024年03月19日)
Bug Fixes
5.0.3 (2024年03月12日)
Bug Fixes
5.0.2 (2024年02月16日)
Bug Fixes
5.0.1 (2024年02月13日)
Bug Fixes
5.0.0 (2024年02月12日)
Migration Guide and Changes.
4.15.1 (2023年06月09日)
Bug Fixes
4.15.0 (2023年05月07日)
Features
- overlay displays unhandled promise rejection (#4849) (d1dd430)
4.14.0 (2023年05月06日)
... (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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@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)
You can disable automated security fix PRs for this repo from the Security Alerts page.
Bumps braces to 3.0.3 and updates ancestor dependencies braces, webpack, mini-css-extract-plugin, webpack-cli and webpack-dev-server. These dependencies need to be updated together.
Updates
bracesfrom 2.3.2 to 3.0.3Changelog
Sourced from braces's changelog.
Commits
Updates
webpackfrom 4.47.0 to 5.92.0Release notes
Sourced from webpack's releases.
... (truncated)
Commits
34e2561chore(release): 5.92.0796bb6bchore(deps): update65b3684ci: fix5da27adci: fix09afe04ci: fix9d899d4chore: small fixesde6d4b2style: fix1954237chore: fix lint and types7acd348revert: changes in examplesab3e93bstyle: fixUpdates
mini-css-extract-pluginfrom 0.9.0 to 2.9.0Release notes
Sourced from mini-css-extract-plugin's releases.
... (truncated)
Changelog
Sourced from mini-css-extract-plugin's changelog.
... (truncated)
Commits
7cc2789chore(release): 2.9.029f0b91test: fix (#1096)ee25e51feat: add support for link preload/prefetch (#1043)1a56673fix: avoid reloading all csses when hot load (#1090)e73061dchore: update dependencies to the latest version (#1095)74ae781fix: added thedefaultExportoption to generate default and named export to...92c7eb3chore(deps-dev): bump express from 4.18.2 to 4.19.2 (#1093)51065ccchore(deps-dev): bump webpack-dev-middleware from 5.3.3 to 5.3.4 (#1091)8bf0ad6chore(deps-dev): bump follow-redirects from 1.15.5 to 1.15.6 (#1088)717acf1chore: upgrade dependencies to latest version (#1086)Updates
webpack-clifrom 3.3.12 to 5.1.4Release notes
Sourced from webpack-cli's releases.
... (truncated)
Changelog
Sourced from webpack-cli's changelog.
... (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 changelogUpdates
webpack-dev-serverfrom 3.11.3 to 5.0.4Release notes
Sourced from webpack-dev-server's releases.
... (truncated)
Changelog
Sourced from webpack-dev-server's changelog.
... (truncated)
Commits
64a1860chore(release): 5.0.4aab576afix(security): bump webpack-dev-middleware (#5112)fb6f22achore(deps-dev): bump@commitlint/config-conventional(#5104)ba9dfb6chore(deps-dev): bump@commitlint/clifrom 19.0.3 to 19.1.0 (#5103)08cab58chore(release): 5.0.337f4760chore(deps-dev): bump@types/nodefrom 20.11.25 to 20.11.26 (#5102)6e1aed3fix(types): proxy (#5101)8ea7cb8chore(deps): bump open from 10.0.4 to 10.1.0 (#5100)c6a3586chore(deps-dev): bump puppeteer from 22.4.0 to 22.4.1 (#5099)2201442chore(deps): update (#5096)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.