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

build(deps): bump the prod-minor-versions group with 6 updates #801

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps the prod-minor-versions group with 6 updates:

Package From To
@tanstack/react-query 5.62.1 5.62.3
i18next 24.0.2 24.0.5
markdown-to-jsx 7.7.0 7.7.1
next 15.0.3 15.0.4
react-i18next 15.1.3 15.1.4
yup 1.4.0 1.5.0

Updates @tanstack/react-query from 5.62.1 to 5.62.3

Release notes

Sourced from @​tanstack/react-query's releases.

v5.62.3

Version 5.62.3 - 12/6/24, 3:33 PM

Changes

Fix

  • allow passing enabled:true when skipToken is present (#8407) (32d7189) by Dominik Dorfmeister

Docs

  • angular-query: add auto-refetching example (#8371) (d6621a8) by @​MatanShushan
  • useQuery to object syntax (#8387) (8ccc36c) by Max

Packages

  • @​tanstack/query-core@​5.62.3
  • @​tanstack/react-query@​5.62.3
  • @​tanstack/query-broadcast-client-experimental@​5.62.3
  • @​tanstack/query-persist-client-core@​5.62.3
  • @​tanstack/query-sync-storage-persister@​5.62.3
  • @​tanstack/react-query-devtools@​5.62.3
  • @​tanstack/react-query-persist-client@​5.62.3
  • @​tanstack/react-query-next-experimental@​5.62.3
  • @​tanstack/solid-query@​5.62.3
  • @​tanstack/solid-query-devtools@​5.62.3
  • @​tanstack/solid-query-persist-client@​5.62.3
  • @​tanstack/svelte-query@​5.62.3
  • @​tanstack/svelte-query-devtools@​5.62.3
  • @​tanstack/svelte-query-persist-client@​5.62.3
  • @​tanstack/vue-query@​5.62.3
  • @​tanstack/vue-query-devtools@​5.62.3
  • @​tanstack/angular-query-experimental@​5.62.3
  • @​tanstack/query-async-storage-persister@​5.62.3
  • @​tanstack/angular-query-devtools-experimental@​5.62.3

v5.62.2

Version 5.62.2 - 12/3/24, 7:29 AM

Changes

Fix

  • types: Fix type errors when using fully-typed inputs like QueryFilters, and test all QueryClient methods to detect similar issues (#8375) (175757a) by Nick Lucas

Packages

  • @​tanstack/query-core@​5.62.2
  • @​tanstack/query-broadcast-client-experimental@​5.62.2
  • @​tanstack/query-persist-client-core@​5.62.2

... (truncated)

Commits

Updates i18next from 24.0.2 to 24.0.5

Release notes

Sourced from i18next's releases.

v24.0.5

  • remove extra log for 2268

v24.0.4

  • simplify fix: incorrect locale detected 2268

v24.0.3

  • fix: incorrect locale detected 2268
  • fix: Intl.getCanonicalLocales throws with custom regions 2267
Changelog

Sourced from i18next's changelog.

24.0.5

  • remove extra log for 2268

24.0.4

  • simplify fix: incorrect locale detected 2268

24.0.3

  • fix: incorrect locale detected 2268
  • fix: Intl.getCanonicalLocales throws with custom regions 2267
Commits

Updates markdown-to-jsx from 7.7.0 to 7.7.1

Release notes

Sourced from markdown-to-jsx's releases.

v7.7.1

Patch Changes

  • 9d42449: Factor out unnecessary element cloning.
  • 8920038: Remove use of explicit React.createElement.
Changelog

Sourced from markdown-to-jsx's changelog.

7.7.1

Patch Changes

  • 9d42449: Factor out unnecessary element cloning.
  • 8920038: Remove use of explicit React.createElement.
Commits

Updates next from 15.0.3 to 15.0.4

Release notes

Sourced from next's releases.

v15.0.4

[!NOTE]
This release is backporting changes. It does not include all pending features/changes on canary.

Core Changes

Credits

Huge thanks to @​eps1lon

v15.0.4-canary.48

Misc Changes

  • refactor(turbopack): Use ResolvedVc<T> for struct fields in extra crates: #73451
  • refactor(turbopack): Use ResolvedVc<T> for struct fields in next-api, final part: #73367
  • docs: Fix image component API reference parsing: #73658
  • docs: fix code block language in images-and-fonts docs: #73492

Credits

Huge thanks to @​kdy1, @​eps1lon, and @​JamBalaya56562 for helping!

v15.0.4-canary.47

Misc Changes

  • test: fix next-sass test: #73633

Credits

Huge thanks to @​samcx for helping!

v15.0.4-canary.46

Core Changes

  • Use consistent error formatting in terminal: #71909
  • [Segment Cache] Interception routes: #73434
  • Upgrade to typescript 5.7: #73594
  • [Segment Cache] Use LRU to manage cache data : #73486
  • [Segment Cache] Add isPartial to segment prefetch : #73528
  • Fix missing client reference manifest error when using route groups: #73606
  • feat(after): stabilize unstable_after: #73605
  • [Segment Cache] Add isHeadPartial: #73530
  • fix: do not add suffix for sitemap under group routes: #73570
  • Dynamic IO: Improve error handling: #73607

Example Changes

  • Bump examples/** Eslint to v9: #73560

... (truncated)

Commits

Updates react-i18next from 15.1.3 to 15.1.4

Changelog

Sourced from react-i18next's changelog.

15.1.4

  • Fix: warning each child should have a unique key 1820
Commits

Updates yup from 1.4.0 to 1.5.0

Changelog

Sourced from yup's changelog.

1.5.0 (2024-12-03)

Bug Fixes

  • readme: some typos and update CustomizingErrors doc (#2163) (5c77e0d)

Features

  • Add exact and stripUnknown method to object() (adcdd8d)
Commits
  • 8ac18b6 Publish v1.5.0
  • adcdd8d feat: Add exact and stripUnknown method to object()
  • 87be159 Fix ValidationError.formatError() clobbering path param (#2250)
  • 5a22c16 let/const consistency in README: let preference (#2227)
  • 5c77e0d fix(readme): some typos and update CustomizingErrors doc (#2163)
  • 0f2cad3 Update README.md
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the prod-minor-versions group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.62.1` | `5.62.3` |
| [i18next](https://github.com/i18next/i18next) | `24.0.2` | `24.0.5` |
| [markdown-to-jsx](https://github.com/quantizor/markdown-to-jsx) | `7.7.0` | `7.7.1` |
| [next](https://github.com/vercel/next.js) | `15.0.3` | `15.0.4` |
| [react-i18next](https://github.com/i18next/react-i18next) | `15.1.3` | `15.1.4` |
| [yup](https://github.com/jquense/yup) | `1.4.0` | `1.5.0` |


Updates `@tanstack/react-query` from 5.62.1 to 5.62.3
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.62.3/packages/react-query)

Updates `i18next` from 24.0.2 to 24.0.5
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v24.0.2...v24.0.5)

Updates `markdown-to-jsx` from 7.7.0 to 7.7.1
- [Release notes](https://github.com/quantizor/markdown-to-jsx/releases)
- [Changelog](https://github.com/quantizor/markdown-to-jsx/blob/main/CHANGELOG.md)
- [Commits](quantizor/markdown-to-jsx@v7.7.0...v7.7.1)

Updates `next` from 15.0.3 to 15.0.4
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v15.0.3...v15.0.4)

Updates `react-i18next` from 15.1.3 to 15.1.4
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v15.1.3...v15.1.4)

Updates `yup` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/jquense/yup/releases)
- [Changelog](https://github.com/jquense/yup/blob/master/CHANGELOG.md)
- [Commits](jquense/yup@v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-versions
- dependency-name: i18next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-versions
- dependency-name: markdown-to-jsx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-versions
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-versions
- dependency-name: react-i18next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-versions
- dependency-name: yup
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-versions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 9, 2024
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants