chore(deps): update devdependencies by renovate[bot] · Pull Request #631 · prettier/plugin-pug
This PR contains the following updates:
Release Notes
eslint-stylistic/eslint-stylistic (@stylistic/eslint-plugin)
v5.10.0
Features
- list-style: allow 'off' in overrides (#1144) (c43bd4b)
- padding-line-between-statements: introduce
lineModefor selector matcher (#1143) (1ebd6d8)
Build Related
- deps: bump actions/download-artifact from 7 to 8 (#1153) (78ca032)
- deps: bump actions/upload-artifact from 6 to 7 (#1154) (01f7b17)
Performance
- no export all for @typescript-eslint/utils (#1150) (258f9d8)
v5.9.0
Features
- no-trailing-spaces: support more file types (#1138) (501e838)
- padding-line-between-statements: support selector-based statement matchers (#1134) (8f5cc9e)
- support ESLint 10 (#1066) (5d99706)
- update deps (#1141) (f29fcff)
Bug Fixes
- comma-dangle: check tsx file correctly (#1127) (271da42)
- comma-dangle: prevent crash when linting non-js files (#1140) (4a96eae)
- indent: ignore when source code is not ESTree (#1139) (9e7f422)
- no-extra-parens: don't report jsdoc type assertion by default (#1100) (cfb6296)
- object-curly-spacing: correctly handle object patterns with type annotations (#1129) (5aaaec6)
Chores
- lines-around-comment: improve extensibility of allow boundary checks (#1136) (18b961e)
- no-extra-parens: simplify fixer (#1133) (3504e1f)
- on-var-declaration-per-line: simplify fixer (#1132) (c827fde)
v5.8.0
Features
- list-style: support if statement (#1119) (23b25ab)
- new rule
jsx-props-style(#1118) (dc9cc1b) - space-unary-ops: allow override
ts-non-null(#1120) (faca500) - upgrade deps (#1122) (773da95)
Bug Fixes
v5.7.1
Bug Fixes
- add
metato plugin (#1102) (f9d8a21) - deps: revert
eslint-visitor-keysandespreeto compatible versions (#1111) (572f1ab) - disable-legacy: disable
multiline-comment-style(#1103) (03fc476) - no-whitespace-before-property: detect whitespace in
TSIndexedAccessTypewith parens (#1099) (60aafcb) - upgrade deps (#1112) (29a1d0a)
Documentation
Chores
- extract
safeReplaceTextBetweento reuse common fix logic (#1104) (a49451f) - jsx-rules: cleanup
meta, usedefaultOptions(#1108) (55bbd1d) - line-comment-position: simplify options initialization (#1106) (4d6b10a)
- use
defaultOptionsin rules (#1105) (666e8ee)
v5.7.0
Features
- customize: allow indent option as full rule options (#1091) (ab50c71)
- deprecate
jsx-sort-propsin favor ofeslint-plugin-perfectionist(#1071) (622b888) - dot-location: support
MetaProperty,TSQualifiedName,TSImportType,JSXMemberExpression(#1063) (c296e42) - eol-last: improve to make language-agnostic (#1051) (9152494)
- linebreak-style: improve to make language-agnostic (#1050) (132926d)
- type-annotation-spacing: allow ignore check
arrow(#1080) (1aaf61f) - update deps, support @typescript-eslint/parser >=8.48.0 (#1095) (172ef89)
Bug Fixes
- list-style: replace text range with delimiter directly (#1062) (c2ac348)
- object-curly-spacing: allow space before comment in multi-line objects (#1076) (d73c03e)
Documentation
Build Related
- deps: bump actions/checkout from 5 to 6 (#1061) (767efe4)
- deps: bump actions/download-artifact from 6 to 7 (#1067) (272e75d)
- deps: bump actions/upload-artifact from 5 to 6 (#1068) (50239e3)
Chores
- docs: extract local vite plugins from
vite.config.ts(#1081) (79e6c6b) - indent: simplify handling of
TSConditionalType(#1075) (233c967) - indent: simplify handling of
TSMappedType(#1073) (30b6bb3) - member-delimiter-style: use auto-generated types (#1089) (580164b)
- padding-line-between-statements: use auto-generated types (#1090) (a80aefb)
- replace
hasCommentsBetweenwithsourceCode.commentsExistBetween(#1094) (77e1370) - test-utils: replace language conditionals with a config object (#1064) (e78a122)
- utils: simplify type guards, cleanup typings & docs (#1086) (843428e)
v5.6.1
Bug Fixes
v5.6.0
Features
- arrow-spacing: support
TSFunctionTypeandTSConstructorType(#1036) (a5380d2) - computed-property-spacing: support
TSIndexedAccessType(#1047) (d6e7437) - no-whitespace-before-property: support TS nodes (#1046) (684ff76)
- type-annotation-spacing: deprecate
overrides.arrowin favor ofarrow-spacing(#1037) (598bbb0) - update deps (#1052) (29d09cc)
Bug Fixes
Documentation
- no-extra-parens: add missing
]in various examples. (#1048) (88248cf) - quotes: update deprecated options to latest and add tips (#1026) (dc949f8)
Build Related
- deps: bump actions/download-artifact from 5 to 6 (#1033) (8845342)
- deps: bump actions/setup-node from 5 to 6 (#1029) (aa2f991)
- deps: bump actions/upload-artifact from 4 to 5 (#1034) (657e8ce)
Chores
- indent: cleanup
TestCaseError#nodeType(#1043) (3fcec3e) - indent: simplify logic in
JSXText(#1027) (d83c5b0) - space-infix-ops: simplify logic (#1022) (6d57a7d)
- type-annotation-spacing: simplify type definitions (#1031) (aa6a0a3)
- type-annotation-spacing: use
unindentfor better collapse (#1032) (839502a) - type-generic-spacing: remove logic duplicated with
comma-spacing(#1024) (361cfc8) - upgrade to vitest v4 (#1040) (c9d684b)
un-ts/prettier (prettier-plugin-pkg)
v0.22.1
Patch Changes
- #503
9e065b9Thanks @porada! - Fixed an omission in script sorting where defaultpre/postlifecycle scripts were treated as unrelated hooks and not sorted together.
v0.22.0
Minor Changes
egoist/tsup (tsup)
v8.5.1
🐞 Bug Fixes
- Add script tag validation - by @benhoad in #1314 (df736)
- Update esbuild to fix sourcemap source issue - by @ArcherGu and @sxzz in #1316 (fb8ae)
View changes on GitHub
vitejs/vite (vite)
v7.3.1
Please refer to CHANGELOG.md for details.
v7.3.0
Please refer to CHANGELOG.md for details.
v7.2.7
v7.2.6
7.2.6 (2025-12-01)
v7.2.4
Bug Fixes
v7.2.3
Bug Fixes
- allow multiple
bindCLIShortcutscalls with shortcut merging (#21103) (5909efd) - deps: update all non-major dependencies (#21096) (6a34ac3)
- deps: update all non-major dependencies (#21128) (4f8171e)
Performance Improvements
Miscellaneous Chores
- deps: update dependency @rollup/plugin-commonjs to v29 (#21099) (02ceaec)
- deps: update rolldown-related dependencies (#21095) (39a0a15)
- deps: update rolldown-related dependencies (#21127) (5029720)
v7.2.2
Bug Fixes
v7.2.1
Bug Fixes
Code Refactoring
v7.2.0
Bug Fixes
- css: fallback to sass when sass-embedded platform binary is missing (#21002) (b1fd616)
- module-runner: make
getBuiltinsresponse JSON serializable (#21029) (ad5b3bf) - types: add undefined to optional properties for exactOptionalProperties type compatibility (#21040) (2833c55)
Miscellaneous Chores
Configuration
📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
- If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.