[PR #156] Update dependency stylelint to v17 #134

Open
opened 2026-03-03 13:59:02 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Kuingsmile/word-GPT-Plus/pull/156
Author: @renovate[bot]
Created: 1/29/2026
Status: 🔄 Open

Base: masterHead: renovate/stylelint-17.x


📝 Commits (1)

  • d8d8610 Update dependency stylelint to v17

📊 Changes

2 files changed (+179 additions, -143 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+178 -142)

📄 Description

This PR contains the following updates:

Package Change Age Confidence
stylelint (source) ^16.26.1^17.0.0 age confidence

Release Notes

stylelint/stylelint (stylelint)

v17.4.0

Compare Source

It adds 2 options to the rules and fixes 7 bugs.

v17.3.0

Compare Source

It fixes 17 bugs. 3 related to supporting calc() in declaration-property-value-no-unknown, and 13 performance ones that make Stylelint a further 3x faster when using the rules in our standard config.

v17.2.0

Compare Source

It fixes 7 bugs, including 5 performance ones that make Stylelint 7x faster and use 3x less memory on larger codebases such as design systems and monorepos. We also restructured our docs to create a contributor guide. If you'd like to help out and contribute to Stylelint, that's the place to start.

v17.1.1

Compare Source

It fixes 2 bugs.

v17.1.0

Compare Source

It fixes 5 bugs and adds the display-notation rule. Before we turn it on in our standard config, we'd like to hear the community's thoughts on which options to use.

v17.0.0

Compare Source

It contains 14 breaking changes, which we've detailed in the migrating to 17.0.0 guide. Additionally, it adds 3 options to the rules and fixes 9 bugs. We've also released compatible versions of our shared config, Visual Studio Code extension, Node.js Rule Tester and Jest preset.

  • Removed: CommonJS Node.js API (#​8859) (@​jeddy3).
  • Removed: output property in the Node.js API returned resolved object (#​8878) (@​jeddy3).
  • Removed: support for Node.js less than 20.19.0 (#​8867) (@​jeddy3).
  • Removed: GitHub formatter (#​8888) (@​jeddy3).
  • Removed: resolveNestedSelectors option from selector-class-pattern (#​8931) (@​jeddy3).
  • Removed: checkContextFunctionalPseudoClasses option from selector-max-id (#​8913) (@​jeddy3).
  • Changed: default fix mode to strict (#​8889) (@​jeddy3).
  • Changed: report to be consistent and predictable in how it handles the provided position arguments (#​8217) (@​romainmenke).
  • Changed: selector-max-* syntax rules for standard CSS nesting and modern functional pseudo-classes (#​8913) (@​jeddy3).
  • Changed: *-specificity semantic rules for standard CSS nesting (#​8913) (@​jeddy3).
  • Changed: no-duplicate-selectors and selector-no-qualifying-type for standard CSS nesting (#​8913) (@​jeddy3).
  • Changed: *-list rules to have consistent behaviour for vendor prefixes and case (#​8912) (@​jeddy3).
  • Changed: *-no-vendor-prefix rules to have consistent behaviour for their ignore*: [] secondary options (#​8924) (@​jeddy3).
  • Changed: declaration-property-max-values rule to have consistent behaviour for vendor prefixes (#​8926) (@​jeddy3).
  • Added: except: ["after-block"] to custom-property-empty-line-before (#​8921) (@​kovsu).
  • Added: except: ["after-block"] to declaration-empty-line-before (#​8910) (@​kovsu).
  • Added: ignoreSelectors: [] to no-duplicate-selectors (#​8883) (@​kovsu).
  • Fixed: Windows drive letter casing inconsistencies when matching patterns against file paths (#​8941) (@​adalinesimonian).
  • Fixed: CLI help to include TypeScript config files (#​8908) (@​kovsu).
  • Fixed: at-rule-descriptor-no-unknown false positives for declarations within feature-value-blocks (#​8868) (@​kovsu).
  • Fixed: declaration-block-no-redundant-longhand-properties false negatives for short and long combinations (#​8892) (@​nathannewyen).
  • Fixed: media-feature-name-no-unknown false positives for namespaced dollar variables and range context queries (#​8890) (@​kovsu).
  • Fixed: nesting-selector-no-missing-scoping-root false positives for CSS-in-JS (#​8905) (@​kovsu).
  • Fixed: no-invalid-position-declaration false negatives for embedded blocks (#​8907) (@​kovsu).
  • Fixed: selector-no-qualifying-type false negatives for :is/where() (#​8940) (@​romainmenke).
  • Fixed: selector-type-no-unknown false positives for MathML 4 tags (#​8874) (@​jeddy3).

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Kuingsmile/word-GPT-Plus/pull/156 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 1/29/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `renovate/stylelint-17.x` --- ### 📝 Commits (1) - [`d8d8610`](https://github.com/Kuingsmile/word-GPT-Plus/commit/d8d86105680d149875f7aabff95123fec3791f73) Update dependency stylelint to v17 ### 📊 Changes **2 files changed** (+179 additions, -143 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+178 -142) </details> ### 📄 Description This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [stylelint](https://stylelint.io) ([source](https://redirect.github.com/stylelint/stylelint)) | [`^16.26.1` → `^17.0.0`](https://renovatebot.com/diffs/npm/stylelint/16.26.1/17.4.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/stylelint/17.4.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/stylelint/16.26.1/17.4.0?slim=true) | --- ### Release Notes <details> <summary>stylelint/stylelint (stylelint)</summary> ### [`v17.4.0`](https://redirect.github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1740---2026-02-25) [Compare Source](https://redirect.github.com/stylelint/stylelint/compare/17.3.0...17.4.0) It adds 2 options to the rules and fixes 7 bugs. - Added: `ignoreAtRules: []` to `at-rule-no-vendor-prefix` ([#&#8203;9096](https://redirect.github.com/stylelint/stylelint/pull/9096)) ([@&#8203;theacrat](https://redirect.github.com/theacrat)). - Added: `ignoreMediaFeatureNames: []` to `media-feature-name-no-vendor-prefix` ([#&#8203;9097](https://redirect.github.com/stylelint/stylelint/pull/9097)) ([@&#8203;theacrat](https://redirect.github.com/theacrat)). - Fixed: performance of selector cloning rules ([#&#8203;9089](https://redirect.github.com/stylelint/stylelint/pull/9089)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). - Fixed: `*-empty-line-before` performance ([#&#8203;9092](https://redirect.github.com/stylelint/stylelint/pull/9092)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). - Fixed: `declaration-property-value-no-unknown` performance ([#&#8203;9090](https://redirect.github.com/stylelint/stylelint/pull/9090)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). - Fixed: `no-irregular-whitespace` performance ([#&#8203;9091](https://redirect.github.com/stylelint/stylelint/pull/9091)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). - Fixed: `property-no-unknown` false negatives for at-rule descriptors ([#&#8203;9109](https://redirect.github.com/stylelint/stylelint/pull/9109)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). - Fixed: `property-no-unknown` false positives for `corner-shape` ([#&#8203;9099](https://redirect.github.com/stylelint/stylelint/pull/9099)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). - Fixed: `property-no-unknown` false positives for double-slashed properties ([#&#8203;9099](https://redirect.github.com/stylelint/stylelint/pull/9099)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). ### [`v17.3.0`](https://redirect.github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1730---2026-02-13) [Compare Source](https://redirect.github.com/stylelint/stylelint/compare/17.2.0...17.3.0) It fixes 17 bugs. 3 related to supporting `calc()` in `declaration-property-value-no-unknown`, and 13 performance ones that make Stylelint a further 3x faster when using the rules in our [standard config](https://www.npmjs.com/package/stylelint-config-standard). - Fixed: performance of rule sequencing ([#&#8203;9055](https://redirect.github.com/stylelint/stylelint/pull/9055)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). - Fixed: `*-list` performance ([#&#8203;9056](https://redirect.github.com/stylelint/stylelint/pull/9056)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). - Fixed: `*-notation` performance ([#&#8203;9044](https://redirect.github.com/stylelint/stylelint/pull/9044)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). - Fixed: `declaration-property-max-values` performance ([#&#8203;9057](https://redirect.github.com/stylelint/stylelint/pull/9057)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). - Fixed: `declaration-property-value-keyword-no-deprecated` performance ([#&#8203;9058](https://redirect.github.com/stylelint/stylelint/pull/9058)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). - Fixed: `declaration-property-value-no-unknown` false negatives for math functions inside of non-math functions ([#&#8203;9064](https://redirect.github.com/stylelint/stylelint/pull/9064)) ([@&#8203;romainmenke](https://redirect.github.com/romainmenke)). - Fixed: `declaration-property-value-no-unknown` false positives for `calc()` with mixed operations ([#&#8203;9064](https://redirect.github.com/stylelint/stylelint/pull/9064)) ([@&#8203;romainmenke](https://redirect.github.com/romainmenke)). - Fixed: `declaration-property-value-no-unknown` performance ([#&#8203;9062](https://redirect.github.com/stylelint/stylelint/pull/9062)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). - Fixed: `declaration-property-value-no-unknown` reported ranges for multiple math functions ([#&#8203;9064](https://redirect.github.com/stylelint/stylelint/pull/9064)) ([@&#8203;romainmenke](https://redirect.github.com/romainmenke)). - Fixed: `length-zero-no-unit` performance ([#&#8203;9046](https://redirect.github.com/stylelint/stylelint/pull/9046)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). - Fixed: `named-grid-areas-no-invalid` false positives for mix of tabs and spaces ([#&#8203;9039](https://redirect.github.com/stylelint/stylelint/pull/9039)) ([@&#8203;adalinesimonian](https://redirect.github.com/adalinesimonian)). - Fixed: `no-unknown-custom-media` performance ([#&#8203;9059](https://redirect.github.com/stylelint/stylelint/pull/9059)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). - Fixed: `selector-max-*` performance ([#&#8203;9042](https://redirect.github.com/stylelint/stylelint/pull/9042)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). - Fixed: `shorthand-property-no-redundant-values` performance ([#&#8203;9047](https://redirect.github.com/stylelint/stylelint/pull/9047)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). - Fixed: `syntax-string-no-invalid` performance ([#&#8203;9061](https://redirect.github.com/stylelint/stylelint/pull/9061)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). - Fixed: `time-min-milliseconds` performance ([#&#8203;9060](https://redirect.github.com/stylelint/stylelint/pull/9060)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). - Fixed: `value-keyword-case` performance ([#&#8203;9048](https://redirect.github.com/stylelint/stylelint/pull/9048)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). ### [`v17.2.0`](https://redirect.github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1720---2026-02-10) [Compare Source](https://redirect.github.com/stylelint/stylelint/compare/17.1.1...17.2.0) It fixes 7 bugs, including 5 performance ones that make Stylelint 7x faster and use 3x less memory on larger codebases such as design systems and monorepos. We also restructured our docs to create a [contributor guide](CONTRIBUTING.md). If you'd like to help out and contribute to Stylelint, that's the place to start. - Fixed: performance of config augmentation and module imports ([#&#8203;9021](https://redirect.github.com/stylelint/stylelint/pull/9021)) ([@&#8203;adalinesimonian](https://redirect.github.com/adalinesimonian)). - Fixed: performance of config override matching ([#&#8203;9023](https://redirect.github.com/stylelint/stylelint/pull/9023)) ([@&#8203;adalinesimonian](https://redirect.github.com/adalinesimonian)). - Fixed: performance of config resolution ([#&#8203;9033](https://redirect.github.com/stylelint/stylelint/pull/9033)) ([@&#8203;adalinesimonian](https://redirect.github.com/adalinesimonian)). - Fixed: performance of rule resolution ([#&#8203;9022](https://redirect.github.com/stylelint/stylelint/pull/9022)) ([@&#8203;adalinesimonian](https://redirect.github.com/adalinesimonian)). - Fixed: `declaration-property-value-no-unknown` false negatives for math functions ([#&#8203;9011](https://redirect.github.com/stylelint/stylelint/pull/9011)) ([@&#8203;ragini-pandey](https://redirect.github.com/ragini-pandey)). - Fixed: `no-duplicate-selectors` false negatives for matching escaped selectors ([#&#8203;8953](https://redirect.github.com/stylelint/stylelint/pull/8953)) ([@&#8203;bjnewman](https://redirect.github.com/bjnewman)). - Fixed: `no-invalid-position-at-import-rule` false negatives for layers with blocks ([#&#8203;9026](https://redirect.github.com/stylelint/stylelint/pull/9026)) ([@&#8203;romainmenke](https://redirect.github.com/romainmenke)). ### [`v17.1.1`](https://redirect.github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1711---2026-02-03) [Compare Source](https://redirect.github.com/stylelint/stylelint/compare/17.1.0...17.1.1) It fixes 2 bugs. - Fixed: resolution of configs, plugins, processors, and custom syntaxes in Yarn PnP environments ([#&#8203;9010](https://redirect.github.com/stylelint/stylelint/pull/9010)) ([@&#8203;adalinesimonian](https://redirect.github.com/adalinesimonian)). - Fixed: `lightness-notation` autofix for decimals ([#&#8203;9009](https://redirect.github.com/stylelint/stylelint/pull/9009)) ([@&#8203;IlyaSemenov](https://redirect.github.com/IlyaSemenov)). ### [`v17.1.0`](https://redirect.github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1710---2026-01-30) [Compare Source](https://redirect.github.com/stylelint/stylelint/compare/17.0.0...17.1.0) It fixes 5 bugs and adds the `display-notation` rule. Before we turn it on in our [standard config](https://www.npmjs.com/package/stylelint-config-standard), we'd like to [hear the community's thoughts](https://redirect.github.com/stylelint/stylelint-config-standard/issues/387) on which options to use. - Added: `display-notation` rule ([#&#8203;8981](https://redirect.github.com/stylelint/stylelint/pull/8981)) ([@&#8203;romainmenke](https://redirect.github.com/romainmenke)). - Fixed: `GlobbyOptions` TypeScript errors ([#&#8203;8992](https://redirect.github.com/stylelint/stylelint/pull/8992)) ([@&#8203;zalishchuk](https://redirect.github.com/zalishchuk)). - Fixed: `hue-degree-notation` false negatives and positives for relative colors ([#&#8203;8985](https://redirect.github.com/stylelint/stylelint/pull/8985)) ([@&#8203;jamesnw](https://redirect.github.com/jamesnw)). - Fixed: `lightness-notation` false negatives for relative colors ([#&#8203;8987](https://redirect.github.com/stylelint/stylelint/pull/8987)) ([@&#8203;jamesnw](https://redirect.github.com/jamesnw)). - Fixed: `selector-type-no-unknown` false positives for `geolocation` and `usermedia` ([#&#8203;9004](https://redirect.github.com/stylelint/stylelint/pull/9004)) ([@&#8203;Mouvedia](https://redirect.github.com/Mouvedia)). - Fixed: `selector-type-no-unknown` false positives for `rb`, `rtc` and `menuitem` ([#&#8203;8972](https://redirect.github.com/stylelint/stylelint/pull/8972)) ([@&#8203;Mouvedia](https://redirect.github.com/Mouvedia)). ### [`v17.0.0`](https://redirect.github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1700---2026-01-15) [Compare Source](https://redirect.github.com/stylelint/stylelint/compare/16.26.1...17.0.0) It contains 14 breaking changes, which we've detailed in the [migrating to `17.0.0` guide](docs/migration-guide/to-17.md). Additionally, it adds 3 options to the rules and fixes 9 bugs. We've also released compatible versions of our [shared config](https://www.npmjs.com/package/stylelint-config-standard), [Visual Studio Code extension](https://marketplace.visualstudio.com/items?itemName=stylelint.vscode-stylelint), [Node.js Rule Tester](https://www.npmjs.com/package/stylelint-test-rule-node) and [Jest preset](https://www.npmjs.com/package/jest-preset-stylelint). - Removed: CommonJS Node.js API ([#&#8203;8859](https://redirect.github.com/stylelint/stylelint/pull/8859)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). - Removed: `output` property in the Node.js API returned resolved object ([#&#8203;8878](https://redirect.github.com/stylelint/stylelint/pull/8878)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). - Removed: support for Node.js less than 20.19.0 ([#&#8203;8867](https://redirect.github.com/stylelint/stylelint/pull/8867)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). - Removed: GitHub formatter ([#&#8203;8888](https://redirect.github.com/stylelint/stylelint/pull/8888)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). - Removed: `resolveNestedSelectors` option from `selector-class-pattern` ([#&#8203;8931](https://redirect.github.com/stylelint/stylelint/pull/8931)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). - Removed: `checkContextFunctionalPseudoClasses` option from `selector-max-id` ([#&#8203;8913](https://redirect.github.com/stylelint/stylelint/pull/8913)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). - Changed: default `fix` mode to `strict` ([#&#8203;8889](https://redirect.github.com/stylelint/stylelint/pull/8889)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). - Changed: `report` to be consistent and predictable in how it handles the provided position arguments ([#&#8203;8217](https://redirect.github.com/stylelint/stylelint/pull/8217)) ([@&#8203;romainmenke](https://redirect.github.com/romainmenke)). - Changed: `selector-max-*` syntax rules for standard CSS nesting and modern functional pseudo-classes ([#&#8203;8913](https://redirect.github.com/stylelint/stylelint/pull/8913)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). - Changed: `*-specificity` semantic rules for standard CSS nesting ([#&#8203;8913](https://redirect.github.com/stylelint/stylelint/pull/8913)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). - Changed: `no-duplicate-selectors` and `selector-no-qualifying-type` for standard CSS nesting ([#&#8203;8913](https://redirect.github.com/stylelint/stylelint/pull/8913)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). - Changed: `*-list` rules to have consistent behaviour for vendor prefixes and case ([#&#8203;8912](https://redirect.github.com/stylelint/stylelint/pull/8912)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). - Changed: `*-no-vendor-prefix` rules to have consistent behaviour for their `ignore*: []` secondary options ([#&#8203;8924](https://redirect.github.com/stylelint/stylelint/pull/8924)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). - Changed: `declaration-property-max-values` rule to have consistent behaviour for vendor prefixes ([#&#8203;8926](https://redirect.github.com/stylelint/stylelint/pull/8926)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). - Added: `except: ["after-block"]` to `custom-property-empty-line-before` ([#&#8203;8921](https://redirect.github.com/stylelint/stylelint/pull/8921)) ([@&#8203;kovsu](https://redirect.github.com/kovsu)). - Added: `except: ["after-block"]` to `declaration-empty-line-before` ([#&#8203;8910](https://redirect.github.com/stylelint/stylelint/pull/8910)) ([@&#8203;kovsu](https://redirect.github.com/kovsu)). - Added: `ignoreSelectors: []` to `no-duplicate-selectors` ([#&#8203;8883](https://redirect.github.com/stylelint/stylelint/pull/8883)) ([@&#8203;kovsu](https://redirect.github.com/kovsu)). - Fixed: Windows drive letter casing inconsistencies when matching patterns against file paths ([#&#8203;8941](https://redirect.github.com/stylelint/stylelint/pull/8941)) ([@&#8203;adalinesimonian](https://redirect.github.com/adalinesimonian)). - Fixed: CLI help to include TypeScript config files ([#&#8203;8908](https://redirect.github.com/stylelint/stylelint/pull/8908)) ([@&#8203;kovsu](https://redirect.github.com/kovsu)). - Fixed: `at-rule-descriptor-no-unknown` false positives for declarations within feature-value-blocks ([#&#8203;8868](https://redirect.github.com/stylelint/stylelint/pull/8868)) ([@&#8203;kovsu](https://redirect.github.com/kovsu)). - Fixed: `declaration-block-no-redundant-longhand-properties` false negatives for short and long combinations ([#&#8203;8892](https://redirect.github.com/stylelint/stylelint/pull/8892)) ([@&#8203;nathannewyen](https://redirect.github.com/nathannewyen)). - Fixed: `media-feature-name-no-unknown` false positives for namespaced dollar variables and range context queries ([#&#8203;8890](https://redirect.github.com/stylelint/stylelint/pull/8890)) ([@&#8203;kovsu](https://redirect.github.com/kovsu)). - Fixed: `nesting-selector-no-missing-scoping-root` false positives for CSS-in-JS ([#&#8203;8905](https://redirect.github.com/stylelint/stylelint/pull/8905)) ([@&#8203;kovsu](https://redirect.github.com/kovsu)). - Fixed: `no-invalid-position-declaration` false negatives for embedded blocks ([#&#8203;8907](https://redirect.github.com/stylelint/stylelint/pull/8907)) ([@&#8203;kovsu](https://redirect.github.com/kovsu)). - Fixed: `selector-no-qualifying-type` false negatives for `:is/where()` ([#&#8203;8940](https://redirect.github.com/stylelint/stylelint/pull/8940)) ([@&#8203;romainmenke](https://redirect.github.com/romainmenke)). - Fixed: `selector-type-no-unknown` false positives for MathML 4 tags ([#&#8203;8874](https://redirect.github.com/stylelint/stylelint/pull/8874)) ([@&#8203;jeddy3](https://redirect.github.com/jeddy3)). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Kuingsmile/word-GPT-Plus). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDMuMzYuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/word-GPT-Plus#134
No description provided.