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

Bump the next group across 1 directory with 2 updates #749

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 5, 2024

Bumps the next group with 2 updates in the / directory: @tanstack/react-query and next.

Updates @tanstack/react-query from 5.40.1 to 5.54.1

Release notes

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

v5.54.1

Version 5.54.1 - 9/3/24, 8:50 PM

Changes

Fix

  • query-core: accept generics on setQueryDefaults and setMutationDefaults (#7903) (a85382f) by Simone Cervini

Packages

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

v5.54.0

Version 5.54.0 - 9/2/24, 11:18 PM

Changes

Feat

  • react-query-dev-tools: Add ReactQueryDevToolsPanel support (#7788) (f8ad973) by Toofff

Packages

  • @​tanstack/query-devtools@​5.54.0
  • @​tanstack/react-query-devtools@​5.54.0
  • @​tanstack/solid-query-devtools@​5.54.0
  • @​tanstack/svelte-query-devtools@​5.54.0
  • @​tanstack/vue-query-devtools@​5.54.0
  • @​tanstack/angular-query-devtools-experimental@​5.54.0

v5.53.3

... (truncated)

Commits

Updates next from 14.2.3 to 14.2.8

Release notes

Sourced from next's releases.

v14.2.8

What's Changed

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

Support esmExternals in app directory

  • Support esm externals in app router (#65041)
  • Turbopack: Allow client components from foreign code in app routes (#64751)
  • Turbopack: add support for esm externals in app dir (#64918)
  • other related PRs: #66990 #66727 #66286 #65519

Reading cookies set in middleware in components and actions

  • initialize ALS with cookies in middleware (#65008)
  • fix middleware cookie initialization (#65820)
  • ensure cookies set in middleware can be read in a server action (#67924)
  • fix: merged middleware cookies should preserve options (#67956)

Metadata and icons

  • support facebook-specific metadata (fb:app_id, fb:admins) in generateMetaData (#65713)
  • Always collect static icons for all segments (#68712)
  • Fix favicon merging with customized icons (#67982)
  • Warn metadataBase missing in standalone mode or non vercel deployment (#66296)

Parallel routes fixes

  • fix missing stylesheets when parallel routes are present (#69507)

Draft mode and edge improvements

next/image fixes

  • Allow external image urls with _next/image pathname to be rendered via Image component (#69586)

Server actions improvements

... (truncated)

Commits
  • 63b999c v14.2.8
  • 55e4ef2 Allow external image urls with _next/image pathname to be rendered via Image ...
  • d09b769 feat(turbopack): add support for esm externals in app dir (#64918)
  • dafdc81 test: convert app-external.test.ts to nextTestSetup
  • 2c80812 Turbopack: Allow client components from foreign code in app routes (#64751)
  • 6473113 Improve SWC transform ID generation (#69183)
  • 9c4efb9 Apply optimization for unused actions (#69178)
  • 5eff016 refactor: create shared utils for mod resource (#69145)
  • c8bde3e optimize server actions (#66523)
  • 562df1f Ensure we match comment minify behavior between terser and swc (#68372)
  • Additional commits viewable 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 next group with 2 updates in the / directory: [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) and [next](https://github.com/vercel/next.js).


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

Updates `next` from 14.2.3 to 14.2.8
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.2.3...v14.2.8)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: next
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: next
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 5, 2024
@dependabot dependabot bot requested a review from cdriesler September 5, 2024 16:26
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 6, 2024

Superseded by #755.

@dependabot dependabot bot closed this Sep 6, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/next-00a23edf02 branch September 6, 2024 10:11
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