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

fix(deps): update all non-major dependencies #114

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 21, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/install-pkg ^0.4.1 -> ^0.5.0 age adoption passing confidence
@clack/prompts (source) ^0.7.0 -> ^0.8.2 age adoption passing confidence
@eslint-community/eslint-plugin-eslint-comments ^4.4.0 -> ^4.4.1 age adoption passing confidence
@eslint/config-inspector ^0.5.5 -> ^0.5.6 age adoption passing confidence
@stylistic/eslint-plugin (source) ^2.9.0 -> ^2.11.0 age adoption passing confidence
@stylistic/eslint-plugin-migrate (source) ^2.9.0 -> ^2.11.0 age adoption passing confidence
@types/node (source) ^22.7.6 -> ^22.10.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^8.10.0 -> ^8.16.0 age adoption passing confidence
@typescript-eslint/parser (source) ^8.10.0 -> ^8.16.0 age adoption passing confidence
@unocss/eslint-plugin (source) ^0.63.4 -> ^0.64.1 age adoption passing confidence
@vitest/eslint-plugin ^1.1.7 -> ^1.1.12 age adoption passing confidence
bumpp ^9.7.1 -> ^9.8.1 age adoption passing confidence
bun-types (source) ^1.1.31 -> ^1.1.37 age adoption passing confidence
eslint (source) ^9.12.0 -> ^9.15.0 age adoption passing confidence
eslint-plugin-import-x ^4.3.1 -> ^4.4.3 age adoption passing confidence
eslint-plugin-jsdoc ^50.4.3 -> ^50.6.0 age adoption passing confidence
eslint-plugin-jsonc (source) ^2.16.0 -> ^2.18.2 age adoption passing confidence
eslint-plugin-n ^17.11.1 -> ^17.14.0 age adoption passing confidence
eslint-plugin-regexp ^2.6.0 -> ^2.7.0 age adoption passing confidence
eslint-plugin-unicorn ^56.0.0 -> ^56.0.1 age adoption passing confidence
eslint-plugin-vue (source) ^9.29.0 -> ^9.31.0 age adoption passing confidence
eslint-plugin-yml (source) ^1.14.0 -> ^1.15.0 age adoption passing confidence
globals ^15.11.0 -> ^15.12.0 age adoption passing confidence
local-pkg ^0.5.0 -> ^0.5.1 age adoption passing confidence
tsup (source) ^8.3.0 -> ^8.3.5 age adoption passing confidence
typescript (source) ^5.6.3 -> ^5.7.2 age adoption passing confidence
vitest (source) ^2.1.3 -> ^2.1.6 age adoption passing confidence

Release Notes

antfu/install-pkg (@​antfu/install-pkg)

v0.5.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
natemoo-re/clack (@​clack/prompts)

v0.8.2

Compare Source

Patch Changes

v0.8.1

Compare Source

Patch Changes
  • 360afeb: feat: adaptative max items
eslint-community/eslint-plugin-eslint-comments (@​eslint-community/eslint-plugin-eslint-comments)

v4.4.1

Compare Source

Bug Fixes
eslint/config-inspector (@​eslint/config-inspector)

v0.5.6

Compare Source

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

v2.11.0

Compare Source

Features
  • comma-dangle: add support for Import Attributes (#​586) (4c177c3)
  • comma-style: add support for more syntax (#​597) (922151c)
  • function-call-argument-newline: add support for Import Attributes (#​603) (8ee0c24)
  • function-call-spacing: add optionalChain to control the space around the optional chain (#​605) (f732798)
  • function-paren-newline: add support for Import Attributes (#​585) (4ede153)
Bug Fixes
Build Related

v2.10.1

Compare Source

Features
  • indent-binary-ops: disabled to lower indent when starts closing bracket (#​591) (25fe554)
Bug Fixes
  • key-spacing: crash for import without attributes when using align: "colon" (#​594) (6000f43)
Chores

v2.10.0

Compare Source

Features
  • cross test comma-spacing (#​562) (ea72317)
  • function-call-spacing: auto-fix optional chain when option is never (#​589) (7a2b47f)
  • function-call-spacing: support ImportExpression in ts version (#​570) (19d1f8c)
  • indent-binary-ops: logical expression indent (#​576) (cbf800d)
  • indent: add support for Import Attributes (#​579) (4f944d8)
  • key-spacing: add support for Import Attributes (#​583) (789d893)
  • max-statements-per-line: new option to allow specific statements (#​558) (2ed4054)
  • no-multi-spaces: add support for Import Attributes (#​584) (0da0713)
  • padding-line-between-statements: add support for multiline-export and singleline-export (#​582) (2690a30)
  • quote-props: add support for Import Attributes (#​581) (4edfee2)
Bug Fixes
  • correct the type of quotes in customize (#​590) (b86c2df)
  • function-call-spacing: don't remove comments while auto-fixing (#​588) (53b4a55)
  • jsx-closing-bracket-location: should not remove comment in jsx (#​566) (e2ba8d5)
Documentation
Chores
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.16.0

Compare Source

🚀 Features
  • eslint-plugin: [no-base-to-string] check Array.prototype.join (#​10287)
  • eslint-plugin: [max-params] add function overload and function type support (#​10312)
❤️ Thank You

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

v8.15.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-nullish-coalescing] fix detection of ignoreConditionalTests involving boolean ! operator (#​10299)
  • eslint-plugin: new rule no-unsafe-type-assertion (#​10051)
  • eslint-plugin: added related-getter-setter-pairs rule (#​10192)
🩹 Fixes
  • utils: add defaultOptions to meta in rule (#​10339)
  • eslint-plugin: report deprecations used in default export (#​10330)
  • eslint-plugin: [explicit-module-boundary-types] and [explicit-function-return-type] don't report on as const satisfies (#​10315)
  • eslint-plugin: [await-thenable, return-await] don't flag awaiting unconstrained type parameter as unnecessary (#​10314)
  • eslint-plugin: [consistent-indexed-object-style] handle circular mapped types (#​10301)
❤️ Thank You

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

v8.14.0

Compare Source

🚀 Features
  • eslint-plugin: [await-thenable] report unnecessary await using statements (#​10209)
  • eslint-plugin: [no-confusing-void-expression] add an option to ignore void<->void (#​10067)
🩹 Fixes
  • scope-manager: fix asserted increments not being marked as write references (#​10271)
  • eslint-plugin: [no-misused-promises] improve report loc for methods (#​10216)
  • eslint-plugin: [no-unnecessary-condition] improve error message for literal comparisons (#​10194)
❤️ Thank You

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

v8.13.0

Compare Source

🚀 Features
  • eslint-plugin: [only-throw-error] add allow option (#​10221)
  • eslint-plugin: [prefer-nullish-coalescing] add option ignoreBooleanCoercion (#​9924)
  • eslint-plugin: disable no-class-assign rule in eslint-recommended config (#​10250)
🩹 Fixes
  • eslint-plugin: [switch-exhaustiveness-check] add support for covering a missing property with undefined (#​10232)
  • eslint-plugin: [consistent-type-definitions] don't leave trailing parens when fixing type to interface (#​10235)
  • eslint-plugin: [no-deprecated] report when exported class implements/extends deprecated entity (#​10259)
  • eslint-plugin: [no-deprecated] report on deprecated variables used inside dynamic imports (#​10261)
  • eslint-plugin: [no-unnecessary-condition] falsey bigint should be falsey (#​10205)
❤️ Thank You

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

v8.12.2

Compare Source

🩹 Fixes
  • eslint-plugin: [switch-exhaustiveness-check] invert considerDefaultExhaustiveForUnions (#​10223)
❤️ Thank You

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

v8.12.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.12.0

Compare Source

🚀 Features
  • eslint-plugin: [no-base-to-string] handle String() (#​10005)
  • eslint-plugin: [switch-exhaustiveness-check] add allowDefaultCaseMatchUnionMember option (#​9954)
  • eslint-plugin: [consistent-indexed-object-style] report mapped types (#​10160)
  • eslint-plugin: [prefer-nullish-coalescing] add support for assignment expressions (#​10152)
❤️ Thank You

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

v8.11.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-type-parameters] add suggestion fixer (#​10149)
  • eslint-plugin: [no-base-to-string] add support for catching toLocaleString (#​10138)
🩹 Fixes
  • eslint-plugin: [class-literal-property-style] don't report nodes with override keyword (#​10135)
❤️ Thank You

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

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

v8.16.0

Compare Source

🚀 Features
❤️ Thank You
  • Josh Goldberg ✨

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

v8.15.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.14.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.13.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.12.2

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.12.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.12.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.11.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.

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

v0.64.1

Compare Source

No significant changes

    View changes on GitHub

v0.64.0

Compare Source

   🚨 Breaking Changes
   🐞 Bug Fixes
    View changes on GitHub

v0.63.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.63.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vitest-dev/eslint-plugin-vitest (@​vitest/eslint-plugin)

v1.1.12

Compare Source

Bug Fixes

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.11...v1.1.12

v1.1.11

Compare Source

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.10...v1.1.11

v1.1.10

Compare Source

Bug Fixes

v1.1.9

Compare Source

Features

v1.1.8

Compare Source

antfu/bumpp (bumpp)

v9.8.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v9.8.0

Compare Source

   🚀 Features
    View changes on GitHub
oven-sh/bun (bun-types)


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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 10 times, most recently from 5edc615 to 744a37d Compare October 26, 2024 00:29
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Oct 26, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 15 times, most recently from a0422ca to 9e46bb9 Compare November 1, 2024 19:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from d9013f2 to d380723 Compare November 4, 2024 06:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from 6c589d7 to 91d71ae Compare November 21, 2024 20:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 2b40f80 to a749924 Compare November 28, 2024 03:06
@ivanmaxlogiudice ivanmaxlogiudice merged commit bd9ed5a into main Nov 28, 2024
4 checks passed
@ivanmaxlogiudice ivanmaxlogiudice deleted the renovate/all-minor-patch branch November 28, 2024 03:12
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