From af58034e8babbc8bda7918217a115d81a3f05b61 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 8 Jan 2024 08:52:31 +0000
Subject: [PATCH] chore(deps): Bump typeorm from 0.3.17 to 0.3.19 (#702)

Bumps [typeorm](https://github.com/typeorm/typeorm) from 0.3.17 to
0.3.19.
<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.19</h2>
<h3>Bug Fixes</h3>
<ul>
<li>fixed <code>Cannot read properties of undefined (reading
'sync')</code> caused after glob package upgrade</li>
</ul>
<h2>0.3.18</h2>
<h3>Bug Fixes</h3>
<ul>
<li>add BaseEntity to model-shim (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10503">#10503</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/3cf938efc04bf73129d2e755e2bb8a243be19e24">3cf938e</a>)</li>
<li>add error handling for missing join columns (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10525">#10525</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/122c897a2ff4cc6f5e8149d488f18bf5c21b5ca9">122c897</a>),
closes <a
href="https://redirect.github.com/typeorm/typeorm/issues/7034">#7034</a></li>
<li>add missing export for View class (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10261">#10261</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/7adbc9bdc7e3e5a4bd3db9c5cf980b71c74fc8fa">7adbc9b</a>)</li>
<li>added fail callback while opening the database in Cordova (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10566">#10566</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/8b4df5b2998c561047ac817b6c188fbb6ad0af7b">8b4df5b</a>)</li>
<li>aggregate function throw error when column alias name is set (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10035">#10035</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/022d2b5f622771349355f00a087c26c930db0d25">022d2b5</a>),
closes <a
href="https://redirect.github.com/typeorm/typeorm/issues/9927">#9927</a></li>
<li>backport postgres connection error handling to crdb (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10177">#10177</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/149226dd677ca3ca69c9f5ccd7b96e86573eb26e">149226d</a>)</li>
<li>bump better-sqlite3 version range (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10452">#10452</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/75ec8f2032657560fed7418a6ca4a059a58d18ee">75ec8f2</a>)</li>
<li>caching always enabled not caching queries (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10524">#10524</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/8af533f79f993e97f8c5608eec1da1d2f5e23156">8af533f</a>)</li>
<li>circular dependency breaking node.js 20.6 (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10344">#10344</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/ba7ad3c69b4d7813cf71503c130ae9ef248ea28d">ba7ad3c</a>),
closes <a
href="https://redirect.github.com/typeorm/typeorm/issues/10338">#10338</a></li>
<li>correctly keep query.data from ormOption for commit / rollback
subscribers (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10151">#10151</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/73ee70b33165af9151aadf9d26c58e78eebdfa53">73ee70b</a>)</li>
<li>default value in child table/entity column decorator for multiple
table inheritance is ignored for inherited columns (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10563">#10563</a>)
(<a
href="https://redirect.github.com/typeorm/typeorm/issues/10564">#10564</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/af77a5d0acf0c9661c4d61c38fd57bca9a1b65fc">af77a5d</a>)</li>
<li>deletedAt column leaking as side effect of object update while
creating a row (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10435">#10435</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/7de4890265d5045e21c0ea1db7c45cea826f9e31">7de4890</a>)</li>
<li>empty objects being hydrated when eager loading relations that have
a <code>@VirtualColumn</code> (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10432">#10432</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/b53e410e5abe930ab489ff4c8c16f62306910f6a">b53e410</a>),
closes <a
href="https://redirect.github.com/typeorm/typeorm/issues/10431">#10431</a></li>
<li>extend GiST index with range types for Postgres driver (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10572">#10572</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/a4900ae15feb6727f085cbeae09000566b15081e">a4900ae</a>),
closes <a
href="https://redirect.github.com/typeorm/typeorm/issues/10567">#10567</a></li>
<li>ignore changes for columns with <code>update: false</code> in
persistence (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10250">#10250</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/f8fa1fd821a0ca61b09079625e04583f9e1a0403">f8fa1fd</a>),
closes <a
href="https://redirect.github.com/typeorm/typeorm/issues/10249">#10249</a></li>
<li>improve helper for cli for commands missing positionals (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10133">#10133</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/9f8899f56cb95fbee70eed73d507530e8b6c74ff">9f8899f</a>)</li>
<li>loading datasource unable to process a regular default export (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10184">#10184</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/201342d1509938925b90deeac1d974cd01fe3d3c">201342d</a>),
closes <a
href="https://redirect.github.com/typeorm/typeorm/issues/8810">#8810</a></li>
<li>logMigration has incorrect logging condition (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10323">#10323</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/d41930f0d6b8f672a5242da4a4b5568d90090d59">d41930f</a>),
closes <a
href="https://redirect.github.com/typeorm/typeorm/issues/10322">#10322</a>
<a
href="https://redirect.github.com/typeorm/typeorm/issues/10322">#10322</a></li>
<li>ManyToMany ER_DUP_ENTRY error (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10343">#10343</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/e296063b128318ddd3b59ae1e23e104d0ed524b0">e296063</a>),
closes <a
href="https://redirect.github.com/typeorm/typeorm/issues/5704">#5704</a></li>
<li>migrations on indexed TIMESTAMP WITH TIME ZONE Oracle columns (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10506">#10506</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/cf37f1370bb0a180bedf0a2e2fedd8047ae4ef78">cf37f13</a>),
closes <a
href="https://redirect.github.com/typeorm/typeorm/issues/10493">#10493</a></li>
<li>mongodb - undefined is not constructor (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10559">#10559</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/ad5bf11a918170b50e3251410004f75c1811eb01">ad5bf11</a>)</li>
<li>mongodb resolves leaked cursor (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10316">#10316</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/2dc9624d0016447b0738d85c6ddeace1110eb56f">2dc9624</a>),
closes <a
href="https://redirect.github.com/typeorm/typeorm/issues/10315">#10315</a></li>
<li>mssql datasource testonborrow not affecting anything (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10589">#10589</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/122b683840487f05b26a938a1fb057d71beb1bb3">122b683</a>)</li>
<li>nested transactions issues (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10210">#10210</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/25e6ecdfd23569b4b6ba15b845b4444927386f42">25e6ecd</a>)</li>
<li>prevent using absolute table path in migrations unless required (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10123">#10123</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/dd595242a7fbb8c7445cc79bf0b751f1ed1762bd">dd59524</a>)</li>
<li>remove <code>date-fns</code> in favor of <code>DayJs</code> (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10306">#10306</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/cf7147fa7c0231089b45078abc813f0e56e5dd9e">cf7147f</a>)</li>
<li>remove dynamic require calls (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10196">#10196</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/a939654c95804b172276ba26769c43af97469d5d">a939654</a>)</li>
<li>resolve circular dependency when using Vite (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10273">#10273</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/080528b11716cc786b00c4890160f6ccf3375925">080528b</a>)</li>
<li>resolve issue building eager relation alias for nested relations (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10004">#10004</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/c6f608d3e8f9c28646240ac67e20e6567be1aab6">c6f608d</a>),
closes <a
href="https://redirect.github.com/typeorm/typeorm/issues/9944">#9944</a></li>
<li>resolve issue of generating migration for numeric arrays repeatedly
(<a
href="https://redirect.github.com/typeorm/typeorm/issues/10471">#10471</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/39fdcf651fc0b690febbe11fa39892034529fd03">39fdcf6</a>),
closes <a
href="https://redirect.github.com/typeorm/typeorm/issues/10043">#10043</a></li>
<li>resolve issue queryBuilder makes different parameter identifiers for
same parameter (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10327">#10327</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/6c918ea3923488e3744cf4a09f01b21117674fe5">6c918ea</a>),
closes <a
href="https://redirect.github.com/typeorm/typeorm/issues/7308">#7308</a></li>
<li>resolve issues on upsert (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10588">#10588</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/dc1bfed6d53691135628e064e0c3bda21f7d0ee3">dc1bfed</a>),
closes <a
href="https://redirect.github.com/typeorm/typeorm/issues/10587">#10587</a></li>
<li>scrub all comment end markers from comments (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10163">#10163</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/d937f6106a1c0a5770de7c06c315009c5549c4d5">d937f61</a>)</li>
<li>serialize bigint when building a query id <a
href="https://redirect.github.com/typeorm/typeorm/issues/10336">#10336</a>
(<a
href="https://redirect.github.com/typeorm/typeorm/issues/10337">#10337</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/bfc1cc5ab4232459a1d11b82fd131e7e2e9c2aa4">bfc1cc5</a>)</li>
<li>should automatically cache if alwaysEnable (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10137">#10137</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/173910ed79aada4d250fd658d6dd73fca7740950">173910e</a>),
closes <a
href="https://redirect.github.com/typeorm/typeorm/issues/9910">#9910</a></li>
<li>SQLite simple-enum column parsing (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10550">#10550</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/696e688d0072eb54608eaf081be1a6d9c40910e3">696e688</a>)</li>
<li>update UpdateDateColumn on upsert (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10458">#10458</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/fdb9866ad2359aa37fed1e7e99b3736a4dc9dc74">fdb9866</a>),
closes <a
href="https://redirect.github.com/typeorm/typeorm/issues/9015">#9015</a></li>
<li>upgrade ts-node version to latest(10.9.1) version (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10143">#10143</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/fcb9904f247d9ddf21bad07101b488d33e0a1fd2">fcb9904</a>)</li>
<li>using async datasource to configure typeorm (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10170">#10170</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/fbd45dba32cd92ddcb00cc4f3c745d247ad27bae">fbd45db</a>)</li>
</ul>
<h3>Features</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/typeorm/typeorm/blob/master/CHANGELOG.md">typeorm's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/typeorm/typeorm/compare/0.3.18...0.3.19">0.3.19</a>
(2024-01-03)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>fixed <code>Cannot read properties of undefined (reading
'sync')</code> caused after glob package upgrade</li>
</ul>
<h2><a
href="https://github.com/typeorm/typeorm/compare/0.3.17...0.3.18">0.3.18</a>
(2024-01-03)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>add BaseEntity to model-shim (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10503">#10503</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/3cf938efc04bf73129d2e755e2bb8a243be19e24">3cf938e</a>)</li>
<li>add error handling for missing join columns (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10525">#10525</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/122c897a2ff4cc6f5e8149d488f18bf5c21b5ca9">122c897</a>),
closes <a
href="https://redirect.github.com/typeorm/typeorm/issues/7034">#7034</a></li>
<li>add missing export for View class (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10261">#10261</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/7adbc9bdc7e3e5a4bd3db9c5cf980b71c74fc8fa">7adbc9b</a>)</li>
<li>added fail callback while opening the database in Cordova (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10566">#10566</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/8b4df5b2998c561047ac817b6c188fbb6ad0af7b">8b4df5b</a>)</li>
<li>aggregate function throw error when column alias name is set (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10035">#10035</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/022d2b5f622771349355f00a087c26c930db0d25">022d2b5</a>),
closes <a
href="https://redirect.github.com/typeorm/typeorm/issues/9927">#9927</a></li>
<li>backport postgres connection error handling to crdb (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10177">#10177</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/149226dd677ca3ca69c9f5ccd7b96e86573eb26e">149226d</a>)</li>
<li>bump better-sqlite3 version range (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10452">#10452</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/75ec8f2032657560fed7418a6ca4a059a58d18ee">75ec8f2</a>)</li>
<li>caching always enabled not caching queries (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10524">#10524</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/8af533f79f993e97f8c5608eec1da1d2f5e23156">8af533f</a>)</li>
<li>circular dependency breaking node.js 20.6 (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10344">#10344</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/ba7ad3c69b4d7813cf71503c130ae9ef248ea28d">ba7ad3c</a>),
closes <a
href="https://redirect.github.com/typeorm/typeorm/issues/10338">#10338</a></li>
<li>correctly keep query.data from ormOption for commit / rollback
subscribers (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10151">#10151</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/73ee70b33165af9151aadf9d26c58e78eebdfa53">73ee70b</a>)</li>
<li>default value in child table/entity column decorator for multiple
table inheritance is ignored for inherited columns (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10563">#10563</a>)
(<a
href="https://redirect.github.com/typeorm/typeorm/issues/10564">#10564</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/af77a5d0acf0c9661c4d61c38fd57bca9a1b65fc">af77a5d</a>)</li>
<li>deletedAt column leaking as side effect of object update while
creating a row (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10435">#10435</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/7de4890265d5045e21c0ea1db7c45cea826f9e31">7de4890</a>)</li>
<li>empty objects being hydrated when eager loading relations that have
a <code>@VirtualColumn</code> (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10432">#10432</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/b53e410e5abe930ab489ff4c8c16f62306910f6a">b53e410</a>),
closes <a
href="https://redirect.github.com/typeorm/typeorm/issues/10431">#10431</a></li>
<li>extend GiST index with range types for Postgres driver (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10572">#10572</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/a4900ae15feb6727f085cbeae09000566b15081e">a4900ae</a>),
closes <a
href="https://redirect.github.com/typeorm/typeorm/issues/10567">#10567</a></li>
<li>ignore changes for columns with <code>update: false</code> in
persistence (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10250">#10250</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/f8fa1fd821a0ca61b09079625e04583f9e1a0403">f8fa1fd</a>),
closes <a
href="https://redirect.github.com/typeorm/typeorm/issues/10249">#10249</a></li>
<li>improve helper for cli for commands missing positionals (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10133">#10133</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/9f8899f56cb95fbee70eed73d507530e8b6c74ff">9f8899f</a>)</li>
<li>loading datasource unable to process a regular default export (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10184">#10184</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/201342d1509938925b90deeac1d974cd01fe3d3c">201342d</a>),
closes <a
href="https://redirect.github.com/typeorm/typeorm/issues/8810">#8810</a></li>
<li>logMigration has incorrect logging condition (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10323">#10323</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/d41930f0d6b8f672a5242da4a4b5568d90090d59">d41930f</a>),
closes <a
href="https://redirect.github.com/typeorm/typeorm/issues/10322">#10322</a>
<a
href="https://redirect.github.com/typeorm/typeorm/issues/10322">#10322</a></li>
<li>ManyToMany ER_DUP_ENTRY error (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10343">#10343</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/e296063b128318ddd3b59ae1e23e104d0ed524b0">e296063</a>),
closes <a
href="https://redirect.github.com/typeorm/typeorm/issues/5704">#5704</a></li>
<li>migrations on indexed TIMESTAMP WITH TIME ZONE Oracle columns (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10506">#10506</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/cf37f1370bb0a180bedf0a2e2fedd8047ae4ef78">cf37f13</a>),
closes <a
href="https://redirect.github.com/typeorm/typeorm/issues/10493">#10493</a></li>
<li>mongodb - undefined is not constructor (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10559">#10559</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/ad5bf11a918170b50e3251410004f75c1811eb01">ad5bf11</a>)</li>
<li>mongodb resolves leaked cursor (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10316">#10316</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/2dc9624d0016447b0738d85c6ddeace1110eb56f">2dc9624</a>),
closes <a
href="https://redirect.github.com/typeorm/typeorm/issues/10315">#10315</a></li>
<li>mssql datasource testonborrow not affecting anything (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10589">#10589</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/122b683840487f05b26a938a1fb057d71beb1bb3">122b683</a>)</li>
<li>nested transactions issues (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10210">#10210</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/25e6ecdfd23569b4b6ba15b845b4444927386f42">25e6ecd</a>)</li>
<li>prevent using absolute table path in migrations unless required (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10123">#10123</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/dd595242a7fbb8c7445cc79bf0b751f1ed1762bd">dd59524</a>)</li>
<li>remove <code>date-fns</code> in favor of <code>DayJs</code> (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10306">#10306</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/cf7147fa7c0231089b45078abc813f0e56e5dd9e">cf7147f</a>)</li>
<li>remove dynamic require calls (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10196">#10196</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/a939654c95804b172276ba26769c43af97469d5d">a939654</a>)</li>
<li>resolve circular dependency when using Vite (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10273">#10273</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/080528b11716cc786b00c4890160f6ccf3375925">080528b</a>)</li>
<li>resolve issue building eager relation alias for nested relations (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10004">#10004</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/c6f608d3e8f9c28646240ac67e20e6567be1aab6">c6f608d</a>),
closes <a
href="https://redirect.github.com/typeorm/typeorm/issues/9944">#9944</a></li>
<li>resolve issue of generating migration for numeric arrays repeatedly
(<a
href="https://redirect.github.com/typeorm/typeorm/issues/10471">#10471</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/39fdcf651fc0b690febbe11fa39892034529fd03">39fdcf6</a>),
closes <a
href="https://redirect.github.com/typeorm/typeorm/issues/10043">#10043</a></li>
<li>resolve issue queryBuilder makes different parameter identifiers for
same parameter (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10327">#10327</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/6c918ea3923488e3744cf4a09f01b21117674fe5">6c918ea</a>),
closes <a
href="https://redirect.github.com/typeorm/typeorm/issues/7308">#7308</a></li>
<li>resolve issues on upsert (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10588">#10588</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/dc1bfed6d53691135628e064e0c3bda21f7d0ee3">dc1bfed</a>),
closes <a
href="https://redirect.github.com/typeorm/typeorm/issues/10587">#10587</a></li>
<li>scrub all comment end markers from comments (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10163">#10163</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/d937f6106a1c0a5770de7c06c315009c5549c4d5">d937f61</a>)</li>
<li>serialize bigint when building a query id <a
href="https://redirect.github.com/typeorm/typeorm/issues/10336">#10336</a>
(<a
href="https://redirect.github.com/typeorm/typeorm/issues/10337">#10337</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/bfc1cc5ab4232459a1d11b82fd131e7e2e9c2aa4">bfc1cc5</a>)</li>
<li>should automatically cache if alwaysEnable (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10137">#10137</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/173910ed79aada4d250fd658d6dd73fca7740950">173910e</a>),
closes <a
href="https://redirect.github.com/typeorm/typeorm/issues/9910">#9910</a></li>
<li>SQLite simple-enum column parsing (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10550">#10550</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/696e688d0072eb54608eaf081be1a6d9c40910e3">696e688</a>)</li>
<li>update UpdateDateColumn on upsert (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10458">#10458</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/fdb9866ad2359aa37fed1e7e99b3736a4dc9dc74">fdb9866</a>),
closes <a
href="https://redirect.github.com/typeorm/typeorm/issues/9015">#9015</a></li>
<li>upgrade ts-node version to latest(10.9.1) version (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10143">#10143</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/fcb9904f247d9ddf21bad07101b488d33e0a1fd2">fcb9904</a>)</li>
<li>using async datasource to configure typeorm (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10170">#10170</a>)
(<a
href="https://github.com/typeorm/typeorm/commit/fbd45dba32cd92ddcb00cc4f3c745d247ad27bae">fbd45db</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/typeorm/typeorm/commit/73e3b49edc02aabbcfaebf260b8eee9ebbc3c92b"><code>73e3b49</code></a>
version bump</li>
<li><a
href="https://github.com/typeorm/typeorm/commit/633c4e36a6697e6c590d308290473ca90fc987bf"><code>633c4e3</code></a>
fixed glob import</li>
<li><a
href="https://github.com/typeorm/typeorm/commit/5464dec2fa648f6fb346b2cf45047cdf169f8e77"><code>5464dec</code></a>
version bump</li>
<li><a
href="https://github.com/typeorm/typeorm/commit/d606b9d936b08caa747aed0d5273b11c9b284fe6"><code>d606b9d</code></a>
updated license</li>
<li><a
href="https://github.com/typeorm/typeorm/commit/ffa84993de130222ec2316f057c233fcd524d0dd"><code>ffa8499</code></a>
fixed duplicated buffer import</li>
<li><a
href="https://github.com/typeorm/typeorm/commit/b6ef306d88d95226b07a217a6bed324a602f296a"><code>b6ef306</code></a>
updated glob version</li>
<li><a
href="https://github.com/typeorm/typeorm/commit/b5d2599301cf68043e01f79cfc1549e576f5c5d9"><code>b5d2599</code></a>
build(deps-dev): bump the npm_and_yarn group group with 1 update (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10591">#10591</a>)</li>
<li><a
href="https://github.com/typeorm/typeorm/commit/080528b11716cc786b00c4890160f6ccf3375925"><code>080528b</code></a>
fix: resolve circular dependency when using Vite (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10273">#10273</a>)</li>
<li><a
href="https://github.com/typeorm/typeorm/commit/338df164395fa1475149614281b3c649fb5b2611"><code>338df16</code></a>
feat: add support for table comment in MySQL (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10017">#10017</a>)</li>
<li><a
href="https://github.com/typeorm/typeorm/commit/15bc8876f80e78f20a5631732c61d79a87e4a44a"><code>15bc887</code></a>
build: update CircleCI config &amp; repair failing tests (<a
href="https://redirect.github.com/typeorm/typeorm/issues/10590">#10590</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/typeorm/typeorm/compare/0.3.17...0.3.19">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typeorm&package-manager=npm_and_yarn&previous-version=0.3.17&new-version=0.3.19)](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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
 package-lock.json | 77 +++++++++++++----------------------------------
 package.json      |  2 +-
 2 files changed, 22 insertions(+), 57 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 4e65bbeb..527a3a6c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -36,7 +36,7 @@
         "rxjs": "^7.8.1",
         "tsconfig-paths": "^4.2.0",
         "tslib": "^2.6.2",
-        "typeorm": "^0.3.17",
+        "typeorm": "^0.3.19",
         "typeorm-extension": "^3.2.0",
         "typescript": "^5.3.3"
       },
@@ -1057,6 +1057,7 @@
       "version": "7.23.6",
       "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.6.tgz",
       "integrity": "sha512-zHd0eUrf5GZoOWVCXp6koAKQTfZV07eit6bGPmJgnZdnSAvvZee6zniW2XMF7Cmc4ISOOnPy3QaSiIJGJkVEDQ==",
+      "dev": true,
       "dependencies": {
         "regenerator-runtime": "^0.14.0"
       },
@@ -5779,6 +5780,11 @@
         "node": "*"
       }
     },
+    "node_modules/dayjs": {
+      "version": "1.11.10",
+      "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz",
+      "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ=="
+    },
     "node_modules/debug": {
       "version": "4.3.4",
       "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
@@ -8298,7 +8304,8 @@
     "node_modules/fs.realpath": {
       "version": "1.0.0",
       "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
-      "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw=="
+      "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
+      "dev": true
     },
     "node_modules/fsevents": {
       "version": "2.3.3",
@@ -9041,6 +9048,7 @@
       "version": "1.0.6",
       "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
       "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
+      "dev": true,
       "dependencies": {
         "once": "^1.3.0",
         "wrappy": "1"
@@ -13011,7 +13019,8 @@
     "node_modules/regenerator-runtime": {
       "version": "0.14.1",
       "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
-      "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw=="
+      "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==",
+      "dev": true
     },
     "node_modules/regexp-tree": {
       "version": "0.1.27",
@@ -14923,19 +14932,19 @@
       }
     },
     "node_modules/typeorm": {
-      "version": "0.3.17",
-      "resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.17.tgz",
-      "integrity": "sha512-UDjUEwIQalO9tWw9O2A4GU+sT3oyoUXheHJy4ft+RFdnRdQctdQ34L9SqE2p7LdwzafHx1maxT+bqXON+Qnmig==",
+      "version": "0.3.19",
+      "resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.19.tgz",
+      "integrity": "sha512-OGelrY5qEoAU80mR1iyvmUHiKCPUydL6xp6bebXzS7jyv/X70Gp/jBWRAfF4qGOfy2A7orMiGRfwsBUNbEL65g==",
       "dependencies": {
         "@sqltools/formatter": "^1.2.5",
         "app-root-path": "^3.1.0",
         "buffer": "^6.0.3",
         "chalk": "^4.1.2",
         "cli-highlight": "^2.1.11",
-        "date-fns": "^2.29.3",
+        "dayjs": "^1.11.9",
         "debug": "^4.3.4",
         "dotenv": "^16.0.3",
-        "glob": "^8.1.0",
+        "glob": "^10.3.10",
         "mkdirp": "^2.1.3",
         "reflect-metadata": "^0.1.13",
         "sha.js": "^2.4.11",
@@ -14957,13 +14966,13 @@
       "peerDependencies": {
         "@google-cloud/spanner": "^5.18.0",
         "@sap/hana-client": "^2.12.25",
-        "better-sqlite3": "^7.1.2 || ^8.0.0",
+        "better-sqlite3": "^7.1.2 || ^8.0.0 || ^9.0.0",
         "hdb-pool": "^0.1.6",
         "ioredis": "^5.0.4",
-        "mongodb": "^5.2.0",
-        "mssql": "^9.1.1",
+        "mongodb": "^5.8.0",
+        "mssql": "^9.1.1 || ^10.0.1",
         "mysql2": "^2.2.5 || ^3.0.1",
-        "oracledb": "^5.1.0",
+        "oracledb": "^6.3.0",
         "pg": "^8.5.1",
         "pg-native": "^3.0.0",
         "pg-query-stream": "^4.0.0",
@@ -15088,50 +15097,6 @@
         "ieee754": "^1.2.1"
       }
     },
-    "node_modules/typeorm/node_modules/date-fns": {
-      "version": "2.30.0",
-      "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.30.0.tgz",
-      "integrity": "sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==",
-      "dependencies": {
-        "@babel/runtime": "^7.21.0"
-      },
-      "engines": {
-        "node": ">=0.11"
-      },
-      "funding": {
-        "type": "opencollective",
-        "url": "https://opencollective.com/date-fns"
-      }
-    },
-    "node_modules/typeorm/node_modules/glob": {
-      "version": "8.1.0",
-      "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz",
-      "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==",
-      "dependencies": {
-        "fs.realpath": "^1.0.0",
-        "inflight": "^1.0.4",
-        "inherits": "2",
-        "minimatch": "^5.0.1",
-        "once": "^1.3.0"
-      },
-      "engines": {
-        "node": ">=12"
-      },
-      "funding": {
-        "url": "https://github.com/sponsors/isaacs"
-      }
-    },
-    "node_modules/typeorm/node_modules/minimatch": {
-      "version": "5.1.6",
-      "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
-      "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
-      "dependencies": {
-        "brace-expansion": "^2.0.1"
-      },
-      "engines": {
-        "node": ">=10"
-      }
-    },
     "node_modules/typeorm/node_modules/mkdirp": {
       "version": "2.1.6",
       "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-2.1.6.tgz",
diff --git a/package.json b/package.json
index 58e5ce36..2d01660e 100644
--- a/package.json
+++ b/package.json
@@ -54,7 +54,7 @@
     "rxjs": "^7.8.1",
     "tsconfig-paths": "^4.2.0",
     "tslib": "^2.6.2",
-    "typeorm": "^0.3.17",
+    "typeorm": "^0.3.19",
     "typeorm-extension": "^3.2.0",
     "typescript": "^5.3.3"
   },