Skip to content

Update devDependencies #592

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update devDependencies #592

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 5, 2025

This PR contains the following updates:

Package Change Age Confidence
@stylistic/eslint-plugin (source) 4.2.0 -> 4.4.1 age confidence
@types/node (source) 22.15.3 -> 22.17.0 age confidence
jiti 2.4.2 -> 2.5.1 age confidence
prettier-plugin-organize-imports 4.1.0 -> 4.2.0 age confidence
prettier-plugin-packagejson 2.5.10 -> 2.5.19 age confidence
tsup (source) 8.4.0 -> 8.5.0 age confidence
vite (source) 6.3.4 -> 6.3.5 age confidence

Release Notes

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

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
unjs/jiti (jiti)

v2.5.1

Compare Source

compare changes

🩹 Fixes
  • interop: Passthrough module if it is a promise (#​389)
❤️ Contributors

v2.5.0

Compare Source

compare changes

🚀 Enhancements
  • Use sha256 for cache entries in fips mode (#​375)
  • rebuildFsCache ( JITI_REBUILD_FS_CACHE) (#​379)
🩹 Fixes
  • Interop modules with nil default export (#​377)
  • register: Handle require(<json>) (#​374)
🏡 Chore
✅ Tests
  • Update snapshot (c7cfeed)
  • Only include src for coverage report (#​372)
❤️ Contributors
simonhaenisch/prettier-plugin-organize-imports (prettier-plugin-organize-imports)

v4.2.0: 4.2.0

Compare Source

  • fix: use getDefaultCompilerOptions from vue-tsc instead of the deprecated resolveVueCompilerOptions (858cbbe)
  • feat: allow vue-tsc version 3 as peer dependency (c777cd8)
  • chore: update all dev dependencies (253d1bf)
matzkoh/prettier-plugin-packagejson (prettier-plugin-packagejson)

v2.5.19

Compare Source

Bug Fixes
  • deps: update dependency synckit to v0.11.11 (d8dd21a)

v2.5.18

Compare Source

Bug Fixes
  • deps: update dependency sort-package-json to v3.4.0 (eef209d)

v2.5.17

Compare Source

Bug Fixes
  • deps: update dependency sort-package-json to v3.3.1 (1435bf2)

v2.5.16

Compare Source

Bug Fixes
  • deps: update dependency sort-package-json to v3.2.2 (8baedc1)

v2.5.15

Compare Source

Bug Fixes
  • deps: update dependency synckit to v0.11.8 (2e50ac7)

v2.5.14

Compare Source

Bug Fixes
  • deps: update dependency synckit to v0.11.6 (7d8e522)

v2.5.13

Compare Source

Bug Fixes
  • deps: update dependency synckit to v0.11.5 (c4a55e1)

v2.5.12

Compare Source

Bug Fixes
  • deps: update dependency sort-package-json to v3.2.1 (f6214be)

v2.5.11

Compare Source

Bug Fixes
  • deps: update dependency sort-package-json to v3 (7403f86)
  • deps: update dependency synckit to v0.11.4 (8ae1382)
egoist/tsup (tsup)

v8.5.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vitejs/vite (vite)

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 5, 2025
@renovate renovate bot requested a review from Shinigami92 as a code owner May 5, 2025 22:34
Copy link
Contributor

github-actions bot commented May 5, 2025

Coverage Report

Status Category Percentage Covered / Total
🟢 Lines 94.69% (🎯 90%)
🟰 ±0%
2697 / 2848
🟢 Statements 94.69% (🎯 90%)
🟰 ±0%
2697 / 2848
🟢 Functions 96.36% (🎯 90%)
🟰 ±0%
106 / 110
🟢 Branches 93.03% (🎯 90%)
🟰 ±0%
641 / 689
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.26% 94.25% 100% 94.26% 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, 1939-1945, 1983-1988
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 #769 for commit 11ed872 by the Vitest Coverage Report Action

@renovate renovate bot force-pushed the renovate/devdependencies branch 7 times, most recently from ae03598 to e16909b Compare May 9, 2025 22:40
@renovate renovate bot force-pushed the renovate/devdependencies branch 7 times, most recently from f63f634 to 027e531 Compare May 21, 2025 04:09
@renovate renovate bot force-pushed the renovate/devdependencies branch 7 times, most recently from 81a6586 to 0b6edc9 Compare May 30, 2025 23:15
@renovate renovate bot force-pushed the renovate/devdependencies branch 3 times, most recently from b0e4b58 to 0268fd4 Compare June 6, 2025 19:39
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 9bde097 to ac2e5ba Compare June 16, 2025 14:13
@renovate renovate bot force-pushed the renovate/devdependencies branch from ac2e5ba to db5ed6c Compare June 24, 2025 23:25
@renovate renovate bot force-pushed the renovate/devdependencies branch 4 times, most recently from 1de482a to 2ab4f61 Compare July 1, 2025 23:28
@renovate renovate bot force-pushed the renovate/devdependencies branch 4 times, most recently from 6081d9b to 5bd1092 Compare July 10, 2025 19:34
@renovate renovate bot force-pushed the renovate/devdependencies branch 3 times, most recently from 7aac912 to dfb1373 Compare July 20, 2025 17:36
@renovate renovate bot force-pushed the renovate/devdependencies branch 3 times, most recently from cca442e to aa1f4dd Compare July 24, 2025 16:44
@renovate renovate bot force-pushed the renovate/devdependencies branch from aa1f4dd to 11ed872 Compare July 29, 2025 17:35
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.

0 participants