Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 2, 2025

This PR contains the following updates:

Package Change Age Confidence
@stylistic/eslint-plugin (source) 4.2.0 -> 5.2.3 age confidence
npm-run-all2 7.0.2 -> 8.0.4 age confidence
vite (source) 6.3.4 -> 7.1.1 age confidence

Release Notes

eslint-stylistic/eslint-stylistic (@​stylistic/eslint-plugin)

v5.2.3

Compare Source

Bug Fixes
  • indent: correctly locate left paren in CallExpression with specific type arguments (#​910) (f551685)
  • indent: prevent crashes during JSXFragment handling (#​919) (5937be9)

v5.2.2

Compare Source

Bug Fixes
  • no-extra-parens: skip nested TSUnionType/TSIntersectionType when nestedBinaryExpressions: false (#​905) (348f62f)
  • object-curly-spacing: prevent crash when encountering multiple non-ImportSpecifier nodes (#​907) (9b77d02)
Chores
  • padding-line-between-statements: simplify options definition (#​900) (ced7591)

v5.2.1

Compare Source

Bug Fixes
Chores
Performance

v5.2.0

Compare Source

Features
Bug Fixes
  • disallow extra properties in rule options (#​883) (bac5f3f)
  • indent: align first element when VariableDeclarator is first (#​861) (ddd14c8)
Documentation
Chores

v5.1.0

Compare Source

Bug Fixes
Build Related
Chores

v5.0.0

Compare Source

Chores

v4.4.1

Compare Source

Bug Fixes
  • keyword-spacing: check spaces around the type keyword in export declarations (#​797) (6854a3c)
Chores

v4.4.0

Compare Source

Features

v4.3.0

Compare Source

Features
Bug Fixes
  • eslint-plugin: only export interfaces in index (#​763) (93a4eb1)
  • handle new AST change on TSImportType (8f31461)
  • indent: handle ChainExpression and AwaitExpression when offsetTernaryExpressionsOffsetCallExpressions (#​751) (a1af663)
  • indent: wrong PropertyDefinition value offset when ts type have multiple line (#​774) (140e18f)
  • no-extra-parens: do not break specific ReturnStatement (#​738) (a375a92)
Documentation
Chores
bcomnes/npm-run-all2 (npm-run-all2)

v8.0.4

Compare Source

Commits

v8.0.3

Compare Source

Commits
  • Merge pull request #​175 from bcomnes/revert-pico 75bb00e
  • Revert "replace minimatch with picomatch" 5d93a54

v8.0.2

Compare Source

Commits

v8.0.1

Compare Source

Commits
  • Merge pull request #​159 from bcomnes/dependabot/npm_and_yarn/minimatch-10.0.1 54af3ab
  • Upgrade: Bump minimatch from 9.0.5 to 10.0.1 f50ddf4
  • Merge pull request #​170 from bcomnes/fix-engine-range e43e670

v8.0.0

Compare Source

Commits
  • Breaking change: Raise engine floor to >= Node 20 b1b12f8
  • Merge pull request #​169 from bcomnes/node-20-or-greater bb27458
vitejs/vite (vite)

v7.1.1

Compare Source

Bug Fixes
Miscellaneous Chores

v7.1.0

Compare Source

Features
  • support files with more than 1000 lines by generateCodeFrame (#​20508) (e7d0b2a)
Bug Fixes
Tests

v7.0.6

Compare Source

Bug Fixes
Miscellaneous Chores
Code Refactoring

v7.0.5

Compare Source

Bug Fixes
Miscellaneous Chores
Code Refactoring

v7.0.4

Compare Source

Bug Fixes
  • allow resolving bare specifiers to relative paths for entries (#​20379) (324669c)
Build System

v7.0.3

Compare Source

Bug Fixes
Miscellaneous Chores
Code Refactoring
  • minor changes to reduce diff between normal Vite and rolldown-vite (#​20354) (2e8050e)

v7.0.2

Compare Source

Bug Fixes

v7.0.1

Compare Source

Bug Fixes
Miscellaneous Chores

v7.0.0

Compare Source

v6.3.5

Compare Source


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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label May 2, 2025
@renovate renovate bot requested a review from Shinigami92 as a code owner May 2, 2025 22:43
@github-actions
Copy link
Contributor

github-actions bot commented May 2, 2025

Coverage Report

Status Category Percentage Covered / Total
🟢 Lines 94.74% (🎯 90%)
🟰 ±0%
2724 / 2875
🟢 Statements 94.74% (🎯 90%)
🟰 ±0%
2724 / 2875
🟢 Functions 96.42% (🎯 90%)
🟰 ±0%
108 / 112
🟢 Branches 92.87% (🎯 90%)
⬇️ -0.01%
652 / 702
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Unchanged Files
src/doctype-shortcut-registry.ts 100% 100% 100% 100%
src/index.ts 93.18% 100% 71.42% 93.18% 79-81, 84-86
src/logger.ts 77.46% 90.9% 81.81% 77.46% 37-46, 93-94, 153-157
src/printer.ts 94.35% 94% 100% 94.35% 337-338, 374-375, 524-526, 538-547, 552-565, 613-649, 665-666, 704-705, 790-794, 1143-1144, 1237-1238, 1265, 1274-1275, 1566-1567, 1613-1614, 1980-1986, 2024-2029
src/options/common.ts 100% 100% 100% 100%
src/options/constants.ts 100% 100% 100% 100%
src/options/converge.ts 100% 60% 100% 100%
src/options/index.ts 100% 100% 100% 100%
src/options/pug-attribute-separator.ts 89.74% 75% 100% 89.74% 52-55
src/options/pug-class-location.ts 100% 100% 100% 100%
src/options/pug-class-notation.ts 100% 100% 100% 100%
src/options/pug-closing-bracket-indent-depth.ts 100% 100% 100% 100%
src/options/pug-comment-preserve-spaces.ts 100% 100% 100% 100%
src/options/pug-explicit-div.ts 100% 100% 100% 100%
src/options/pug-framework.ts 100% 100% 100% 100%
src/options/pug-id-notation.ts 100% 100% 100% 100%
src/options/pug-preserve-attribute-brackets.ts 100% 100% 100% 100%
src/options/pug-preserve-whitespace.ts 100% 100% 100% 100%
src/options/pug-single-file-component-indentation.ts 100% 100% 100% 100%
src/options/pug-wrap-attributes.ts 100% 100% 100% 100%
src/options/types.ts 100% 100% 100% 100%
src/options/attribute-sorting/index.ts 100% 100% 100% 100%
src/options/attribute-sorting/utils.ts 95.69% 94.44% 100% 95.69% 82-83, 94-95
src/options/empty-attributes/index.ts 100% 100% 100% 100%
src/options/empty-attributes/types.ts 100% 100% 100% 100%
src/options/empty-attributes/utils.ts 100% 100% 100% 100%
src/utils/angular.ts 100% 100% 100% 100%
src/utils/common.ts 89.67% 86.11% 100% 89.67% 19-20, 27-28, 56-57, 258-259, 262-263, 269-272, 331-332
src/utils/script-mime-types.ts 87.5% 83.33% 100% 87.5% 42-43, 49-50
src/utils/svelte.ts 100% 100% 100% 100%
src/utils/vue.ts 100% 100% 100% 100%
Generated in workflow #823 for commit 3b92037 by the Vitest Coverage Report Action

@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from d16bfe7 to 5de8b32 Compare May 20, 2025 19:55
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 5de8b32 to 949c252 Compare May 25, 2025 17:20
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 949c252 to 58b4b30 Compare June 23, 2025 03:35
@renovate renovate bot changed the title Update dependency npm-run-all2 to v8 Update devDependencies (major) Jun 23, 2025
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from eba8893 to d1bc2bc Compare June 29, 2025 14:45
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 3 times, most recently from 7f6c017 to eb67ea7 Compare July 8, 2025 10:54
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 3 times, most recently from 0a2ed86 to 4cb93da Compare July 17, 2025 06:52
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 3 times, most recently from 578d58d to 368cda3 Compare July 24, 2025 05:43
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 6 times, most recently from ff3501f to d20430f Compare August 11, 2025 15:15
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from d20430f to 3b92037 Compare August 11, 2025 15:21
@Shinigami92 Shinigami92 merged commit c440279 into main Aug 11, 2025
10 checks passed
@Shinigami92 Shinigami92 deleted the renovate/major-devdependencies branch August 11, 2025 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants