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

Update dependency upgrades - non-major #465

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 28, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) >=22.9.1 -> >=22.10.1 age adoption passing confidence
@types/node (source) 22.9.1 -> 22.10.1 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/utils (source) 8.15.0 -> 8.16.0 age adoption passing confidence
eslint-config-upleveled 8.11.4 -> 8.12.0 age adoption passing confidence
eslint-plugin-react-compiler (source) 19.0.0-beta-a7bf2bd-20241110 -> 19.0.0-beta-df7b47d-20241124 age adoption passing confidence
eslint-plugin-react-x (source) 1.17.0 -> 1.17.1 age adoption passing confidence
pnpm (source) 9.14.2 -> 9.14.3 age adoption passing confidence
prettier (source) 3.3.3 -> 3.4.1 age adoption passing confidence
sort-package-json 2.11.0 -> 2.12.0 age adoption passing confidence
stylelint (source) 16.10.0 -> 16.11.0 age adoption passing confidence
ts-api-utils 1.4.0 -> 1.4.2 age adoption passing confidence
typescript (source) ^5.6.3 -> ^5.7.2 age adoption passing confidence
typescript (source) 5.6.3 -> 5.7.2 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.

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

v8.16.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.

upleveled/eslint-config-upleveled (eslint-config-upleveled)

v8.12.0

Compare Source

facebook/react (eslint-plugin-react-compiler)

v19.0.0-beta-df7b47d-20241124

Compare Source

Rel1cx/eslint-react (eslint-plugin-react-x)

v1.17.1

Compare Source

✨ New
  • feat(shared): add version detection logic;
🐞 Fixes
pnpm/pnpm (pnpm)

v9.14.3

Compare Source

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

keithamus/sort-package-json (sort-package-json)

v2.12.0

Compare Source

Features
stylelint/stylelint (stylelint)

v16.11.0

Compare Source

JoshuaKGoldberg/ts-api-utils (ts-api-utils)

v1.4.2

Compare Source

Bug Fixes
  • remove .value field from type declarations for boolean literal types (#​535) (12df298), closes #​528
Performance Improvements

v1.4.1

Compare Source

microsoft/TypeScript (typescript)

v5.7.2

Compare Source


Configuration

📅 Schedule: Branch creation - "after 4pm on thursday" (UTC), 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.

Sorry, something went wrong.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@renovate renovate bot enabled auto-merge (squash) November 28, 2024 17:04
Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@renovate renovate bot merged commit 43e07a0 into main Nov 28, 2024
4 checks passed
@renovate renovate bot deleted the renovate/dependency-upgrades-non-major branch November 28, 2024 17:05
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.

None yet

0 participants