chore(deps)(deps): bump the runtime-deps group across 1 directory with 2 updates#478
Open
dependabot[bot] wants to merge 2 commits into
Open
chore(deps)(deps): bump the runtime-deps group across 1 directory with 2 updates#478dependabot[bot] wants to merge 2 commits into
dependabot[bot] wants to merge 2 commits into
Conversation
@prisma-next/mongo-runtime
@prisma-next/family-mongo
@prisma-next/sql-runtime
@prisma-next/family-sql
@prisma-next/extension-arktype-json
@prisma-next/extension-cipherstash
@prisma-next/middleware-telemetry
@prisma-next/mongo
@prisma-next/extension-paradedb
@prisma-next/extension-pgvector
@prisma-next/extension-postgis
@prisma-next/postgres
@prisma-next/sql-orm-client
@prisma-next/sqlite
@prisma-next/target-mongo
@prisma-next/adapter-mongo
@prisma-next/driver-mongo
@prisma-next/contract
@prisma-next/utils
@prisma-next/config
@prisma-next/errors
@prisma-next/framework-components
@prisma-next/operations
@prisma-next/ts-render
@prisma-next/contract-authoring
@prisma-next/ids
@prisma-next/psl-parser
@prisma-next/psl-printer
@prisma-next/cli
@prisma-next/emitter
@prisma-next/migration-tools
prisma-next
@prisma-next/vite-plugin-contract-emit
@prisma-next/mongo-codec
@prisma-next/mongo-contract
@prisma-next/mongo-value
@prisma-next/mongo-contract-psl
@prisma-next/mongo-contract-ts
@prisma-next/mongo-emitter
@prisma-next/mongo-schema-ir
@prisma-next/mongo-query-ast
@prisma-next/mongo-orm
@prisma-next/mongo-query-builder
@prisma-next/mongo-lowering
@prisma-next/mongo-wire
@prisma-next/sql-contract
@prisma-next/sql-errors
@prisma-next/sql-operations
@prisma-next/sql-schema-ir
@prisma-next/sql-contract-psl
@prisma-next/sql-contract-ts
@prisma-next/sql-contract-emitter
@prisma-next/sql-lane-query-builder
@prisma-next/sql-relational-core
@prisma-next/sql-builder
@prisma-next/target-postgres
@prisma-next/target-sqlite
@prisma-next/adapter-postgres
@prisma-next/adapter-sqlite
@prisma-next/driver-postgres
@prisma-next/driver-sqlite
commit: |
2e23595 to
a2add74
Compare
f64a997 to
5abb2d1
Compare
Bumps the runtime-deps group with 1 update in the / directory: mongodb-memory-server. Updates `mongodb-memory-server` from 11.0.1 to 11.1.0 - [Release notes](https://github.com/typegoose/mongodb-memory-server/releases) - [Changelog](https://github.com/typegoose/mongodb-memory-server/blob/master/CHANGELOG.md) - [Commits](https://github.com/typegoose/mongodb-memory-server/commits/v11.1.0/packages/mongodb-memory-server) The arktype 2.1.29 -> 2.2.0 portion of the original dependabot bump was dropped here: shipping 2.2.0 reintroduces the user-facing TS2589 regression on arktypeJson(...) columns inside defineContract({...}) that PR #458 already had to revert. The actual upgrade is tracked in TML-2465; this branch keeps arktype pinned at the catalog's existing ^2.1.29 (and the existing pnpm.overrides.arktype safety pin) until that root-cause fix lands. --- updated-dependencies: - dependency-name: mongodb-memory-server dependency-version: 11.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: runtime-deps ... Signed-off-by: dependabot[bot] <support@github.com>
5abb2d1 to
1b80714
Compare
The afterEach hook in multi-space.e2e.integration.test.ts had no timeout argument, so it inherited vitest's default 200ms hook timeout and flaked under CI load (driver.close + rm of the temp project root can take longer than that on slower runners). Pass timeouts.spinUpPpgDev like the other three hooks in the suite, which scales appropriately under CI. Signed-off-by: Will Madden <madden@prisma.io>
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.
Bumps the runtime-deps group with 2 updates in the / directory: arktype and mongodb-memory-server.
Updates
arktypefrom 2.1.29 to 2.2.0Changelog
Sourced from arktype's changelog.
... (truncated)
Commits
3ad19d52.2.0 (#1594)6758030Replace hardcoded value in precompileMorphs for tuple defaults (#1574)b240f63allow cyclic unions to discriminate on nested paths (#1553)50ed0e1fix(json-schema): handle constraints that reduce to root nodes (#1567)Updates
mongodb-memory-serverfrom 11.0.1 to 11.1.0Release notes
Sourced from mongodb-memory-server's releases.
Changelog
Sourced from mongodb-memory-server's changelog.
Commits
1342553release: v11.1.0