Skip to content
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

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

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 13, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@types/bun (source) ^1.1.16 -> ^1.1.18 age adoption passing confidence devDependencies patch
@types/node (source) ^22.10.5 -> ^22.10.7 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) ^8.19.1 -> ^8.21.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) ^8.19.1 -> ^8.21.0 age adoption passing confidence devDependencies minor
@typescript-eslint/utils (source) ^8.19.1 -> ^8.21.0 age adoption passing confidence dependencies minor
@unocss/config (source) 65.4.0 -> 65.4.2 age adoption passing confidence dependencies patch
@unocss/core (source) 65.4.0 -> 65.4.2 age adoption passing confidence dependencies patch
bumpp ^9.10.0 -> ^9.10.1 age adoption passing confidence devDependencies patch
eslint-plugin-jsdoc ^50.6.1 -> ^50.6.2 age adoption passing confidence devDependencies patch
eslint-plugin-perfectionist (source) ^4.6.0 -> ^4.7.0 age adoption passing confidence devDependencies minor
eslint-vitest-rule-tester ^1.0.0 -> ^1.1.0 age adoption passing confidence devDependencies minor
node (source) >=22.13.0 -> >=22.13.1 age adoption passing confidence engines patch
unbuild 3.3.0 -> 3.3.1 age adoption passing confidence devDependencies patch
unocss (source) ^65.4.0 -> ^65.4.2 age adoption passing confidence dependencies patch

Release Notes

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

v8.21.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-duplicate-enum-values] handle template literal (#​10675)
  • eslint-plugin: [no-base-to-string] don't crash for recursive array or tuple types (#​10633)
  • eslint-plugin: [no-for-in-array] report on any type which may be an array or array-like (#​10535)
  • eslint-plugin: check JSX spread elements for misused spread usage (#​10653)
  • eslint-plugin: [no-unnecessary-type-arguments] handle type args on jsx (#​10630)
❤️ Thank You

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

v8.20.0

Compare Source

🚀 Features
  • eslint-plugin: [consistent-type-assertions] add arrayLiteralTypeAssertions options (#​10565)
  • eslint-plugin: [no-deprecated] add allow options (#​10585)
  • eslint-plugin: [no-misused-spread] add new rule (#​10551)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] don't flag optional chaining for union types with an unconstrained type parameters (#​10602)
  • eslint-plugin: [no-shadow] ignore ordering of type declarations (#​10593)
❤️ Thank You

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

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

v8.21.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.20.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.21.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.20.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)

v65.4.2

Compare Source

No significant changes

    View changes on GitHub
antfu/bumpp (bumpp)

v9.10.1

Compare Source

   🚀 Features
    View changes on GitHub
gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)

v50.6.2

Compare Source

Bug Fixes
azat-io/eslint-plugin-perfectionist (eslint-plugin-perfectionist)

v4.7.0

Compare Source

compare changes

🚀 Features
  • sort-objects: Add array-based custom groups option (afdda90)
  • sort-maps: Add groups, custom groups and new lines between options (317baaa)
  • Add newlines-between to some rules (231af42)
🐞 Bug Fixes
  • Fix overlapping errors between newlines-between and comment-after fixes (a6e1daf)
❤️ Contributors
antfu/eslint-vitest-rule-tester (eslint-vitest-rule-tester)

v1.1.0

Compare Source

   🚀 Features
    View changes on GitHub
nodejs/node (node)

v22.13.1

Compare Source

unjs/unbuild (unbuild)

v3.3.1

Compare Source

compare changes

🩹 Fixes
  • rollup: Improve external detection (#​488)
❤️ Contributors

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 42649b1 to 186b769 Compare January 13, 2025 18:41
@renovate renovate bot changed the title chore(deps): update dependency unbuild to v3.3.1 chore(deps): update all non-major dependencies Jan 13, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from da1e507 to 968ec49 Compare January 20, 2025 18:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 4dc5d68 to 6de1657 Compare January 21, 2025 20:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6de1657 to 8d40b10 Compare January 21, 2025 20:49
@chrisbbreuer chrisbbreuer merged commit 35db7e9 into main Jan 21, 2025
0 of 2 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch January 21, 2025 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant