Commit 44a9b9f
chore(deps): bump @mikro-orm/core from 6.6.8 to 6.6.10 in /docs/en/documentation/getting-started/quickstart/js/adk (#2886)
Bumps [@mikro-orm/core](https://github.com/mikro-orm/mikro-orm) from
6.6.8 to 6.6.10.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mikro-orm/mikro-orm/releases"><code>@mikro-orm/core</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v6.6.10</h2>
<h2><a
href="https://github.com/mikro-orm/mikro-orm/compare/v6.6.9...v6.6.10">6.6.10</a>
(2026-03-26)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>core:</strong> handle JSON column type conversion in
<code>em.refresh()</code> for detached entities (<a
href="https://github.com/mikro-orm/mikro-orm/commit/e41b500842a764757f06f1cb2089f7fc7f354d49">e41b500</a>),
closes <a
href="https://redirect.github.com/mikro-orm/mikro-orm/issues/7383">#7383</a></li>
<li><strong>core:</strong> prevent prototype pollution in
<code>Utils.merge</code> (<a
href="https://github.com/mikro-orm/mikro-orm/commit/06ed5f6b08ce728c0809dd4d4f60fff6e06409f4">06ed5f6</a>)</li>
<li><strong>core:</strong> tighten query construction validation (<a
href="https://github.com/mikro-orm/mikro-orm/commit/ad3643e53a086a0f168dc5622c31abf74312ddc2">ad3643e</a>)</li>
<li><strong>schema:</strong> escape single quotes in enum CHECK
constraints (<a
href="https://redirect.github.com/mikro-orm/mikro-orm/issues/7397">#7397</a>)
(<a
href="https://github.com/mikro-orm/mikro-orm/commit/db197313fe1bcfd2050b808eab9c39a334e45b68">db19731</a>),
closes <a
href="https://redirect.github.com/mikro-orm/mikro-orm/issues/7396">#7396</a>
<a
href="https://redirect.github.com/mikro-orm/mikro-orm/issues/7395">#7395</a></li>
</ul>
<h2>v6.6.9</h2>
<h2><a
href="https://github.com/mikro-orm/mikro-orm/compare/v6.6.8...v6.6.9">6.6.9</a>
(2026-03-05)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>core:</strong> fix findOne with entity refs for composite
PKs with shared FK columns (<a
href="https://github.com/mikro-orm/mikro-orm/commit/6f95f7255aa1b620372cff036e29cc39df078ca0">6f95f72</a>),
closes <a
href="https://redirect.github.com/mikro-orm/mikro-orm/issues/5629">#5629</a></li>
<li><strong>core:</strong> make entity prototype <code>toJSON</code>
non-enumerable to prevent data leaks (<a
href="https://github.com/mikro-orm/mikro-orm/commit/c89580864e94c64a6e68b81f9900e0a6f2d57760">c895808</a>)</li>
<li><strong>core:</strong> prevent double JSON-encoding of nested
embeddable arrays (<a
href="https://github.com/mikro-orm/mikro-orm/commit/309b27853d69a3ecc3d4722842b6fc40381b886d">309b278</a>),
closes <a
href="https://redirect.github.com/mikro-orm/mikro-orm/issues/7233">#7233</a></li>
<li><strong>migrations:</strong> normalize snapshots and write on both
up/down (<a
href="https://redirect.github.com/mikro-orm/mikro-orm/issues/7236">#7236</a>)
(<a
href="https://github.com/mikro-orm/mikro-orm/commit/a07aca6d4183262b5fe3bfe124063c4c73c05a90">a07aca6</a>),
closes <a
href="https://redirect.github.com/mikro-orm/mikro-orm/issues/7234">#7234</a></li>
<li><strong>migrations:</strong> skip snapshot write on
<code>migration:up</code> to support read-only filesystems (<a
href="https://github.com/mikro-orm/mikro-orm/commit/c8584e866caca17d2e1fb5b5eec8494463b5f611">c8584e8</a>),
closes <a
href="https://redirect.github.com/mikro-orm/mikro-orm/issues/7232">#7232</a></li>
<li><strong>mysql:</strong> fix <code>table.bigincrements()</code>
producing <code>int</code> instead of <code>bigint</code> (<a
href="https://github.com/mikro-orm/mikro-orm/commit/5660607e4a751386ba1debe95cafdf8d886e5b37">5660607</a>),
closes <a
href="https://redirect.github.com/mikro-orm/mikro-orm/issues/7246">#7246</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/mikro-orm/mikro-orm/blob/v6.6.10/CHANGELOG.md"><code>@mikro-orm/core</code>'s
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/mikro-orm/mikro-orm/compare/v6.6.9...v6.6.10">6.6.10</a>
(2026-03-26)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>core:</strong> handle JSON column type conversion in
<code>em.refresh()</code> for detached entities (<a
href="https://github.com/mikro-orm/mikro-orm/commit/e41b500842a764757f06f1cb2089f7fc7f354d49">e41b500</a>),
closes <a
href="https://redirect.github.com/mikro-orm/mikro-orm/issues/7383">#7383</a></li>
<li><strong>core:</strong> prevent prototype pollution in
<code>Utils.merge</code> (<a
href="https://github.com/mikro-orm/mikro-orm/commit/06ed5f6b08ce728c0809dd4d4f60fff6e06409f4">06ed5f6</a>)</li>
<li><strong>core:</strong> tighten query construction validation (<a
href="https://github.com/mikro-orm/mikro-orm/commit/ad3643e53a086a0f168dc5622c31abf74312ddc2">ad3643e</a>)</li>
<li><strong>schema:</strong> escape single quotes in enum CHECK
constraints (<a
href="https://redirect.github.com/mikro-orm/mikro-orm/issues/7397">#7397</a>)
(<a
href="https://github.com/mikro-orm/mikro-orm/commit/db197313fe1bcfd2050b808eab9c39a334e45b68">db19731</a>),
closes <a
href="https://redirect.github.com/mikro-orm/mikro-orm/issues/7396">#7396</a>
<a
href="https://redirect.github.com/mikro-orm/mikro-orm/issues/7395">#7395</a></li>
</ul>
<h2><a
href="https://github.com/mikro-orm/mikro-orm/compare/v6.6.8...v6.6.9">6.6.9</a>
(2026-03-05)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>core:</strong> fix findOne with entity refs for composite
PKs with shared FK columns (<a
href="https://github.com/mikro-orm/mikro-orm/commit/6f95f7255aa1b620372cff036e29cc39df078ca0">6f95f72</a>),
closes <a
href="https://redirect.github.com/mikro-orm/mikro-orm/issues/5629">#5629</a></li>
<li><strong>core:</strong> make entity prototype <code>toJSON</code>
non-enumerable to prevent data leaks (<a
href="https://github.com/mikro-orm/mikro-orm/commit/c89580864e94c64a6e68b81f9900e0a6f2d57760">c895808</a>)</li>
<li><strong>core:</strong> prevent double JSON-encoding of nested
embeddable arrays (<a
href="https://github.com/mikro-orm/mikro-orm/commit/309b27853d69a3ecc3d4722842b6fc40381b886d">309b278</a>),
closes <a
href="https://redirect.github.com/mikro-orm/mikro-orm/issues/7233">#7233</a></li>
<li><strong>migrations:</strong> normalize snapshots and write on both
up/down (<a
href="https://redirect.github.com/mikro-orm/mikro-orm/issues/7236">#7236</a>)
(<a
href="https://github.com/mikro-orm/mikro-orm/commit/a07aca6d4183262b5fe3bfe124063c4c73c05a90">a07aca6</a>),
closes <a
href="https://redirect.github.com/mikro-orm/mikro-orm/issues/7234">#7234</a></li>
<li><strong>migrations:</strong> skip snapshot write on
<code>migration:up</code> to support read-only filesystems (<a
href="https://github.com/mikro-orm/mikro-orm/commit/c8584e866caca17d2e1fb5b5eec8494463b5f611">c8584e8</a>),
closes <a
href="https://redirect.github.com/mikro-orm/mikro-orm/issues/7232">#7232</a></li>
<li><strong>mysql:</strong> fix <code>table.bigincrements()</code>
producing <code>int</code> instead of <code>bigint</code> (<a
href="https://github.com/mikro-orm/mikro-orm/commit/5660607e4a751386ba1debe95cafdf8d886e5b37">5660607</a>),
closes <a
href="https://redirect.github.com/mikro-orm/mikro-orm/issues/7246">#7246</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mikro-orm/mikro-orm/commit/a55e6f21abf0f8c5a7d7d49b5c3b78498023fc7b"><code>a55e6f2</code></a>
chore(release): v6.6.10 [skip ci]</li>
<li><a
href="https://github.com/mikro-orm/mikro-orm/commit/ad3643e53a086a0f168dc5622c31abf74312ddc2"><code>ad3643e</code></a>
fix(core): tighten query construction validation</li>
<li><a
href="https://github.com/mikro-orm/mikro-orm/commit/06ed5f6b08ce728c0809dd4d4f60fff6e06409f4"><code>06ed5f6</code></a>
fix(core): prevent prototype pollution in <code>Utils.merge</code></li>
<li><a
href="https://github.com/mikro-orm/mikro-orm/commit/db197313fe1bcfd2050b808eab9c39a334e45b68"><code>db19731</code></a>
fix(schema): escape single quotes in enum CHECK constraints (<a
href="https://redirect.github.com/mikro-orm/mikro-orm/issues/7397">#7397</a>)</li>
<li><a
href="https://github.com/mikro-orm/mikro-orm/commit/e41b500842a764757f06f1cb2089f7fc7f354d49"><code>e41b500</code></a>
fix(core): handle JSON column type conversion in
<code>em.refresh()</code> for detached ...</li>
<li><a
href="https://github.com/mikro-orm/mikro-orm/commit/823b3d51ec342841faa66a3f642ca7ea48767967"><code>823b3d5</code></a>
ci: use <code>next-v6</code> dist tag for canary releases on 6.x
branch</li>
<li><a
href="https://github.com/mikro-orm/mikro-orm/commit/2e53006905d1fa261e9d06ab8d2933454961467d"><code>2e53006</code></a>
chore(release): update internal dependencies [skip ci]</li>
<li><a
href="https://github.com/mikro-orm/mikro-orm/commit/85d6eb2c97d1fe0abd52d920a73f9e92a8a46e99"><code>85d6eb2</code></a>
chore(release): v6.6.9 [skip ci]</li>
<li><a
href="https://github.com/mikro-orm/mikro-orm/commit/5de970bc6b9718920185a1c6c8b14a277c038bd8"><code>5de970b</code></a>
chore(deps): bump mysql2 to 3.19.0</li>
<li><a
href="https://github.com/mikro-orm/mikro-orm/commit/6f95f7255aa1b620372cff036e29cc39df078ca0"><code>6f95f72</code></a>
fix(core): fix findOne with entity refs for composite PKs with shared FK
columns</li>
<li>Additional commits viewable in <a
href="https://github.com/mikro-orm/mikro-orm/compare/v6.6.8...v6.6.10">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/googleapis/genai-toolbox/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com>1 parent c590947 commit 44a9b9f
File tree
1 file changed
+7
-7
lines changed- docs/en/documentation/getting-started/quickstart/js/adk
1 file changed
+7
-7
lines changedLines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments