Skip to content

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

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

Merged
merged 1 commit into from
May 13, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 21, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@eslint-community/eslint-plugin-eslint-comments ^4.4.1 -> ^4.5.0 age adoption passing confidence devDependencies minor
@eslint/markdown ^6.3.0 -> ^6.4.0 age adoption passing confidence devDependencies minor
@stacksjs/eslint-config ^4.10.2-beta.1 -> ^4.10.2-beta.3 age adoption passing confidence dependencies patch
@types/bun (source) ^1.2.5 -> ^1.2.13 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) ^8.27.0 -> ^8.32.1 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) ^8.27.0 -> ^8.32.1 age adoption passing confidence devDependencies minor
@typescript-eslint/utils (source) ^8.27.0 -> ^8.32.1 age adoption passing confidence dependencies minor
@unocss/config (source) 66.0.0 -> 66.1.1 age adoption passing confidence dependencies minor
@unocss/core (source) 66.0.0 -> 66.1.1 age adoption passing confidence dependencies minor
@vitest/eslint-plugin ^1.1.38 -> ^1.1.44 age adoption passing confidence devDependencies patch
eslint-plugin-command ^3.1.0 -> ^3.2.0 age adoption passing confidence devDependencies minor
eslint-plugin-import-x ^4.9.1 -> ^4.11.1 age adoption passing confidence devDependencies minor
eslint-plugin-jsdoc ^50.6.8 -> ^50.6.14 age adoption passing confidence devDependencies patch
eslint-plugin-jsonc (source) ^2.19.1 -> ^2.20.0 age adoption passing confidence devDependencies minor
eslint-plugin-n ^17.16.2 -> ^17.18.0 age adoption passing confidence devDependencies minor
eslint-plugin-perfectionist (source) ^4.10.1 -> ^4.13.0 age adoption passing confidence devDependencies minor
eslint-plugin-vue (source) ^10.0.0 -> ^10.1.0 age adoption passing confidence devDependencies minor
eslint-plugin-yml (source) ^1.17.0 -> ^1.18.0 age adoption passing confidence devDependencies minor
eslint-vitest-rule-tester ^2.1.0 -> ^2.2.0 age adoption passing confidence devDependencies minor
node (source) >=22.14.0 -> >=22.15.0 age adoption passing confidence engines minor
synckit ^0.10.0 -> ^0.11.4 age adoption passing confidence dependencies minor
unocss (source) ^66.0.0 -> ^66.1.1 age adoption passing confidence dependencies minor
vitest (source) ^3.0.9 -> ^3.1.3 age adoption passing confidence devDependencies minor
vue-eslint-parser ^10.1.1 -> ^10.1.3 age adoption passing confidence devDependencies patch

Release Notes

eslint-community/eslint-plugin-eslint-comments (@​eslint-community/eslint-plugin-eslint-comments)

v4.5.0

Compare Source

Features
eslint/markdown (@​eslint/markdown)

v6.4.0

Compare Source

Features
Bug Fixes
  • enhance fenced code language rule to support tilde as a delimiter (#​344) (852645e)
  • replace IMarkdownSourceCode with MarkdownSourceCode (#​336) (ec2846b)
stacksjs/eslint-config (@​stacksjs/eslint-config)

v4.10.2-beta.3

Compare Source

No significant changes

    View changes on GitHub

v4.10.2-beta.2

Compare Source

compare changes

🏡 Chore
❤️ Contributors
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.32.1

Compare Source

🩹 Fixes
  • eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#​11177)
  • eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for TSMappedType with no type annotation (#​11180)
  • eslint-plugin: [no-deprecated] support computed member access (#​10867)
  • eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#​11194)
❤️ Thank You

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

v8.32.0

Compare Source

🚀 Features
  • eslint-plugin: [only-throw-error] add option allowRethrowing (#​11075)
  • eslint-plugin: [no-unnecessary-type-conversion] add rule (#​10182)
🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] fix parenthesization bug in suggestion (#​11098)
  • eslint-plugin: [unified-signatures] exempt this from optional parameter overload check (#​11005)
  • eslint-plugin: [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (#​10907)
❤️ Thank You

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

v8.31.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] downgrade fix to suggestion (#​11081)
❤️ Thank You

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

v8.31.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-type-assertion] add option to ignore string const assertions (#​10979)
❤️ Thank You
  • Nicolas Le Cam

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

v8.30.1

Compare Source

🩹 Fixes
  • eslint-plugin: fix mistake with eslintrc config generation (#​11072)
❤️ Thank You

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

v8.30.0

Compare Source

🚀 Features
  • eslint-plugin: [no-explicit-any] suggest to replace keyof any with PropertyKey (#​11032)
🩹 Fixes
  • eslint-plugin: [promise-function-async] use a different error message for functions with promise and non-promise types (#​10950)
❤️ Thank You

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

v8.29.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-deprecated] report on deprecated imported variable used as property (#​10998)
❤️ Thank You
  • Ronen Amiel

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

v8.29.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-nullish-coalescing] create ignoreIfStatements option (#​11000)
🩹 Fixes
  • eslint-plugin: [no-array-constructor] remove optional chaining exemption (#​10963)
  • eslint-plugin: support arbitrary extensions in definition files (#​10957)
  • eslint-plugin: [prefer-for-of] fix false positive when using erasable type syntax within update expressions (#​10981)
  • eslint-plugin: [use-unknown-in-catch-callback-variable] remove fixable property (#​10993)
  • eslint-plugin: [no-unnecessary-condition] don't report on unnecessary optional array index access when noUncheckedIndexedAccess is enabled (#​10961)
❤️ Thank You

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

v8.28.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-nullish-coalescing] support if statement assignment (??=) and fix several minor bugs (#​10861)
🩹 Fixes
  • eslint-plugin: [no-unsafe-function-type] remove fixable property (#​10986)
❤️ Thank You

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

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

v8.32.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.32.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.31.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.31.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.30.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.30.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.29.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.29.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.28.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.32.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.32.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.31.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.31.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.30.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.30.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.29.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.29.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.28.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.

unocss/unocss (@​unocss/config)

v66.1.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v66.1.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes

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 2 times, most recently from 611d05e to 199a4de Compare March 21, 2025 21:12
@renovate renovate bot added patch and removed minor labels Mar 21, 2025
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-command to ^3.2.0 chore(deps): update all non-major dependencies Mar 21, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from 3abd7da to 57220fe Compare March 27, 2025 18:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from bb0595b to 045dd69 Compare April 4, 2025 09:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from f588be7 to 85e318d Compare April 25, 2025 16:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from a80d368 to 37592b9 Compare May 5, 2025 17:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from da7d9c5 to 346a65f Compare May 12, 2025 17:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 346a65f to 153ec47 Compare May 13, 2025 09:28
@chrisbbreuer chrisbbreuer merged commit e0c8f02 into main May 13, 2025
0 of 2 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch May 13, 2025 22:40
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.

1 participant