Skip to content

build(deps): update dependency stylelint to v16.16.0#11784

Merged
benelan merged 1 commit intodevfrom
renovate/stylelint
Mar 21, 2025
Merged

build(deps): update dependency stylelint to v16.16.0#11784
benelan merged 1 commit intodevfrom
renovate/stylelint

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 21, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
stylelint (source) 16.15.0 -> 16.16.0 age adoption passing confidence

Release Notes

stylelint/stylelint (stylelint)

v16.16.0

Compare Source

It adds support for computing EditInfo to 22 more rules and reverts a change that added context.lexer to our public API in the previous release.


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

@renovate renovate Bot requested review from benelan and jcfranco as code owners March 21, 2025 10:49
@renovate renovate Bot added chore Issues with changes that don't modify src or test files. dependencies Pull requests that update a dependency file labels Mar 21, 2025
@benelan benelan added the skip visual snapshots Pull requests that do not need visual regression testing. label Mar 21, 2025
Copy link
Copy Markdown
Contributor

@benelan benelan left a comment

Choose a reason for hiding this comment

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

👍

@renovate renovate Bot force-pushed the renovate/stylelint branch from cd1d32e to 06229f5 Compare March 21, 2025 19:22
@benelan benelan merged commit 24508f5 into dev Mar 21, 2025
11 checks passed
@benelan benelan deleted the renovate/stylelint branch March 21, 2025 21:53
benelan added a commit that referenced this pull request Mar 24, 2025
* origin/dev: (61 commits)
  build(deps): update dependency stylelint to v16.16.0 (#11784)
  build(deps): update dependency type-fest to v4.37.0 (#11785)
  chore: release next
  build(deps): update eslint (#11786)
  docs: update list of contributors (#11780)
  feat(combobox-item): add component tokens (#11645)
  chore: release next
  feat: add browser join and browser plus (#11779)
  build(deps): update storybook monorepo to v8.6.6 (#11763)
  build(deps): update dependency lint-staged to v15.5.0 (#11764)
  docs: update list of contributors (#11769)
  build: update browserslist db (#11773)
  chore: release next
  feat(combobox, combobox-item-group): add component tokens (#11623)
  fix: Update README.md (#11768)
  fix: Update README.md (#11767)
  fix: Update README.md (#11765)
  revert(menu-item): revert hover state interaction changes (#11761)
  refactor(filter): remove unused styles (#11758)
  chore: use Vite for `@esri/eslint-plugin-calcite-components` build (#11752)
  ...
benelan added a commit that referenced this pull request Mar 24, 2025
…igration-ssr

* origin/dev: (278 commits)
  build(deps): update storybook monorepo to v8.6.7 (#11783)
  build: update browserslist db (#11792)
  build(deps): update dependency stylelint to v16.16.0 (#11784)
  build(deps): update dependency type-fest to v4.37.0 (#11785)
  chore: release next
  build(deps): update eslint (#11786)
  docs: update list of contributors (#11780)
  feat(combobox-item): add component tokens (#11645)
  chore: release next
  feat: add browser join and browser plus (#11779)
  build(deps): update storybook monorepo to v8.6.6 (#11763)
  build(deps): update dependency lint-staged to v15.5.0 (#11764)
  docs: update list of contributors (#11769)
  build: update browserslist db (#11773)
  chore: release next
  feat(combobox, combobox-item-group): add component tokens (#11623)
  fix: Update README.md (#11768)
  fix: Update README.md (#11767)
  fix: Update README.md (#11765)
  revert(menu-item): revert hover state interaction changes (#11761)
  ...
benelan pushed a commit that referenced this pull request Mar 26, 2025
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [stylelint](https://stylelint.io)
([source](https://github.com/stylelint/stylelint)) | [`16.15.0`
->
`16.16.0`](https://renovatebot.com/diffs/npm/stylelint/16.15.0/16.16.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/stylelint/16.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/stylelint/16.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/stylelint/16.15.0/16.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/stylelint/16.15.0/16.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>stylelint/stylelint (stylelint)</summary>

###
[`v16.16.0`](https://github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#16160---2025-03-14)

[Compare
Source](https://github.com/stylelint/stylelint/compare/16.15.0...16.16.0)

It adds support for computing `EditInfo` to 22 more rules and reverts a
change that added `context.lexer` to our public API in the previous
release.

- Added: `at-rule-empty-line-before` support for computing `EditInfo`
([#&#8203;8425](https://github.com/stylelint/stylelint/pull/8425))
([@&#8203;pamelalozano16](https://github.com/pamelalozano16)).
- Added: `at-rule-no-deprecated` support for computing `EditInfo`
([#&#8203;8426](https://github.com/stylelint/stylelint/pull/8426))
([@&#8203;pamelalozano16](https://github.com/pamelalozano16)).
- Added: `at-rule-no-vendor-prefix` support for computing `EditInfo`
([#&#8203;8427](https://github.com/stylelint/stylelint/pull/8427))
([@&#8203;pamelalozano16](https://github.com/pamelalozano16)).
- Added: `color-function-notation` support for computing `EditInfo`
([#&#8203;8437](https://github.com/stylelint/stylelint/pull/8437))
([@&#8203;pamelalozano16](https://github.com/pamelalozano16)).
- Added: `declaration-empty-line-before` support for computing
`EditInfo`
([#&#8203;8443](https://github.com/stylelint/stylelint/pull/8443))
([@&#8203;pamelalozano16](https://github.com/pamelalozano16)).
- Added: `declaration-property-value-keyword-no-deprecated` support for
computing `EditInfo`.
([#&#8203;8439](https://github.com/stylelint/stylelint/pull/8439))
([@&#8203;pamelalozano16](https://github.com/pamelalozano16)).
- Added: `font-family-name-quotes` support for computing `EditInfo`
([#&#8203;8419](https://github.com/stylelint/stylelint/pull/8419))
([@&#8203;ryo-manba](https://github.com/ryo-manba)).
- Added: `font-weight-notation` support for computing `EditInfo`
([#&#8203;8420](https://github.com/stylelint/stylelint/pull/8420))
([@&#8203;ryo-manba](https://github.com/ryo-manba)).
- Added: `function-calc-no-unspaced-operator` support for computing
`EditInfo`
([#&#8203;8440](https://github.com/stylelint/stylelint/pull/8440))
([@&#8203;pamelalozano16](https://github.com/pamelalozano16)).
- Added: `function-name-case` support for support for computing
`EditInfo`."
([#&#8203;8442](https://github.com/stylelint/stylelint/pull/8442))
([@&#8203;pamelalozano16](https://github.com/pamelalozano16)).
- Added: `hue-degree-notation` support for computing `EditInfo`
([#&#8203;8444](https://github.com/stylelint/stylelint/pull/8444))
([@&#8203;pamelalozano16](https://github.com/pamelalozano16)).
- Added: `import-notation` support for computing `EditInfo`.
([#&#8203;8445](https://github.com/stylelint/stylelint/pull/8445))
([@&#8203;pamelalozano16](https://github.com/pamelalozano16)).
- Added: `keyframe-selector-notation` support for computing `EditInfo`
([#&#8203;8457](https://github.com/stylelint/stylelint/pull/8457))
([@&#8203;pamelalozano16](https://github.com/pamelalozano16)).
- Added: `length-zero-no-unit` support for computing `EditInfo`
([#&#8203;8459](https://github.com/stylelint/stylelint/pull/8459))
([@&#8203;pamelalozano16](https://github.com/pamelalozano16)).
- Added: `lightness-notation` support for computing `EditInfo`
([#&#8203;8458](https://github.com/stylelint/stylelint/pull/8458))
([@&#8203;pamelalozano16](https://github.com/pamelalozano16)).
- Added: `media-feature-name-no-vendor-prefix` support for computing
`EditInfo`
([#&#8203;8456](https://github.com/stylelint/stylelint/pull/8456))
([@&#8203;pamelalozano16](https://github.com/pamelalozano16)).
- Added: `media-feature-range-notation` support for computing `EditInfo`
([#&#8203;8455](https://github.com/stylelint/stylelint/pull/8455))
([@&#8203;pamelalozano16](https://github.com/pamelalozano16)).
- Added: `property-no-vendor-prefix` support for computing `EditInfo`
([#&#8203;8461](https://github.com/stylelint/stylelint/pull/8461))
([@&#8203;pamelalozano16](https://github.com/pamelalozano16)).
- Added: `rule-empty-line-before` support for computing `EditInfo`
([#&#8203;8460](https://github.com/stylelint/stylelint/pull/8460))
([@&#8203;pamelalozano16](https://github.com/pamelalozano16)).
- Added: `selector-no-vendor-prefix` support for `EditInfo`
([#&#8203;8462](https://github.com/stylelint/stylelint/pull/8462))
([@&#8203;pamelalozano16](https://github.com/pamelalozano16)).
- Added: `selector-not-notation` support for computing `EditInfo`
([#&#8203;8463](https://github.com/stylelint/stylelint/pull/8463))
([@&#8203;pamelalozano16](https://github.com/pamelalozano16)).
- Added: `selector-pseudo-element-colon-notation` support for `EditInfo`
([#&#8203;8464](https://github.com/stylelint/stylelint/pull/8464))
([@&#8203;pamelalozano16](https://github.com/pamelalozano16)).
- Added: `selector-type-case` support for computing `EditInfo`
([#&#8203;8467](https://github.com/stylelint/stylelint/pull/8467))
([@&#8203;pamelalozano16](https://github.com/pamelalozano16)).
- Added: `shorthand-property-no-redundant-values` support for computing
`EditInfo`
([#&#8203;8466](https://github.com/stylelint/stylelint/pull/8466))
([@&#8203;pamelalozano16](https://github.com/pamelalozano16)).
- Added: `value-keyword-case` support for computing `EditInfo`
([#&#8203;8469](https://github.com/stylelint/stylelint/pull/8469))
([@&#8203;pamelalozano16](https://github.com/pamelalozano16)).
- Added: `value-no-vendor-prefix` support for computing `EditInfo`
([#&#8203;8470](https://github.com/stylelint/stylelint/pull/8470))
([@&#8203;pamelalozano16](https://github.com/pamelalozano16)).
- Fixed: `Could not find a declaration file for module 'css-tree'` type
error
([#&#8203;8452](https://github.com/stylelint/stylelint/pull/8452))
([@&#8203;danielrentz](https://github.com/danielrentz)).

</details>

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2IiwibGFiZWxzIjpbImNob3JlIiwiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Issues with changes that don't modify src or test files. dependencies Pull requests that update a dependency file skip visual snapshots Pull requests that do not need visual regression testing.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant