build(deps): align MikroORM packages with latest MikroORM#9
Merged
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 35a91855e7
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
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.
Таска
Как проверять
Основной сценарий
Контекст: dependency install and package build for latest MikroORM
Действие: run
mise x node@22.22.3 -- yarn install --immutableandmise x node@22.22.3 -- yarn workspaces foreach -Apt run buildОжидаемый результат: install resolves
@mikro-orm/coreand@mikro-orm/postgresqlto7.1.5; both workspaces build successfullyКонтекст: MikroORM 7 query-builder typing
Действие: build
@atls/mikro-orm-query-builderwith the repository-native library builderОжидаемый результат: dynamic ATLS query filters are accepted through the local
QBFilterQueryboundary without changing the public package APIКонтекст: repository workflow source-of-truth
Действие: inspect
.github/workflowsandatls/infrastructuremodulegithub/modules/actions/defaultОжидаемый результат: repository keeps Terraform-managed
.yamlworkflows and has no legacy duplicate.ymlworkflowsДополнительный сценарий
Контекст: repository test runner
Действие: run
mise x node@22.22.3 -- yarn test unitandmise x node@22.22.3 -- yarn test integrationОжидаемый результат: runner exits successfully; current repository has 0 test files
Контекст: repository formatting
Действие: run formatter on the changed file list
Ожидаемый результат: changed package metadata and query-builder source are formatted
Пруфы
@mikro-orm/corelatest is7.1.5@mikro-orm/postgresqllatest is7.1.5@mikro-orm/nestjslatest is7.0.2for Nest 11 consumerstypecheckSkipLibCheckis enabled at root and package level so root staged typecheck and workspace builds share the same external.d.tspolicymise x node@22.22.3 -- yarn install --immutablepassedmise x node@22.22.3 -- yarn workspaces foreach -Apt run buildpassedmise x node@22.22.3 -- yarn lintpassedmise x node@22.22.3 -- yarn typecheck packages/mikro-orm-query-builder/src/mikro-orm.query-builder.tspassedmise x node@22.22.3 -- yarn test unitpassed with 0 test filesmise x node@22.22.3 -- yarn test integrationpassed with 0 test filesmise x node@22.22.3 -- yarn format .yarnrc.yml package.json packages/mikro-orm-logger/package.json packages/mikro-orm-query-builder/package.json packages/mikro-orm-query-builder/src/mikro-orm.query-builder.tspassedgit diff --checkpassedatls/infrastructuremanages.github/workflows/checks.yaml,tools.yaml,publish-image.yaml, andpublish-npm.yamlthroughgithub/modules/actions/default; older duplicate.ymlworkflows were removedNotes
yarn format .andyarn format packagesare not reliable in this repository runtime: the root run enters.yarn/releases/yarn-remote.mjsand fails withpath must not be empty, while the directory run fails withEISDIR. The changed tracked files were formatted explicitly as a file list.