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 non-major dependencies #194

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 6, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tanstack/query-core (source) ^5.62.15 -> ^5.62.16 age adoption passing confidence
@types/react (source) ^19.0.2 -> ^19.0.4 age adoption passing confidence
nx (source) ^20.3.0 -> ^20.3.1 age adoption passing confidence
publint (source) ^0.2.12 -> ^0.3.0 age adoption passing confidence
type-fest ^4.31.0 -> ^4.32.0 age adoption passing confidence
typescript-eslint (source) ^8.19.0 -> ^8.19.1 age adoption passing confidence

Release Notes

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

v5.62.16

Version 5.62.16 - 1/6/25, 7:15 PM (Manual Release)

Changes

Fix
  • QueriesObserver: include default options on duplicate query, queryHash check (#​8432) (e664d22) by nick-avi-say
  • vue-query: ensure queryKey match the current value of ref used inside (#​8443) (3104854) by @​Mini-ghost
  • react-query: eslint-plugin-query now working with vanilla js (#​8322) (f6757a6) by Ifeanyi Aladi
  • eslint-plugin-query: export Plugin interface (#​8392) (9a0ca9b) by Tomáš Vojtášek
Test
  • add a test to ensure new meta gets accepted by fetchQuery (d08d115) by Dominik Dorfmeister

Packages

nrwl/nx (nx)

v20.3.1

Compare Source

20.3.1 (2025-01-07)
🚀 Features
  • nx-dev: add TOC markdoc component for blog posts (d98e6e4e84)
🩹 Fixes
  • core: daemon spinner should show text (#​29448)
  • js: not generate tsconfig if already exists (#​29317)
  • js: only add typescript project references for explicit dependencies in sync generator (#​28998)
  • js: infer outputs correctly when both rootDir and outDir are set for tsconfig (#​29531)
  • nx-dev: Quote typo (#​29513)
  • nx-dev: add playsInline to video loop component (615fd172a5)
  • release: invalid config path in hint for using skipLockFileUpdate (#​29425)
  • vite: tsconfig paths plugin should not partially match paths (#​29501)
❤️ Thank You
bluwy/publint (publint)

v0.3.0

Compare Source

Minor Changes
  • The vfs option is removed in favour of an extended support of pack: { tarball: ArrayBuffer | ReadableStream } and pack: { files: PackFile[] } APIs. Now, it is even easier to use publint in the browser or against a packed .tgz file in Node.js. See the docs for more examples of how to use these new options. (#​122)

  • Bump node version support to >=18 (cb2ed8b)

  • publint now runs your project's package manager's pack command to get the list of packed files for linting. The previous npm-packlist dependency is now removed. (#​120)

    A new pack option is added to the node API to allow configuring this. It defaults to 'auto' and will automatically detect your project's package manager using package-manager-detector. See its JSDoc for more information of the option.

    This change is made as package managers have different behaviors for packing files, so running their pack command directly allows for more accurate linting. However, as a result of executing these commands in a child process, it may take 200-500ms longer to lint depending on the package manager used and the project size. The new handling also does not support yarn 1. See this comment for more information.

    If you use yarn 1, you should upgrade to the latest yarn version or a different package manager. Otherwise, no other changes are required for this new behavior.

Patch Changes
  • Initial setup to publish with Changesets (24a62f5)

  • When a dependency with the file: or link: protocol is specified in the package.json, it will now error to prevent accidentally publishing dependencies that will likely not work when installed by end-users (6e6ab33)

  • Fix EXPORT_TYPES_INVALID_FORMAT linting to detect .d.mts and .d.cts files (af5e88b)

  • Updated dependencies [d0b406b]:

sindresorhus/type-fest (type-fest)

v4.32.0

Compare Source

New types
Improvements
Fixes
  • SetRequired: Fix support for removal of optional modifiers from tuples (#​1030) c897aad

typescript-eslint/typescript-eslint (typescript-eslint)

v8.19.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 the dependencies Pull requests that update a dependency file label Jan 6, 2025
Copy link

pkg-pr-new bot commented Jan 6, 2025

npm i https://pkg.pr.new/@tanstack/config@194

commit: 0254f29

Copy link

nx-cloud bot commented Jan 6, 2025

View your CI Pipeline Execution ↗ for commit 0254f29.

Command Status Duration Result
nx affected --targets=test:eslint,test:types,te... ❌ Failed 29s View ↗

☁️ Nx Cloud last updated this comment at 2025-01-09 05:48:21 UTC

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1136cc8 to 48fa9a0 Compare January 8, 2025 22:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 48fa9a0 to 0254f29 Compare January 9, 2025 05:47
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants