Skip to content

chore(deps): update all non-major dependencies #37

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 14, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@eslint/markdown ^6.4.0 -> ^6.6.0 age adoption passing confidence devDependencies minor
@stylistic/eslint-plugin (source) ^4.2.0 -> ^4.4.1 age adoption passing confidence devDependencies minor
@types/bun (source) ^1.2.13 -> ^1.2.20 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) ^8.32.1 -> ^8.39.1 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) ^8.32.1 -> ^8.39.1 age adoption passing confidence devDependencies minor
@typescript-eslint/utils (source) ^8.32.1 -> ^8.39.1 age adoption passing confidence dependencies minor
@unocss/config (source) 66.1.1 -> 66.4.2 age adoption passing confidence dependencies minor
@unocss/core (source) 66.1.1 -> 66.4.2 age adoption passing confidence dependencies minor
@vitest/eslint-plugin ^1.1.44 -> ^1.3.4 age adoption passing confidence devDependencies minor
bumpp ^10.1.0 -> ^10.2.3 age adoption passing confidence devDependencies minor
changelogen ^0.6.1 -> ^0.6.2 age adoption passing confidence devDependencies patch
eslint-flat-config-utils ^2.0.1 -> ^2.1.1 age adoption passing confidence devDependencies minor
eslint-plugin-command ^3.2.0 -> ^3.3.1 age adoption passing confidence devDependencies minor
eslint-plugin-import-x ^4.11.1 -> ^4.16.1 age adoption passing confidence devDependencies minor
eslint-plugin-jsdoc ^50.6.14 -> ^50.8.0 age adoption passing confidence devDependencies minor
eslint-plugin-jsonc (source) ^2.20.0 -> ^2.20.1 age adoption passing confidence devDependencies patch
eslint-plugin-n ^17.18.0 -> ^17.21.3 age adoption passing confidence devDependencies minor
eslint-plugin-perfectionist (source) ^4.13.0 -> ^4.15.0 age adoption passing confidence devDependencies minor
eslint-plugin-regexp ^2.7.0 -> ^2.10.0 age adoption passing confidence devDependencies minor
eslint-plugin-vue (source) ^10.1.0 -> ^10.4.0 age adoption passing confidence devDependencies minor
eslint-vitest-rule-tester ^2.2.0 -> ^2.2.1 age adoption passing confidence devDependencies patch
node (source) >=22.15.0 -> >=22.18.0 age adoption passing confidence engines minor
synckit ^0.11.4 -> ^0.11.11 age adoption passing confidence dependencies patch
unbuild 3.5.0 -> 3.6.1 age adoption passing confidence devDependencies minor
unocss (source) ^66.1.1 -> ^66.4.2 age adoption passing confidence dependencies minor
vitest (source) ^3.1.3 -> ^3.2.4 age adoption passing confidence devDependencies minor
vue-eslint-parser ^10.1.3 -> ^10.2.0 age adoption passing confidence devDependencies minor

Release Notes

eslint/markdown (@​eslint/markdown)

v6.6.0

Compare Source

Features
Bug Fixes
  • ensure ATX headings follow spec for space after hash characters (#​421) (bab9670)

v6.5.0

Compare Source

Features
Bug Fixes
  • no-invalid-label-refs do not report correct position (#​366) (ed01747)
  • no-missing-label-refs rule does not respect escaping (#​348) (cb6b437)
  • update require-alt-text rule to ignore commented images (#​385) (b2fc801)
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
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.39.1

Compare Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.39.0

Compare Source

🚀 Features
  • eslint-plugin: [only-throw-error] support yield/await expressions (#​11417)
  • eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#​11427)
  • update to TypeScript 5.9.2 (#​11445)
  • eslint-plugin: [naming-convention] add enumMember PascalCase default option (#​11127)
🩹 Fixes
  • eslint-plugin: [no-unsafe-assignment] add an unsafeObjectPattern message (#​11403)
  • eslint-plugin: [prefer-optional-chain] ignore check option for most RHS of a chain (#​11272)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.38.0

Compare Source

🩹 Fixes
  • disallow extra properties in rule options (#​11397)
  • eslint-plugin: [consistent-generic-constructors] resolve conflict with isolatedDeclarations if enabled in constructor option (#​11351)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.37.0

Compare Source

🩹 Fixes
  • eslint-plugin: [unified-signatures] fix false positives for ignoreOverloadsWithDifferentJSDoc option (#​11381)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.36.0

Compare Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.35.1

Compare Source

🩹 Fixes
  • remove prettier from eslint-plugin (#​11339)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.35.0

Compare Source

🚀 Features
  • eslint-plugin: [no-base-to-string] add checkUnknown Option (#​11128)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.34.1

Compare Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.34.0

Compare Source

🩹 Fixes
  • typescript-estree: add validation to interface extends (#​11271)
❤️ Thank You
  • Tao

You can read about our versioning strategy and releases on our website.

v8.33.1

Compare Source

🩹 Fixes
  • exclude docs/ directory from eslint-plugin package (#​11251)
❤️ Thank You
  • roottool

You can read about our versioning strategy and releases on our website.

v8.33.0

Compare Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.39.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.39.0

Compare Source

🚀 Features
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.38.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.37.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.36.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.35.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.35.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.34.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.34.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.33.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.33.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/utils)

v8.39.1

Compare Source

This was a version bump only for utils to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.39.0

Compare Source

🚀 Features
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.38.0

Compare Source

This was a version bump only for utils to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.37.0

Compare Source

This was a version bump only for utils to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.36.0

Compare Source

🚀 Features
  • typescript-eslint: support basePath in tseslint.config() (#​11357)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.35.1

Compare Source

This was a version bump only for utils to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.35.0

Compare Source

This was a version bump only for utils to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.34.1

Compare Source

This was a version bump only for utils to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.34.0

Compare Source

This was a version bump only for utils to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

[v8.33.1](h


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 force-pushed the renovate/all-minor-patch branch from cb8eb89 to 514da15 Compare May 14, 2025 14:55
@renovate renovate bot changed the title chore(deps): update dependency synckit to ^0.11.5 chore(deps): update all non-major dependencies May 14, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from fd269cb to a0d9dfe Compare May 21, 2025 18:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f76d5a7 to d65d644 Compare May 24, 2025 05:16
@renovate renovate bot added minor and removed patch labels May 24, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 1326696 to 4660b8b Compare May 30, 2025 13:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 14a10f8 to 26d6bb3 Compare July 1, 2025 21:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from c892bee to 63565e9 Compare July 7, 2025 17:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from d423a5b to 6284024 Compare July 19, 2025 15:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from f8d7001 to fb9cfa0 Compare July 28, 2025 19:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from d0f94a6 to bf1e59b Compare August 12, 2025 09:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bf1e59b to 03367b1 Compare August 15, 2025 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants