Skip to content

chore(deps): bump the dependencies group with 2 updates #362

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

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 Apr 28, 2025

Bumps the dependencies group with 2 updates: @t3-oss/env-nextjs and @tanstack/eslint-plugin-query.

Updates @t3-oss/env-nextjs from 0.12.0 to 0.13.0

Changelog

Sourced from @​t3-oss/env-nextjs's changelog.

0.13.0

Minor Changes

  • #313 35577fc Thanks @​EskiMojo14! - feat!: added ability to customise schema combination

    Combination of schemas can now be customised using the createFinalSchema option. This allows further refinement or transformation of the environment variables.

    For 99% of users, this is a non-breaking change. If you were relying on internal types, there's a type-only breaking change:

    • CreateEnv now has the signature CreateEnv<TFinalSchema, TExtends>, instead of the previous CreateEnv<TServer, TClient, TShared, TExtends>.
      • Previous behaviour can be achieved by using DefaultCombinedSchema<TServer, TClient, TShared> as the type for TFinalSchema.

Patch Changes

Commits

Updates @tanstack/eslint-plugin-query from 5.73.3 to 5.74.7

Release notes

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

v5.74.7

Version 5.74.7 - 4/27/25, 3:02 PM

Changes

Fix

  • vue-query: update initialData type to allow InitialDataFunction and NonUndefinedGuard, similar to react-query (#9073) (e45dea8) by Sol Lee

Chore

  • deps: update dependency @​sveltejs/kit to v2.20.6 [security] (#9054) (b13f0b8) by renovate[bot]
  • move from paths to customCondition (#9042) (9f93f12) by Tyler

Test

  • react-query: use fake timers for QueryClientProvider.test.tsx (#9074) (b8ea29e) by @​manudeli
  • query-persist-client-core: use fake timers for createPersister.test.ts (#9067) (83f01cd) by MINSEONG KIM
  • react-query: use fake timers for useMutationState.test.tsx (#9055) (62f02fc) by @​manudeli
  • react-query: use fake timers for fine-grained-persister.test.tsx (#9056) (027be32) by @​manudeli
  • react-query: use fake timers for ssr-hydration.test.tsx (#9058) (0849660) by MINSEONG KIM
  • query-core: use fake timers for queryObserver.test.tsx (#9004) (1b169ae) by @​manudeli

Docs

  • fix broken links in docs (#9052) (eb15f87) by Zac Rosenbauer
  • fix typo (a2a39c9) by Dominik Dorfmeister
  • Update streamedQuery.md (c987abc) by Dominik Dorfmeister

Packages

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

... (truncated)

Commits

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 dependencies group with 2 updates: [@t3-oss/env-nextjs](https://github.com/t3-oss/t3-env/tree/HEAD/packages/nextjs) and [@tanstack/eslint-plugin-query](https://github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query).


Updates `@t3-oss/env-nextjs` from 0.12.0 to 0.13.0
- [Release notes](https://github.com/t3-oss/t3-env/releases)
- [Changelog](https://github.com/t3-oss/t3-env/blob/main/packages/nextjs/CHANGELOG.md)
- [Commits](https://github.com/t3-oss/t3-env/commits/@t3-oss/[email protected]/packages/nextjs)

Updates `@tanstack/eslint-plugin-query` from 5.73.3 to 5.74.7
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.74.7/packages/eslint-plugin-query)

---
updated-dependencies:
- dependency-name: "@t3-oss/env-nextjs"
  dependency-version: 0.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@tanstack/eslint-plugin-query"
  dependency-version: 5.74.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

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 Apr 28, 2025
@dependabot dependabot bot requested review from a team as code owners April 28, 2025 22:35
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 maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants