mirror of
https://github.com/langchain-ai/langgraphjs.git
synced 2026-08-24 21:51:39 -04:00
bed89394e0
Bumps [typeorm](https://github.com/typeorm/typeorm) from 0.3.29 to 0.3.31. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typeorm/typeorm/releases">typeorm's releases</a>.</em></p> <blockquote> <h2>0.3.31</h2> <h3>Bug Fixes</h3> <ul> <li><strong>cache:</strong> release query runner on error in storeInCache (<a href="https://redirect.github.com/typeorm/typeorm/issues/12545">#12545</a>) (<a href="https://github.com/typeorm/typeorm/commit/a84b9b3d39c44cc0e5809b4680a5f046bda602cd">a84b9b3</a>)</li> <li>correct grammar in AlreadyHasActiveConnectionError message (<a href="https://redirect.github.com/typeorm/typeorm/issues/12554">#12554</a>) (<a href="https://github.com/typeorm/typeorm/commit/304d1290a4b6bd47d7d38269bae6a8514f378c9c">304d129</a>)</li> <li><strong>entity-manager:</strong> default invalidWhereValuesBehavior to throw on the write path (<a href="https://redirect.github.com/typeorm/typeorm/issues/12690">#12690</a>) (<a href="https://github.com/typeorm/typeorm/commit/44d8052ba4d226364c26e722826340d4ceb1419b">44d8052</a>)</li> <li><strong>entity-manager:</strong> validate where criteria in increment/decrement (<a href="https://redirect.github.com/typeorm/typeorm/issues/12692">#12692</a>) (<a href="https://github.com/typeorm/typeorm/commit/8a51b756bf31c885da1e1d92cb17d94819c7040a">8a51b75</a>)</li> <li><strong>mongodb:</strong> use cursor.transform for doc to entity transformation and skip load broadcast in next if toArray (<a href="https://redirect.github.com/typeorm/typeorm/issues/11926">#11926</a>) (<a href="https://github.com/typeorm/typeorm/commit/0bbefc914ef69b3826a4a2075b0b008c9a02e807">0bbefc9</a>)</li> <li>move hashing function to PlatformTools (<a href="https://redirect.github.com/typeorm/typeorm/issues/12648">#12648</a>) (<a href="https://github.com/typeorm/typeorm/commit/c456cbd5d40aa2e797314bd202956449f64efbac">c456cbd</a>)</li> <li>multiple recursive cte problems (<a href="https://redirect.github.com/typeorm/typeorm/issues/12490">#12490</a>) (<a href="https://github.com/typeorm/typeorm/commit/7c26654f430a7190c331242d68e75111fb334ea3">7c26654</a>)</li> <li>normalization of FindOptionsWhere for arrays and Buffers (<a href="https://redirect.github.com/typeorm/typeorm/issues/12577">#12577</a>) (<a href="https://github.com/typeorm/typeorm/commit/a8173fcdf325c44bf3eb2101c6318b45c573102b">a8173fc</a>)</li> <li><strong>persistence:</strong> preserve select false columns on the in-memory entity after save() (<a href="https://redirect.github.com/typeorm/typeorm/issues/12501">#12501</a>) (<a href="https://github.com/typeorm/typeorm/commit/324c46cd8669270dd5f22173cd78a7cab591349c">324c46c</a>)</li> <li><strong>postgres:</strong> improve normalizeDatetimeFunction for tstzrange data type (<a href="https://redirect.github.com/typeorm/typeorm/issues/12182">#12182</a>) (<a href="https://github.com/typeorm/typeorm/commit/bf47c9f1171b15523292e8914cfbdcfee542ef07">bf47c9f</a>)</li> <li><strong>query-builder:</strong> reject empty where criteria on update and delete operations (<a href="https://redirect.github.com/typeorm/typeorm/issues/12629">#12629</a>) (<a href="https://github.com/typeorm/typeorm/commit/81b946625d84bcf3ce720fea7d406003270169ee">81b9466</a>)</li> <li><strong>query-builder:</strong> wrap inner joins under left joins correctly (<a href="https://redirect.github.com/typeorm/typeorm/issues/11137">#11137</a>) (<a href="https://github.com/typeorm/typeorm/commit/d5f4b9d7e0f0aca63a9dd66e7ae26a15f7e8eee0">d5f4b9d</a>)</li> <li>remove <code>require()</code> calls that break bundlers (<a href="https://redirect.github.com/typeorm/typeorm/issues/12647">#12647</a>) (<a href="https://github.com/typeorm/typeorm/commit/30f9fc717bcfaa472d56680437105a6b9581014d">30f9fc7</a>)</li> <li><strong>tree-entity:</strong> tree entity schema propagation in internal TreeRepository methods (<a href="https://redirect.github.com/typeorm/typeorm/issues/12590">#12590</a>) (<a href="https://github.com/typeorm/typeorm/commit/7fb7c2c7c30d57489921eed458dfb97a5d08d4b8">7fb7c2c</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/typeorm/typeorm/compare/0.3.30...0.3.31">https://github.com/typeorm/typeorm/compare/0.3.30...0.3.31</a></p> <h2>0.3.30</h2> <h2>What's Changed</h2> <ul> <li>fix: scope invalidWhereValuesBehavior to high-level abstractions only by <a href="https://github.com/naorpeled"><code>@naorpeled</code></a> in <a href="https://redirect.github.com/typeorm/typeorm/pull/11878">typeorm/typeorm#11878</a></li> <li>fix: scope computed-columns join to correct table in MSSQL schema query by <a href="https://github.com/PreAgile"><code>@PreAgile</code></a> in <a href="https://redirect.github.com/typeorm/typeorm/pull/12288">typeorm/typeorm#12288</a></li> <li>fix: preserve user-defined shared join columns in change set by <a href="https://github.com/PreAgile"><code>@PreAgile</code></a> in <a href="https://redirect.github.com/typeorm/typeorm/pull/12354">typeorm/typeorm#12354</a></li> <li>revert: fix up limit with joins by <a href="https://github.com/alumni"><code>@alumni</code></a></li> <li>fix(find-options): allow array values in JsonContains by <a href="https://github.com/kyungseopk1m"><code>@kyungseopk1m</code></a> in <a href="https://redirect.github.com/typeorm/typeorm/pull/12420">typeorm/typeorm#12420</a></li> <li>fix(cockroachdb): adjust join in loadTables to load correct table columns by <a href="https://github.com/Cprakhar"><code>@Cprakhar</code></a> in <a href="https://redirect.github.com/typeorm/typeorm/pull/12413">typeorm/typeorm#12413</a></li> <li>ci: use the v0.3 branch as base for detect-changes by <a href="https://github.com/alumni"><code>@alumni</code></a></li> <li>chore(release): release 0.3.30 by <a href="https://github.com/alumni"><code>@alumni</code></a> in <a href="https://redirect.github.com/typeorm/typeorm/pull/12511">typeorm/typeorm#12511</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/typeorm/typeorm/compare/0.3.29...0.3.30">https://github.com/typeorm/typeorm/compare/0.3.29...0.3.30</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typeorm/typeorm/blob/0.3.31/CHANGELOG.md">typeorm's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/typeorm/typeorm/compare/0.3.30...0.3.31">0.3.31</a> (2026-07-13)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>docs:</strong> correct project name in release flow (<a href="https://redirect.github.com/typeorm/typeorm/issues/12519">#12519</a>) (<a href="https://github.com/typeorm/typeorm/commit/3b9faa31ced080db2073cd92c42905dd402fa636">3b9faa3</a>)</li> <li><strong>docs:</strong> resolve docs workflow issues (<a href="https://github.com/typeorm/typeorm/commit/c3c09b043f68ad4b19cc7b02bbeb85e2f720305c">c3c09b0</a>)</li> <li><strong>docs:</strong> resolve docs workflow issues (<a href="https://github.com/typeorm/typeorm/commit/f7b4b634647bd1a3e340fa421760183ebfb867be">f7b4b63</a>)</li> <li><strong>entity-manager:</strong> validate where criteria in increment/decrement (<a href="https://redirect.github.com/typeorm/typeorm/issues/12692">#12692</a>) (<a href="https://github.com/typeorm/typeorm/commit/a69a8c6816a493461f043c3bce8364a51fbf91ce">a69a8c6</a>)</li> <li><strong>migration:</strong> escape backslashes and interpolation in generated template literals (<a href="https://github.com/typeorm/typeorm/commit/b175f9b8be422edd2a2ac035ba90c3f2ce782dfe">b175f9b</a>)</li> <li>normalization of FindOptionsWhere for arrays and Buffers (<a href="https://redirect.github.com/typeorm/typeorm/issues/12577">#12577</a>) (<a href="https://github.com/typeorm/typeorm/commit/a309182c4495c8606dea96ed71ab3f2236663d64">a309182</a>)</li> <li><strong>persistence:</strong> preserve select false columns on the in-memory entity after save() (<a href="https://redirect.github.com/typeorm/typeorm/issues/12501">#12501</a>) (<a href="https://github.com/typeorm/typeorm/commit/d8e91274662b85effbf6c79ff5d7379970839d27">d8e9127</a>)</li> <li><strong>query-builder:</strong> reject empty where criteria on update and delete operations (<a href="https://redirect.github.com/typeorm/typeorm/issues/12629">#12629</a>) (<a href="https://github.com/typeorm/typeorm/commit/dfd972b80b9c79f4df429cd4a3cf171481928874">dfd972b</a>)</li> <li><strong>tree-entity:</strong> tree entity schema propagation in internal TreeRepository methods (<a href="https://redirect.github.com/typeorm/typeorm/issues/12590">#12590</a>) (<a href="https://github.com/typeorm/typeorm/commit/e1f93da606576660b7e907c9f8d90520394ed495">e1f93da</a>)</li> </ul> <h2><a href="https://github.com/typeorm/typeorm/compare/0.3.29...0.3.30">0.3.30</a> (2026-05-18)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>cockroachdb:</strong> adjust join in loadTables to load correct table columns (<a href="https://redirect.github.com/typeorm/typeorm/issues/12413">#12413</a>) (<a href="https://github.com/typeorm/typeorm/commit/d93402e57523b8e2f7373f052b2e7872ce87012b">d93402e</a>)</li> <li><strong>find-options:</strong> allow array values in JsonContains (<a href="https://redirect.github.com/typeorm/typeorm/issues/12420">#12420</a>) (<a href="https://github.com/typeorm/typeorm/commit/90f169d6988ee60ad5f1243d3e7c839be2a76b3d">90f169d</a>)</li> <li>preserve user-defined shared join columns in change set (<a href="https://redirect.github.com/typeorm/typeorm/issues/12354">#12354</a>) (<a href="https://github.com/typeorm/typeorm/commit/0aba011264bda823ef258a8d090fd3d99098bb26">0aba011</a>)</li> <li>scope computed-columns join to correct table in MSSQL schema query (<a href="https://redirect.github.com/typeorm/typeorm/issues/12288">#12288</a>) (<a href="https://github.com/typeorm/typeorm/commit/6170be6dfcbbbb0aa3a9b35c2dab5d0f60a7a1b3">6170be6</a>)</li> <li>scope invalidWhereValuesBehavior to high-level abstractions only (<a href="https://redirect.github.com/typeorm/typeorm/issues/11878">#11878</a>) (<a href="https://github.com/typeorm/typeorm/commit/1e10fb86a6bac2fe012452d86867c4d4bb67568a">1e10fb8</a>), closes <a href="https://github.com/hi/issues/level">hi#level</a></li> </ul> <h3>Reverts</h3> <ul> <li>fix up limit with joins (<a href="https://redirect.github.com/typeorm/typeorm/issues/11987">#11987</a>) (<a href="https://github.com/typeorm/typeorm/commit/66f1ff80fb66d2a33d56b35f50e110686d81829b">66f1ff8</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typeorm/typeorm/commit/797320375fb83b2e9af4a6455e0b1b4483be329d"><code>7973203</code></a> ci: publish to npm from <code>v0</code> using the <code>legacy</code> tag</li> <li><a href="https://github.com/typeorm/typeorm/commit/92e92767e3b9567bb97ca7552c752e8a57c15518"><code>92e9276</code></a> ci: use <code>npm@11</code></li> <li><a href="https://github.com/typeorm/typeorm/commit/099c23ef51caf86407a06c7292881316337d7db3"><code>099c23e</code></a> chore: prepare release 0.3.31 (<a href="https://redirect.github.com/typeorm/typeorm/issues/12676">#12676</a>)</li> <li><a href="https://github.com/typeorm/typeorm/commit/b175f9b8be422edd2a2ac035ba90c3f2ce782dfe"><code>b175f9b</code></a> Merge commit from fork</li> <li><a href="https://github.com/typeorm/typeorm/commit/a69a8c6816a493461f043c3bce8364a51fbf91ce"><code>a69a8c6</code></a> fix(entity-manager): validate where criteria in increment/decrement (<a href="https://redirect.github.com/typeorm/typeorm/issues/12692">#12692</a>)</li> <li><a href="https://github.com/typeorm/typeorm/commit/dfd972b80b9c79f4df429cd4a3cf171481928874"><code>dfd972b</code></a> fix(query-builder): reject empty where criteria on update and delete operatio...</li> <li><a href="https://github.com/typeorm/typeorm/commit/a2d43639fdd762192a4d25716b6750a5618dfaf0"><code>a2d4363</code></a> chore: update deps (<a href="https://redirect.github.com/typeorm/typeorm/issues/12661">#12661</a>)</li> <li><a href="https://github.com/typeorm/typeorm/commit/e1f93da606576660b7e907c9f8d90520394ed495"><code>e1f93da</code></a> fix(tree-entity): tree entity schema propagation in internal TreeRepository m...</li> <li><a href="https://github.com/typeorm/typeorm/commit/a309182c4495c8606dea96ed71ab3f2236663d64"><code>a309182</code></a> fix: normalization of FindOptionsWhere for arrays and Buffers (<a href="https://redirect.github.com/typeorm/typeorm/issues/12577">#12577</a>)</li> <li><a href="https://github.com/typeorm/typeorm/commit/d8e91274662b85effbf6c79ff5d7379970839d27"><code>d8e9127</code></a> fix(persistence): preserve select false columns on the in-memory entity after...</li> <li>Additional commits viewable in <a href="https://github.com/typeorm/typeorm/compare/0.3.29...0.3.31">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/langchain-ai/langgraphjs/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>