Skip to content

build(deps): align MikroORM packages with latest MikroORM#9

Merged
TorinAsakura merged 4 commits into
masterfrom
build/mikro-orm-nest-11
Jul 3, 2026
Merged

build(deps): align MikroORM packages with latest MikroORM#9
TorinAsakura merged 4 commits into
masterfrom
build/mikro-orm-nest-11

Conversation

@TorinAsakura

@TorinAsakura TorinAsakura commented Jul 2, 2026

Copy link
Copy Markdown
Member

Таска

Как проверять

Основной сценарий

  1. Контекст: dependency install and package build for latest MikroORM
    Действие: run mise x node@22.22.3 -- yarn install --immutable and mise x node@22.22.3 -- yarn workspaces foreach -Apt run build
    Ожидаемый результат: install resolves @mikro-orm/core and @mikro-orm/postgresql to 7.1.5; both workspaces build successfully

  2. Контекст: MikroORM 7 query-builder typing
    Действие: build @atls/mikro-orm-query-builder with the repository-native library builder
    Ожидаемый результат: dynamic ATLS query filters are accepted through the local QBFilterQuery boundary without changing the public package API

  3. Контекст: repository workflow source-of-truth
    Действие: inspect .github/workflows and atls/infrastructure module github/modules/actions/default
    Ожидаемый результат: repository keeps Terraform-managed .yaml workflows and has no legacy duplicate .yml workflows

Дополнительный сценарий

  1. Контекст: repository test runner
    Действие: run mise x node@22.22.3 -- yarn test unit and mise x node@22.22.3 -- yarn test integration
    Ожидаемый результат: runner exits successfully; current repository has 0 test files

  2. Контекст: repository formatting
    Действие: run formatter on the changed file list
    Ожидаемый результат: changed package metadata and query-builder source are formatted

Пруфы

  • npm research: @mikro-orm/core latest is 7.1.5
  • npm research: @mikro-orm/postgresql latest is 7.1.5
  • npm research: @mikro-orm/nestjs latest is 7.0.2 for Nest 11 consumers
  • typecheckSkipLibCheck is enabled at root and package level so root staged typecheck and workspace builds share the same external .d.ts policy
  • mise x node@22.22.3 -- yarn install --immutable passed
  • mise x node@22.22.3 -- yarn workspaces foreach -Apt run build passed
  • mise x node@22.22.3 -- yarn lint passed
  • mise x node@22.22.3 -- yarn typecheck packages/mikro-orm-query-builder/src/mikro-orm.query-builder.ts passed
  • mise x node@22.22.3 -- yarn test unit passed with 0 test files
  • mise x node@22.22.3 -- yarn test integration passed with 0 test files
  • mise 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.ts passed
  • git diff --check passed
  • atls/infrastructure manages .github/workflows/checks.yaml, tools.yaml, publish-image.yaml, and publish-npm.yaml through github/modules/actions/default; older duplicate .yml workflows were removed

Notes

yarn format . and yarn format packages are not reliable in this repository runtime: the root run enters .yarn/releases/yarn-remote.mjs and fails with path must not be empty, while the directory run fails with EISDIR. The changed tracked files were formatted explicitly as a file list.

@TorinAsakura TorinAsakura self-assigned this Jul 2, 2026
@TorinAsakura TorinAsakura changed the title build(deps): align MikroORM packages with Nest 11 consumers build(deps): align MikroORM packages with MikroORM 6 consumers Jul 2, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread packages/mikro-orm-logger/package.json Outdated
Comment thread packages/mikro-orm-query-builder/package.json Outdated
@archeon-atls archeon-atls changed the title build(deps): align MikroORM packages with MikroORM 6 consumers build(deps): align MikroORM packages with latest MikroORM Jul 3, 2026
@TorinAsakura
TorinAsakura merged commit 9bdba25 into master Jul 3, 2026
6 checks passed
@TorinAsakura
TorinAsakura deleted the build/mikro-orm-nest-11 branch July 3, 2026 00:17
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.

[Dependencies] Align ATLS MikroORM packages with latest MikroORM

2 participants