fix(deps): update all non-major dependencies#199
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
c1f3993 to
9bed19c
Compare
98335a8 to
85a0850
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
85a0850 to
d97a751
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.28.0→^0.31.0^0.25.0→^0.27.030.3.0→30.4.17.5.0→7.8.07.5.0→7.8.06.19.2→6.19.324.12.0→24.12.424.12.2→24.12.412.9.0→12.10.01.35.1→1.39.13.21.0→3.21.230.3.0→30.4.210.2.4→10.2.59.3.2→9.6.27.7.0→7.8.06.19.2→6.19.33.0.2→3.0.529.4.6→29.4.92.0.17→2.0.182.21.2→2.21.32.0.4→2.0.5Release Notes
cerbos/cerbos-sdk-javascript (@cerbos/core)
v0.31.0Compare Source
Added
Changed
Bump dependency on [@bufbuild/protobuf] to 2.12.0 (#1441)
Bump dependency on [@cerbos/api] to 0.8.0 (#1447)
v0.30.0Compare Source
Added
LocalBundle.bundleIdPolicySourceGit.hashChanged
v0.29.0Compare Source
Added
PolicySourceHubRemoteBundleas a possible type forAccessLogEntry.policySourceandDecisionLogEntry.policySource(#1418)Requires a policy decision point server running Cerbos 0.52+.
v0.28.1Compare Source
Changed
cerbos/cerbos-sdk-javascript (@cerbos/grpc)
v0.27.1Compare Source
Changed
Bump dependency on [@bufbuild/protobuf] to 2.12.0 (#1441)
Bump dependency on [@cerbos/api] to 0.8.0 (#1447)
Bump dependency on [@cerbos/core] to 0.31.0 (#1449)
v0.27.0Compare Source
Added
LocalBundle.bundleIdPolicySourceGit.hashChanged
Bump dependency on [@cerbos/api] to 0.7.0 (#1438)
Bump dependency on [@cerbos/core] to 0.30.0 (#1439)
v0.26.0Compare Source
Added
PolicySourceHubRemoteBundleas a possible type forAccessLogEntry.policySourceandDecisionLogEntry.policySource(#1418)Requires a policy decision point server running Cerbos 0.52+.
Changed
v0.25.1Compare Source
Changed
jestjs/jest (@jest/globals)
v30.4.1Compare Source
Features
[jest-config, jest-core, jest-runner, jest-schemas, jest-types]Allow custom runner configuration options via tuple format['runner-path', {options}](#16141)Fixes
[jest-runtime]Align CJS-from-ESM default export with Node:module.exportsis always the ESM default,__esModuleunwrapping is no longer applied (#16143)v30.4.0Compare Source
Features
[babel-jest]Support collecting coverage from.mts,.cts(and other) files (#15994)[jest-circus, jest-cli, jest-config, jest-core, jest-jasmine2, jest-types]Add--collect-testsflag to discover and list tests without executing them (#16006)[jest-config, jest-runner, jest-worker]AddworkerGracefulExitTimeoutconfig option to control how long workers are given to exit before being force-killed (#15984)[jest-config]Add support forjest.config.mtsas a valid configuration file (#16005)[jest-config, jest-core, jest-reporters, jest-runner]verboseandsilentcan now be set per-project; the project-level value overrides the global value for that project's tests (#16133)[@jest/fake-timers]AcceptTemporal.Durationinjest.advanceTimersByTime()andjest.advanceTimersByTimeAsync()(#16128)[@jest/fake-timers]AcceptTemporal.InstantandTemporal.ZonedDateTimeinjest.setSystemTime()anduseFakeTimers({now})(#16128)[@jest/fake-timers]Support fakingTemporal.Now.*(#16131)[jest-mock]AddclearMocksOnScope(scope)onModuleMockerfor clearing every mock function exposed on a scope object (#16088)[jest-resolve]AddcanResolveSync()onResolverso callers can detect when a user-configured resolver only exports anasynchook (#16064)[jest-runtime]Use synchronousevaluate()for ES modules without top-levelawaiton Node versions that support it (v24.9+), and prefer the synchronous transform path when a sync transformer is configured (#16062)[jest-runtime]Supportrequire()of ES modules on Node v24.9+ (#16074)[jest-runtime]Validate TC39 import attributes (with { type: 'json' }) on ESM imports (#16127)[@jest/transform]AddcanTransformSync(filename)onScriptTransformerso callers can pick the sync vs async transform path (#16062)[jest-util]AddisErrorhelper (#16076)[pretty-format]Support React 19 (#16123)Fixes
[expect-utils]FixtoStrictEqualfailing onstructuredCloneresults due to cross-realm constructor mismatch (#15959)[@jest/expect-utils]PreventtoMatchObject/subset matching from throwing when encountering exotic iterables (#15952)[fake-timers]ConvertDateto milliseconds before passing to@sinonjs/fake-timers(#16029)[jest]ExportGlobalConfigandProjectConfigTypeScript types (#16132)[jest-circus]Prevent crash whenasyncErroris undefined for non-Error throws (#16003)[jest-circus, jest-jasmine2]IncludeError.causein JSONfailureMessagesoutput (#15967)[jest-config]Fix preset path resolution on Windows when the preset uses subpathexports(#15961)[jest-config]AllowcollectCoverageandcoverageProviderin project config without a validation warning (#16132)[jest-config]Project config validator now emits "is not supported in an individual project configuration" instead of "probably a typing mistake" for known global-only options (#16132)[jest-environment-node]Fix--localstorage-filewarning on Node 25+ (#16086)[jest-reporters]Apply global coverage threshold to unmatched pattern files in addition to glob/path thresholds (#16137)[jest-reporters, jest-runner, jest-runtime, jest-transform]Fix coverage report not showing correct code coverage when usingprojectsconfig option (#16140)[jest-runtime]Resolveexpectand@jest/expectfrom the internal module registry so test-file imports share the sameJestAssertionErroras the globalexpect(#16130)[jest-runtime]Improve CJS-from-ESM interop:__esModule/Babel default unwrap, broader named-export coverage, and shared CJS singleton across importers (#16050)[jest-runtime]Load.jsfiles with ESM syntax but no"type":"module"marker as native ESM (#16050)[jest-runtime]Extend the.js-with-ESM-syntax fallback torequire()on Node v24.9+ - falls back torequire(esm)when the CJS parser rejects ESM syntax (#16078)[jest-runtime]Fix deadlocks and double-evaluation in concurrent ESM and wasm imports (#16050)[jest-runtime]Fix error whenrequire()is called after the Jest environment has been torn down (#15951)[jest-runtime]Fix missing error whenimport()is called after the Jest environment has been torn down (#16080)[jest-runtime]Fix virtualunstable_mockModuleregistrations not respected in ESM (#16081)[jest-runtime]ApplymoduleNameMapperwhen resolving modules withrequire.resolve()and thepathsoption (#16135)Chore & Maintenance
[@jest/fake-timers]Upgrade@sinonjs/fake-timers(#16139)[jest-runtime]Use synchronouslinkRequests/instantiatefor ESM linking on Node v24.9+ (#16063)prisma/prisma (@prisma/adapter-better-sqlite3)
v7.8.0Compare Source
Today, we are excited to share the
7.8.0stable release 🎉🌟 Star this repo for notifications about new releases, bug fixes & features — or follow us on X!
Highlights
ORM
Features
Prisma Client
queryPlanCacheMaxSizeoption to thePrismaClientconstructor for fine-grained control over the query plan cache. Pass0to disable the cache entirely, or omit it to use the default cache size. A larger value can improve performance in applications that execute many unique queries, while a smaller one can reduce memory usage. (#29503)Bug Fixes
Prisma Client
::jsonbcast when filtering on PostgreSQL JSON list columns. Queries usingwhere: { jsonListField: { equals: [...] } }no longer panic with a type mismatch or emit invalid SQL. (prisma/prisma-engines#5804)mode: insensitive), allowingwhere: { jsonField: { equals: "...", mode: "insensitive" } }to work correctly. (prisma/prisma-engines#5806)@map. (#29422)P2029), which could incorrectly reject or miss over-limit queries. (#29422)VARCHARcasts for parameterized values. (prisma/prisma-engines#5801)Schema Engine
prisma migrate diffthat referenced the--shadow-database-urlCLI flag, which was removed in Prisma 7. (#29455)prisma migrate dev(and shadow database migration replay in general) failing withCREATE INDEX CONCURRENTLY cannot run inside a transaction blockwhen a migration contained concurrent index creation statements on PostgreSQL. (prisma/prisma-engines#5799)pg_catalog.nextval('sequence_name'::regclass)instead of the barenextval(...). Columns backed by sequences now correctly appear as@default(autoincrement())in the Prisma schema in all cases. (prisma/prisma-engines#5802)Driver Adapters
createSavepoint,rollbackToSavepoint,releaseSavepoint) now silently no-op with debug logging instead of executing SQL statements, consistent with how the D1 adapter already treats top-level transactions. (#29499)Open roles at Prisma
Interested in joining Prisma? We're growing and have several exciting opportunities across the company for developers who are passionate about building with Prisma. Explore our open positions on our Careers page and find the role that's right for you.
Enterprise support
Thousands of teams use Prisma and many of them already tap into our Enterprise & Agency Support Program for hands-on help with everything from schema integrations and performance tuning to security and compliance.
With this program you also get priority issue triage and bug fixes, expert scalability advice, and custom training so that your Prisma-powered apps stay rock-solid at any scale. Learn more or join: https://prisma.io/enterprise.
v7.7.0Compare Source
Today, we are excited to share the
7.7.0stable release 🎉🌟 Star this repo for notifications about new releases, bug fixes & features — or follow us on X!
Highlights
ORM
prisma bootstrapcommandA new
prisma bootstrapcommand (#29374, #29424) sequences the full Prisma Postgres setup into a single interactive flow. It detects the current project state and runs only the steps that are needed:prisma init.@prisma/client,prisma, anddotenv.prisma migrate devif the schema contains models.prisma generate.prisma db seedif a seed script is configured.Each side-effecting step prompts for confirmation. Re-running the command skips already-completed steps.
Basic usage
With a starter template
Non-interactive (CI)
Open roles at Prisma
Interested in joining Prisma? We're growing and have several exciting opportunities across the company for developers who are passionate about building with Prisma. Explore our open positions on our Careers page and find the role that's right for you.
Enterprise support
Thousands of teams use Prisma and many of them already tap into our Enterprise & Agency Support Program for hands-on help with everything from schema integrations and performance tuning to security and compliance.
With this program you also get priority issue triage and bug fixes, expert scalability advice, and custom training so that your Prisma-powered apps stay rock-solid at any scale. Learn more or join: https://prisma.io/enterprise.
v7.6.0Compare Source
Today, we are excited to share the
7.6.0stable release 🎉🌟 Star this repo for notifications about new releases, bug fixes & features — or follow us on X!
Highlights
ORM
Features
CLI
prisma postgres linkcommand that connects a local project to a Prisma Postgres database. This is the first command in a newprisma postgrescommand group for managing Prisma Postgres databases directly from the CLI. (#29352)Driver Adapters
statementNameGeneratoroption that accepts a custom prepared statement name generator to allow users to leveragepgstatement caching (#29395)useTextProtocoloption in the constructor to toggle between text and binary protocols (#29392)Bug Fixes
Prisma Client
createManyqueries to avoid cache bloat and potential Node.js crashes in bulk operations (#29382)NowGeneratorlazy to avoid synchronousnew Date()calls, fixing Next.js "dynamic usage" errors in cached components (#28724)Get<Model>GroupByPayloadtype in the newprisma-clientgenerator, making it accessible for TypeScript usage (#29346)CLI
Driver Adapters
@types/pgversion constraint to^8.16.0for compatibility with newer PostgreSQL type definitions (#29390)ColumnNotFounderrors to correctly extract column names from both quoted and unquoted PostgreSQL error messages (#29307)mariadbstatement caching by default to address a reported leak (#29392)Prisma Studio
We’re continuing our work to improve Prisma Studio with more features being added.
Dark Mode
Need we say more? You’ve all asked for it, and it’s back.
dark-mode-studio.mp4
Copy as markdown
Now, you can copy one or more rows as either CSV or Markdown
Multi-cell editing
This is big one, something that folks have been asking for. Now, it’s possible to edit multiple cells while inspecting your database. If you make any changes, you’ll be prompted to either save or discard them. This makes manually adding new rows much easier to accomplish.
Back relations
If your data references another table, Prisma Studio now links to the related records, making it easy to inspect them. This makes traversing your database much simpler.
CleanShot.2026-03-24.at.20.39.01.mp4
Generative SQL with AI
If you need to inspect your database, instead of manually writing the SQL you may need, you can use natural language and AI to generate the appropriate SQL statements.
CleanShot.2026-03-19.at.00.01.53.mp4
Open roles at Prisma
Interested in joining Prisma? We’re growing and have several exciting opportunities across the company for developers who are passionate about building with Prisma. Explore our open positions on our Careers page and find the role that’s right for you.
Enterprise support
Thousands of teams use Prisma and many of them already tap into our Enterprise & Agency Support Program for hands-on help with everything from schema integrations and performance tuning to security and compliance.
With this program you also get priority issue triage and bug fixes, expert scalability advice, and custom training so that your Prisma-powered apps stay rock-solid at any scale. Learn more or join: https://prisma.io/enterprise.
WiseLibs/better-sqlite3 (better-sqlite3)
v12.10.0Compare Source
What's Changed
Full Changelog: WiseLibs/better-sqlite3@v12.9.1...v12.10.0
get-convex/convex-backend (convex)
v1.39.1binentrypoint bug in 1.39.0.v1.39.0defineAppand
defineComponentnow accept anenvobject with string keys and validator values.Declared environment variables must be present and match the validators before deployment.
--local-cloud-port,--local-site-port,--local-backend-versionand--local-force-upgradeoptions tonpx convex devto be used whenever using a local deployment.AsyncLocalStorageandAsyncResourceAPIs fromnode:async_hooksare now availablein the standard Convex runtime. Note that stored values will not be threaded through calls to
ctx.runQuery/ctx.runMutation/ctx.runAction.v1.38.0ctx.meta.getRequestMetadata()to access request metadata in mutations and actions:request ID, client IP, and client User-Agent.
npx convex deployment select local.--expiryand--expiresaliases for--expirationinnpx convex deployment create.import "server-only"to mark files as server-only.npx convex disable-local-deploymentscommand.usePaginatedQuery_experimentaloverload that has an object-based API similarto
useQuery_experimental.v1.37.0useQuery_experimental, which accepts object-based args and returns anobject with status, data, and error that doesn't throw errors by default.
npx convex deployment token create my-token --save-env, enablingscripts to configure agent environments with access only to develop and deploy
against their own cloud deployment. e.g.
VisibilityPropertiestype to allow types likeRegisteredQueryto be more easily extended without losing covariance.
ctx.meta.getDeploymentMetadata()function.v1.36.1npx convex login --vercelto ask before joining a Convex team through the Vercel Marketplace.v1.36.0npx convex runnow supports--inline-queryfor evaluating readonly querieswithout creating a named function first, for example:
npx convex run --inline-query 'await ctx.db.query("messages").take(5)'.ctx.metato access extra metadata at runtime:ctx.meta.getFunctionMetadata(): the current function's name, component,visibility, and whether it's a query, mutation, or action.
ctx.meta.getTransactionMetrics(): how much capacity remains in the currenttransaction. Only available in queries and mutations.
npx convex env defaultcommand for getting and setting defaultenvironment variables for a project.
npx convex deploynow supports a--messageoption that allows you towrite details in the deployment’s audit log. When running
npx convex deployon CI runners on popular platforms (including GitHub Actions,Vercel, and Netlify), a default message will be provided if you don’t provide one
(e.g. “Deployed from GitHub Actions •
e83c516”).instead of creating a new one by using
--preview-nameinstead of--preview-create.This behavior is also used when deploying to preview deployments from the CI
without specifying
--preview-createexplictly, but you canspecify
--preview-createexplicitly to restore the old behavior. When using the--preview-runflag, the function only runs when a new deployment is created.npx convex codegencan now automatically start a local backend when necessary.with
CONVEX_LOCAL_BACKEND_STARTUP_TIMEOUT_SECS; this can be useful when usinglarge local databases.
npx convex ai-files removewould also remove skill files thatwere not installed by
npx convex ai-filesin inconsistent order across platforms.
npx convex dev --startwhere, in some cases, the--startcommandwould continue to run after closing the Convex dev server with Ctrl+C.
Effect-TS/effect (effect)
v3.21.2Compare Source
Patch Changes
74f3267Thanks @mikearnaldi! - FixTestClock.unsafeCurrentTimeNanos()to floor fractional millisecond instants before converting them toBigInt.v3.21.1Compare Source
Patch Changes
#6139
f99048eThanks @marbemac! - Fix batched request resolver defects causing consumer fibers to hang forever.When a
RequestResolver.makeBatchedresolver died with a defect, the requestDeferreds were never completed because the cleanup logic ininvokeWithInterruptusedflatMap(which only runs on success). Changed toensuringso uncompleted request entries are always resolved regardless of exit type.isaacs/minimatch (minimatch)
v10.2.5Compare Source
Automattic/mongoose (mongoose)
v9.6.2Compare Source
==================
v9.6.1Compare Source
==================
_idgetter helper on ObjectId #16251 noseworthyv9.6.0Compare Source
==================
allowNulloption to disallow null values even if notrequired#16237 #15905v9.5.0Compare Source
==================
timestampoption to debug output #16216 rejunpcloneUpdateoption to explicitly disable update cloning #16230 #16202defaultsquery option tofind()#16226 sderrow__proto__#16230 #16202$set()method as objects with a$setproperty when casting updates #16230ObjectParameterErrorininsertOne()if doc is not an object #16221 IshitaSingh0822CastErrormessage aftersetModel()#16167 White-Devil2839findOneAndUpdate()#16230v9.4.1Compare Source
==================
v9.4.0Compare Source
==================
idto HydratedDocument virtuals by default unless explicitly set #16178v9.3.3Compare Source
==================
bahmutov/start-server-and-test (start-server-and-test)
v3.0.5Compare Source
Bug Fixes
v3.0.4Compare Source
Bug Fixes
v3.0.3Compare Source
Bug Fixes
kulshekhar/ts-jest (ts-jest)
v29.4.9Compare Source
v29.4.8Compare Source
v29.4.7Compare Source
Features
testcontainers/testcontainers-java (org.testcontainers:testcontainers)
v2.0.5Compare Source
What's Changed
🚀 Features & Enhan
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 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.
This PR was generated by Mend Renovate. View the repository job log.