[Snyk] Upgrade typeorm from 0.3.14 to 0.3.17 #1429

Closed
opened 2026-04-05 16:27:19 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @simlarsen on 11/24/2023

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade typeorm from 0.3.14 to 0.3.17.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 26 versions ahead of your current version.
  • The recommended version was released 5 months ago, on 2023-06-20.
Release notes
Package name: typeorm
  • 0.3.17 - 2023-06-20

    Bug Fixes

  • 0.3.17-dev.f5d4397 - 2023-06-19
  • 0.3.17-dev.d4607a8 - 2023-05-10
  • 0.3.17-dev.b1a3a39 - 2023-06-20
  • 0.3.17-dev.abb9079 - 2023-05-09
  • 0.3.17-dev.7108cc6 - 2023-06-20
  • 0.3.16 - 2023-05-09

    0.3.16 (2023-05-09)

    Bug Fixes

    Features

    • mariadb uuid inet4 inet6 column data type support (#9845) (d8a2e37)

    Reverts

  • 0.3.16-dev.f5b93c1 - 2023-04-18
  • 0.3.16-dev.e0165e7 - 2023-04-17
  • 0.3.16-dev.d8a2e37 - 2023-04-25
  • 0.3.16-dev.b064049 - 2023-04-18
  • 0.3.16-dev.a188b1d - 2023-05-09
  • 0.3.16-dev.96b7ee4 - 2023-05-09
  • 0.3.16-dev.8795c86 - 2023-05-09
  • 0.3.16-dev.68aa573 - 2023-04-15
  • 0.3.16-dev.54f4f89 - 2023-05-09
  • 0.3.16-dev.3d67901 - 2023-04-18
  • 0.3.16-dev.2a2bb4b - 2023-05-09
  • 0.3.16-dev.21a9d67 - 2023-05-09
  • 0.3.16-dev.06c1e98 - 2023-05-09
  • 0.3.16-dev.9460296 - 2023-05-09
  • 0.3.15 - 2023-04-15

    Bug Fixes

    • make cache optional fields optional (#9942) (159c60a)
    • prevent unique index identical to primary key (all sql dialects) (#9940) (51eecc2)
    • SelectQueryBuilder builds incorrectly escaped alias in Oracle when used on entity with composite key (#9668) (83c6c0e)

    Features

  • 0.3.15-dev.f6a3ce7 - 2023-04-15
  • 0.3.15-dev.f1c5662 - 2023-04-15
  • 0.3.15-dev.3a72e35 - 2023-04-13
  • 0.3.15-dev.115059d - 2023-04-10
  • 0.3.14 - 2023-04-09

    Bug Fixes

    • drop xml & yml connection option support. Addresses security issues in underlying dependency (#9930) (7dac12c)

    Features

from typeorm GitHub release notes
Commit messages
Package name: typeorm
  • b1a3a39 fix: #10040 TypeORM synchronize database even if it is up to date (#10041)
  • 7108cc6 chore: use new CircleCI convenience images (#10101)
  • f5d4397 fix: add missing await (#10084)
  • d4607a8 test: fix test from #9034 with STI for Oracle (#10037)
  • abb9079 version bump
  • 607d6f9 fix: added transaction retry logic in cockroachdb (#10032)
  • 8795c86 fix: support More/LessThanOrEqual in relations (#9978)
  • 06c1e98 fix: create correct children during cascade saving entities with STI (#9034)
  • 96b7ee4 fix: correct encode mongodb auth credentials (#10024)
  • 9460296 fix: convert the join table ID to the referenceColumn ID type (#9887)
  • 938f94b fix: add onDelete option validation for oracle (#9786)
  • a188b1d fix: for running cli-ts-node-esm use exit code from child process (#10030)
  • 7c5627f fix: added instanceName to options (#9968)
  • 0305805 fix: add `trustServerCertificate` option to `SqlServerConnectionOptions` (#9985)
  • 21a9d67 fix: RelationIdLoader has access to queryPlanner when wrapped in transaction (#9990)
  • 5be20e2 fix: express option bug in init command (#10022)
  • 2a2bb4b fix: allow json as alias for longtext mariadb (#10018)
  • 54f4f89 revert: "refactor: remove date-fns package (#9634)"
  • 99bef49 fix: mongodb typings breaks the browser version (#9962)
  • d8a2e37 feat: mariadb uuid inet4 inet6 column data type support (#9845)
  • f5b93c1 refactor: query methods should accept generic for return type (#9957)
  • 0e56f0f fix: select + addOrderBy broke in 0.3.14 (#9961)
  • 3d67901 fix: resolve duplicate subscriber updated columns (#9958)
  • b064049 docs: update entity-manager-api.md (#9956)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

*Originally created by @simlarsen on 11/24/2023* <p>This PR was automatically created by Snyk using the credentials of a real user.</p><br /><h3>Snyk has created this PR to upgrade typeorm from 0.3.14 to 0.3.17.</h3> :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project. <hr/> - The recommended version is **26 versions** ahead of your current version. - The recommended version was released **5 months ago**, on 2023-06-20. <details> <summary><b>Release notes</b></summary> <br/> <details> <summary>Package name: <b>typeorm</b></summary> <ul> <li> <b>0.3.17</b> - <a href="https://snyk.io/redirect/github/typeorm/typeorm/releases/tag/0.3.17">2023-06-20</a></br><h3>Bug Fixes</h3> <ul> <li><a href="https://snyk.io/redirect/github/typeorm/typeorm/issues/10040" data-hovercard-type="issue" data-hovercard-url="/typeorm/typeorm/issues/10040/hovercard">#10040</a> TypeORM synchronize database even if it is up to date (<a href="https://snyk.io/redirect/github/typeorm/typeorm/issues/10041" data-hovercard-type="pull_request" data-hovercard-url="/typeorm/typeorm/pull/10041/hovercard">#10041</a>) (<a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/b1a3a395049052f3f031e9fd27b99769b03b9011">b1a3a39</a>)</li> <li>add missing await (<a href="https://snyk.io/redirect/github/typeorm/typeorm/issues/10084" data-hovercard-type="pull_request" data-hovercard-url="/typeorm/typeorm/pull/10084/hovercard">#10084</a>) (<a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/f5d43975dbbf02d0e40d64d01265105d4018cf7a">f5d4397</a>)</li> </ul> </li> <li> <b>0.3.17-dev.f5d4397</b> - 2023-06-19 </li> <li> <b>0.3.17-dev.d4607a8</b> - 2023-05-10 </li> <li> <b>0.3.17-dev.b1a3a39</b> - 2023-06-20 </li> <li> <b>0.3.17-dev.abb9079</b> - 2023-05-09 </li> <li> <b>0.3.17-dev.7108cc6</b> - 2023-06-20 </li> <li> <b>0.3.16</b> - <a href="https://snyk.io/redirect/github/typeorm/typeorm/releases/tag/0.3.16">2023-05-09</a></br><h2><a href="https://snyk.io/redirect/github/typeorm/typeorm/compare/0.3.15...0.3.16">0.3.16</a> (2023-05-09)</h2> <h3>Bug Fixes</h3> <ul> <li>add <code>trustServerCertificate</code> option to <code>SqlServerConnectionOptions</code> (<a href="https://snyk.io/redirect/github/typeorm/typeorm/issues/9985" data-hovercard-type="pull_request" data-hovercard-url="/typeorm/typeorm/pull/9985/hovercard">#9985</a>) (<a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/03058055df78034a4544e52cfd277ed1c0cbdcb2">0305805</a>), closes <a href="https://snyk.io/redirect/github/typeorm/typeorm/issues/8093" data-hovercard-type="issue" data-hovercard-url="/typeorm/typeorm/issues/8093/hovercard">#8093</a></li> <li>add directConnection options to MongoDB connection (<a href="https://snyk.io/redirect/github/typeorm/typeorm/issues/9955" data-hovercard-type="pull_request" data-hovercard-url="/typeorm/typeorm/pull/9955/hovercard">#9955</a>) (<a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/e0165e75ee818c759b51a7fa3b0b3adc6befa347">e0165e7</a>)</li> <li>add onDelete option validation for oracle (<a href="https://snyk.io/redirect/github/typeorm/typeorm/issues/9786" data-hovercard-type="pull_request" data-hovercard-url="/typeorm/typeorm/pull/9786/hovercard">#9786</a>) (<a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/938f94bded92b272bdcecc04534ffb879186dc44">938f94b</a>), closes <a href="https://snyk.io/redirect/github/typeorm/typeorm/issues/9189" data-hovercard-type="issue" data-hovercard-url="/typeorm/typeorm/issues/9189/hovercard">#9189</a></li> <li>added instanceName to options (<a href="https://snyk.io/redirect/github/typeorm/typeorm/issues/9968" data-hovercard-type="pull_request" data-hovercard-url="/typeorm/typeorm/pull/9968/hovercard">#9968</a>) (<a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/7c5627f2728500bb45a2586a3bfd34ab39d46fad">7c5627f</a>)</li> <li>added transaction retry logic in cockroachdb (<a href="https://snyk.io/redirect/github/typeorm/typeorm/issues/10032" data-hovercard-type="pull_request" data-hovercard-url="/typeorm/typeorm/pull/10032/hovercard">#10032</a>) (<a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/607d6f959525b7c01bad5fe14364e4af82d878bb">607d6f9</a>)</li> <li>allow json as alias for longtext mariadb (<a href="https://snyk.io/redirect/github/typeorm/typeorm/issues/10018" data-hovercard-type="pull_request" data-hovercard-url="/typeorm/typeorm/pull/10018/hovercard">#10018</a>) (<a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/2a2bb4bdc11915966a65dc144189b33d410d9d57">2a2bb4b</a>)</li> <li>convert the join table ID to the referenceColumn ID type (<a href="https://snyk.io/redirect/github/typeorm/typeorm/issues/9887" data-hovercard-type="pull_request" data-hovercard-url="/typeorm/typeorm/pull/9887/hovercard">#9887</a>) (<a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/9460296147b8117e414ca311828615d87f5ab283">9460296</a>)</li> <li>correct encode mongodb auth credentials (<a href="https://snyk.io/redirect/github/typeorm/typeorm/issues/10024" data-hovercard-type="pull_request" data-hovercard-url="/typeorm/typeorm/pull/10024/hovercard">#10024</a>) (<a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/96b7ee44b2538f65c77c7d168e4f10316cc123fa">96b7ee4</a>), closes <a href="https://snyk.io/redirect/github/typeorm/typeorm/issues/9885" data-hovercard-type="issue" data-hovercard-url="/typeorm/typeorm/issues/9885/hovercard">#9885</a></li> <li>create correct children during cascade saving entities with STI (<a href="https://snyk.io/redirect/github/typeorm/typeorm/issues/9034" data-hovercard-type="pull_request" data-hovercard-url="/typeorm/typeorm/pull/9034/hovercard">#9034</a>) (<a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/06c1e98ae20cf516f4f5afc53fec4df91209f121">06c1e98</a>), closes <a href="https://snyk.io/redirect/github/typeorm/typeorm/issues/7758" data-hovercard-type="issue" data-hovercard-url="/typeorm/typeorm/issues/7758/hovercard">#7758</a> <a href="https://snyk.io/redirect/github/typeorm/typeorm/issues/7758" data-hovercard-type="issue" data-hovercard-url="/typeorm/typeorm/issues/7758/hovercard">#7758</a> <a href="https://snyk.io/redirect/github/typeorm/typeorm/issues/9033" data-hovercard-type="issue" data-hovercard-url="/typeorm/typeorm/issues/9033/hovercard">#9033</a> <a href="https://snyk.io/redirect/github/typeorm/typeorm/issues/9033" data-hovercard-type="issue" data-hovercard-url="/typeorm/typeorm/issues/9033/hovercard">#9033</a> <a href="https://snyk.io/redirect/github/typeorm/typeorm/issues/7758" data-hovercard-type="issue" data-hovercard-url="/typeorm/typeorm/issues/7758/hovercard">#7758</a> <a href="https://snyk.io/redirect/github/typeorm/typeorm/issues/7758" data-hovercard-type="issue" data-hovercard-url="/typeorm/typeorm/issues/7758/hovercard">#7758</a></li> <li>express option bug in init command (<a href="https://snyk.io/redirect/github/typeorm/typeorm/issues/10022" data-hovercard-type="pull_request" data-hovercard-url="/typeorm/typeorm/pull/10022/hovercard">#10022</a>) (<a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/5be20e2bcd18431e457090a63a99dc06f9c2d3d2">5be20e2</a>)</li> <li>for running cli-ts-node-esm use exit code from child process (<a href="https://snyk.io/redirect/github/typeorm/typeorm/issues/10030" data-hovercard-type="pull_request" data-hovercard-url="/typeorm/typeorm/pull/10030/hovercard">#10030</a>) (<a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/a188b1d9f4cc0bdc36a30be1380104e5f38ccb24">a188b1d</a>), closes <a href="https://snyk.io/redirect/github/typeorm/typeorm/issues/10029" data-hovercard-type="issue" data-hovercard-url="/typeorm/typeorm/issues/10029/hovercard">#10029</a></li> <li>mongodb typings breaks the browser version (<a href="https://snyk.io/redirect/github/typeorm/typeorm/issues/9962" data-hovercard-type="pull_request" data-hovercard-url="/typeorm/typeorm/pull/9962/hovercard">#9962</a>) (<a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/99bef491280aedb6b337a14e6723b33e67b048d0">99bef49</a>), closes <a href="https://snyk.io/redirect/github/typeorm/typeorm/issues/9959" data-hovercard-type="issue" data-hovercard-url="/typeorm/typeorm/issues/9959/hovercard">#9959</a></li> <li>RelationIdLoader has access to queryPlanner when wrapped in transaction (<a href="https://snyk.io/redirect/github/typeorm/typeorm/issues/9990" data-hovercard-type="pull_request" data-hovercard-url="/typeorm/typeorm/pull/9990/hovercard">#9990</a>) (<a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/21a9d67fcf294e805c416d55394d55b238860b7d">21a9d67</a>), closes <a href="https://snyk.io/redirect/github/typeorm/typeorm/issues/9988" data-hovercard-type="issue" data-hovercard-url="/typeorm/typeorm/issues/9988/hovercard">#9988</a></li> <li>resolve duplicate subscriber updated columns (<a href="https://snyk.io/redirect/github/typeorm/typeorm/issues/9958" data-hovercard-type="pull_request" data-hovercard-url="/typeorm/typeorm/pull/9958/hovercard">#9958</a>) (<a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/3d67901fde2750a8c10521bedc3eee3d57065b43">3d67901</a>), closes <a href="https://snyk.io/redirect/github/typeorm/typeorm/issues/9948" data-hovercard-type="issue" data-hovercard-url="/typeorm/typeorm/issues/9948/hovercard">#9948</a></li> <li>select + addOrderBy broke in 0.3.14 (<a href="https://snyk.io/redirect/github/typeorm/typeorm/issues/9961" data-hovercard-type="pull_request" data-hovercard-url="/typeorm/typeorm/pull/9961/hovercard">#9961</a>) (<a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/0e56f0fcf8ec3f2ec37fee92f75ba09262801655">0e56f0f</a>), closes <a href="https://snyk.io/redirect/github/typeorm/typeorm/issues/9960" data-hovercard-type="issue" data-hovercard-url="/typeorm/typeorm/issues/9960/hovercard">#9960</a></li> <li>support More/LessThanOrEqual in relations (<a href="https://snyk.io/redirect/github/typeorm/typeorm/issues/9978" data-hovercard-type="pull_request" data-hovercard-url="/typeorm/typeorm/pull/9978/hovercard">#9978</a>) (<a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/8795c864e835a875e78577b5737da42d78e19247">8795c86</a>)</li> </ul> <h3>Features</h3> <ul> <li>mariadb uuid inet4 inet6 column data type support (<a href="https://snyk.io/redirect/github/typeorm/typeorm/issues/9845" data-hovercard-type="pull_request" data-hovercard-url="/typeorm/typeorm/pull/9845/hovercard">#9845</a>) (<a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/d8a2e3730f12bb2b8e521635e176a284594121f3">d8a2e37</a>)</li> </ul> <h3>Reverts</h3> <ul> <li>"refactor: remove date-fns package (<a href="https://snyk.io/redirect/github/typeorm/typeorm/issues/9634" data-hovercard-type="pull_request" data-hovercard-url="/typeorm/typeorm/pull/9634/hovercard">#9634</a>)" (<a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/54f4f8986adf197eb96ec0bc6d9d5a44d6552bcc">54f4f89</a>)</li> </ul> </li> <li> <b>0.3.16-dev.f5b93c1</b> - 2023-04-18 </li> <li> <b>0.3.16-dev.e0165e7</b> - 2023-04-17 </li> <li> <b>0.3.16-dev.d8a2e37</b> - 2023-04-25 </li> <li> <b>0.3.16-dev.b064049</b> - 2023-04-18 </li> <li> <b>0.3.16-dev.a188b1d</b> - 2023-05-09 </li> <li> <b>0.3.16-dev.96b7ee4</b> - 2023-05-09 </li> <li> <b>0.3.16-dev.8795c86</b> - 2023-05-09 </li> <li> <b>0.3.16-dev.68aa573</b> - 2023-04-15 </li> <li> <b>0.3.16-dev.54f4f89</b> - 2023-05-09 </li> <li> <b>0.3.16-dev.3d67901</b> - 2023-04-18 </li> <li> <b>0.3.16-dev.2a2bb4b</b> - 2023-05-09 </li> <li> <b>0.3.16-dev.21a9d67</b> - 2023-05-09 </li> <li> <b>0.3.16-dev.06c1e98</b> - 2023-05-09 </li> <li> <b>0.3.16-dev.9460296</b> - 2023-05-09 </li> <li> <b>0.3.15</b> - <a href="https://snyk.io/redirect/github/typeorm/typeorm/releases/tag/0.3.15">2023-04-15</a></br><h3>Bug Fixes</h3> <ul> <li>make cache optional fields optional (<a href="https://snyk.io/redirect/github/typeorm/typeorm/issues/9942" data-hovercard-type="pull_request" data-hovercard-url="/typeorm/typeorm/pull/9942/hovercard">#9942</a>) (<a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/159c60a6e8cedbd32766fdca9694ec28cde9f6f7">159c60a</a>)</li> <li>prevent unique index identical to primary key (all sql dialects) (<a href="https://snyk.io/redirect/github/typeorm/typeorm/issues/9940" data-hovercard-type="pull_request" data-hovercard-url="/typeorm/typeorm/pull/9940/hovercard">#9940</a>) (<a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/51eecc2aa07bfe3cfdd649fefadea3d719436d5e">51eecc2</a>)</li> <li>SelectQueryBuilder builds incorrectly escaped alias in Oracle when used on entity with composite key (<a href="https://snyk.io/redirect/github/typeorm/typeorm/issues/9668" data-hovercard-type="pull_request" data-hovercard-url="/typeorm/typeorm/pull/9668/hovercard">#9668</a>) (<a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/83c6c0ed803f72c872fa40a740eb6fabe2102cbb">83c6c0e</a>)</li> </ul> <h3>Features</h3> <ul> <li>support for the latest mongodb v5 (<a href="https://snyk.io/redirect/github/typeorm/typeorm/issues/9925" data-hovercard-type="pull_request" data-hovercard-url="/typeorm/typeorm/pull/9925/hovercard">#9925</a>) (<a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/f6a3ce732d86fd01807fc13c049ab51df785d772">f6a3ce7</a>), closes <a href="https://snyk.io/redirect/github/typeorm/typeorm/issues/7907" data-hovercard-type="issue" data-hovercard-url="/typeorm/typeorm/issues/7907/hovercard">#7907</a> <a href="https://snyk.io/redirect/github/typeorm/typeorm/issues/7907" data-hovercard-type="issue" data-hovercard-url="/typeorm/typeorm/issues/7907/hovercard">#7907</a></li> </ul> </li> <li> <b>0.3.15-dev.f6a3ce7</b> - 2023-04-15 </li> <li> <b>0.3.15-dev.f1c5662</b> - 2023-04-15 </li> <li> <b>0.3.15-dev.3a72e35</b> - 2023-04-13 </li> <li> <b>0.3.15-dev.115059d</b> - 2023-04-10 </li> <li> <b>0.3.14</b> - <a href="https://snyk.io/redirect/github/typeorm/typeorm/releases/tag/0.3.14">2023-04-09</a></br><h3>Bug Fixes</h3> <ul> <li>drop xml &amp; yml connection option support. Addresses security issues in underlying dependency (<a href="https://snyk.io/redirect/github/typeorm/typeorm/issues/9930" data-hovercard-type="pull_request" data-hovercard-url="/typeorm/typeorm/pull/9930/hovercard">#9930</a>) (<a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/7dac12c2b18be34fb63ebfde988eb0825ec21384">7dac12c</a>)</li> </ul> <h3>Features</h3> <ul> <li>QueryBuilder performance optimizations (<a href="https://snyk.io/redirect/github/typeorm/typeorm/issues/9914" data-hovercard-type="pull_request" data-hovercard-url="/typeorm/typeorm/pull/9914/hovercard">#9914</a>) (<a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/12e9db07b6b9676e63fff5f55a45b1d269716ed9">12e9db0</a>)</li> </ul> </li> </ul> from <a href="https://snyk.io/redirect/github/typeorm/typeorm/releases">typeorm GitHub release notes</a> </details> </details> <details> <summary><b>Commit messages</b></summary> </br> <details> <summary>Package name: <b>typeorm</b></summary> <ul> <li><a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/b1a3a395049052f3f031e9fd27b99769b03b9011">b1a3a39</a> fix: #10040 TypeORM synchronize database even if it is up to date (#10041)</li> <li><a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/7108cc6f7157b0fedd609cdf4ea384e2add64315">7108cc6</a> chore: use new CircleCI convenience images (#10101)</li> <li><a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/f5d43975dbbf02d0e40d64d01265105d4018cf7a">f5d4397</a> fix: add missing await (#10084)</li> <li><a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/d4607a86723eef07e62e6d7321a07f3ae5ed1f90">d4607a8</a> test: fix test from #9034 with STI for Oracle (#10037)</li> <li><a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/abb9079f2b2c5e02253b4c83ba10358d1a1f373f">abb9079</a> version bump</li> <li><a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/607d6f959525b7c01bad5fe14364e4af82d878bb">607d6f9</a> fix: added transaction retry logic in cockroachdb (#10032)</li> <li><a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/8795c864e835a875e78577b5737da42d78e19247">8795c86</a> fix: support More/LessThanOrEqual in relations (#9978)</li> <li><a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/06c1e98ae20cf516f4f5afc53fec4df91209f121">06c1e98</a> fix: create correct children during cascade saving entities with STI (#9034)</li> <li><a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/96b7ee44b2538f65c77c7d168e4f10316cc123fa">96b7ee4</a> fix: correct encode mongodb auth credentials (#10024)</li> <li><a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/9460296147b8117e414ca311828615d87f5ab283">9460296</a> fix: convert the join table ID to the referenceColumn ID type (#9887)</li> <li><a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/938f94bded92b272bdcecc04534ffb879186dc44">938f94b</a> fix: add onDelete option validation for oracle (#9786)</li> <li><a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/a188b1d9f4cc0bdc36a30be1380104e5f38ccb24">a188b1d</a> fix: for running cli-ts-node-esm use exit code from child process (#10030)</li> <li><a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/7c5627f2728500bb45a2586a3bfd34ab39d46fad">7c5627f</a> fix: added instanceName to options (#9968)</li> <li><a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/03058055df78034a4544e52cfd277ed1c0cbdcb2">0305805</a> fix: add &#x60;trustServerCertificate&#x60; option to &#x60;SqlServerConnectionOptions&#x60; (#9985)</li> <li><a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/21a9d67fcf294e805c416d55394d55b238860b7d">21a9d67</a> fix: RelationIdLoader has access to queryPlanner when wrapped in transaction (#9990)</li> <li><a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/5be20e2bcd18431e457090a63a99dc06f9c2d3d2">5be20e2</a> fix: express option bug in init command (#10022)</li> <li><a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/2a2bb4bdc11915966a65dc144189b33d410d9d57">2a2bb4b</a> fix: allow json as alias for longtext mariadb (#10018)</li> <li><a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/54f4f8986adf197eb96ec0bc6d9d5a44d6552bcc">54f4f89</a> revert: &quot;refactor: remove date-fns package (#9634)&quot;</li> <li><a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/99bef491280aedb6b337a14e6723b33e67b048d0">99bef49</a> fix: mongodb typings breaks the browser version (#9962)</li> <li><a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/d8a2e3730f12bb2b8e521635e176a284594121f3">d8a2e37</a> feat: mariadb uuid inet4 inet6 column data type support (#9845)</li> <li><a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/f5b93c14b5efa1a55aed0211a4757af1b3d6e66b">f5b93c1</a> refactor: query methods should accept generic for return type (#9957)</li> <li><a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/0e56f0fcf8ec3f2ec37fee92f75ba09262801655">0e56f0f</a> fix: select + addOrderBy broke in 0.3.14 (#9961)</li> <li><a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/3d67901fde2750a8c10521bedc3eee3d57065b43">3d67901</a> fix: resolve duplicate subscriber updated columns (#9958)</li> <li><a href="https://snyk.io/redirect/github/typeorm/typeorm/commit/b06404962b026a53f52ba0e5bbd06647e47ffaef">b064049</a> docs: update entity-manager-api.md (#9956)</li> </ul> <a href="https://snyk.io/redirect/github/typeorm/typeorm/compare/7dac12c2b18be34fb63ebfde988eb0825ec21384...b1a3a395049052f3f031e9fd27b99769b03b9011">Compare</a> </details> </details> <hr/> **Note:** *You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.* For more information: <img src="https://api.segment.io/v1/pixel/track?data=eyJ3cml0ZUtleSI6InJyWmxZcEdHY2RyTHZsb0lYd0dUcVg4WkFRTnNCOUEwIiwiYW5vbnltb3VzSWQiOiJkNGQ4YzQ5OC03ZjM5LTRhMTUtYmFmYi01ODA5MmVmMzkzOTEiLCJldmVudCI6IlBSIHZpZXdlZCIsInByb3BlcnRpZXMiOnsicHJJZCI6ImQ0ZDhjNDk4LTdmMzktNGExNS1iYWZiLTU4MDkyZWYzOTM5MSJ9fQ==" width="0" height="0"/> 🧐 [View latest project report](https://app.snyk.io/org/oneuptime-RsC2nshvQ2Vnr35jHvMnMP/project/95df775c-d36f-4060-828c-d0ddc8c9f28e?utm_source&#x3D;github&amp;utm_medium&#x3D;referral&amp;page&#x3D;upgrade-pr) 🛠 [Adjust upgrade PR settings](https://app.snyk.io/org/oneuptime-RsC2nshvQ2Vnr35jHvMnMP/project/95df775c-d36f-4060-828c-d0ddc8c9f28e/settings/integration?utm_source&#x3D;github&amp;utm_medium&#x3D;referral&amp;page&#x3D;upgrade-pr) 🔕 [Ignore this dependency or unsubscribe from future upgrade PRs](https://app.snyk.io/org/oneuptime-RsC2nshvQ2Vnr35jHvMnMP/project/95df775c-d36f-4060-828c-d0ddc8c9f28e/settings/integration?pkg&#x3D;typeorm&amp;utm_source&#x3D;github&amp;utm_medium&#x3D;referral&amp;page&#x3D;upgrade-pr#auto-dep-upgrades) <!--- (snyk:metadata:{"prId":"d4d8c498-7f39-4a15-bafb-58092ef39391","prPublicId":"d4d8c498-7f39-4a15-bafb-58092ef39391","dependencies":[{"name":"typeorm","from":"0.3.14","to":"0.3.17"}],"packageManager":"npm","type":"auto","projectUrl":"https://app.snyk.io/org/oneuptime-RsC2nshvQ2Vnr35jHvMnMP/project/95df775c-d36f-4060-828c-d0ddc8c9f28e?utm_source=github&utm_medium=referral&page=upgrade-pr","projectPublicId":"95df775c-d36f-4060-828c-d0ddc8c9f28e","env":"prod","prType":"upgrade","vulns":[],"issuesToFix":[],"upgrade":[],"upgradeInfo":{"versionsDiff":26,"publishedDate":"2023-06-20T19:46:26.297Z"},"templateVariants":[],"hasFixes":false,"isMajorUpgrade":false,"isBreakingChange":false,"priorityScoreList":[]}) --->
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/oneuptime#1429