Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint/markdown ^6.1.0 -> ^6.2.0 age adoption passing confidence
@stylistic/eslint-plugin (source) ^2.8.0 -> ^2.9.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^8.7.0 -> ^8.8.1 age adoption passing confidence
@typescript-eslint/parser (source) ^8.7.0 -> ^8.8.1 age adoption passing confidence
@unocss/config (source) 0.61.0 -> 0.63.4 age adoption passing confidence
@unocss/core (source) 0.61.0 -> 0.63.4 age adoption passing confidence
@vitest/eslint-plugin ^1.1.4 -> ^1.1.7 age adoption passing confidence
eslint-plugin-import-x ^4.3.0 -> ^4.3.1 age adoption passing confidence
eslint-plugin-jsdoc ^50.3.0 -> ^50.3.1 age adoption passing confidence
eslint-plugin-n ^17.10.3 -> ^17.11.1 age adoption passing confidence
eslint-plugin-perfectionist (source) ^3.7.0 -> ^3.8.0 age adoption passing confidence
eslint-plugin-vue (source) ^9.28.0 -> ^9.29.0 age adoption passing confidence
unocss 0.61.0 -> 0.63.4 age adoption passing confidence

Release Notes

eslint/markdown (@​eslint/markdown)

v6.2.0

Compare Source

Features

v6.1.1

Compare Source

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

v2.9.0

Compare Source

Features
Bug Fixes
  • quotes: only when allowTemplateLiterals set, allow template literals to avoid escape sequences (#​544) (7e3a0d3)
Documentation
Chores
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.8.1

Compare Source

🩹 Fixes
  • eslint-plugin: stop warning on @​ts-nocheck comments which aren't at the beginning of the file
❤️ Thank You
  • Brad Zacher
  • Ronen Amiel
  • WhitePiano

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

v8.8.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-condition] add checkTypePredicates

  • eslint-plugin: [return-await] check for-await loop iteree

🩹 Fixes
  • remove export type * in d.ts to support TS<5.0

  • eslint-plugin: [no-unnecessary-template-expression] should underline template syntax with squiggly lines

  • type-utils: check for type parameters on isBuiltinSymbolLikeRecurser()

  • eslint-plugin: [no-deprecated] max callstack exceeded when class implements itself

  • eslint-plugin: [no-misused-promises] check contextual type

  • eslint-plugin: [prefer-literal-enum-member] allow nested bitwise operations

❤️ Thank You
  • auvred
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Ronen Amiel
  • Tarun Chauhan
  • YeonJuan

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

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

v8.8.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.8.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/config)

v0.63.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.63.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.63.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.63.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.63.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.62.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.62.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.62.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.62.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.62.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.61.9

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.61.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.61.7

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.61.6

Compare Source

   🚀 Features
  • preset-mini: Support (float &nbsp;-&nbsp; by **end) (#​3997)** and Anthony Fu (clear)-(start)
   🐞 Bug Fixes
    View changes on GitHub

v0.61.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.61.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.61.3

Compare Source

   🚀 Features
    View changes on GitHub

v0.61.2

Compare Source

No significant changes

    View changes on GitHub
vitest-dev/eslint-plugin-vitest (@​vitest/eslint-plugin)

v1.1.7

Compare Source

Bug Fixes

v1.1.6

Compare Source

Features

v1.1.5

Compare Source

Bug Fixes
un-ts/eslint-plugin-import-x (eslint-plugin-import-x)

v4.3.1

Compare Source

Patch Changes
  • #​162 38d0081 Thanks @​AaronMoat! - Fix issue where no-duplicates rule with prefer-inline incorrectly marks default type and named type imports as duplicates
gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)

v50.3.1

Compare Source

Bug Fixes
eslint-community/eslint-plugin-n (eslint-plugin-n)

v17.11.1

Compare Source

🩹 Fixes

v17.11.0

Compare Source

🌟 Features
🩹 Fixes
  • no-missing-import: Ignore node builtins in package.json imports (#​346) (148e47e)
  • no-missing-import: Resolve tsconfig paths relative to the tsconfig (#​343) (6cd7954)
📚 Documentation
  • Explain the transitive dependency case for no-extraneous-* (#​347) (8c0a2cc)
azat-io/eslint-plugin-perfectionist (eslint-plugin-perfectionist)

v3.8.0

Compare Source

compare changes

🚀 Features
  • Add matcher option (9434334)
  • Add ability to disable sorting objects in jsx styles (45f7661)
🐞 Bug Fixes
  • Ignore whitespaces in node names (7a0a96c)
  • Fix linting of nodes that are neighboring to ignored nodes (a11841a)
❤️ Contributors
vuejs/eslint-plugin-vue (eslint-plugin-vue)

v9.29.0

Compare Source


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 6 times, most recently from 3b44f89 to 3b474b9 Compare October 11, 2024 19:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3b474b9 to 53f10df Compare October 11, 2024 19:50
@chrisbbreuer chrisbbreuer merged commit 768638a into main Oct 11, 2024
2 of 3 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch October 11, 2024 19: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.

2 participants