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 dependencies #604

Merged
merged 2 commits into from
Dec 16, 2024
Merged

chore(deps): update dependencies #604

merged 2 commits into from
Dec 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@aws-sdk/client-s3 (source) 3.705.0 -> 3.712.0 age adoption passing confidence
@aws-sdk/s3-request-presigner (source) 3.705.0 -> 3.712.0 age adoption passing confidence
@tanstack/react-query (source) 5.62.3 -> 5.62.7 age adoption passing confidence
@types/react-dom (source) 19.0.1 -> 19.0.2 age adoption passing confidence
eslint (source) 9.16.0 -> 9.17.0 age adoption passing confidence
nx (source) 20.2.1 -> 20.2.2 age adoption passing confidence
typescript-eslint (source) 8.17.0 -> 8.18.0 age adoption passing confidence
zod (source) 3.23.8 -> 3.24.1 age adoption passing confidence

Release Notes

aws/aws-sdk-js-v3 (@​aws-sdk/client-s3)

v3.712.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

v3.709.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

aws/aws-sdk-js-v3 (@​aws-sdk/s3-request-presigner)

v3.712.0

Compare Source

Note: Version bump only for package @​aws-sdk/s3-request-presigner

v3.709.0

Compare Source

Note: Version bump only for package @​aws-sdk/s3-request-presigner

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

v5.62.7

Compare Source

Version 5.62.7 - 12/10/24, 7:04 PM

Changes
Fix
  • query-core: respect initialData for queryClient.ensureQueryData (#​8425) (465906a) by Dominik Dorfmeister
Chore
Packages
eslint/eslint (eslint)

v9.17.0

Compare Source

nrwl/nx (nx)

v20.2.2

Compare Source

20.2.2 (2024-12-10)
🚀 Features
  • misc: handle artifact generators' path options including file extensions (#​29111)
  • testing: allow custom address for local registry (#​29050)
🩹 Fixes
  • angular: handle removed angular-eslint rules in root eslint config files and update package (#​29262)
  • angular: normalize prerender and appShell options of the application executor correctly (#​29281)
  • core: defer loading package manager until necessary (#​29248)
  • core: hashing fixes (#​29247)
  • core: Update bundlers to not typecheck if using new TS solution setup (#​29227)
  • core: ensure @​nx/module-federation is listed in package group (#​29292)
  • js: switch from fast-glob to tinyglobby (#​29141)
  • nx-dev: update Nx Cloud proj created (#​29272)
  • react: add files entry for publishable libraries (#​29277)
  • react-native: default template fails when envs are not set (#​28931)
  • react-native: typescript lib schema (#​27955)
  • release: use prepatch version for pre-release dependent package updates (#​29123)
  • release: make commits separator in git log command more unique (#​29261)
  • repo: cleanup old plugins promise (#​29295)
  • ⚠️ vite: generate config with esm by default (#​29270)
⚠️ Breaking Changes
  • ⚠️ vite: generate config with esm by default (#​29270)
❤️ Thank You
typescript-eslint/typescript-eslint (typescript-eslint)

v8.18.0

Compare Source

🩹 Fixes
❤️ Thank You
  • rtritto

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

colinhacks/zod (zod)

v3.24.1

Compare Source

Commits:

v3.24.0

Compare Source

Implement @standard-schema/spec

This is the first version of Zod to implement the Standard Schema spec. This is a new community effort among several validation library authors to implement a common interface, with the goal of simplifying the process of integrating schema validators with the rest of the ecosystem. Read more about the project and goals here.

z.string().jwt()

Thanks to @​Mokshit06 and @​Cognition-Labs for this contribution!

To verify that a string is a valid 3-part JWT.

z.string().jwt();

⚠️ This does not verify your JWT cryptographically! It merely ensures its in the proper format. Use a library like jsonwebtoken to verify the JWT signature, parse the token, and read the claims.

To constrain the JWT to a specific algorithm:

z.string().jwt({ alg: "RS256" });

z.string().base64url()

Thank you to @​marvinruder!

To complement the JWT validation, Zod 3.24 implements a standalone .base64url() string validation API. (The three elements of JWTs are base64url-encoded JSON strings.)

z.string().base64url()

This functionality is available along the standard z.string().base64() validator added in Zod 3.23.

z.string().cidr()

Thanks to @​wataryooou for their work on this!

A validator for CIDR notation for specifying IP address ranges, e.g. 192.24.12.0/22.

z.string().cidr()

To specify an IP version:

z.string().cidr({ version: "v4" })
z.string().cidr({ version: "v6" })

View the full diff from 3.23.8: colinhacks/zod@v3.23.8...v3.24.0


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

@renovate renovate bot added dependencies Pull requests that update a dependency file minor-version patch-version renovate labels Dec 16, 2024
Copy link
Contributor Author

renovate bot commented Dec 16, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@danadajian danadajian changed the title feat(deps): update dependencies chore(deps): update dependencies Dec 16, 2024
@danadajian danadajian merged commit 387a5ef into main Dec 16, 2024
3 checks passed
@danadajian danadajian deleted the renovate/dependencies branch December 16, 2024 02:54
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 minor-version patch-version renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant