fix(deps): update lint packages#174
Open
MFSGA wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
20.3.1→20.5.320.3.1→20.5.34.7.0→4.7.10.0.4→0.1.416.2.6→16.4.03.6.2→3.8.42.1.0→2.1.60.7.2→0.8.07.4.0→7.7.07.0.0→7.0.16.12.1→6.14.0Release Notes
conventional-changelog/commitlint (@commitlint/cli)
v20.5.3Compare Source
Note: Version bump only for package @commitlint/cli
v20.5.2Compare Source
Note: Version bump only for package @commitlint/cli
v20.5.0Compare Source
Bug Fixes
20.4.4 (2026-03-12)
Note: Version bump only for package @commitlint/cli
20.4.3 (2026-03-03)
Bug Fixes
20.4.2 (2026-02-19)
Note: Version bump only for package @commitlint/cli
20.4.1 (2026-02-02)
Note: Version bump only for package @commitlint/cli
v20.4.4Compare Source
Note: Version bump only for package @commitlint/cli
v20.4.3Compare Source
Bug Fixes
v20.4.2Compare Source
Note: Version bump only for package @commitlint/cli
v20.4.1Compare Source
Note: Version bump only for package @commitlint/cli
v20.4.0Compare Source
Features
20.3.1 (2026-01-08)
Note: Version bump only for package @commitlint/cli
conventional-changelog/commitlint (@commitlint/config-conventional)
v20.5.3Compare Source
Note: Version bump only for package @commitlint/config-conventional
v20.5.0Compare Source
Note: Version bump only for package @commitlint/config-conventional
20.4.4 (2026-03-12)
Note: Version bump only for package @commitlint/config-conventional
20.4.3 (2026-03-03)
Bug Fixes
20.4.2 (2026-02-19)
Note: Version bump only for package @commitlint/config-conventional
20.4.1 (2026-02-02)
Note: Version bump only for package @commitlint/config-conventional
v20.4.4Compare Source
Note: Version bump only for package @commitlint/config-conventional
v20.4.3Compare Source
Bug Fixes
v20.4.2Compare Source
Note: Version bump only for package @commitlint/config-conventional
v20.4.1Compare Source
Note: Version bump only for package @commitlint/config-conventional
v20.4.0Compare Source
Features
20.3.1 (2026-01-08)
Note: Version bump only for package @commitlint/config-conventional
ianvs/prettier-plugin-sort-imports (@ianvs/prettier-plugin-sort-imports)
v4.7.1Compare Source
What's Changed
Fixes
Dependencies
Docs
New Contributors
Full Changelog: IanVS/prettier-plugin-sort-imports@v4.7.0...v4.7.1
prettier/prettier (@prettier/plugin-oxc)
v0.1.4Compare Source
v0.1.3Compare Source
v0.1.2Compare Source
v0.1.1Compare Source
v0.1.0Compare Source
v0.0.5Compare Source
lint-staged/lint-staged (lint-staged)
v16.4.0Compare Source
Minor Changes
687fc90Thanks @hyperz111! - Replacemicromatchwithpicomatchto reduce dependencies.v16.3.4Compare Source
Patch Changes
9d6e827Thanks @iiroj! - Update dependencies, includingtinyexec@1.0.4to make sure localnode_modules/.binare preferred to global locations (released intinyexec@1.0.3).v16.3.3Compare Source
Patch Changes
0109e8dThanks @iiroj! - Make sure Git's warning about CRLF line-endings doesn't interfere with creating initial backup stash.v16.3.2Compare Source
Patch Changes
2adaf6cThanks @iiroj! - Hide the extracmdwindow on Windows by spawning tasks without thedetachedoption.v16.3.1Compare Source
Patch Changes
cd5d762Thanks @iiroj! - Removenano-spawnas a dependency frompackage.jsonas it was replaced withtinyexecand is no longer used.v16.3.0Compare Source
Minor Changes
#1698
feda37aThanks @iiroj! - Run external processes withtinyexecinstead ofnano-spawn.nano-spawnreplacedexecain lint-staged version 16 to limit the amount of npm dependencies required, but caused some unknown issues related to spawning tasks. Let's hopetinyexecimproves the situation.#1699
1346d16Thanks @iiroj! - Removepidtreeas a dependency. When a task fails, its sub-processes are killed more efficiently via the process group on Unix systems, and thetaskkillcommand on Windows.Patch Changes
87467aaThanks @iiroj! - Incorrect brace expansions like*.{js}(nothing to expand) are detected exhaustively, instead of just a single pass.v16.2.7Compare Source
Patch Changes
ef74c8dThanks @iiroj! - Do not display a "failed to spawn" error message when a task fails normally. This message is reserved for when the task didn't run because spawning it failed.prettier/prettier (prettier)
v3.8.4Compare Source
diff
Markdown: Fix blank lines between list items and nested sub-lists being removed in Markdown/MDX (#17746 by @byplayer)
Prettier was removing blank lines between list items and their nested sub-lists, converting loose lists into tight lists and changing their semantic meaning.
v3.8.3Compare Source
diff
SCSS: Prevent trailing comma in
if()function (#18471 by @kovsu)v3.8.2Compare Source
diff
Angular: Support Angular v21.2 (#18722, #19034 by @fisker)
Exhaustive typechecking with
@default never;arrow functionandinstanceofexpressions.v3.8.1Compare Source
diff
Include available
printersin plugin type declarations (#18706 by @porada)v3.8.0Compare Source
diff
🔗 Release Notes
v3.7.4Compare Source
diff
LWC: Avoid quote around interpolations (#18383 by @kovsu)
TypeScript: Fix comment inside union type gets duplicated (#18393 by @fisker)
TypeScript: Fix unstable comment print in union type comments (#18395 by @fisker)
v3.7.3Compare Source
diff
API: Fix
prettier.getFileInfo()change that breaks VSCode extension (#18375 by @fisker)An internal refactor accidentally broke the VSCode extension plugin loading.
v3.7.2Compare Source
diff
JavaScript: Fix string print when switching quotes (#18351 by @fisker)
JavaScript: Preserve quote for embedded HTML attribute values (#18352 by @kovsu)
TypeScript: Fix comment in empty type literal (#18364 by @fisker)
v3.7.1Compare Source
diff
API: Fix performance regression in doc printer (#18342 by @fisker)
Prettier 3.7.0 can be very slow when formatting big files, the regression has been fixed.
v3.7.0Compare Source
diff
🔗 Release Notes
ember-tooling/prettier-plugin-ember-template-tag (prettier-plugin-ember-template-tag)
v2.1.6🏠 Internal
prettier-plugin-ember-template-tagCommitters: 2
v2.1.5🐛 Bug Fix
prettier-plugin-ember-template-tagtemplateExportDefault: truenot addingexport defaultto bare module-level templates (@Copilot)Committers: 1
v2.1.4🐛 Bug Fix
prettier-plugin-ember-template-tag🏠 Internal
prettier-plugin-ember-template-tagCommitters: 2
v2.1.3🐛 Bug Fix
prettier-plugin-ember-template-tag🏠 Internal
prettier-plugin-ember-template-tagCommitters: 1
v2.1.2prettier-plugin-ember-template-tag 2.1.2 (patch)
🐛 Bug Fix
prettier-plugin-ember-template-tagCommitters: 1
v2.1.1prettier-plugin-ember-template-tag 2.1.1 (patch)
🐛 Bug Fix
prettier-plugin-ember-template-tagCommitters: 1
tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)
v0.8.0Compare Source
Changed
Added
/sorter(#438)Fixed
canCollapseWhitespaceInhandling for"tailwindPreserveWhitespace": true(#428)v0.7.4Compare Source
Same as v0.7.2, since v0.7.3 contained breaking changes.
v0.7.3Compare Source
Changed
Fixed
stormwarning/stylelint-config-recess-order (stylelint-config-recess-order)
v7.7.0Compare Source
Minor Changes
Thanks @FloEdelmann!
v7.6.1Compare Source
Patch Changes
anchor-centerproperty (#458)scroll-behaviorproperty (#457)v7.6.0Compare Source
Minor Changes
anchor-nameanchor-scopeposition-areaposition-anchorposition-tryposition-try-orderposition-try-fallbacksposition-visibilityv7.5.0Compare Source
Minor Changes
Thanks @aicest!
cornercorner-*propertiescorner-shapecorner-*-shapepropertiesPatch Changes
Add support for Stylelint v17 (#447)
Updated peerDependencies version ranges for
stylelintandstylelint-order.Fixes #446
hudochenkov/stylelint-order (stylelint-order)
v7.0.1Compare Source
stylelint-scss/stylelint-scss (stylelint-scss)
v6.14.0Compare Source
dollar-variable-no-missing-interpolationreport namespaced variables in custom properties (#1225).function-disallowed-listcheck disallowed functions inside@returnexpressions (#1214).dollar-variable-no-missing-interpolationfix false positive for variables already inside interpolation (#1213).Full Changelog: stylelint-scss/stylelint-scss@v6.13.0...v6.14.0
v6.13.0Compare Source
at-mixin-argumentless-call-parentheseshandle mixin calls with content block arguments (#1185).at-function-pattern,at-mixin-pattern,dollar-variable-pattern,percent-placeholder-patternadd support for arguments in custom messages (#1187).dollar-variable-no-missing-interpolationcheck for CSS custom properties, add autofix, rule documentation improvements (#1195).dollar-variable-colon-space-afterprevent TypeError for dynamically created nodes (#1159).load-partial-extensionadd missing link to docs (#1202).context.fix(#1206).stylelintpeer dependency version to^16.8.2(required by autofix callback) (#1206).Full Changelog: stylelint-scss/stylelint-scss@v6.12.1...v6.13.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate.