cerbos / query-plan-adapters

Repo of adapters converting a Cerbos Query Plan to a data fetching layer
Apache License 2.0
15 stars 9 forks source link

Update all non-major dependencies #31

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 11 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@cerbos/core (source) ^0.11.0 -> ^0.12.0 age adoption passing confidence dependencies minor
@cerbos/core (source) ^0.5.1 -> ^0.12.0 age adoption passing confidence dependencies minor
@cerbos/grpc (source) ^0.11.0 -> ^0.12.0 age adoption passing confidence dependencies minor
@types/jest (source) 29.5.2 -> 29.5.3 age adoption passing confidence devDependencies patch
@types/node (source) 18.16.18 -> 18.16.19 age adoption passing confidence devDependencies patch
mongoose (source) 7.3.3 -> 7.4.0 age adoption passing confidence devDependencies minor
prisma (source) 4.16.1 -> 4.16.2 age adoption passing confidence devDependencies patch
supercharge/mongodb-github-action 1.8.0 -> v1.9.0 age adoption passing confidence action minor

Release Notes

cerbos/cerbos-sdk-javascript (@​cerbos/core) ### [`v0.12.0`](https://togithub.com/cerbos/cerbos-sdk-javascript/blob/HEAD/packages/core/CHANGELOG.md#0120---2023-07-18) [Compare Source](https://togithub.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/core@0.11.0...@cerbos/core@0.12.0) ##### Added - Support for filtering [`Client.listPolicies`](../../docs/core.client.listpolicies.md) results by policy name, scope, and version ([#​568](https://togithub.com/cerbos/cerbos-sdk-javascript/pull/568)) Requires a policy decision point server running Cerbos 0.29+. - Support for [exporting and importing variable sets](https://docs.cerbos.dev/cerbos/latest/policies/variables.html) in policies ([#​598](https://togithub.com/cerbos/cerbos-sdk-javascript/pull/598)) Requires a policy decision point server running Cerbos 0.29+.
cerbos/cerbos-sdk-javascript (@​cerbos/grpc) ### [`v0.12.0`](https://togithub.com/cerbos/cerbos-sdk-javascript/blob/HEAD/packages/grpc/CHANGELOG.md#0120---2023-07-18) [Compare Source](https://togithub.com/cerbos/cerbos-sdk-javascript/compare/@cerbos/grpc@0.11.0...@cerbos/grpc@0.12.0) ##### Added - Support for filtering [`Client.listPolicies`](../../docs/core.client.listpolicies.md) results by policy name, scope, and version ([#​568](https://togithub.com/cerbos/cerbos-sdk-javascript/pull/568)) Requires a policy decision point server running Cerbos 0.29+. - Support for [exporting and importing variable sets](https://docs.cerbos.dev/cerbos/latest/policies/variables.html) in policies ([#​598](https://togithub.com/cerbos/cerbos-sdk-javascript/pull/598)) Requires a policy decision point server running Cerbos 0.29+. ##### Changed - Bump dependency on [@​grpc/grpc-js](https://togithub.com/grpc/grpc-node) to 1.8.18 ([#​555](https://togithub.com/cerbos/cerbos-sdk-javascript/pull/555), [#​575](https://togithub.com/cerbos/cerbos-sdk-javascript/pull/575), [#​578](https://togithub.com/cerbos/cerbos-sdk-javascript/pull/578), [#​600](https://togithub.com/cerbos/cerbos-sdk-javascript/pull/600)) - Bump dependency on [protobufjs](https://togithub.com/protobufjs/protobuf.js) to 7.2.4 ([#​596](https://togithub.com/cerbos/cerbos-sdk-javascript/pull/596)) - Bump dependency on [long](https://togithub.com/dcodeIO/long.js) to 5.2.3 ([#​596](https://togithub.com/cerbos/cerbos-sdk-javascript/pull/596))
Automattic/mongoose (mongoose) ### [`v7.4.0`](https://togithub.com/Automattic/mongoose/blob/HEAD/CHANGELOG.md#740--2023-07-18) [Compare Source](https://togithub.com/Automattic/mongoose/compare/7.3.4...7.4.0) \================== - perf: speed up mapOfSubdocs benchmark by 4x by avoiding unnecessary O(n^2) loop in getPathsToValidate() [#​13614](https://togithub.com/Automattic/mongoose/issues/13614) - feat: upgrade to MongoDB Node.js driver 5.7.0 [#​13591](https://togithub.com/Automattic/mongoose/issues/13591) - feat: support generating custom cast error message with a function [#​13608](https://togithub.com/Automattic/mongoose/issues/13608) [#​3162](https://togithub.com/Automattic/mongoose/issues/3162) - feat(query): support MongoDB driver's includeResultMetadata option for findOneAndUpdate [#​13584](https://togithub.com/Automattic/mongoose/issues/13584) [#​13539](https://togithub.com/Automattic/mongoose/issues/13539) - feat(connection): add Connection.prototype.removeDb() for removing a related connection [#​13580](https://togithub.com/Automattic/mongoose/issues/13580) [#​11821](https://togithub.com/Automattic/mongoose/issues/11821) - feat(query): delay converting documents into POJOs until query execution, allow querying subdocuments with defaults disabled [#​13522](https://togithub.com/Automattic/mongoose/issues/13522) - feat(model): add option "aggregateErrors" for create() [#​13544](https://togithub.com/Automattic/mongoose/issues/13544) [hasezoey](https://togithub.com/hasezoey) - feat(schema): add collectionOptions option to schemas [#​13513](https://togithub.com/Automattic/mongoose/issues/13513) - fix: move all MongoDB-specific connection logic into driver layer, add createClient() method to handle creating MongoClient [#​13542](https://togithub.com/Automattic/mongoose/issues/13542) - fix(document): allow setting keys with dots in mixed paths underneath nested paths [#​13536](https://togithub.com/Automattic/mongoose/issues/13536) - types: augment bson.ObjectId instead of adding on own type [#​13515](https://togithub.com/Automattic/mongoose/issues/13515) [#​12537](https://togithub.com/Automattic/mongoose/issues/12537) [hasezoey](https://togithub.com/hasezoey) - docs(guide): fix md lint [#​13593](https://togithub.com/Automattic/mongoose/issues/13593) [hasezoey](https://togithub.com/hasezoey) - docs: changed the code from 'await author.save()' to 'await story1.save()' [#​13596](https://togithub.com/Automattic/mongoose/issues/13596) [SomSingh23](https://togithub.com/SomSingh23) ### [`v7.3.4`](https://togithub.com/Automattic/mongoose/releases/tag/7.3.4) [Compare Source](https://togithub.com/Automattic/mongoose/compare/7.3.3...7.3.4) # 7.3.4 / 2023-07-12 - chore: release 7.4.4 to overwrite accidental publish of 5.13.20 to latest tag
prisma/prisma (prisma) ### [`v4.16.2`](https://togithub.com/prisma/prisma/releases/tag/4.16.2) [Compare Source](https://togithub.com/prisma/prisma/compare/4.16.1...4.16.2) Today, we are issuing the `4.16.2` patch release. #### Fixes in Prisma Client - [4.16: (MongoDB) Generated types for list composites are incorrect](https://togithub.com/prisma/prisma/issues/19880) - [Getting wrong types with prisma client extensions](https://togithub.com/prisma/prisma/issues/19958) - [Prisma Client fluent API does not work with extends anymore on 4.16.1](https://togithub.com/prisma/prisma/issues/19921) - [Prisma Client Extensions: `$allModels: { $allOperations }` sets query type to `never` ](https://togithub.com/prisma/prisma/issues/19888) - [Result types are incorrectly inferred when `undefined` explicitly passed to `select`/`include`](https://togithub.com/prisma/prisma/issues/19997)
supercharge/mongodb-github-action (supercharge/mongodb-github-action) ### [`v1.9.0`](https://togithub.com/supercharge/mongodb-github-action/compare/1.9.0...1.9.0) [Compare Source](https://togithub.com/supercharge/mongodb-github-action/compare/1.9.0...1.9.0) ### [`v1.9.0`](https://togithub.com/supercharge/mongodb-github-action/blob/HEAD/CHANGELOG.md#190---2023-02-10) [Compare Source](https://togithub.com/supercharge/mongodb-github-action/compare/1.8.0...1.9.0) ##### Added - exit early in case of Docker issues (e.g., unavailable MongoDB version) - validate GitHub Action typings using [krzema12/github-actions-typing](https://togithub.com/krzema12/github-actions-typing) ##### Updated - bump dependencies

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - "after 9am and before 5pm Monday" (UTC).

🚦 Automerge: Enabled.

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.



This PR has been generated by Mend Renovate. View repository job log here.