Bumps the all group with 3 updates in the / directory: eslint-plugin-prettier, prettier and stylelint.
Updates eslint-plugin-prettier from 5.5.4 to 5.5.5
Release notes
Sourced from eslint-plugin-prettier's releases.
v5.5.5
Patch Changes
Changelog
Sourced from eslint-plugin-prettier's changelog.
5.5.5
Patch Changes
Commits
e2c154a chore: release eslint-plugin-prettier (#773)
6795c1a build(deps): Bump the actions group across 1 directory with 2 updates (#774)
77651a3 fix: bump synckit for yarn PnP ESM issue (#776)
7264ed0 chore: bump prettier-linter-helpers to v1.0.1 (#772)
e11a5b7 build(deps): Bump the actions group across 1 directory with 3 updates (#769)
befda88 ci: enable trusted publishing (#757)
- See full diff in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for eslint-plugin-prettier since your current version.
Updates prettier from 3.7.4 to 3.8.0
Release notes
Sourced from prettier's releases.
3.8.0
diff
🔗 Release note "Prettier 3.8: Support for Angular v21.1"
Changelog
Sourced from prettier's changelog.
3.8.0
diff
🔗 Release Notes
Commits
Updates stylelint from 16.26.1 to 17.0.0
Release notes
Sourced from stylelint's releases.
17.0.0
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).
Changelog
Sourced from stylelint's changelog.
17.0.0 - 2026年01月15日
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).
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
@dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
@dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
@dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
@dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
Bumps the all group with 3 updates in the / directory: eslint-plugin-prettier, prettier and stylelint.
Updates
eslint-plugin-prettierfrom 5.5.4 to 5.5.5Release notes
Sourced from eslint-plugin-prettier's releases.
Changelog
Sourced from eslint-plugin-prettier's changelog.
Commits
e2c154achore: release eslint-plugin-prettier (#773)6795c1abuild(deps): Bump the actions group across 1 directory with 2 updates (#774)77651a3fix: bump synckit for yarn PnP ESM issue (#776)7264ed0chore: bump prettier-linter-helpers to v1.0.1 (#772)e11a5b7build(deps): Bump the actions group across 1 directory with 3 updates (#769)befda88ci: enable trusted publishing (#757)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for eslint-plugin-prettier since your current version.
Updates
prettierfrom 3.7.4 to 3.8.0Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
Commits
812a4d0Release 3.8.06cc1be3Consistent title6d9bef0Apply automated changes3744a18Update code example9a3eddeUpdate82dc52cRegeneratedc2de1aRegenerate5aa6966Regeneratedaeeb51Another versiona282985Add blog postUpdates
stylelintfrom 16.26.1 to 17.0.0Release notes
Sourced from stylelint's releases.
Changelog
Sourced from stylelint's changelog.
Commits
a3e96bdRelease 17.0.0 (#8969)4587f26Revert "Add v17 branch to CI workflow" (#8952)0eb7972Revert "Changetarget-branchtov17in Dependabot config" (#8951)44362b1Merge pull request #8870 from stylelint/v1771d3303Revert "chore: bump version to 17.0.0" (#8917)5471609Use special'module.exports'export (#8967)022924eUpdate@csstools/*(#8968)62fb7c8Document extension in bug template (#8965)252c148Bump the eslint group with 2 updates (#8963)2d165c6Bump stylelint/.github/.github/workflows/call-release.yml from 0.5.0 to 0.5.1...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions