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

⬆️(dependencies) update js dependencies #554

Merged
merged 1 commit into from
Nov 27, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tanstack/eslint-plugin-query (source) 5.60.1 -> 5.61.4 age adoption passing confidence
@tanstack/react-query (source) 5.60.6 -> 5.61.5 age adoption passing confidence
@tanstack/react-query-devtools (source) 5.60.6 -> 5.61.5 age adoption passing confidence
@types/node (source) 22.9.0 -> 22.10.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
eslint-plugin-testing-library 6.4.0 -> 7.0.0 age adoption passing confidence
i18next (source) 23.16.5 -> 24.0.2 age adoption passing confidence
prettier (source) 3.3.3 -> 3.4.1 age adoption passing confidence
react-i18next 15.1.1 -> 15.1.2 age adoption passing confidence
typescript (source) 5.6.3 -> 5.7.2 age adoption passing confidence

Release Notes

TanStack/query (@​tanstack/eslint-plugin-query)

v5.61.4

Compare Source

Version 5.61.4 - 11/26/24, 1:39 PM

Changes

Fix
  • QueriesObserver: fix improper sorting in QueriesObserver"s #find… (#​8351) (3b7556f) by Jonathan Toung
Chore

Packages

v5.61.3

Compare Source

Version 5.61.3 - 11/24/24, 3:24 AM

Changes

Fix
  • eslint-plugin: fix no-unstable-deps with ts-eslint >=8.10.0 (#​8340) (bdafc84) by Lachlan Collins
Chore
  • deps: more manual package updates (#​8339) (9972595) by Lachlan Collins
  • deps: update expo, next, astro, nx (#​8337) (99b5354) by Lachlan Collins
  • deps: update dependency astro to v4.16.1 [security] (#​8181) (bbd3821) by renovate[bot]
  • deps: update dependency next to v14.2.10 [security] (#​8128) (22b89c9) by renovate[bot]
Test
  • integrations: switch react-scripts to webpack (#​8329) (b846c53) by Lachlan Collins
Docs

Packages

v5.61.2

Compare Source

Version 5.61.2 - 11/23/24, 10:43 PM

Changes

Fix
  • angular-query: subscribe to observer outside the Angular zone (#​8331) (228382f) by Arnoud
  • eslint-plugin-query: improve external reference relevance (#​8334) (80a49ff) by Eliya Cohen
Docs
  • react-query: add example for Expo Network in online status management (#​8298) (102b6a8) by Daniel Reichhart

Packages

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.

testing-library/eslint-plugin-testing-library (eslint-plugin-testing-library)

v7.0.0

Compare Source

v6.5.0

Compare Source

Features
i18next/i18next (i18next)

v24.0.2

Compare Source

  • if no Intl api, log error and use dummy rule

v24.0.1

Compare Source

  • early return and log error, if no Intl api

v24.0.0

Compare Source

This is a major breaking release:

  • remove support for older environments
  • remove old i18next JSON formats
  • remove support for compatibility to v1 API
  • Intl API is mandatory now and will not fallback anymore
  • possible compatibility layer for older formats: test/compatibility/v4/v4Compatibility.js
  • rename initImmediate to initAsync
  • fallback to dev language if plural rule not found
  • remove TypeScript v4 support. TypeScript v5 is now an optional peer dependency
  • addresses

➡️ check out the migration guide

v23.16.8

Compare Source

  • fix(plural): Create cache entry for PluralRules created as part of the fallback flow 2256

v23.16.7

Compare Source

  • if plural rule is not found, try to search with language only code 2252

v23.16.6

Compare Source

  • fix: Small typo in the type definitions 2250
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

i18next/react-i18next (react-i18next)

v15.1.2

Compare Source

  • fix: Attempted to assign to readonly property 1813
microsoft/TypeScript (typescript)

v5.7.2

Compare Source


Configuration

📅 Schedule: Branch creation - "before 7am 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 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.

@renovate renovate bot added dependencies Pull requests that update a dependency file noChangeLog labels Nov 25, 2024
@renovate renovate bot force-pushed the renovate/js-dependencies branch 12 times, most recently from 4551be7 to 0290e36 Compare November 26, 2024 14:46
@Morendil
Copy link
Contributor

Morendil commented Nov 27, 2024

We might want to be careful around the i18next major version bump. See migration guide.

ETA: checked the guide, nothing looks like it would be a problem.

@Morendil Morendil enabled auto-merge (rebase) November 27, 2024 08:54
@Morendil Morendil force-pushed the renovate/js-dependencies branch from 0290e36 to 6fe0a0c Compare November 27, 2024 08:54
@renovate renovate bot force-pushed the renovate/js-dependencies branch from 6fe0a0c to 8c616fe Compare November 27, 2024 08:54
@Morendil Morendil disabled auto-merge November 27, 2024 08:55
@renovate renovate bot force-pushed the renovate/js-dependencies branch from 8c616fe to 157c83a Compare November 27, 2024 09:04
@Morendil Morendil enabled auto-merge (rebase) November 27, 2024 09:12
@Morendil Morendil merged commit a33822b into main Nov 27, 2024
20 checks passed
@Morendil Morendil deleted the renovate/js-dependencies branch November 27, 2024 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file noChangeLog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant