Skip to content

🚨 [security] [js] Update stylelint 17.14.1 → 17.15.0 (minor) - #877

Open
depfu[bot] wants to merge 1 commit into
mainfrom
depfu/update/npm/stylelint-17.15.0
Open

🚨 [security] [js] Update stylelint 17.14.1 → 17.15.0 (minor)#877
depfu[bot] wants to merge 1 commit into
mainfrom
depfu/update/npm/stylelint-17.15.0

Conversation

@depfu

@depfu depfu Bot commented Sep 5, 2026

Copy link
Copy Markdown
Contributor

🚨 Your current dependencies have known security vulnerabilities 🚨

This dependency update fixes known security vulnerabilities. Please see the details below and assess their impact carefully. We recommend to merge and deploy this as soon as possible!


Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ stylelint (17.14.1 → 17.15.0) · Repo · Changelog

Release Notes

17.15.0

It adds 1 new rule and 2 new rule options, and fixes 4 bugs.

  • Added: selector-no-unmatchable rule (#9451) (@jeddy3).
  • Added: ignoreFunctions: [] to color-named and color-no-hex (#9463) (@jsmitty12).
  • Fixed: custom-property-no-missing-var-function false positives for anchor positioning (#9466) (@giaBaoJS).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for font shorthand (#9402) (@sarathfrancis90).
  • Fixed: declaration-property-max-values false positives for interpolated inline expressions (#9437) (@alexchen-sys).
  • Fixed: selector-no-invalid false negatives for pseudo-elements, combinators and nested :has() (#9452) (@jeddy3).

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 56 commits:

↗️ colord (indirect, 2.9.3 → 2.10.0) · Repo · Changelog

Release Notes

2.10.0 (from changelog)

  • Improve mix plugin by adding an optional "rgb" interpolation mode to mix, tints, tones and shades

2.9.7 (from changelog)

  • Make HEX parsing and serialization more than 2x faster

2.9.6 (from changelog)

  • Fix: Rotate the unrounded hue so rotate and harmonies preserve the original color
  • Fix: Normalize HWB whiteness + blackness over 100% to gray ❤️ @spokodev

2.9.5 (from changelog)

Both fixes change returned numbers for a small set of colors; toHex() output is unchanged. Snapshots holding h: 360, "hsl(360, …)" or a delta() value may need updating.

2.9.4 (from changelog)

  • Fix: Reject malformed color strings in linear time ❤️ @GAP-dev

Does any of this look wrong? Please let us know.

↗️ fastq (indirect, 1.20.1 → 1.20.3) · Repo

Release Notes

1.20.3

Full Changelog: v1.20.2...v1.20.3

1.20.2

What's Changed

  • fix: preserve running count when aborting queued tasks by @mcollina in #107

Full Changelog: v1.20.1...v1.20.2

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 3 commits:

↗️ globby (indirect, 16.2.1 → 16.2.4) · Repo

Release Notes

16.2.4

  • Fix ignore option disabling the gitignore option 19e1fce

v16.2.3...v16.2.4

16.2.3

  • Fix backslash-escaped .gitignore rules 5775ffb

v16.2.2...v16.2.3

16.2.2

  • Fix: Do not enumerate ignored directories with gitignore option 8bf8f54

v16.2.1...v16.2.2

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 7 commits:

↗️ nanoid (indirect, 3.3.16 → 3.3.18) · Repo · Changelog

Security Advisories 🚨

🚨 nanoid: custom generators can loop indefinitely when size is zero

nanoid (Nano ID) before 5.1.6 contains an infinite loop in the customAlphabet and customRandom functions. When these functions are configured with a size of 0, the internal generation loop never satisfies its exit condition and spins indefinitely, hanging the calling thread. An application that passes an unvalidated, attacker-controlled size of 0 to these functions is exposed to a denial-of-service condition.

Release Notes

3.3.18

3.3.17

  • Fixed infinite loop on zero size.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 5 commits:

↗️ postcss (indirect, 8.5.23 → 8.5.28) · Repo · Changelog

Release Notes

8.5.28

  • Fixes types regression.

8.5.27

  • Fixed removing any comments starting with /*# (by @dylanpulver).
  • Fixed * hack before a comment in Custom Properties (by @Jaybhade).
  • Fixed empty values in the middle of list.comma() (by @MahinAnowar).
  • Fixed whitespace-only values in list.space() (by @MahinAnowar).
  • Fixed rule’s end position on space before semicolon (by @maximilliangrand).
  • Fixed types (by @romainmenke).
  • Fixed Chinese text in deprecation warning (by @Jesse205).

8.5.26

  • Fixed list.split() regression (by @lazerg).
  • Track symlinks in path protection in source map loading (by @drengir1).

8.5.25

  • Fixed 8.5.17 visitor regression.
  • Fixed list.split() for non-string values (by @amir-rezaei).

8.5.24

  • Preserve the BOM after the processing (by @hdimer).

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 35 commits:

↗️ postcss-selector-parser (indirect, 7.1.4 → 7.1.6) · Repo · Changelog

Release Notes

7.1.6

  • fix: parse flat selectors in linear time, closing a CPU exhaustion vulnerability (GHSA-rj75-hqrm-r3gf, reported by Wayde Shi)

7.1.5

  • fix: don't treat a non-prefix token before | as a namespace (#324 by @spokodev)
  • fix: preserve whitespace before a * namespace in attribute selectors (#325 by @spokodev)
  • fix: TypeError on unclosed [, ( and trailing | (#330 by @theRizwan)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 8 commits:

🆕 ignore (added, 7.0.8)


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu Bot added the depfu label Sep 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants