diff --git a/.changeset/calm-tables-hide.md b/.changeset/calm-tables-hide.md new file mode 100644 index 0000000000..2c1776d561 --- /dev/null +++ b/.changeset/calm-tables-hide.md @@ -0,0 +1,5 @@ +--- +"stylelint": patch +--- + +Fixed: `selector-pseudo-class-allowed-list` end positions and message ([#6262](https://github.com/stylelint/stylelint/pull/6262)) diff --git a/.changeset/changelog-stylelint.js b/.changeset/changelog-stylelint.js index de7d8e335e..66aee84c84 100644 --- a/.changeset/changelog-stylelint.js +++ b/.changeset/changelog-stylelint.js @@ -82,13 +82,11 @@ const changelogFunctions = { : links.user; const suffix = [ - links.pull === null ? '' : ` ${links.pull}`, - users === null ? '' : ` Thanks ${users}!`, + links.pull === null ? '' : ` (${links.pull})`, + users === null ? '' : ` (${users})`, ].join(''); - return `\n\n- ${firstLine}${futureLines.map((l) => ` ${l}`).join('\n')}${ - suffix ? ' (' + suffix + ')' : '' - }.\n`; + return `\n\n- ${firstLine}${futureLines.map((l) => ` ${l}`).join('\n')}${suffix}.\n`; }, async getDependencyReleaseLine() { return ''; diff --git a/.changeset/chatty-eagles-act.md b/.changeset/chatty-eagles-act.md new file mode 100644 index 0000000000..54a0749bc2 --- /dev/null +++ b/.changeset/chatty-eagles-act.md @@ -0,0 +1,5 @@ +--- +"stylelint": patch +--- + +Fixed: `selector-no-vendor-prefix` end positions ([#6261](https://github.com/stylelint/stylelint/pull/6261)) diff --git a/.changeset/cold-peas-push.md b/.changeset/cold-peas-push.md new file mode 100644 index 0000000000..a3e732eb44 --- /dev/null +++ b/.changeset/cold-peas-push.md @@ -0,0 +1,5 @@ +--- +"stylelint": patch +--- + +Fixed: `shorthand-property-no-redundant-values` message ([#6272](https://github.com/stylelint/stylelint/pull/6272)) diff --git a/.changeset/cool-baboons-cross.md b/.changeset/cool-baboons-cross.md new file mode 100644 index 0000000000..5274c9cfb8 --- /dev/null +++ b/.changeset/cool-baboons-cross.md @@ -0,0 +1,5 @@ +--- +"stylelint": patch +--- + +Fixed: `selector-pseudo-element-disallowed-list` end positions and message ([#6270](https://github.com/stylelint/stylelint/pull/6270)) diff --git a/.changeset/empty-humans-bake.md b/.changeset/empty-humans-bake.md new file mode 100644 index 0000000000..d17deb14e6 --- /dev/null +++ b/.changeset/empty-humans-bake.md @@ -0,0 +1,5 @@ +--- +"stylelint": patch +--- + +Fixed: `selector-pseudo-element-allowed-list` end positions and message ([#6270](https://github.com/stylelint/stylelint/pull/6270)) diff --git a/.changeset/modern-plants-nail.md b/.changeset/modern-plants-nail.md new file mode 100644 index 0000000000..03b5f15000 --- /dev/null +++ b/.changeset/modern-plants-nail.md @@ -0,0 +1,5 @@ +--- +"stylelint": patch +--- + +Fixed: `time-min-milliseconds` end positions ([#6273](https://github.com/stylelint/stylelint/pull/6273)) diff --git a/.changeset/plenty-timers-learn.md b/.changeset/plenty-timers-learn.md new file mode 100644 index 0000000000..385ec1f144 --- /dev/null +++ b/.changeset/plenty-timers-learn.md @@ -0,0 +1,5 @@ +--- +"stylelint": patch +--- + +Fixed: `keyframes-name-pattern` false positives for interpolation ([#6265](https://github.com/stylelint/stylelint/pull/6265)) diff --git a/.changeset/serious-teachers-juggle.md b/.changeset/serious-teachers-juggle.md new file mode 100644 index 0000000000..359cca3201 --- /dev/null +++ b/.changeset/serious-teachers-juggle.md @@ -0,0 +1,5 @@ +--- +"stylelint": patch +--- + +Fixed: `selector-nested-pattern` end positions ([#6259](https://github.com/stylelint/stylelint/pull/6259)) diff --git a/.changeset/shy-clouds-joke.md b/.changeset/shy-clouds-joke.md new file mode 100644 index 0000000000..7ec075f6f1 --- /dev/null +++ b/.changeset/shy-clouds-joke.md @@ -0,0 +1,5 @@ +--- +"stylelint": patch +--- + +Fixed: `selector-no-qualifying-type` message, positions, and false positives ([#6260](https://github.com/stylelint/stylelint/pull/6260)) diff --git a/.changeset/sour-socks-type.md b/.changeset/sour-socks-type.md new file mode 100644 index 0000000000..10df222880 --- /dev/null +++ b/.changeset/sour-socks-type.md @@ -0,0 +1,5 @@ +--- +"stylelint": patch +--- + +Fixed: `createPlugin` type definition ([#6264](https://github.com/stylelint/stylelint/pull/6264)) diff --git a/.changeset/wise-kiwis-repeat.md b/.changeset/wise-kiwis-repeat.md new file mode 100644 index 0000000000..7292b4c5dd --- /dev/null +++ b/.changeset/wise-kiwis-repeat.md @@ -0,0 +1,5 @@ +--- +"stylelint": patch +--- + +Fixed: `selector-pseudo-class-disallowed-list` end positions and message ([#6263](https://github.com/stylelint/stylelint/pull/6263)) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8337654dfe..da56284d08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,21 +1,5 @@ # Changelog -All notable changes to this project are documented in this file. - -## Head - -- Fixed: `createPlugin` type definition ([#6264](https://github.com/stylelint/stylelint/pull/6264)). -- Fixed: `keyframes-name-pattern` false positives for interpolation ([#6265](https://github.com/stylelint/stylelint/pull/6265)). -- Fixed: `selector-nested-pattern` end positions ([#6259](https://github.com/stylelint/stylelint/pull/6259)). -- Fixed: `selector-no-qualifying-type` message, positions, and false positives ([#6260](https://github.com/stylelint/stylelint/pull/6260)). -- Fixed: `selector-no-vendor-prefix` end positions ([#6261](https://github.com/stylelint/stylelint/pull/6261)). -- Fixed: `selector-pseudo-class-allowed-list` end positions and message ([#6262](https://github.com/stylelint/stylelint/pull/6262)). -- Fixed: `selector-pseudo-class-disallowed-list` end positions and message ([#6263](https://github.com/stylelint/stylelint/pull/6263)). -- Fixed: `selector-pseudo-element-allowed-list` end positions and message ([#6270](https://github.com/stylelint/stylelint/pull/6270)). -- Fixed: `selector-pseudo-element-disallowed-list` end positions and message ([#6270](https://github.com/stylelint/stylelint/pull/6270)). -- Fixed: `shorthand-property-no-redundant-values` message ([#6272](https://github.com/stylelint/stylelint/pull/6272)). -- Fixed: `time-min-milliseconds` end positions ([#6273](https://github.com/stylelint/stylelint/pull/6273)). - ## 14.10.0 - Added: rule metadata to public `LinterResult` API ([#6166](https://github.com/stylelint/stylelint/pull/6166)).