Update Linting #510

Merged
robbevp merged 1 commit from renovate/linting into main 2026-07-07 14:10:33 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
@tree-company/eslint-config devDependencies minor ^0.5.0 -> ^0.6.0
@tree-company/stylelint-config devDependencies minor ^0.5.0 -> ^0.6.0
stylelint (source) devDependencies minor 17.8.0 -> 17.12.0

Release Notes

stylelint/stylelint (stylelint)

v17.12.0

Compare Source

It fixes 3 bugs, including a false negative one.

v17.11.1

Compare Source

It fixes 2 bugs.

  • Fixed: node_modules ignore for codeFilename paths containing a dot-prefixed directory (#​9282) (@​tuhtah).
  • Fixed: declaration-block-no-redundant-longhand-properties range for contiguous redundant longhand properties (#​9273) (@​pamelalozano16).

v17.11.0

Compare Source

It adds 2 features, including a loader property to referenceFiles: {} for when the order of appearance in the reference styles matters.

v17.10.0

Compare Source

It adds 3 rules and fixes 4 bugs. You can use the *-layout-mappings rules to enforce logical or physical properties, units and keywords.

v17.9.1

Compare Source

It fixes 4 bugs. We also documented the messageArgs each rule provides to the message configuration property.

v17.9.0

Compare Source

It adds 3 new features. Adding the referenceFiles property to your configuration object makes the no-unknown-animations, no-unknown-custom-media and no-unknown-custom-properties rules more useful.


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@tree-company/eslint-config](https://github.com/tree-company/developer-handbook) | devDependencies | minor | [`^0.5.0` -> `^0.6.0`](https://renovatebot.com/diffs/npm/@tree-company%2feslint-config/0.5.0/0.6.0) | | [@tree-company/stylelint-config](https://github.com/tree-company/developer-handbook) | devDependencies | minor | [`^0.5.0` -> `^0.6.0`](https://renovatebot.com/diffs/npm/@tree-company%2fstylelint-config/0.5.0/0.6.0) | | [stylelint](https://stylelint.io) ([source](https://github.com/stylelint/stylelint)) | devDependencies | minor | [`17.8.0` -> `17.12.0`](https://renovatebot.com/diffs/npm/stylelint/17.8.0/17.12.0) | --- ### Release Notes <details> <summary>stylelint/stylelint (stylelint)</summary> ### [`v17.12.0`](https://github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#17120---2026-05-20) [Compare Source](https://github.com/stylelint/stylelint/compare/17.11.1...17.12.0) It fixes 3 bugs, including a false negative one. - Fixed: `block-no-empty` reported range when using comments ([#&#8203;9294](https://github.com/stylelint/stylelint/pull/9294)) ([@&#8203;romainmenke](https://github.com/romainmenke)). - Fixed: `declaration-property-value-no-unknown` false negatives for custom properties defined in reference files ([#&#8203;9292](https://github.com/stylelint/stylelint/pull/9292)) ([@&#8203;romainmenke](https://github.com/romainmenke)). - Fixed: `value-keyword-layout-mappings` false positives for `caption-side` ([#&#8203;9293](https://github.com/stylelint/stylelint/pull/9293)) ([@&#8203;romainmenke](https://github.com/romainmenke)). ### [`v17.11.1`](https://github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#17111---2026-05-14) [Compare Source](https://github.com/stylelint/stylelint/compare/17.11.0...17.11.1) It fixes 2 bugs. - Fixed: `node_modules` ignore for `codeFilename` paths containing a dot-prefixed directory ([#&#8203;9282](https://github.com/stylelint/stylelint/pull/9282)) ([@&#8203;tuhtah](https://github.com/tuhtah)). - Fixed: `declaration-block-no-redundant-longhand-properties` range for contiguous redundant longhand properties ([#&#8203;9273](https://github.com/stylelint/stylelint/pull/9273)) ([@&#8203;pamelalozano16](https://github.com/pamelalozano16)). ### [`v17.11.0`](https://github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#17110---2026-05-05) [Compare Source](https://github.com/stylelint/stylelint/compare/17.10.0...17.11.0) It adds 2 features, including a `loader` property to `referenceFiles: {}` for when the order of appearance in the reference styles matters. - Added: `loader` to experimental `referenceFiles: {}` ([#&#8203;9251](https://github.com/stylelint/stylelint/pull/9251)) ([@&#8203;romainmenke](https://github.com/romainmenke)). - Added: `autofixed` to the result object ([#&#8203;8771](https://github.com/stylelint/stylelint/pull/8771)) ([@&#8203;Rob--W](https://github.com/Rob--W)). ### [`v17.10.0`](https://github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#17100---2026-05-03) [Compare Source](https://github.com/stylelint/stylelint/compare/17.9.1...17.10.0) It adds 3 rules and fixes 4 bugs. You can use the `*-layout-mappings` rules to enforce logical or physical properties, units and keywords. - Added: `selector-no-invalid` rule ([#&#8203;9232](https://github.com/stylelint/stylelint/pull/9232)) ([@&#8203;jeddy3](https://github.com/jeddy3)). - Added: `unit-layout-mappings` rule ([#&#8203;9229](https://github.com/stylelint/stylelint/pull/9229)) ([@&#8203;jeddy3](https://github.com/jeddy3)). - Added: `value-keyword-layout-mappings` rule ([#&#8203;9233](https://github.com/stylelint/stylelint/pull/9233)) ([@&#8203;jeddy3](https://github.com/jeddy3)). - Fixed: inconsistent error messages when module is not found ([#&#8203;9260](https://github.com/stylelint/stylelint/pull/9260)) ([@&#8203;ybiquitous](https://github.com/ybiquitous)). - Fixed: `property-layout-mappings` false negatives for property names in declaration values ([#&#8203;9222](https://github.com/stylelint/stylelint/pull/9222)) ([@&#8203;jeddy3](https://github.com/jeddy3)). - Fixed: `property-layout-mappings` false positives for `@page` properties ([#&#8203;9223](https://github.com/stylelint/stylelint/pull/9223)) ([@&#8203;jeddy3](https://github.com/jeddy3)). - Fixed: `selector-pseudo-class-no-unknown` false positives for nested `webkit-scrollbar` part ([#&#8203;9259](https://github.com/stylelint/stylelint/pull/9259)) ([@&#8203;rkdfx](https://github.com/rkdfx)). ### [`v17.9.1`](https://github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1791---2026-04-27) [Compare Source](https://github.com/stylelint/stylelint/compare/17.9.0...17.9.1) It fixes 4 bugs. We also documented the `messageArgs` each rule provides to the `message` configuration property. - Fixed: `ConfigurationError` regression for custom syntaxes ([#&#8203;9245](https://github.com/stylelint/stylelint/pull/9245)) ([@&#8203;jeddy3](https://github.com/jeddy3)). - Fixed: MD5 hash algorithm to SHA256 for caching ([#&#8203;9241](https://github.com/stylelint/stylelint/pull/9241)) ([@&#8203;rkdfx](https://github.com/rkdfx)). - Fixed: `property-no-deprecated` autofix for `page-break-*: always` ([#&#8203;9214](https://github.com/stylelint/stylelint/pull/9214)) ([@&#8203;rkdfx](https://github.com/rkdfx)). - Fixed: `selector-no-deprecated` false positives for `::part()` ([#&#8203;9227](https://github.com/stylelint/stylelint/pull/9227)) ([@&#8203;SaekiTominaga](https://github.com/SaekiTominaga)). ### [`v17.9.0`](https://github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1790---2026-04-23) [Compare Source](https://github.com/stylelint/stylelint/compare/17.8.0...17.9.0) It adds 3 new features. Adding the `referenceFiles` property to your configuration object makes the `no-unknown-animations`, `no-unknown-custom-media` and `no-unknown-custom-properties` rules more useful. - Added: experimental `referenceFiles` to configuration object ([#&#8203;9179](https://github.com/stylelint/stylelint/pull/9179)) ([@&#8203;jeddy3](https://github.com/jeddy3)). - Added: experimental `abortSignal` option to Node.js API for cancellation support ([#&#8203;9213](https://github.com/stylelint/stylelint/pull/9213)) ([@&#8203;adalinesimonian](https://github.com/adalinesimonian)). - Added: `maxWarnings` to configuration object ([#&#8203;9181](https://github.com/stylelint/stylelint/pull/9181)) ([@&#8203;mrginglymus](https://github.com/mrginglymus)). </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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS42MS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNjEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Update dependency stylelint to v17.9.0
All checks were successful
CI / build (push) Successful in 39s
CI / lint (push) Successful in 40s
7b994ece4f
renovate-bot force-pushed renovate/linting from 7b994ece4f
All checks were successful
CI / build (push) Successful in 39s
CI / lint (push) Successful in 40s
to ccabd3c5b8
All checks were successful
CI / build (push) Successful in 37s
CI / lint (push) Successful in 48s
2026-04-24 18:00:35 +02:00
Compare
renovate-bot force-pushed renovate/linting from ccabd3c5b8
All checks were successful
CI / build (push) Successful in 37s
CI / lint (push) Successful in 48s
to f4df523ded
All checks were successful
CI / build (push) Successful in 35s
CI / lint (push) Successful in 33s
2026-04-26 15:01:10 +02:00
Compare
renovate-bot force-pushed renovate/linting from f4df523ded
All checks were successful
CI / build (push) Successful in 35s
CI / lint (push) Successful in 33s
to 0fafdfff8c
All checks were successful
CI / build (push) Successful in 33s
CI / lint (push) Successful in 37s
2026-04-26 17:01:11 +02:00
Compare
renovate-bot force-pushed renovate/linting from 0fafdfff8c
All checks were successful
CI / build (push) Successful in 33s
CI / lint (push) Successful in 37s
to e8670a9359
All checks were successful
CI / build (push) Successful in 35s
CI / lint (push) Successful in 36s
2026-04-27 01:01:12 +02:00
Compare
renovate-bot force-pushed renovate/linting from e8670a9359
All checks were successful
CI / build (push) Successful in 35s
CI / lint (push) Successful in 36s
to 70ebd4b557
All checks were successful
CI / build (push) Successful in 33s
CI / lint (push) Successful in 33s
2026-04-27 08:01:10 +02:00
Compare
renovate-bot force-pushed renovate/linting from 70ebd4b557
All checks were successful
CI / build (push) Successful in 33s
CI / lint (push) Successful in 33s
to 42e7c04cd3
Some checks failed
CI / build (push) Successful in 34s
CI / lint (push) Successful in 36s
renovate/artifacts Artifact file update failure
2026-04-27 16:01:07 +02:00
Compare
renovate-bot changed title from Update dependency stylelint to v17.9.0 to Update dependency stylelint to v17.9.1 2026-04-27 16:01:12 +02:00
renovate-bot force-pushed renovate/linting from 42e7c04cd3
Some checks failed
CI / build (push) Successful in 34s
CI / lint (push) Successful in 36s
renovate/artifacts Artifact file update failure
to 9fbeda25a3
All checks were successful
CI / build (push) Successful in 37s
CI / lint (push) Successful in 36s
2026-04-30 23:01:12 +02:00
Compare
renovate-bot force-pushed renovate/linting from 9fbeda25a3
All checks were successful
CI / build (push) Successful in 37s
CI / lint (push) Successful in 36s
to fe9f535637
All checks were successful
CI / build (push) Successful in 35s
CI / lint (push) Successful in 35s
2026-05-01 01:01:12 +02:00
Compare
renovate-bot force-pushed renovate/linting from fe9f535637
All checks were successful
CI / build (push) Successful in 35s
CI / lint (push) Successful in 35s
to 83a380075c
All checks were successful
CI / build (push) Successful in 35s
CI / lint (push) Successful in 36s
2026-05-03 13:01:01 +02:00
Compare
renovate-bot changed title from Update dependency stylelint to v17.9.1 to Update dependency stylelint to v17.10.0 2026-05-03 13:01:03 +02:00
renovate-bot force-pushed renovate/linting from 83a380075c
All checks were successful
CI / build (push) Successful in 35s
CI / lint (push) Successful in 36s
to c206cd7554
All checks were successful
CI / build (push) Successful in 35s
CI / lint (push) Successful in 35s
2026-05-04 17:01:04 +02:00
Compare
renovate-bot force-pushed renovate/linting from c206cd7554
All checks were successful
CI / build (push) Successful in 35s
CI / lint (push) Successful in 35s
to 2e1ab01d4d
All checks were successful
CI / build (push) Successful in 35s
CI / lint (push) Successful in 35s
2026-05-04 19:01:07 +02:00
Compare
renovate-bot force-pushed renovate/linting from 2e1ab01d4d
All checks were successful
CI / build (push) Successful in 35s
CI / lint (push) Successful in 35s
to 18c241b58b
All checks were successful
CI / build (push) Successful in 36s
CI / lint (push) Successful in 36s
2026-05-05 11:01:05 +02:00
Compare
renovate-bot force-pushed renovate/linting from 18c241b58b
All checks were successful
CI / build (push) Successful in 36s
CI / lint (push) Successful in 36s
to 878117a404
All checks were successful
CI / build (push) Successful in 34s
CI / lint (push) Successful in 37s
2026-05-05 14:01:02 +02:00
Compare
renovate-bot changed title from Update dependency stylelint to v17.10.0 to Update dependency stylelint to v17.11.0 2026-05-05 14:01:04 +02:00
renovate-bot force-pushed renovate/linting from 878117a404
All checks were successful
CI / build (push) Successful in 34s
CI / lint (push) Successful in 37s
to 9f6390d280
All checks were successful
CI / build (push) Successful in 37s
CI / lint (push) Successful in 37s
2026-05-07 22:01:03 +02:00
Compare
renovate-bot force-pushed renovate/linting from 9f6390d280
All checks were successful
CI / build (push) Successful in 37s
CI / lint (push) Successful in 37s
to b92435ae6c
All checks were successful
CI / build (push) Successful in 35s
CI / lint (push) Successful in 36s
2026-05-08 09:01:01 +02:00
Compare
renovate-bot force-pushed renovate/linting from b92435ae6c
All checks were successful
CI / build (push) Successful in 35s
CI / lint (push) Successful in 36s
to 781f3b0ecc
All checks were successful
CI / build (push) Successful in 35s
CI / lint (push) Successful in 36s
2026-05-08 18:01:03 +02:00
Compare
renovate-bot changed title from Update dependency stylelint to v17.11.0 to Update Linting 2026-05-08 18:01:06 +02:00
renovate-bot force-pushed renovate/linting from 781f3b0ecc
All checks were successful
CI / build (push) Successful in 35s
CI / lint (push) Successful in 36s
to 49cf2ad92f
All checks were successful
CI / build (push) Successful in 34s
CI / lint (push) Successful in 36s
2026-05-13 17:01:06 +02:00
Compare
renovate-bot force-pushed renovate/linting from 49cf2ad92f
All checks were successful
CI / build (push) Successful in 34s
CI / lint (push) Successful in 36s
to f06dc91bdc
Some checks failed
CI / build (push) Successful in 35s
CI / lint (push) Successful in 35s
renovate/artifacts Artifact file update failure
2026-05-14 12:01:02 +02:00
Compare
renovate-bot force-pushed renovate/linting from f06dc91bdc
Some checks failed
CI / build (push) Successful in 35s
CI / lint (push) Successful in 35s
renovate/artifacts Artifact file update failure
to 784d8d426c
Some checks failed
CI / build (push) Successful in 35s
CI / lint (push) Successful in 35s
renovate/artifacts Artifact file update failure
2026-05-17 02:01:04 +02:00
Compare
renovate-bot force-pushed renovate/linting from 784d8d426c
Some checks failed
renovate/artifacts Artifact file update failure
CI / build (push) Successful in 35s
CI / lint (push) Successful in 35s
to 3e76efa181
All checks were successful
CI / build (push) Successful in 35s
CI / lint (push) Successful in 36s
2026-05-19 12:01:07 +02:00
Compare
renovate-bot force-pushed renovate/linting from 3e76efa181
All checks were successful
CI / build (push) Successful in 35s
CI / lint (push) Successful in 36s
to 51e9c7eb45
All checks were successful
CI / build (push) Successful in 37s
CI / lint (push) Successful in 37s
2026-05-20 13:01:02 +02:00
Compare
renovate-bot force-pushed renovate/linting from 51e9c7eb45
All checks were successful
CI / build (push) Successful in 37s
CI / lint (push) Successful in 37s
to c10e313148
All checks were successful
CI / build (push) Successful in 35s
CI / lint (push) Successful in 36s
2026-05-25 14:01:09 +02:00
Compare
renovate-bot force-pushed renovate/linting from c10e313148
All checks were successful
CI / build (push) Successful in 35s
CI / lint (push) Successful in 36s
to 9bcf7ec547
All checks were successful
CI / build (push) Successful in 38s
CI / lint (push) Successful in 36s
2026-05-28 11:01:14 +02:00
Compare
renovate-bot force-pushed renovate/linting from 9bcf7ec547
All checks were successful
CI / build (push) Successful in 38s
CI / lint (push) Successful in 36s
to 52be6b5dcc
All checks were successful
CI / build (push) Successful in 34s
CI / lint (push) Successful in 36s
2026-05-28 13:01:13 +02:00
Compare
robbevp deleted branch renovate/linting 2026-07-07 14:10:33 +02:00
robbevp referenced this pull request from a commit 2026-07-07 14:10:34 +02:00
Sign in to join this conversation.
No description provided.