build(deps-dev): bump the development-dependencies group across 1 directory with 5 updates
Bumps the development-dependencies group with 5 updates in the /webpack directory:
| Package | From | To |
|---|---|---|
| html-webpack-plugin | 5.6.0 |
5.6.3 |
| sass | 1.79.4 |
1.85.1 |
| sass-loader | 16.0.2 |
16.0.5 |
| webpack-cli | 5.1.4 |
6.0.1 |
| webpack-dev-server | 5.1.0 |
5.2.0 |
Updates html-webpack-plugin from 5.6.0 to 5.6.3
Changelog
Sourced from html-webpack-plugin's changelog.
5.6.3 (2024-10-23)
Bug Fixes
5.6.2 (2024-10-17)
Bug Fixes
5.6.1 (2024-10-17)
Bug Fixes
Commits
7299866chore(release): 5.6.30585a36fix: hooks file for old plugins (#1867)11a248echore(release): 5.6.2f5b9140fix: allow bundle empty html (#1865)832e0f9chore(release): 5.6.12caf5dbfix: avoid importing all of lodash (#1864)4c0c894fix: handlechildCompilation.errorsbeing an iterator rather than array (#1...ae85878fix: don't useinitializehooks to allow dynamic plugin injection41f4a7bchore: update tooling7d5b559docs: update (#1841)- Additional commits viewable in compare view
Updates sass from 1.79.4 to 1.85.1
Release notes
Sourced from sass's releases.
Dart Sass 1.85.1
To install Sass 1.85.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- Fix a bug where global Sass functions whose names overlap with CSS math functions could incorrectly be treated as CSS math functions even though they used Sass-only features, causing compilation failures. For example,
round(-$var / 2)previously threw an error but now works as intended.See the full changelog for changes in earlier releases.
Dart Sass 1.85.0
To install Sass 1.85.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- No longer fully trim redundant selectors generated by
@extend. This caused unacceptable performance issues for certain heavy users of@extend. We'll try to find a more performant way to accomplish it in the future.See the full changelog for changes in earlier releases.
Dart Sass 1.83.4
To install Sass 1.83.4, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- No user-visible changes.
See the full changelog for changes in earlier releases.
Dart Sass 1.83.3
To install Sass 1.83.3, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- No user-visible changes.
See the full changelog for changes in earlier releases.
Dart Sass 1.83.2
To install Sass 1.83.2, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
... (truncated)
Changelog
Sourced from sass's changelog.
1.85.1
- Fix a bug where global Sass functions whose names overlap with CSS math functions could incorrectly be treated as CSS math functions even though they used Sass-only features, causing compilation failures. For example,
round(-$var / 2)previously threw an error but now works as intended.1.85.0
- No longer fully trim redundant selectors generated by
@extend. This caused unacceptable performance issues for certain heavy users of@extend. We'll try to find a more performant way to accomplish it in the future.1.84.0
Allow newlines in whitespace in the indented syntax.
Potentially breaking bug fix: Selectors with unmatched brackets now always produce a parser error. Previously, some edge cases like
[foo#{"]:is(bar"}) {a: b}would compile without error, but this was an unintentional bug.Fix a bug in which various Color Level 4 functions weren't allowed in plain CSS.
Fix the error message for
@extendwithout a selector and possibly other parsing edge-cases in contexts that allow interpolation.Embedded Host
- Fixed the implementation of the
SassBooleantype to adhere to the spec, now using a class instead of an interface.1.83.4
- No user-visible changes.
1.83.3
- No user-visible changes.
1.83.2
Properly display deprecation IDs for the JS Sass API.
Don't display deprecation IDs for user-defined deprecations.
1.83.1
- Fix a bug where
--quiet-depswould get deactivated for@contentblocks, even when those blocks were entirely contained within dependencies.
... (truncated)
Commits
87ef19aFix IsCalculationSafe.visitBinaryOperationExpression (#2524)fae0217Add support for parsing interpolated function calls (#2521)c540875Add support for function call expressions (#2519)7c4ff8fAdd support for map expressions (#2517)1b58aa9Add support for list literals (#2515)f32ec4fFix riscv64 release (#2506)7ab44efFix dart analyze and format on 3.7.0 (#2513)f766f43Revert the core of #2255 (#2511)97bb2a7Build android-ia32 on android-x64 sdk (#2508)8212024Resynchronize from #2509 (#2510)- Additional commits viewable in compare view
Updates sass-loader from 16.0.2 to 16.0.5
Release notes
Sourced from sass-loader's releases.
v16.0.5
16.0.5 (2025-02-14)
Bug Fixes
v16.0.4
16.0.4 (2024-12-04)
Bug Fixes
v16.0.3
16.0.3 (2024-11-01)
Bug Fixes
Changelog
Sourced from sass-loader's changelog.
16.0.5 (2025-02-14)
Bug Fixes
16.0.4 (2024-12-04)
Bug Fixes
16.0.3 (2024-11-01)
Bug Fixes
Commits
300ac87chore(release): 16.0.53352e49fix: allow to import CSS using@usewithcssextension (#1254)115b9a0chore: update codecov-action from v4 to v5 (#1251)1c98038chore(release): 16.0.470a10fffix: include sources map сontent for modern api by default (#1250)38c79b5docs: update README.md (#1247)8a9e060chore(release): 16.0.3004ed38fix(modern-compiler): dispose redundant compilers (#1245)262dc3dci: add Node.js v23 (#1243)eda8505docs: update (#1242)- Additional commits viewable in compare view
Updates webpack-cli from 5.1.4 to 6.0.1
Release notes
Sourced from webpack-cli's releases.
v6.0.1
6.0.1 (2024-12-20)
Bug Fixes
v6.0.0
6.0.0 (2024-12-19)
BREAKING CHANGES
- the minimum required Node.js version is
18.12.0- removed
init,loaderandplugincommands in favorcreate-webpack-app- dropped support for
webpack-dev-server@v4- minimum supported webpack version is
5.82.0- The
--define-process-env-node-envoption was renamed to--config-node-envBug Fixes
- allow to require
webpack.config.jsin ESM format (#4346) (5106684)- correct the minimum help output (#4057) (c727c4f)
- gracefully shutting down (#4145) (90720e2)
- improve help output for possible values (#4316) (4cd5aef)
- no serve when dev-server is false (#2947) (a93e860)
Features
Changelog
Sourced from webpack-cli's changelog.
6.0.1 (2024-12-20)
Bug Fixes
6.0.0 (2024-12-19)
BREAKING CHANGES
- the minimum required Node.js version is
18.12.0- removed
init,loaderandplugincommands in favorcreate-webpack-app- dropped support for
webpack-dev-server@v4- minimum supported webpack version is
5.82.0- The
--define-process-env-node-envoption was renamed to--config-node-envBug Fixes
- allow to require
webpack.config.jsin ESM format (#4346) (5106684)- correct the minimum help output (#4057) (c727c4f)
- gracefully shutting down (#4145) (90720e2)
- improve help output for possible values (#4316) (4cd5aef)
- no serve when dev-server is false (#2947) (a93e860)
Features
Commits
480b33dchore(release): publish new version7a5071btest: fix8326501fix: better default valueseab2f39fix: less dependencies2db1195refactor: codefca8c00fix: logging09c7cd7fix: reduce package size, avoid*.d.ts7a7e5d9fix: update peer dependencies (#4356)5405aedchore(deps-dev): bump readable-stream in the dependencies group (#4355)270fdc2chore(release): create-webpack-app- Additional commits viewable in compare view
Updates webpack-dev-server from 5.1.0 to 5.2.0
Release notes
Sourced from webpack-dev-server's releases.
v5.2.0
5.2.0 (2024-12-11)
Features
- added
getClientEntryandgetClientHotEntrymethods to get clients entries (dc642a8)Bug Fixes
- speed up initial client bundling (145b5d0)
Changelog
Sourced from webpack-dev-server's changelog.
5.2.0 (2024-12-11)
Features
- added
getClientEntryandgetClientHotEntrymethods to get clients entries (dc642a8)Bug Fixes
- speed up initial client bundling (145b5d0)
Commits
bcb3725chore(release): 5.2.02a1cbc6chore: fix security (#5379)b74fc4cchore(deps): bump the dependencies group across 1 directory with 7 updates (#...145b5d0fix: speed up initial client bundlingb1e549fchore(deps-dev): bump the dependencies group across 1 directory with 8 update...844eaf8chore(deps): types (#5370)12913bbchore(deps-dev): bump the dependencies group with 4 updates (#5359)f942a5dchore(deps): bump the dependencies group across 1 directory with 7 updates (#...94a2443chore(deps): bump the dependencies group across 1 directory with 9 updates (#...a11d81fchore(deps): update (#5347)- 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions