Closed renovate[bot] closed 5 months ago
The latest updates on your projects. Learn more about Vercel for Git โ๏ธ
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
walnut-tv | โ Failed (Inspect) | Jun 5, 2024 9:45pm |
Name | Link |
---|---|
Latest commit | bed16cd10d027cc58af0c2bf110febc21b733657 |
Latest deploy log | https://app.netlify.com/sites/walnut/deploys/6660dc7f764f0600085dc291 |
Deploy Preview | https://deploy-preview-244--walnut.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
New and removed dependencies detected. Learn more about Socket for GitHub โ๏ธ
Package | New capabilities | Transitives | Size | Publisher |
---|---|---|---|---|
npm/stylelint@16.6.1 | environment Transitive: eval, filesystem, unsafe | +112 |
8.7 MB | ybiquitous |
๐ฎ Removed packages: npm/stylelint@16.3.1
This PR contains the following updates:
16.3.1
->16.6.1
Release Notes
stylelint/stylelint (stylelint)
### [`v16.6.1`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1661) [Compare Source](https://togithub.com/stylelint/stylelint/compare/16.6.0...16.6.1) - Fixed: `no-descending-specificity` false positives for nested selectors ([#7724](https://togithub.com/stylelint/stylelint/pull/7724)) ([@romainmenke](https://togithub.com/romainmenke)). - Fixed: `selector-type-no-unknown` false positive for `model` ([#7718](https://togithub.com/stylelint/stylelint/pull/7718)) ([@Mouvedia](https://togithub.com/Mouvedia)). ### [`v16.6.0`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1660) [Compare Source](https://togithub.com/stylelint/stylelint/compare/16.5.0...16.6.0) - Fixed: `function-calc-no-unspaced-operator` false negatives ([#7655](https://togithub.com/stylelint/stylelint/pull/7655) & [#7670](https://togithub.com/stylelint/stylelint/pull/7670) & [#7676](https://togithub.com/stylelint/stylelint/pull/7676)) ([@ybiquitous](https://togithub.com/ybiquitous) & [@romainmenke](https://togithub.com/romainmenke)). - Fixed: `selector-not-notation` autofix of the `"simple"` option ([#7703](https://togithub.com/stylelint/stylelint/pull/7703)) ([@Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `selector-max-specificity` end positions ([#7685](https://togithub.com/stylelint/stylelint/pull/7685)) ([@romainmenke](https://togithub.com/romainmenke)). - Fixed: `no-descending-specificity` end positions ([#7701](https://togithub.com/stylelint/stylelint/pull/7701)) ([@romainmenke](https://togithub.com/romainmenke)). - Fixed: missing GitHub Sponsor for `npm fund` ([#7707](https://togithub.com/stylelint/stylelint/pull/7707)) ([@ybiquitous](https://togithub.com/ybiquitous)). ### [`v16.5.0`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1650) [Compare Source](https://togithub.com/stylelint/stylelint/compare/16.4.0...16.5.0) - Added: regex support to `ignoreValues` for `value-no-vendor-prefix` ([#7650](https://togithub.com/stylelint/stylelint/pull/7650)) ([@Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `shorthand-property-no-redundant-values` false negatives for functions ([#7657](https://togithub.com/stylelint/stylelint/pull/7657)) ([@ybiquitous](https://togithub.com/ybiquitous)). - Fixed: `value-no-vendor-prefix` false negatives/positives ([#7654](https://togithub.com/stylelint/stylelint/pull/7654) & [#7658](https://togithub.com/stylelint/stylelint/pull/7658)) ([@Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `CosmiconfigResult` type error ([#7661](https://togithub.com/stylelint/stylelint/pull/7661)) ([@ybiquitous](https://togithub.com/ybiquitous)). ### [`v16.4.0`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1640) [Compare Source](https://togithub.com/stylelint/stylelint/compare/16.3.1...16.4.0) - Added: `no-unknown-custom-media` ([#7594](https://togithub.com/stylelint/stylelint/pull/7594)) ([@fpetrakov](https://togithub.com/fpetrakov)). - Added: `ignoreLonghands: []` to `declaration-block-no-redundant-longhand-properties` ([#7611](https://togithub.com/stylelint/stylelint/pull/7611)) ([@Mouvedia](https://togithub.com/Mouvedia)). - Added: `ignore: ["keyframe-selectors"]` to `rule-selector-property-disallowed-list` ([#7572](https://togithub.com/stylelint/stylelint/pull/7572)) ([@emmacharp](https://togithub.com/emmacharp)). - Added: experimental support for post processors ([#7568](https://togithub.com/stylelint/stylelint/pull/7568)) ([@YuanboXue-Amber](https://togithub.com/YuanboXue-Amber)). - Fixed: `declaration-block-no-redundant-longhand-properties` autofix conflicts ([#7626](https://togithub.com/stylelint/stylelint/pull/7626)) ([@Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `declaration-block-no-redundant-longhand-properties` autofix for `text-decoration` ([#7611](https://togithub.com/stylelint/stylelint/pull/7611)) ([@Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `declaration-block-no-shorthand-property-overrides` false negatives for `border` ([#7585](https://togithub.com/stylelint/stylelint/pull/7585)) ([@fpetrakov](https://togithub.com/fpetrakov)). - Fixed: `declaration-block-no-shorthand-property-overrides` false negatives for `font` and `border` ([#7606](https://togithub.com/stylelint/stylelint/pull/7606)) ([@Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `function-calc-no-unspaced-operator` false negatives for some math functions ([#7619](https://togithub.com/stylelint/stylelint/pull/7619)) ([@Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `function-no-unknown` false positives for `anchor` and `anchor-size` ([#7607](https://togithub.com/stylelint/stylelint/pull/7607)) ([@Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `selector-max-attribute` end positions ([#7592](https://togithub.com/stylelint/stylelint/pull/7592)) ([@romainmenke](https://togithub.com/romainmenke)). - Fixed: `selector-max-class` end positions ([#7590](https://togithub.com/stylelint/stylelint/pull/7590)) ([@romainmenke](https://togithub.com/romainmenke)). - Fixed: `selector-max-combinators` end positions ([#7596](https://togithub.com/stylelint/stylelint/pull/7596)) ([@romainmenke](https://togithub.com/romainmenke)). - Fixed: `selector-max-compound-selectors` end positions ([#7599](https://togithub.com/stylelint/stylelint/pull/7599)) ([@romainmenke](https://togithub.com/romainmenke)). - Fixed: `selector-max-pseudo-class` end positions ([#7598](https://togithub.com/stylelint/stylelint/pull/7598)) ([@romainmenke](https://togithub.com/romainmenke)). - Fixed: `selector-max-universal` end positions ([#7597](https://togithub.com/stylelint/stylelint/pull/7597)) ([@romainmenke](https://togithub.com/romainmenke)). - Fixed: `selector-type-no-unknown` false positives for experimental and deprecated HTML tags ([#7612](https://togithub.com/stylelint/stylelint/pull/7612)) ([@Mouvedia](https://togithub.com/Mouvedia)).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.
This PR has been generated by Mend Renovate. View repository job log here.