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

chore(deps): update all dependencies #10

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 13, 2025

This PR contains the following updates:

Package Type Update Change OpenSSF
@tanstack/react-query (source) dependencies patch 5.64.0 -> 5.64.2 OpenSSF Scorecard
@types/bun (source) devDependencies minor 1.1.16 -> 1.2.0 OpenSSF Scorecard
@types/node (source) devDependencies patch 22.10.5 -> 22.10.10 OpenSSF Scorecard
@types/react (source) devDependencies patch 19.0.6 -> 19.0.8 OpenSSF Scorecard
next (source) dependencies patch 15.1.4 -> 15.1.6 OpenSSF Scorecard
openapi-typescript (source) devDependencies minor 7.5.2 -> 7.6.0 OpenSSF Scorecard
postcss (source) devDependencies minor 8.4.49 -> 8.5.1 OpenSSF Scorecard
tailwindcss (source) devDependencies major 3.4.17 -> 4.0.0 OpenSSF Scorecard
wagmi (source) dependencies patch 2.14.7 -> 2.14.9 OpenSSF Scorecard

Release Notes

TanStack/query (@​tanstack/react-query)

v5.64.2

Compare Source

Version 5.64.2 - 1/19/25, 8:45 AM

Changes

Fix
  • react-query: add missing subscribed option to UseInfiniteQueryOptions (#​8546) (3e3fba9) by Seyed Mohammad Asadi
Chore
  • deps: replace rimraf with premove (#​8532) (f04dd19) by Lachlan Collins

Packages

v5.64.1

Compare Source

Version 5.64.1 - 1/13/25, 1:23 PM

Changes
Fix
Packages
vercel/next.js (next)

v15.1.6

Compare Source

v15.1.5

Compare Source

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

Core Changes
  • Fix missing revalidate with notFound() (#​75009)
  • fix: when metadatabase is set we should not warn (#​74840)
  • Fix @​vercel/og license SPDX expression (#​74745)
  • fix: ts language server rule metadata should allow null (#​74704)
  • fix: eslint rule of using img in metadata routes (#​74864)
  • Fix presentation when onerror receives an event without error (#​74643)
  • fix fetch lock not being consistently released #​74623 (#​75028)
Credits

Huge thanks to @​ijjk, @​huozhi, @​matmannion and @​ztanner for helping!

openapi-ts/openapi-typescript (openapi-typescript)

v7.6.0

Compare Source

Minor Changes
postcss/postcss (postcss)

v8.5.1

Compare Source

v8.5.0: 8.5 “Duke Alloces”

Compare Source

President Alloces seal

PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.

@​romainmenke during his work on Stylelint added Input#document in additional to Input#css.

root.source.input.document //=> "<p>Hello</p>
                           //    <style>
                           //    p {
                           //      color: green;
                           //    }
                           //    </style>"
root.source.input.css      //=> "p {
                           //      color: green;
                           //    }"

Thanks to Sponsors

This release was possible thanks to our community.

If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:

tailwindlabs/tailwindcss (tailwindcss)

v4.0.0

Compare Source

wevm/wagmi (wagmi)

v2.14.9

Compare Source

Patch Changes

v2.14.8

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - "* 0-4,22-23 * * 1-5,* * * * 0,6" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.

Copy link

sourcery-ai bot commented Jan 13, 2025

Reviewer's Guide by Sourcery

This PR updates the following dependencies: @tanstack/react-query from 5.64.0 to 5.64.1, @types/node from 22.10.5 to 22.10.6, and postcss from 8.4.49 to 8.5.0.

Class diagram showing dependency version updates

classDiagram
    class Dependencies {
        +@tanstack/react-query: 5.64.1
        +connectkit: 1.8.2
        +encoding: 0.1.13
        +next: 15.1.4
    }
    class DevDependencies {
        +@types/node: 22.10.6
        +postcss: 8.5.0
        +tailwindcss: 3.4.17
        +typescript: 5.7.3
    }
    note for Dependencies "Updated from @tanstack/react-query 5.64.0"
    note for DevDependencies "Updated from @types/node 22.10.5\nUpdated from postcss 8.4.49"
Loading

File-Level Changes

Change Details Files
Updated @tanstack/react-query to fix types for typed query and mutation keys.
  • Bumped @tanstack/react-query from version 5.64.0 to 5.64.1
package.json
Updated @types/node.
  • Bumped @types/node from version 22.10.5 to 22.10.6
package.json
Updated postcss.
  • Bumped postcss from version 8.4.49 to 8.5.0
package.json

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. Here's why:

  • It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!
  • We don't review packaging changes - Let us know if you'd like us to change this.

@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from d7df1c6 to 39848c6 Compare January 19, 2025 10:11
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from be3a176 to 2c7b7dd Compare January 23, 2025 18:50
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants