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 3rd party dependencies (patch/minor) #109

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) ^22.9.3 -> ^22.10.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) >=8.15.0 -> >=8.16.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^8.15.0 -> ^8.16.0 age adoption passing confidence
@typescript-eslint/parser (source) >=8.15.0 -> >=8.16.0 age adoption passing confidence
@typescript-eslint/parser (source) ^8.15.0 -> ^8.16.0 age adoption passing confidence
@typescript-eslint/typescript-estree (source) ^8.15.0 -> ^8.16.0 age adoption passing confidence
@typescript-eslint/utils (source) ^8.15.0 -> ^8.16.0 age adoption passing confidence
prettier (source) >=3.3.3 -> >=3.4.1 age adoption passing confidence
prettier (source) ^3.3.3 -> ^3.4.1 age adoption passing confidence
typescript-eslint (source) ^8.15.0 -> ^8.16.0 age adoption passing confidence

Release Notes

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.

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.

prettier/prettier (prettier)

v3.4.1

Compare Source

diff

Remove unnecessary parentheses around assignment in v-on (#​16887 by @​fisker)
<!-- Input -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

<!-- Prettier 3.4.0 -->
<template>
  <button @&#8203;click="(foo += 2)">Click</button>
</template>

<!-- Prettier 3.4.1 -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

v3.4.0

Compare Source

diff

🔗 Release Notes


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

Copy link
Contributor

Package Release Preview

This pull request does not introduce any package version changes. If this is incorrect, please ensure that you are using conventional commit prefixes, or have provided a version file.

@renovate renovate bot force-pushed the renovate/3rd-party-dependencies-(patchminor) branch from 48e9d7a to f267fe7 Compare December 16, 2024 21:28
@renovate renovate bot changed the title chore(deps): update 3rd party dependencies (patch/minor) to >=8.16.0 chore(deps): update 3rd party dependencies (patch/minor) Dec 16, 2024
@renovate renovate bot force-pushed the renovate/3rd-party-dependencies-(patchminor) branch 2 times, most recently from adb5139 to 48309b8 Compare December 17, 2024 06:55
@renovate renovate bot force-pushed the renovate/3rd-party-dependencies-(patchminor) branch from 48309b8 to 51748c6 Compare December 17, 2024 14:18
@renovate renovate bot merged commit 18ab175 into main Dec 17, 2024
7 checks passed
@renovate renovate bot deleted the renovate/3rd-party-dependencies-(patchminor) branch December 17, 2024 16:51
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