Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 12, 2025

Bumps the dev-dependencies group with 9 updates in the / directory:

Package From To
@eslint/js 9.26.0 9.37.0
eslint-plugin-yml 1.18.0 1.19.0
globals 16.1.0 16.4.0
markdownlint-cli 0.44.0 0.45.0
postcss 8.5.3 8.5.6
sort-package-json 3.2.1 3.4.0
stylelint 16.19.1 16.25.0
uikit 3.23.7 3.24.1
@types/uikit 3.14.5 3.23.0

Updates @eslint/js from 9.26.0 to 9.37.0

Release notes

Sourced from @​eslint/js's releases.

v9.37.0

Features

  • 39f7fb4 feat: preserve-caught-error should recognize all static "cause" keys (#20163) (Pixel998)
  • f81eabc feat: support TS syntax in no-restricted-imports (#19562) (Nitin Kumar)

Bug Fixes

  • a129cce fix: correct no-loss-of-precision false positives for leading zeros (#20164) (Francesco Trotta)
  • 09e04fc fix: add missing AST token types (#20172) (Pixel998)
  • 861c6da fix: correct ESLint typings (#20122) (Pixel998)

Documentation

  • b950359 docs: fix typos across the docs (#20182) (루밀LuMir)
  • 42498a2 docs: improve ToC accessibility by hiding non-semantic character (#20181) (Percy Ma)
  • 29ea092 docs: Update README (GitHub Actions Bot)
  • 5c97a04 docs: show availableUntil in deprecated rule banner (#20170) (Pixel998)
  • 90a71bf docs: update README files to add badge and instructions (#20115) (루밀LuMir)
  • 1603ae1 docs: update references from master to main (#20153) (루밀LuMir)

Chores

  • afe8a13 chore: update @eslint/js dependency to version 9.37.0 (#20183) (Francesco Trotta)
  • abee4ca chore: package.json update for @​eslint/js release (Jenkins)
  • fc9381f chore: fix typos in comments (#20175) (overlookmotel)
  • e1574a2 chore: unpin jiti (#20173) (renovate[bot])
  • e1ac05e refactor: mark ESLint.findConfigFile() as async, add missing docs (#20157) (Pixel998)
  • 347906d chore: update eslint (#20149) (renovate[bot])
  • 0cb5897 test: remove tmp dir created for circular fixes in multithread mode test (#20146) (Milos Djermanovic)
  • bb99566 ci: pin jiti to version 2.5.1 (#20151) (Pixel998)
  • 177f669 perf: improve worker count calculation for "auto" concurrency (#20067) (Francesco Trotta)
  • 448b57b chore: Mark deprecated formatting rules as available until v11.0.0 (#20144) (Milos Djermanovic)

v9.36.0

Features

  • 47afcf6 feat: correct preserve-caught-error edge cases (#20109) (Francesco Trotta)

Bug Fixes

  • 75b74d8 fix: add missing rule option types (#20127) (ntnyq)
  • 1c0d850 fix: update eslint-all.js to use Object.freeze for rules object (#20116) (루밀LuMir)
  • 7d61b7f fix: add missing scope types to Scope.type (#20110) (Pixel998)
  • 7a670c3 fix: correct rule option typings in rules.d.ts (#20084) (Pixel998)

Documentation

  • b73ab12 docs: update examples to use defineConfig (#20131) (sethamus)
  • 31d9392 docs: fix typos (#20118) (Pixel998)
  • c7f861b docs: Update README (GitHub Actions Bot)
  • 6b0c08b docs: Update README (GitHub Actions Bot)
  • 91f97c5 docs: Update README (GitHub Actions Bot)

Chores

  • 12411e8 chore: upgrade @​eslint/js@​9.36.0 (#20139) (Milos Djermanovic)
  • 488cba6 chore: package.json update for @​eslint/js release (Jenkins)

... (truncated)

Commits
  • abee4ca chore: package.json update for @​eslint/js release
  • 90a71bf docs: update README files to add badge and instructions (#20115)
  • 488cba6 chore: package.json update for @​eslint/js release
  • 1c0d850 fix: update eslint-all.js to use Object.freeze for rules object (#20116)
  • af2a087 chore: package.json update for @​eslint/js release
  • 84ffb96 chore: update @eslint-community/eslint-utils (#20069)
  • b48fa20 chore: package.json update for @​eslint/js release
  • ad28371 chore: package.json update for @​eslint/js release
  • 50de1ce chore: package.json update for @​eslint/js release
  • d5054e5 chore: package.json update for @​eslint/js release
  • Additional commits viewable in compare view

Updates eslint-plugin-yml from 1.18.0 to 1.19.0

Release notes

Sourced from eslint-plugin-yml's releases.

v1.19.0

Minor Changes

  • #482 2dd3bca Thanks @​ota-meshi! - feat(sort-keys): improve to calculate the minimum edit distance for sorting and report the optimal sorting direction

  • #482 2dd3bca Thanks @​ota-meshi! - feat(sort-sequence-values): improve to calculate the minimum edit distance for sorting and report the optimal sorting direction

Changelog

Sourced from eslint-plugin-yml's changelog.

1.19.0

Minor Changes

  • #482 2dd3bca Thanks @​ota-meshi! - feat(sort-keys): improve to calculate the minimum edit distance for sorting and report the optimal sorting direction

  • #482 2dd3bca Thanks @​ota-meshi! - feat(sort-sequence-values): improve to calculate the minimum edit distance for sorting and report the optimal sorting direction

Commits
  • 76e635a Version Packages (#484)
  • 5191220 fix: wrong import paths
  • 62e4315 Update package.json
  • 2dd3bca feat(sort-keys): improve to calculate the minimum edit distance for sorting a...
  • b332c3d chore: repo maintenance
  • 988e028 use instant preview
  • 3ed61f5 chore(deps): update actions/stale action to v10 (#469)
  • 8b97e96 chore(deps): update typescript-eslint monorepo to ~8.45.0 (#481)
  • 9d16b78 chore(deps): update npm to v11.6.1 (#480)
  • f9aa306 chore(deps): update dependency eslint-plugin-jsdoc to v60 (#478)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for eslint-plugin-yml since your current version.


Updates globals from 16.1.0 to 16.4.0

Release notes

Sourced from globals's releases.

v16.4.0

  • Update globals (#309) 8b8a2d6

sindresorhus/globals@v16.3.0...v16.4.0

v16.3.0

  • Update globals (#304) 8c029d9

sindresorhus/globals@v16.2.0...v16.3.0

v16.2.0

  • Add new greasemonkey globals (#299) e4f6e8c

sindresorhus/globals@v16.1.0...v16.2.0

Commits

Updates markdownlint-cli from 0.44.0 to 0.45.0

Release notes

Sourced from markdownlint-cli's releases.

v0.45.0

  • Update markdownlint dependency to 0.38.0
    • Add MD059/descriptive-link-text
    • Improve MD025/MD027/MD036/MD038/MD041/MD043/MD045/MD051/MD052
    • Remove support for end-of-life Node version 18
  • Update all dependencies via Dependabot
Commits
  • 192ad82 Bump version 0.45.0
  • f6225d2 Bump nano-spawn from 0.2.0 to 1.0.1
  • 1b8554a Add released Node version 24 to CI workflow.
  • 836379f Remove optional constant fs.R_OK
  • 1a19ddb Bump minimatch from 9.0.5 to 10.0.1
  • 5033e1e Pass newly-required markdownItFactory option to markdownlint.
  • b7e47f8 Bump markdownlint from 0.37.4 to 0.38.0
  • c3fa9f5 Bump glob from 10.4.5 to 11.0.2
  • b983f61 Remove support for end-of-life Node.js version 18.
  • 8878ef0 Bump ignore from 7.0.3 to 7.0.4
  • Additional commits viewable in compare view

Updates postcss from 8.5.3 to 8.5.6

Release notes

Sourced from postcss's releases.

8.5.6

  • Fixed ContainerWithChildren type discriminating (by @​Goodwine).

8.5.5

  • Fixed package.jsonexports compatibility with some tools (by @​JounQin).

8.5.4

Changelog

Sourced from postcss's changelog.

8.5.6

  • Fixed ContainerWithChildren type discriminating (by @​Goodwine).

8.5.5

  • Fixed package.jsonexports compatibility with some tools (by @​JounQin).

8.5.4

Commits

Updates sort-package-json from 3.2.1 to 3.4.0

Release notes

Sourced from sort-package-json's releases.

v3.4.0

3.4.0 (2025-07-02)

Features

v3.3.1

3.3.1 (2025-06-25)

Bug Fixes

v3.3.0

3.3.0 (2025-06-23)

Features

v3.2.2

3.2.2 (2025-06-23)

Bug Fixes

Commits

Updates stylelint from 16.19.1 to 16.25.0

Release notes

Sourced from stylelint's releases.

16.25.0

It adds 3 new features, including experimental support for bulk suppressions. It's also our first immutable release, with the package published to npm using trusted publishing and our dependencies updated on a cool down for improved supply chain security.

16.24.0

It adds 1 new rule, adds 1 option to a rule and fixes 2 bugs.

  • Added: rule-nesting-at-rule-required-list rule (#8680) (@​sw1tch3roo).
  • Added: ignoreAtRules: [] to nesting-selector-no-missing-scoping-root (#8743) (@​karlhorky).
  • Fixed: function-no-unknown false positives for contrast-color() and sibling-*() (#8729) (@​Mouvedia).
  • Fixed: selector-pseudo-class-no-unknown false positives for :heading (#8749) (@​Mouvedia).

16.23.1

It fixes 7 bugs.

  • Fixed: no-invalid-position-declaration false positives for embedded styles (#8701) (@​sw1tch3roo).
  • Fixed: property-no-deprecated erroneously autofixing clip (#8699) (@​immitsu).
  • Fixed: property-no-deprecated false positives for -webkit-box-orient: vertical; (#8699) (@​immitsu).
  • Fixed: selector-pseudo-*-no-unknown false positives for some meter pseudo classes/elements (#8708) (@​Mouvedia).
  • Fixed: selector-pseudo-class-no-unknown false positives for :unchecked (#8705) (@​Mouvedia).
  • Fixed: selector-pseudo-element-no-unknown false positives for ::search-text (#8707) (@​Mouvedia).
  • Fixed: selector-type-no-unknown false positives for selectedcontent (#8716) (@​Mouvedia).

16.23.0

It adds 5 new rules, 1 option to a rule and fixes 3 bugs. We've turned on the new rules in our standard config.

16.22.0

It adds 3 rule features and fixes 2 bugs.

  • Added: messageArgs to color-named (#8663) (@​Mouvedia).
  • Added: messageArgs to declaration-property-value-keyword-no-deprecated (#8654) (@​Mouvedia).
  • Added: no-descending-specificity report message includes line number of the anchoring selector (#8666) (@​immitsu).
  • Fixed: at-rule-no-deprecated false positives for @apply (#8630) (@​Mouvedia).
  • Fixed: lightness-notation crash with "number" option and single-digit percentage (#8661) (@​ybiquitous).

16.21.1

It fixes 3 bugs.

... (truncated)

Changelog

Sourced from stylelint's changelog.

16.25.0 - 2025-10-03

It adds 3 new features, including experimental support for bulk suppressions. It's also our first immutable release, with the package published to npm using trusted publishing and our dependencies updated on a cool down for improved supply chain security.

16.24.0 - 2025-09-07

It adds 1 new rule, adds 1 option to a rule and fixes 2 bugs.

  • Added: rule-nesting-at-rule-required-list rule (#8680) (@​sw1tch3roo).
  • Added: ignoreAtRules: [] to nesting-selector-no-missing-scoping-root (#8743) (@​karlhorky).
  • Fixed: function-no-unknown false positives for contrast-color() and sibling-*() (#8729) (@​Mouvedia).
  • Fixed: selector-pseudo-class-no-unknown false positives for :heading (#8749) (@​Mouvedia).

16.23.1 - 2025-08-07

It fixes 7 bugs.

  • Fixed: no-invalid-position-declaration false positives for embedded styles (#8701) (@​sw1tch3roo).
  • Fixed: property-no-deprecated erroneously autofixing clip (#8699) (@​immitsu).
  • Fixed: property-no-deprecated false positives for -webkit-box-orient: vertical; (#8699) (@​immitsu).
  • Fixed: selector-pseudo-*-no-unknown false positives for some meter pseudo classes/elements (#8708) (@​Mouvedia).
  • Fixed: selector-pseudo-class-no-unknown false positives for :unchecked (#8705) (@​Mouvedia).
  • Fixed: selector-pseudo-element-no-unknown false positives for ::search-text (#8707) (@​Mouvedia).
  • Fixed: selector-type-no-unknown false positives for selectedcontent (#8716) (@​Mouvedia).

16.23.0 - 2025-07-29

It adds 5 new rules, 1 option to a rule and fixes 3 bugs. We've turned on the new rules in our standard config.

16.22.0 - 2025-07-18

It adds 3 rule features and fixes 2 bugs.

  • Added: messageArgs to color-named (#8663) (@​Mouvedia).
  • Added: messageArgs to declaration-property-value-keyword-no-deprecated (#8654) (@​Mouvedia).
  • Added: no-descending-specificity report message includes line number of the anchoring selector (#8666) (@​immitsu).

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for stylelint since your current version.


Updates uikit from 3.23.7 to 3.24.1

Release notes

Sourced from uikit's releases.

v3.24.1

Fixed

  • Fix icon overlay inverse selector in Icon component
  • Fix Sass sources

v3.24.0

Added

  • Add Overflow Fade component
  • Add card overlay style modifier to Card component
  • Add form size modifier for radio and checkbox to Form component
  • Add icon overlay modifier to Icon component
  • Add highest z-index utility class to Position component
  • Add size modifier for top and bottom paddings to Section component
  • Add `restart` option to Video component
  • Add `hover-target` option to Video component

Changed

  • Remove font variables in favor of using heading classes in Countdown component
  • Stretch the entire navbar height if an item's height is expanded by its content
  • Scale height of responsive images and videos based on extrinsic aspect ratio and fill content box (Chrome only yet)
  • Videos set to `preload: none` will lazy load by default now
  • Dropnav component will flip vertically, when overflowing its scroll container

Deprecated

  • Deprecate `automute` option in Video and Cover component, use `muted` attribute for videos, `mute=1` for YouTube and `muted=1` for Vimeo instead

Removed

  • Remove deprecated flag in Less variables

Fixed

  • Fix disable color for span elements in Subnav component
  • Fix text underline offset if text is vertical aligned to the middle in Link component
  • Fix border color if visible toggle class is applied in Visibility component
  • Fix text from wrapping onto multiple lines if elements should look like `input` or `select`

v3.23.13

Fixed

  • Fix setting focus to Modal/Offcanvas Toggle component after close scrolls page
  • Fix Slideshow/Slider components no longer autoplay if hidden
  • Fix Drop component no longer delays showing if previous active Drop component is found
  • Fix Scrollspy Nav component not detecting covering element correctly

v3.23.12

... (truncated)

Changelog

Sourced from uikit's changelog.

3.24.1 (October 6, 2025)

Fixed

  • Fix icon overlay inverse selector in Icon component
  • Fix Sass sources

3.24.0 (October 2, 2025)

Added

  • Add Overflow Fade component
  • Add card overlay style modifier to Card component
  • Add form size modifier for radio and checkbox to Form component
  • Add icon overlay modifier to Icon component
  • Add highest z-index utility class to Position component
  • Add size modifier for top and bottom paddings to Section component
  • Add restart option to Video component
  • Add hover-target option to Video component

Changed

  • Remove font variables in favor of using heading classes in Countdown component
  • Stretch the entire navbar height if an item's height is expanded by its content
  • Scale height of responsive images and videos based on extrinsic aspect ratio and fill content box (Chrome only yet)
  • Videos set to preload: none will lazy load by default now
  • Dropnav component will flip vertically, when overflowing its scroll container

Deprecated

  • Deprecate automute option in Video and Cover component, use muted attribute for videos, mute=1 for YouTube and muted=1 for Vimeo instead

Removed

  • Remove deprecated flag in Less variables

Fixed

  • Fix disable color for span elements in Subnav component
  • Fix text underline offset if text is vertical aligned to the middle in Link component
  • Fix border color if visible toggle class is applied in Visibility component
  • Fix text from wrapping onto multiple lines if elements should look like input or select

3.23.13 (September 11, 2025)

Fixed

  • Fix setting focus to Modal/Offcanvas Toggle component after close scrolls page
  • Fix Slideshow/Slider components no longer autoplay if hidden
  • Fix Drop component no longer delays showing if previous active Drop component is found

... (truncated)

Commits

Updates @types/uikit from 3.14.5 to 3.23.0

Commits

You can trigger a rebase of this PR 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 <dependency name> major version will 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 version will 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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 12, 2025
@dependabot dependabot bot requested a review from rvalitov as a code owner October 12, 2025 15:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 12, 2025
@github-actions
Copy link

Auto-merging this Dependabot PR.

@github-actions github-actions bot enabled auto-merge (squash) October 12, 2025 15:03
@codacy-production
Copy link

codacy-production bot commented Oct 12, 2025

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
Report missing for 031dfb11
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (031dfb1) Report Missing Report Missing Report Missing
Head commit (962d90e) 168 148 88.10%

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#108) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Footnotes

  1. Codacy didn't receive coverage data for the commit, or there was an error processing the received data. Check your integration for errors and validate that your coverage setup is correct.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-72f662b3b9 branch from 2511cda to 8e70611 Compare October 19, 2025 15:03
@github-actions
Copy link

Auto-merging this Dependabot PR.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-72f662b3b9 branch from 8e70611 to 9aed292 Compare October 26, 2025 16:03
@github-actions
Copy link

Auto-merging this Dependabot PR.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-72f662b3b9 branch from 9aed292 to 962d90e Compare November 2, 2025 16:03
@github-actions
Copy link

github-actions bot commented Nov 2, 2025

Auto-merging this Dependabot PR.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-72f662b3b9 branch from 962d90e to 79f7b4e Compare November 23, 2025 16:03
@github-actions
Copy link

Auto-merging this Dependabot PR.

@codacy-production
Copy link

codacy-production bot commented Nov 23, 2025

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
Report missing for bad08e21
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (bad08e2) Report Missing Report Missing Report Missing
Head commit (29be146) 168 148 88.10%

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#108) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Footnotes

  1. Codacy didn't receive coverage data for the commit, or there was an error processing the received data. Check your integration for errors and validate that your coverage setup is correct.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-72f662b3b9 branch from 79f7b4e to dae2e75 Compare November 30, 2025 16:03
@github-actions
Copy link

Auto-merging this Dependabot PR.

Bumps the dev-dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.26.0` | `9.37.0` |
| [eslint-plugin-yml](https://github.com/ota-meshi/eslint-plugin-yml) | `1.18.0` | `1.19.0` |
| [globals](https://github.com/sindresorhus/globals) | `16.1.0` | `16.4.0` |
| [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) | `0.44.0` | `0.45.0` |
| [postcss](https://github.com/postcss/postcss) | `8.5.3` | `8.5.6` |
| [sort-package-json](https://github.com/keithamus/sort-package-json) | `3.2.1` | `3.4.0` |
| [stylelint](https://github.com/stylelint/stylelint) | `16.19.1` | `16.25.0` |
| [uikit](https://github.com/uikit/uikit) | `3.23.7` | `3.24.1` |
| [@types/uikit](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uikit) | `3.14.5` | `3.23.0` |



Updates `@eslint/js` from 9.26.0 to 9.37.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v9.37.0/packages/js)

Updates `eslint-plugin-yml` from 1.18.0 to 1.19.0
- [Release notes](https://github.com/ota-meshi/eslint-plugin-yml/releases)
- [Changelog](https://github.com/ota-meshi/eslint-plugin-yml/blob/master/CHANGELOG.md)
- [Commits](ota-meshi/eslint-plugin-yml@v1.18.0...v1.19.0)

Updates `globals` from 16.1.0 to 16.4.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v16.1.0...v16.4.0)

Updates `markdownlint-cli` from 0.44.0 to 0.45.0
- [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases)
- [Commits](igorshubovych/markdownlint-cli@v0.44.0...v0.45.0)

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

Updates `sort-package-json` from 3.2.1 to 3.4.0
- [Release notes](https://github.com/keithamus/sort-package-json/releases)
- [Commits](keithamus/sort-package-json@v3.2.1...v3.4.0)

Updates `stylelint` from 16.19.1 to 16.25.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@16.19.1...16.25.0)

Updates `uikit` from 3.23.7 to 3.24.1
- [Release notes](https://github.com/uikit/uikit/releases)
- [Changelog](https://github.com/uikit/uikit/blob/develop/CHANGELOG.md)
- [Commits](uikit/uikit@v3.23.7...v3.24.1)

Updates `@types/uikit` from 3.14.5 to 3.23.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uikit)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-version: 9.37.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: eslint-plugin-yml
  dependency-version: 1.19.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: globals
  dependency-version: 16.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: markdownlint-cli
  dependency-version: 0.45.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: postcss
  dependency-version: 8.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: sort-package-json
  dependency-version: 3.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: stylelint
  dependency-version: 16.25.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: uikit
  dependency-version: 3.24.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@types/uikit"
  dependency-version: 3.23.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-72f662b3b9 branch from dae2e75 to 29be146 Compare December 7, 2025 16:03
@github-actions
Copy link

github-actions bot commented Dec 7, 2025

Auto-merging this Dependabot PR.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 7, 2025

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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant