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

Update all non-major dependencies #24

Merged
merged 1 commit into from
Feb 17, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 17, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@cerbos/core (source) ^0.19.0 -> ^0.21.0 age adoption passing confidence dependencies minor
@cerbos/grpc (source) ^0.19.0 -> ^0.20.0 age adoption passing confidence dependencies minor
@eslint/js (source) 9.19.0 -> 9.20.0 age adoption passing confidence devDependencies minor
@langchain/community (source) 0.3.28 -> 0.3.30 age adoption passing confidence dependencies patch
@langchain/core (source) 0.3.37 -> 0.3.40 age adoption passing confidence dependencies patch
@langchain/ollama (source) ^0.1.2 -> ^0.2.0 age adoption passing confidence dependencies minor
@langchain/openai (source) 0.4.2 -> 0.4.4 age adoption passing confidence dependencies patch
@prisma/client (source) 6.3.0 -> 6.3.1 age adoption passing confidence dependencies patch
@radix-ui/react-dialog (source) 1.1.5 -> 1.1.6 age adoption passing confidence dependencies patch
@radix-ui/react-label (source) 2.1.1 -> 2.1.2 age adoption passing confidence dependencies patch
@radix-ui/react-select (source) 2.1.5 -> 2.1.6 age adoption passing confidence dependencies patch
@radix-ui/react-separator (source) 1.1.1 -> 1.1.2 age adoption passing confidence dependencies patch
@radix-ui/react-slot (source) 1.1.1 -> 1.1.2 age adoption passing confidence dependencies patch
@radix-ui/react-switch (source) 1.1.2 -> 1.1.3 age adoption passing confidence dependencies patch
@radix-ui/react-tooltip (source) 1.1.7 -> 1.1.8 age adoption passing confidence dependencies patch
@types/react (source) 19.0.8 -> 19.0.10 age adoption passing confidence devDependencies patch
@types/react-dom (source) 19.0.3 -> 19.0.4 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 8.22.0 -> 8.24.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 8.22.0 -> 8.24.0 age adoption passing confidence devDependencies minor
eslint (source) 9.19.0 -> 9.20.1 age adoption passing confidence devDependencies minor
eslint-import-resolver-typescript 3.7.0 -> 3.8.0 age adoption passing confidence devDependencies minor
globals 15.14.0 -> 15.15.0 age adoption passing confidence devDependencies minor
lucide-react (source) ^0.474.0 -> ^0.475.0 age adoption passing confidence dependencies minor
node (source) 22.13.1 -> 22.14.0 age adoption passing confidence minor
postcss (source) 8.5.1 -> 8.5.2 age adoption passing confidence devDependencies patch
prisma (source) 6.3.0 -> 6.3.1 age adoption passing confidence devDependencies patch
vite (source) 6.0.11 -> 6.1.0 age adoption passing confidence devDependencies minor
zod (source) 3.24.1 -> 3.24.2 age adoption passing confidence dependencies patch

Release Notes

cerbos/cerbos-sdk-javascript (@​cerbos/core)

v0.21.0

Compare Source

Added
  • Internal exports to support audit logging in embedded policy decision points (#​1091)

v0.20.0

Compare Source

Added
Changed
  • Bump dependency on [uuid] to 11.0.5 (#​1069)
cerbos/cerbos-sdk-javascript (@​cerbos/grpc)

v0.20.1

Compare Source

Changed

v0.20.0

Compare Source

Added
Changed
eslint/eslint (@​eslint/js)

v9.20.0

Compare Source

langchain-ai/langchainjs (@​langchain/community)

v0.3.30

Compare Source

v0.3.29

Compare Source

prisma/prisma (@​prisma/client)

v6.3.1

Compare Source

This patch releases introduces improvements to the prisma init output when invoked to with the --db option.

Run npx prisma@latest init --db to get an instant Prisma Postgres database.

radix-ui/primitives (@​radix-ui/react-dialog)

v1.1.6

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.24.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-condition] make allowConstantLoopConditions more granular (#​10639)
🩹 Fixes
  • eslint-plugin: [no-misused-spread] correct and elaborate string spread report message (#​10751)
  • eslint-plugin: [restrict-plus-operands] report adding bigints to strings when allowNumberAndString is false (#​10737)
❤️ Thank You
  • Josh Goldberg ✨
  • noah
  • Ronen Amiel

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

v8.23.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] enforce strictNullChecks (#​10712)
🩹 Fixes
  • eslint-plugin: [no-shadow] ignore declare variables in definition files shadowing global variables (#​10710)
  • eslint-plugin: [no-restricted-imports] support regex option (#​10699)
  • eslint-plugin: [dot-notation] handle noPropertyAccessFromIndexSignature true (#​10644)
  • eslint-plugin: [prefer-nullish-coalescing] fix missing return (#​10732)
  • bump ts-api-utils to ^2.0.1 (#​10761)
  • eslint-plugin: [no-unnecessary-template-expression] allow interpolating type parameter in type context (#​10739)
  • eslint-plugin: [switch-exhaustiveness-check] suggest with qualified name (#​10697)
  • eslint-plugin: [no-unnecessary-type-assertion] should report readonly class properties with a literal initializer (#​10618)
❤️ Thank You

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

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.24.0

Compare Source

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

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

v8.23.0

Compare Source

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

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

eslint/eslint (eslint)

v9.20.1

Compare Source

v9.20.0

Compare Source

import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)

v3.8.0

Compare Source

Minor Changes
  • #​345 fcc8883 Thanks @​carlocorradini! - Enable the mapper function just for a set of allowed files. Improves project discovery using glob and POSIX separator.

  • #​346 c124e87 Thanks @​carlocorradini! - Update get-tsconfig to the the latest version. We now support the ${configDir} variable, introduced in TypeScript 5.5.

sindresorhus/globals (globals)

v15.15.0

Compare Source


lucide-icons/lucide (lucide-react)

v0.475.0: New icons 0.475.0

Compare Source

New icons 🎨

nodejs/node (node)

v22.14.0

Compare Source

postcss/postcss (postcss)

v8.5.2

Compare Source

vitejs/vite (vite)

v6.1.0

Compare Source

colinhacks/zod (zod)

v3.24.2

Compare Source


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - "after 9am and before 5pm every weekday" (UTC).

🚦 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.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2cc5361 to 27ea519 Compare February 17, 2025 12:37
@alexolivier alexolivier merged commit f79ec56 into main Feb 17, 2025
3 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch February 17, 2025 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant