Skip to content

chore(deps)(deps-dev): Bump the npm group across 1 directory with 13 updates - #928

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/DNNPlatform/Portals/1/2sxc/Faq4/npm-067f763e28
Open

chore(deps)(deps-dev): Bump the npm group across 1 directory with 13 updates#928
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/DNNPlatform/Portals/1/2sxc/Faq4/npm-067f763e28

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 26, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm group with 13 updates in the /DNNPlatform/Portals/1/2sxc/Faq4 directory:

Package From To
autoprefixer 10.3.5 10.5.4
css-loader 6.3.0 6.11.0
mini-css-extract-plugin 2.3.0 2.10.2
postcss-loader 6.1.1 6.2.1
sass 1.42.1 1.102.0
sass-loader 12.1.0 12.6.0
slidetoggle 3.2.2 3.3.2
style-loader 3.3.0 3.3.4
terser-webpack-plugin 5.2.4 5.6.1
ts-loader 9.2.6 9.6.2
typescript 4.4.3 4.9.5
webpack 5.53.0 5.109.0
webpack-cli 4.8.0 4.10.0

Updates autoprefixer from 10.3.5 to 10.5.4

Release notes

Sourced from autoprefixer's releases.

10.5.4

10.5.3

10.5.2

  • Moved -webkit-fill-available before -moz-available, so Firefox will use -webkit- version which is closer to stretch.

10.5.1

10.5.0 “Each Endeavouring, All Achieving”

  • Added mask-position-x and mask-position-y support (by @​toporek).

10.4.27

  • Removed development key from package.json.

10.4.26

  • Reduced package size.

10.4.25

  • Fixed broken gradients on CSS Custom Properties (by @​serger777).

10.4.24

  • Made Autoprefixer a little faster (by @​Cherry).

10.4.23

10.4.22

  • Fixed stretch prefixes on new Can I Use database.
  • Updated fraction.js.

10.4.21

10.4.20

  • Fixed fit-content prefix for Firefox.

10.4.19

  • Removed end value has mixed support, consider using flex-end warning since end/start now have good support.

10.4.18

  • Fixed removing -webkit-box-orient on -webkit-line-clamp (@​Goodwine).

10.4.17

... (truncated)

Changelog

Sourced from autoprefixer's changelog.

10.5.4

10.5.3

10.5.2

  • Moved -webkit-fill-available before -moz-available, so Firefox will use -webkit- version which is closer to stretch.

10.5.1

10.5.0 “Each Endeavouring, All Achieving”

  • Added mask-position-x and mask-position-y support (by @​toporek).

10.4.27

  • Removed development key from package.json.

10.4.26

  • Reduced package size.

10.4.25

  • Fixed broken gradients on CSS Custom Properties (by @​serger777).

10.4.24

  • Made Autoprefixer a little faster (by @​Cherry).

10.4.23

10.4.22

  • Fixed stretch prefixes on new Can I Use database.
  • Updated fraction.js.

10.4.21

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for autoprefixer since your current version.


Updates css-loader from 6.3.0 to 6.11.0

Release notes

Sourced from css-loader's releases.

v6.11.0

6.11.0 (2024-04-03)

Features

Bug Fixes

  • do not break @scope at-rule without params (#1581) (e022e3b)

v6.10.0

6.10.0 (2024-01-30)

Features

  • add @rspack/core as an optional peer dependency (#1568) (3924679)
  • pass the resourceQuery and resourceFragment to the auto and mode callback (#1569) (d641c4d)
  • support named exports with any characters (6f43929)

v6.9.1

6.9.1 (2024-01-18)

Bug Fixes

  • css nesting support
  • @scope at-rule support

v6.9.0

6.9.0 (2024-01-09)

Features

  • updated generateExportEntry to expose node details (#1556) (05002f3)

Bug Fixes

v6.8.1

6.8.1 (2023-05-28)

Bug Fixes

... (truncated)

Changelog

Sourced from css-loader's changelog.

6.11.0 (2024-04-03)

Features

Bug Fixes

  • do not break @scope at-rule without params (#1581) (e022e3b)

6.10.0 (2024-01-30)

Features

  • add @rspack/core as an optional peer dependency (#1568) (3924679)
  • pass the resourceQuery and resourceFragment to the auto and mode callback (#1569) (d641c4d)
  • support named exports with any characters (6f43929)

6.9.1 (2024-01-18)

Bug Fixes

  • css nesting support
  • @scope at-rule support

6.9.0 (2024-01-09)

Features

  • updated generateExportEntry to expose node details (#1556) (05002f3)

Bug Fixes

6.8.1 (2023-05-28)

Bug Fixes

  • use cause for original errors and warnings (#1526) (ae3d8ae)

6.8.0 (2023-05-27)

... (truncated)

Commits

Updates mini-css-extract-plugin from 2.3.0 to 2.10.2

Release notes

Sourced from mini-css-extract-plugin's releases.

v2.10.2

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.10.2 (2026-03-26)

Bug Fixes

  • use matchResource for importModule when available (#1162) (143693e)

v2.10.1

2.10.1 (2026-03-10)

Bug Fixes

  • handle null module.layer in renderContentAsset (#1159) (0233180)

v2.10.0

2.10.0 (2026-01-16)

Features

  • respect output.cssFilename and output.cssChunkFilename (#1151) (54f775d)

Bug Fixes

  • prevent generation of a contentHash for a chunk when the set of css modules is of size 0 (#1154) (4e4a95d)

v2.9.4

2.9.4 (2025-08-11)

Bug Fixes

v2.9.3

2.9.3 (2025-08-04)

Bug Fixes

  • should update initial chunks correctly with filename (dab023f)

v2.9.2

2.9.2 (2024-11-01)

... (truncated)

Changelog

Sourced from mini-css-extract-plugin's changelog.

2.10.2 (2026-03-26)

Bug Fixes

  • use matchResource for importModule when available (#1162) (143693e)

2.10.1 (2026-03-10)

Bug Fixes

  • handle null module.layer in renderContentAsset (#1159) (0233180)

2.10.0 (2026-01-16)

Features

  • respect output.cssFilename and output.cssChunkFilename (#1151) (54f775d)

Bug Fixes

  • prevent generation of a contentHash for a chunk when the set of css modules is of size 0 (#1154) (4e4a95d)

2.9.4 (2025-08-11)

Bug Fixes

2.9.3 (2025-08-04)

Bug Fixes

  • should update initial chunks correctly with filename (dab023f)

2.9.2 (2024-11-01)

Bug Fixes

2.9.1 (2024-08-19)

... (truncated)

Commits

Updates postcss-loader from 6.1.1 to 6.2.1

Release notes

Sourced from postcss-loader's releases.

v6.2.1

6.2.1 (2021-11-26)

Bug Fixes

v6.2.0

6.2.0 (2021-10-13)

Features

Changelog

Sourced from postcss-loader's changelog.

6.2.1 (2021-11-26)

Bug Fixes

6.2.0 (2021-10-13)

Features

Commits

Updates sass from 1.42.1 to 1.102.0

Release notes

Sourced from sass's releases.

Dart Sass 1.102.0

To install Sass 1.102.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Use the 2.4 gamma transfer function for rec2020, as specified by the latest draft of CSS Color 4.

See the full changelog for changes in earlier releases.

Dart Sass 1.101.7

To install Sass 1.101.7, 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.101.6

To install Sass 1.101.6, 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.101.5

To install Sass 1.101.5, 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.101.4

To install Sass 1.101.4, 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.102.0

  • Use the 2.4 gamma transfer function for rec2020, as specified by the latest draft of CSS Color 4.

1.101.7

  • No user-visible changes.

1.101.6

  • No user-visible changes.

1.101.5

  • No user-visible changes.

1.101.4

  • Avoid emitting rgb() or rgba() functions with non-percent decimal channels. Older browsers only support integer values or (potentially decimal) percentages for these functions, so in order to preserve backwards-compatibility while retaining full precision for modern browsers, legacy colors that contain at least one non-integer channel will now use percentages for their channels (for example, rgb(0%, 100%, 50%) rather than rgb(0, 255, 127.5)).

  • Fix a bug where the values of plain-CSS if() expressions were emitted using their meta.inspect() format rather than their CSS serialization format.

1.101.3

  • No user-visible changes.

1.101.2

  • Fix a bug where the deprecation warning for vendor-prefixed expression() functions would incorrectly indicate whether or not the function would be invalid Sass in Dart Sass 2.0.0.

1.101.1

  • Sass stack trace entries are now always either absolute URLs, absolute paths, or paths relative to the current working directory. Previously, if a stylesheet was loaded using a relative URL (as from a load path), that relative URL was listed even if it couldn't be resolved relative to the current working directory. However, this created potential ambiguities, so this behavior has been removed.

Command Line Interface

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for sass since your current version.


Updates sass-loader from 12.1.0 to 12.6.0

Release notes

Sourced from sass-loader's releases.

v12.6.0

12.6.0 (2022-02-15)

Features

  • added support for automatic loading of sass-embedded (#1025) (c8dae87)

v12.5.0

12.5.0 (2022-02-14)

Features

  • added support for sass-embedded (faster than node-sass), feel free to feedback
  • added the api option (modern api is experimental and currently doesn't support built-in webpack resolver) (afbe114)

v12.4.0

12.4.0 (2021-12-07)

Features

v12.3.0

12.3.0 (2021-10-27)

Features

  • added the warnRuleAsWarning option, allows to emit a warning on the @warn rule (#992) (c652c79)
  • use webpack logger to log sass messages (only for dart-sass), configure it using infrastructureLogging (#991) (bb7cef9)

v12.2.0

12.2.0 (2021-10-12)

Features

Changelog

Sourced from sass-loader's changelog.

12.6.0 (2022-02-15)

Features

  • added support for automatic loading of sass-embedded (#1025) (c8dae87)

12.5.0 (2022-02-14)

Features

  • added support for sass-embedded (faster than node-sass), feel free to feedback
  • added the api option (modern api is experimental and currently doesn't support built-in webpack resolver) (afbe114)

12.4.0 (2021-12-07)

Features

12.3.0 (2021-10-27)

Features

  • added the warnRuleAsWarning option, allows to emit a warning on the @warn rule (#992) (c652c79)
  • use webpack logger to log sass messages (only for dart-sass), configure it using infrastructureLogging (#991) (bb7cef9)

12.2.0 (2021-10-12)

Features

Commits

Updates slidetoggle from 3.2.2 to 3.3.2

Release notes

Sourced from slidetoggle's releases.

v3.3.2

It reverts https://github.com/zgrybus/slideToggle/releases/tag/v3.3.1

zgrybus/slideToggle@v3.3.1...v3.3.2

v3.3.1

Fixed: zgrybus/slideToggle#16

zgrybus/slideToggle@v3.2.4...v3.3.1

v3.2.4

Fixed: zgrybus/slideToggle#24 Added:

  1. elementDisplayStyle zgrybus/slideToggle@07393cc#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R45

zgrybus/slideToggle@v3.2.3...v3.2.4

v3.2.3

Added:

  1. onOpen()
  2. onClose() callbacks to the toggle() function. It's fixing zgrybus/slideToggle#23

zgrybus/slideToggle@v3.2.2...v3.2.3

Commits

Updates style-loader from 3.3.0 to 3.3.4

Release notes

Sourced from style-loader's releases.

v3.3.4

3.3.4 (2024-01-09)

Bug Fixes

v3.3.3

3.3.3 (2023-05-19)

Bug Fixes

  • compatibility with built-in CSS support (#605) (9636f58)

v3.3.2

3.3.2 (2023-03-13)

Bug Fixes

v3.3.1

3.3.1 (2021-10-21)

Bug Fixes

Changelog

Sourced from style-loader's changelog.

3.3.4 (2024-01-09)

Bug Fixes

3.3.3 (2023-05-19)

Bug Fixes

  • compatibility with built-in CSS support (#605) (9636f58)

3.3.2 (2023-03-13)

Bug Fixes

3.3.1 (2021-10-21)

Bug Fixes

Commits

Updates terser-webpack-plugin from 5.2.4 to 5.6.1

Release notes

Sourced from terser-webpack-plugin's releases.

v5.6.1

Patch Changes

  • deduplicate extracted comments in linear time, so builds stay fast when an asset contains many distinct preserved comments (by @​alexander-akait in #682)

v5.6.0

Minor Changes

  • support array of minimizers for minify and terserOptions (by @​alexander-akait in #674)

  • add built-in CSS minimizers from css-minimizer-webpack-plugin (by @​alexander-akait in #674)

  • add built-in HTML minimizers from html-minimizer-webpack-plugin (by @​alexander-akait in #674)

  • add filter method to minimizers, allowing a single plugin instance to handle multiple asset types (by @​alexander-akait in #674)

  • terser-webpack-plugin has been renamed to minimizer-webpack-plugin, merging other minimizers from css-minimizer-webpack-plugin and html-minimizer-webpack-plugin. We will continue to publish new releases under the old name, but we recommend switching to the new package - minimizer-webpack-plugin. It is now a single plugin for minification. We also added the ability to specify different minifier types using only one plugin instance, which will improve performance. (by @​alexander-akait in #677)

  • rename terserOptions to minimizerOptions; terserOptions is kept as a deprecated alias (by @​alexander-akait in #674)

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

v5.5.0

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

5.5.0 (2026-04-23)

Features

  • support extractComments in swcMinify (#665) (03143d3)

v5.4.0

5.4.0 (2026-03-10)

Features

  • added ability to minimize JSON using jsonMinify (#657) (29ac915)

v5.3.17

5.3.17 (2026-03-03)

Bug Fixes

  • update serialize-javascript (37c490c)

v5.3.16

... (truncated)

Changelog

Sourced from terser-webpack-plugin's changelog.

5.6.1

Patch Changes

  • deduplicate extracted comments in linear time, so builds stay fast when an asset contains many distinct preserved comments (by @​alexander-akait in #682)

5.6.0

Minor Changes

  • support array of minimizers for minify and terserOptions (by @​alexander-akait in #674)

  • add built-in CSS minimizers from css-minimizer-webpack-plugin (by @​alexander-akait in #674)

  • add built-in HTML minimizers from html-minimizer-webpack-plugin (by @​alexander-akait in #674)

  • add filter method to minimizers, allowing a single plugin instance to handle multiple asset types (by @​alexander-akait in #674)

  • terser-webpack-plugin has been renamed to minimizer-webpack-plugin, merging other minimizers from css-minimizer-webpack-plugin and html-minimizer-webpack-plugin. We will continue to publish new releases under the old name, but we recommend switching to the new package - minimizer-webpack-plugin. It is now a single plugin for minification. We also added the ability to specify different minifier types using only one plugin instance, which will improve performance. (by @​alexander-akait in #677)

  • rename terserOptions to minimizerOptions; terserOptions is kept as a deprecated alias (by @​alexander-akait in #674)

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

5.5.0 (2026-04-23)

Features

  • support extractComments in swcMinify (#665) (03143d3)

5.4.0 (2026-03-10)

Features

  • added ability to minimizer JSON using jsonMinify (#657) (29ac915)

5.3.17 (2026-03-03)

Bug Fixes

  • update serialize-javascript (37c490c)

5.3.16 (2025-12-11)

Bug Fixes

5.3.15 (2025-12-05)

... (truncated)

Commits

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 26, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 26, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: npm, vendored. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot changed the title chore(deps)(deps-dev): Bump the npm group in /DNNPlatform/Portals/1/2sxc/Faq4 with 13 updates chore(deps)(deps-dev): Bump the npm group across 1 directory with 13 updates Jul 26, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/DNNPlatform/Portals/1/2sxc/Faq4/npm-067f763e28 branch 3 times, most recently from 6cffb2b to 129e1bb Compare July 26, 2026 23:24
jsboige added a commit that referenced this pull request Jul 27, 2026
…ive flaky in real CI (#952)

The upper bound (elapsed <= 2*backoff + 2000ms) is not the contract of a backoff;
"the delay was applied" is, and that is the lower bound, which stays hard.

Measured 2026-07-26: the test took 3 s and failed the 2 240 ms bound on dependabot
PRs #928 and #935 while 24 sibling npm runs passed. Those two diffs touch ONLY
vendored npm lockfiles under DNNPlatform/Portals/1/2sxc/**, so no production code
could be implicated -- 26 dependabot runs firing inside 5 minutes contend for the
runner. The flakiness became visible only because #911 made the CI Test step real.

Subtracting rather than widening, deliberately: a bigger number only moves the load
level at which the bound lies, and it still would not be testing anything. The note
in the file records the measurement so the bound is not "restored" later.

Local: 643 total / 638 passed / 0 failed / 5 skipped (24 s).

Refs #911, #928, #935

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/DNNPlatform/Portals/1/2sxc/Faq4/npm-067f763e28 branch from 129e1bb to 7f41345 Compare July 27, 2026 03:34

@clusterManager-Myia clusterManager-Myia left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[NanoClaw] structural review — dependabot-authored Argumentum chore(deps)(deps-dev): Bump the npm group across 1 directory with 13 updates (Faq4 vendored 2sxc tree), 2 files (+1359/−793: package.json + package-lock.json, lock churn dominates). dependabot[bot] ≠ my machine identity → no self-review conflict. deps class → quick structural review; STRUCTURAL-ALWAYS (lockfile churn large, no patch body fetched). Load-bearing verification = the dependabot.yml policy at master + the actual bumped-version list (anti-complacency: don't trust the config blindly, confirm no major slipped through).

LGTM — clean ignore-major-class bump, verified firsthand (policy applies + 0 major slip + CI green).

Verified firsthand:

  • Policy applies: #928 touches DNNPlatform/Portals/1/2sxc/Faq4/ = a vendored 2sxc/DNN npm tree. dependabot.yml (po-2024 authored #910, jsboige arbitrated 2026-07-26 option A) policy #2 states explicitly: "npm vendored DNNPlatform trees → group + ignore majors (unvalidated in CI, #901)… Patch/minor are lockfile-only and are merged per precedent #120." This PR is exactly that class.
  • 0 major slipped through the ignore filter (the anti-complacency check) — all 13 bumps read from the dependabot body, every one patch/minor within its major line:
    • autoprefixer 10.3.5→10.5.4, css-loader 6.3.0→6.11.0, mini-css-extract-plugin 2.3.0→2.10.2, postcss-loader 6.1.1→6.2.1, sass 1.42.1→1.102.0 (biggest numeric jump, still 1.x = accumulated minors, NOT a major), sass-loader 12.1.0→12.6.0, slidetoggle 3.2.2→3.3.2, style-loader 3.3.0→3.3.4 (patch), terser-webpack-plugin 5.2.4→5.6.1, ts-loader 9.2.6→9.6.2, typescript 4.4.3→4.9.5, webpack 5.53.0→5.109.0, webpack-cli 4.8.0→4.10.0.
    • The ignore: version-update:semver-major is doing exactly what the policy comment says — no ^major drift reached this PR.
  • CI GREEN firsthand @ head 7f41345f: build (Debug) = success, build (Release) = success, GitGuardian Security Checks = success. The bumped versions resolve and the .NET build (which consumes these trees only at the vendored-path level, #901) is unaffected.
  • Hygiene: 0 secrets (dependabot-authored lockfile/package churn, GitGuardian green). CJK 0.

Honest scoping:

  • Did not fetch the package.json/lock patch bodies (+1359/−793 is lock churn — structural rule, no value in reading a regenerated lock). The dependabot body version table is the authoritative bump list and I verified it directly.
  • This is one of a burst of sibling npm-tree bumps (#922/#924/#925/#926/#927 etc.) — same class by construction (same dependabot.yml policy, same ignore-major filter). I'm reviewing #928 as the freshest+largest representative; the sibling verdict holds wherever the same policy+green-CI applies. Merge-wave decision is owner-side (jsboige arbitrated 2026-07-26).
  • Vendored trees are "unvalidated in CI" per #901 (CI builds the .NET pipeline, not these webpack trees) — so CI green = "the .NET pipeline still builds with these package.json edits", not "the webpack tree itself was exercised". That's the documented limitation of the ignore-major policy, not a new concern.

Why this LGTM is earned, not mechanical: the value of a dependabot bump review is whether the ignore-major policy actually held for THIS bump set (a misconfigured filter could let a breaking major through). I checked the 13 versions directly — all patch/minor, no major. Policy + green CI + lockfile-only edits = the documented clean class. Owner merge-wave.

— NanoClaw (myia-ai-01) · structural · dependabot npm vendored-tree group bump · 13/13 bumps verified patch/minor firsthand (0 major slip past ignore-major filter), dependabot.yml policy #2 applies, CI green firsthand (Debug/Release/GitGuardian)

…updates

Bumps the npm group with 13 updates in the /DNNPlatform/Portals/1/2sxc/Faq4 directory:

| Package | From | To |
| --- | --- | --- |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.3.5` | `10.5.4` |
| [css-loader](https://github.com/webpack/css-loader) | `6.3.0` | `6.11.0` |
| [mini-css-extract-plugin](https://github.com/webpack/mini-css-extract-plugin) | `2.3.0` | `2.10.2` |
| [postcss-loader](https://github.com/webpack/postcss-loader) | `6.1.1` | `6.2.1` |
| [sass](https://github.com/sass/dart-sass) | `1.42.1` | `1.102.0` |
| [sass-loader](https://github.com/webpack/sass-loader) | `12.1.0` | `12.6.0` |
| [slidetoggle](https://github.com/zgrybus/slidetoggle) | `3.2.2` | `3.3.2` |
| [style-loader](https://github.com/webpack-contrib/style-loader) | `3.3.0` | `3.3.4` |
| [terser-webpack-plugin](https://github.com/webpack/minimizer-webpack-plugin) | `5.2.4` | `5.6.1` |
| [ts-loader](https://github.com/TypeStrong/ts-loader) | `9.2.6` | `9.6.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `4.4.3` | `4.9.5` |
| [webpack](https://github.com/webpack/webpack) | `5.53.0` | `5.109.0` |
| [webpack-cli](https://github.com/webpack/webpack-cli) | `4.8.0` | `4.10.0` |



Updates `autoprefixer` from 10.3.5 to 10.5.4
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.3.5...10.5.4)

Updates `css-loader` from 6.3.0 to 6.11.0
- [Release notes](https://github.com/webpack/css-loader/releases)
- [Changelog](https://github.com/webpack/css-loader/blob/main/CHANGELOG.md)
- [Commits](webpack/css-loader@v6.3.0...v6.11.0)

Updates `mini-css-extract-plugin` from 2.3.0 to 2.10.2
- [Release notes](https://github.com/webpack/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack/mini-css-extract-plugin/blob/main/CHANGELOG.md)
- [Commits](webpack/mini-css-extract-plugin@v2.3.0...v2.10.2)

Updates `postcss-loader` from 6.1.1 to 6.2.1
- [Release notes](https://github.com/webpack/postcss-loader/releases)
- [Changelog](https://github.com/webpack/postcss-loader/blob/main/CHANGELOG.md)
- [Commits](webpack/postcss-loader@v6.1.1...v6.2.1)

Updates `sass` from 1.42.1 to 1.102.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.42.1...1.102.0)

Updates `sass-loader` from 12.1.0 to 12.6.0
- [Release notes](https://github.com/webpack/sass-loader/releases)
- [Changelog](https://github.com/webpack/sass-loader/blob/main/CHANGELOG.md)
- [Commits](webpack/sass-loader@v12.1.0...v12.6.0)

Updates `slidetoggle` from 3.2.2 to 3.3.2
- [Release notes](https://github.com/zgrybus/slidetoggle/releases)
- [Changelog](https://github.com/zgrybus/slideToggle/blob/master/CHANGELOG.md)
- [Commits](zgrybus/slideToggle@v3.2.2...v3.3.2)

Updates `style-loader` from 3.3.0 to 3.3.4
- [Release notes](https://github.com/webpack-contrib/style-loader/releases)
- [Changelog](https://github.com/webpack/style-loader/blob/v3.3.4/CHANGELOG.md)
- [Commits](webpack/style-loader@v3.3.0...v3.3.4)

Updates `terser-webpack-plugin` from 5.2.4 to 5.6.1
- [Release notes](https://github.com/webpack/minimizer-webpack-plugin/releases)
- [Changelog](https://github.com/webpack/minimizer-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](webpack/minimizer-webpack-plugin@v5.2.4...v5.6.1)

Updates `ts-loader` from 9.2.6 to 9.6.2
- [Release notes](https://github.com/TypeStrong/ts-loader/releases)
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md)
- [Commits](TypeStrong/ts-loader@v9.2.6...v9.6.2)

Updates `typescript` from 4.4.3 to 4.9.5
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v4.4.3...v4.9.5)

Updates `webpack` from 5.53.0 to 5.109.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md)
- [Commits](webpack/webpack@v5.53.0...v5.109.0)

Updates `webpack-cli` from 4.8.0 to 4.10.0
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.8.0...webpack-cli@4.10.0)

---
updated-dependencies:
- dependency-name: autoprefixer
  dependency-version: 10.5.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: css-loader
  dependency-version: 6.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: mini-css-extract-plugin
  dependency-version: 2.10.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: postcss-loader
  dependency-version: 6.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: sass
  dependency-version: 1.102.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: sass-loader
  dependency-version: 12.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: slidetoggle
  dependency-version: 3.3.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: style-loader
  dependency-version: 3.3.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: terser-webpack-plugin
  dependency-version: 5.6.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: ts-loader
  dependency-version: 9.6.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: typescript
  dependency-version: 4.9.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: webpack
  dependency-version: 5.109.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: webpack-cli
  dependency-version: 4.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/DNNPlatform/Portals/1/2sxc/Faq4/npm-067f763e28 branch from 7f41345 to fe39c33 Compare July 27, 2026 07:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant