Skip to content

Commit

Permalink
chore(deps): Bump xml2js and typeorm in /packages/daemon (#1217)
Browse files Browse the repository at this point in the history
Removes [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js). It's no longer used after updating ancestor dependency [typeorm](https://github.com/typeorm/typeorm). These dependencies need to be updated together.

Removes `xml2js`

Updates `typeorm` from 0.3.7 to 0.3.14
<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.14</h2>
<h3>Bug Fixes</h3>
<ul>
<li>drop xml &amp; yml connection option support. Addresses security issues in underlying dependency (<a href="https://redirect.github.com/typeorm/typeorm/issues/9930">#9930</a>) (<a href="https://github.com/typeorm/typeorm/commit/7dac12c2b18be34fb63ebfde988eb0825ec21384">7dac12c</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>QueryBuilder performance optimizations (<a href="https://redirect.github.com/typeorm/typeorm/issues/9914">#9914</a>) (<a href="https://github.com/typeorm/typeorm/commit/12e9db07b6b9676e63fff5f55a45b1d269716ed9">12e9db0</a>)</li>
</ul>
<h2>0.3.13</h2>
<h3>Bug Fixes</h3>
<ul>
<li>firstCapital=true not working in camelCase() function (<a href="https://github.com/typeorm/typeorm/commit/f1330ad6e23bea65a16b4f1c4199f10f3fa7282b">f1330ad</a>)</li>
<li>handles &quot;query&quot; relation loading strategy for TreeRepositories (<a href="https://redirect.github.com/typeorm/typeorm/issues/9680">#9680</a>) (<a href="https://github.com/typeorm/typeorm/commit/a11809e1b20cc77fd2767b8bab2500a0c7e20d23">a11809e</a>), closes <a href="https://redirect.github.com/typeorm/typeorm/issues/9673">#9673</a></li>
<li>improve EntityNotFound error message in QueryBuilder.findOneOrFail (<a href="https://redirect.github.com/typeorm/typeorm/issues/9872">#9872</a>) (<a href="https://github.com/typeorm/typeorm/commit/f7f68178640120d8c1e92b8c9be0eeaa8262b4f3">f7f6817</a>)</li>
<li>loading tables with fk in sqlite query runner (<a href="https://redirect.github.com/typeorm/typeorm/issues/9875">#9875</a>) (<a href="https://github.com/typeorm/typeorm/commit/4997da054b5cfafdbdf374b3e554e5c4e0590da7">4997da0</a>), closes <a href="https://redirect.github.com/typeorm/typeorm/issues/9266">#9266</a></li>
<li>prevent foreign key support during migration batch under sqlite (<a href="https://redirect.github.com/typeorm/typeorm/issues/9775">#9775</a>) (<a href="https://github.com/typeorm/typeorm/commit/197cc05e90c0182357d85aa1ce7ae45de99d9d98">197cc05</a>), closes <a href="https://redirect.github.com/typeorm/typeorm/issues/9770">#9770</a></li>
<li>proper default value on generating migration when default value is a function calling [Postgres] (<a href="https://redirect.github.com/typeorm/typeorm/issues/9830">#9830</a>) (<a href="https://github.com/typeorm/typeorm/commit/bebba05388a40a9f278a450d4a988865c158abb7">bebba05</a>)</li>
<li>react-native doesn't properly work in ESM projects because of circular dependency (<a href="https://redirect.github.com/typeorm/typeorm/issues/9765">#9765</a>) (<a href="https://github.com/typeorm/typeorm/commit/099fcd9b104bc930faea08f97ee3d5610118e0c4">099fcd9</a>)</li>
<li>resolve issues for mssql migration when simple-enum was changed (<a href="https://github.com/typeorm/typeorm/commit/cb154d4ca36cda251fcb9eb05a29b7758ae813cf">cb154d4</a>), closes <a href="https://redirect.github.com/typeorm/typeorm/issues/7785">#7785</a> <a href="https://redirect.github.com/typeorm/typeorm/issues/9457">#9457</a> <a href="https://redirect.github.com/typeorm/typeorm/issues/7785">#7785</a> <a href="https://redirect.github.com/typeorm/typeorm/issues/9457">#9457</a></li>
<li>resolves issue with mssql column recreation (<a href="https://redirect.github.com/typeorm/typeorm/issues/9773">#9773</a>) (<a href="https://github.com/typeorm/typeorm/commit/07221a364682b567533c93130efb4f5189e009a9">07221a3</a>), closes <a href="https://redirect.github.com/typeorm/typeorm/issues/9399">#9399</a></li>
<li>transform values for FindOperators <a href="https://redirect.github.com/typeorm/typeorm/issues/9381">#9381</a> (<a href="https://redirect.github.com/typeorm/typeorm/issues/9777">#9777</a>) (<a href="https://github.com/typeorm/typeorm/commit/de1228deace974eca3e9dd3956208ebe4cd9347f">de1228d</a>), closes <a href="https://redirect.github.com/typeorm/typeorm/issues/9816">#9816</a></li>
<li>use forward slashes when normalizing path (<a href="https://redirect.github.com/typeorm/typeorm/issues/9768">#9768</a>) (<a href="https://github.com/typeorm/typeorm/commit/58fc08840a4a64ca1935391f4709a784c3f0b373">58fc088</a>), closes <a href="https://redirect.github.com/typeorm/typeorm/issues/9766">#9766</a></li>
<li>use object create if entity skip constructor is set (<a href="https://redirect.github.com/typeorm/typeorm/issues/9831">#9831</a>) (<a href="https://github.com/typeorm/typeorm/commit/a8689795dad796338e2a291a6a2fda89b00ef243">a868979</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>add support for json datatype for sqlite (<a href="https://redirect.github.com/typeorm/typeorm/issues/9744">#9744</a>) (<a href="https://github.com/typeorm/typeorm/commit/4ac8c00117417ae622368aabe36d0fd5c676bd00">4ac8c00</a>)</li>
<li>add support for STI on EntitySchema (<a href="https://redirect.github.com/typeorm/typeorm/issues/9834">#9834</a>) (<a href="https://github.com/typeorm/typeorm/commit/bc306fb5a2c4dc02d04632af2b2f6c697a684356">bc306fb</a>), closes <a href="https://redirect.github.com/typeorm/typeorm/issues/9833">#9833</a></li>
<li>allow type FindOptionsOrderValue for order by object property (<a href="https://redirect.github.com/typeorm/typeorm/issues/9895">#9895</a>) (<a href="https://redirect.github.com/typeorm/typeorm/issues/9896">#9896</a>) (<a href="https://github.com/typeorm/typeorm/commit/0814970a9cc2c958199c9d74d1ef313de43dab50">0814970</a>)</li>
<li>Broadcast identifier for removed related entities  (<a href="https://redirect.github.com/typeorm/typeorm/issues/9913">#9913</a>) (<a href="https://github.com/typeorm/typeorm/commit/f530811b0da2863711db3467e55bf815c66b4b4b">f530811</a>)</li>
<li>leftJoinAndMapOne and innerJoinAndMapOne map result to entity (<a href="https://redirect.github.com/typeorm/typeorm/issues/9354">#9354</a>) (<a href="https://github.com/typeorm/typeorm/commit/947ffc34324c1d692496804e43dafa6302efc1db">947ffc3</a>)</li>
</ul>
<h2>0.3.12</h2>
<h3>Bug Fixes</h3>
<ul>
<li>allow to pass ObjectLiteral in mongo find where condition (<a href="https://redirect.github.com/typeorm/typeorm/issues/9632">#9632</a>) (<a href="https://github.com/typeorm/typeorm/commit/4eda5df8693d1a659ff5c3461124cf05619fdd72">4eda5df</a>), closes <a href="https://redirect.github.com/typeorm/typeorm/issues/9518">#9518</a></li>
<li>DataSource.setOptions doesn't properly update the database in the drivers (<a href="https://redirect.github.com/typeorm/typeorm/issues/9635">#9635</a>) (<a href="https://github.com/typeorm/typeorm/commit/a95bed7c05d10eb4b508e225faa4cb3c7ea7944f">a95bed7</a>)</li>
<li>Fix grammar error in no migrations found log (<a href="https://redirect.github.com/typeorm/typeorm/issues/9754">#9754</a>) (<a href="https://github.com/typeorm/typeorm/commit/6fb212187fdf97c07c41aad20d4f5503dfd44215">6fb2121</a>)</li>
<li>improved <code>FindOptionsWhere</code> behavior with union types (<a href="https://redirect.github.com/typeorm/typeorm/issues/9607">#9607</a>) (<a href="https://github.com/typeorm/typeorm/commit/7726f5ad1ec0c826510202a0f2cbeea705547eee">7726f5a</a>)</li>
<li>Incorrect enum default value when table name contains dash character (<a href="https://redirect.github.com/typeorm/typeorm/issues/9685">#9685</a>) (<a href="https://github.com/typeorm/typeorm/commit/b3b0c118a40441b31ac18ee7ce0cea0696b701ab">b3b0c11</a>)</li>
<li>incorrect sorting of entities with multi-inheritances (<a href="https://redirect.github.com/typeorm/typeorm/issues/9406">#9406</a>) (<a href="https://github.com/typeorm/typeorm/commit/54ca9dd801a77e011c2faf056b9e12845ccde82b">54ca9dd</a>)</li>
<li>make sure &quot;require&quot; is defined in the environment (<a href="https://github.com/typeorm/typeorm/commit/1a9b9fbcd683b2a28acbd26e39ac98dc6b60f001">1a9b9fb</a>)</li>
<li>materialized hints support for cte (<a href="https://redirect.github.com/typeorm/typeorm/issues/9605">#9605</a>) (<a href="https://github.com/typeorm/typeorm/commit/67973b4726500fc835639ffc302e0b6b20093df4">67973b4</a>)</li>
<li>multiple select queries during db sync in sqlite (<a href="https://redirect.github.com/typeorm/typeorm/issues/9639">#9639</a>) (<a href="https://github.com/typeorm/typeorm/commit/6c928a4aa002cf5db0733055c0a754e97e4b43b3">6c928a4</a>)</li>
<li>overriding caching settings when alwaysEnabled is true (<a href="https://redirect.github.com/typeorm/typeorm/issues/9731">#9731</a>) (<a href="https://github.com/typeorm/typeorm/commit/4df969ea6254f9f69c371a72d80e857ab7c1f62d">4df969e</a>)</li>
<li>redundant Unique constraint on primary join column in Postgres (<a href="https://redirect.github.com/typeorm/typeorm/issues/9677">#9677</a>) (<a href="https://github.com/typeorm/typeorm/commit/b8704f87d2e06c048dea3f0b408ab18738acf7d7">b8704f8</a>)</li>
<li>remove unnecessary .js extension in imports (<a href="https://redirect.github.com/typeorm/typeorm/issues/9713">#9713</a>) (<a href="https://github.com/typeorm/typeorm/commit/6b37e3818bd74541cadbd44e55c84df510e41e3a">6b37e38</a>)</li>
<li>resolve issue with &quot;simple-enum&quot; synchronization in SQLite (<a href="https://redirect.github.com/typeorm/typeorm/issues/9716">#9716</a>) (<a href="https://github.com/typeorm/typeorm/commit/c77c43e2423201bdc2ede85ae921447570685585">c77c43e</a>), closes <a href="https://redirect.github.com/typeorm/typeorm/issues/9715">#9715</a></li>
</ul>
<!-- 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.12...0.3.14">0.3.14</a> (2023-04-09)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>drop xml &amp; yml connection option support. Addresses security issues in underlying dependency (<a href="https://redirect.github.com/typeorm/typeorm/issues/9930">#9930</a>) (<a href="https://github.com/typeorm/typeorm/commit/7dac12c2b18be34fb63ebfde988eb0825ec21384">7dac12c</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>QueryBuilder performance optimizations (<a href="https://redirect.github.com/typeorm/typeorm/issues/9914">#9914</a>) (<a href="https://github.com/typeorm/typeorm/commit/12e9db07b6b9676e63fff5f55a45b1d269716ed9">12e9db0</a>)</li>
</ul>
<h2><a href="https://github.com/typeorm/typeorm/compare/0.3.12...0.3.13">0.3.13</a> (2023-04-06)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>firstCapital=true not working in camelCase() function (<a href="https://github.com/typeorm/typeorm/commit/f1330ad6e23bea65a16b4f1c4199f10f3fa7282b">f1330ad</a>)</li>
<li>handles &quot;query&quot; relation loading strategy for TreeRepositories (<a href="https://redirect.github.com/typeorm/typeorm/issues/9680">#9680</a>) (<a href="https://github.com/typeorm/typeorm/commit/a11809e1b20cc77fd2767b8bab2500a0c7e20d23">a11809e</a>), closes <a href="https://redirect.github.com/typeorm/typeorm/issues/9673">#9673</a></li>
<li>improve EntityNotFound error message in QueryBuilder.findOneOrFail (<a href="https://redirect.github.com/typeorm/typeorm/issues/9872">#9872</a>) (<a href="https://github.com/typeorm/typeorm/commit/f7f68178640120d8c1e92b8c9be0eeaa8262b4f3">f7f6817</a>)</li>
<li>loading tables with fk in sqlite query runner (<a href="https://redirect.github.com/typeorm/typeorm/issues/9875">#9875</a>) (<a href="https://github.com/typeorm/typeorm/commit/4997da054b5cfafdbdf374b3e554e5c4e0590da7">4997da0</a>), closes <a href="https://redirect.github.com/typeorm/typeorm/issues/9266">#9266</a></li>
<li>prevent foreign key support during migration batch under sqlite (<a href="https://redirect.github.com/typeorm/typeorm/issues/9775">#9775</a>) (<a href="https://github.com/typeorm/typeorm/commit/197cc05e90c0182357d85aa1ce7ae45de99d9d98">197cc05</a>), closes <a href="https://redirect.github.com/typeorm/typeorm/issues/9770">#9770</a></li>
<li>proper default value on generating migration when default value is a function calling [Postgres] (<a href="https://redirect.github.com/typeorm/typeorm/issues/9830">#9830</a>) (<a href="https://github.com/typeorm/typeorm/commit/bebba05388a40a9f278a450d4a988865c158abb7">bebba05</a>)</li>
<li>react-native doesn't properly work in ESM projects because of circular dependency (<a href="https://redirect.github.com/typeorm/typeorm/issues/9765">#9765</a>) (<a href="https://github.com/typeorm/typeorm/commit/099fcd9b104bc930faea08f97ee3d5610118e0c4">099fcd9</a>)</li>
<li>resolve issues for mssql migration when simple-enum was changed (<a href="https://github.com/typeorm/typeorm/commit/cb154d4ca36cda251fcb9eb05a29b7758ae813cf">cb154d4</a>), closes <a href="https://redirect.github.com/typeorm/typeorm/issues/7785">#7785</a> <a href="https://redirect.github.com/typeorm/typeorm/issues/9457">#9457</a> <a href="https://redirect.github.com/typeorm/typeorm/issues/7785">#7785</a> <a href="https://redirect.github.com/typeorm/typeorm/issues/9457">#9457</a></li>
<li>resolves issue with mssql column recreation (<a href="https://redirect.github.com/typeorm/typeorm/issues/9773">#9773</a>) (<a href="https://github.com/typeorm/typeorm/commit/07221a364682b567533c93130efb4f5189e009a9">07221a3</a>), closes <a href="https://redirect.github.com/typeorm/typeorm/issues/9399">#9399</a></li>
<li>transform values for FindOperators <a href="https://redirect.github.com/typeorm/typeorm/issues/9381">#9381</a> (<a href="https://redirect.github.com/typeorm/typeorm/issues/9777">#9777</a>) (<a href="https://github.com/typeorm/typeorm/commit/de1228deace974eca3e9dd3956208ebe4cd9347f">de1228d</a>), closes <a href="https://redirect.github.com/typeorm/typeorm/issues/9816">#9816</a></li>
<li>use forward slashes when normalizing path (<a href="https://redirect.github.com/typeorm/typeorm/issues/9768">#9768</a>) (<a href="https://github.com/typeorm/typeorm/commit/58fc08840a4a64ca1935391f4709a784c3f0b373">58fc088</a>), closes <a href="https://redirect.github.com/typeorm/typeorm/issues/9766">#9766</a></li>
<li>use object create if entity skip constructor is set (<a href="https://redirect.github.com/typeorm/typeorm/issues/9831">#9831</a>) (<a href="https://github.com/typeorm/typeorm/commit/a8689795dad796338e2a291a6a2fda89b00ef243">a868979</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>add support for json datatype for sqlite (<a href="https://redirect.github.com/typeorm/typeorm/issues/9744">#9744</a>) (<a href="https://github.com/typeorm/typeorm/commit/4ac8c00117417ae622368aabe36d0fd5c676bd00">4ac8c00</a>)</li>
<li>add support for STI on EntitySchema (<a href="https://redirect.github.com/typeorm/typeorm/issues/9834">#9834</a>) (<a href="https://github.com/typeorm/typeorm/commit/bc306fb5a2c4dc02d04632af2b2f6c697a684356">bc306fb</a>), closes <a href="https://redirect.github.com/typeorm/typeorm/issues/9833">#9833</a></li>
<li>allow type FindOptionsOrderValue for order by object property (<a href="https://redirect.github.com/typeorm/typeorm/issues/9895">#9895</a>) (<a href="https://redirect.github.com/typeorm/typeorm/issues/9896">#9896</a>) (<a href="https://github.com/typeorm/typeorm/commit/0814970a9cc2c958199c9d74d1ef313de43dab50">0814970</a>)</li>
<li>Broadcast identifier for removed related entities  (<a href="https://redirect.github.com/typeorm/typeorm/issues/9913">#9913</a>) (<a href="https://github.com/typeorm/typeorm/commit/f530811b0da2863711db3467e55bf815c66b4b4b">f530811</a>)</li>
<li>leftJoinAndMapOne and innerJoinAndMapOne map result to entity (<a href="https://redirect.github.com/typeorm/typeorm/issues/9354">#9354</a>) (<a href="https://github.com/typeorm/typeorm/commit/947ffc34324c1d692496804e43dafa6302efc1db">947ffc3</a>)</li>
</ul>
<h2><a href="https://github.com/typeorm/typeorm/compare/0.3.11...0.3.12">0.3.12</a> (2023-02-07)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>allow to pass ObjectLiteral in mongo find where condition (<a href="https://redirect.github.com/typeorm/typeorm/issues/9632">#9632</a>) (<a href="https://github.com/typeorm/typeorm/commit/4eda5df8693d1a659ff5c3461124cf05619fdd72">4eda5df</a>), closes <a href="https://redirect.github.com/typeorm/typeorm/issues/9518">#9518</a></li>
<li>DataSource.setOptions doesn't properly update the database in the drivers (<a href="https://redirect.github.com/typeorm/typeorm/issues/9635">#9635</a>) (<a href="https://github.com/typeorm/typeorm/commit/a95bed7c05d10eb4b508e225faa4cb3c7ea7944f">a95bed7</a>)</li>
<li>Fix grammar error in no migrations found log (<a href="https://redirect.github.com/typeorm/typeorm/issues/9754">#9754</a>) (<a href="https://github.com/typeorm/typeorm/commit/6fb212187fdf97c07c41aad20d4f5503dfd44215">6fb2121</a>)</li>
<li>improved <code>FindOptionsWhere</code> behavior with union types (<a href="https://redirect.github.com/typeorm/typeorm/issues/9607">#9607</a>) (<a href="https://github.com/typeorm/typeorm/commit/7726f5ad1ec0c826510202a0f2cbeea705547eee">7726f5a</a>)</li>
<li>Incorrect enum default value when table name contains dash character (<a href="https://redirect.github.com/typeorm/typeorm/issues/9685">#9685</a>) (<a href="https://github.com/typeorm/typeorm/commit/b3b0c118a40441b31ac18ee7ce0cea0696b701ab">b3b0c11</a>)</li>
<li>incorrect sorting of entities with multi-inheritances (<a href="https://redirect.github.com/typeorm/typeorm/issues/9406">#9406</a>) (<a href="https://github.com/typeorm/typeorm/commit/54ca9dd801a77e011c2faf056b9e12845ccde82b">54ca9dd</a>)</li>
<li>make sure &quot;require&quot; is defined in the environment (<a href="https://github.com/typeorm/typeorm/commit/1a9b9fbcd683b2a28acbd26e39ac98dc6b60f001">1a9b9fb</a>)</li>
<li>materialized hints support for cte (<a href="https://redirect.github.com/typeorm/typeorm/issues/9605">#9605</a>) (<a href="https://github.com/typeorm/typeorm/commit/67973b4726500fc835639ffc302e0b6b20093df4">67973b4</a>)</li>
<li>multiple select queries during db sync in sqlite (<a href="https://redirect.github.com/typeorm/typeorm/issues/9639">#9639</a>) (<a href="https://github.com/typeorm/typeorm/commit/6c928a4aa002cf5db0733055c0a754e97e4b43b3">6c928a4</a>)</li>
<li>overriding caching settings when alwaysEnabled is true (<a href="https://redirect.github.com/typeorm/typeorm/issues/9731">#9731</a>) (<a href="https://github.com/typeorm/typeorm/commit/4df969ea6254f9f69c371a72d80e857ab7c1f62d">4df969e</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/5e3c565dce843b2deeefa3327340a79e0fc54e66"><code>5e3c565</code></a> version bump</li>
<li><a href="https://github.com/typeorm/typeorm/commit/7dac12c2b18be34fb63ebfde988eb0825ec21384"><code>7dac12c</code></a> fix: drop xml &amp; yml connection option support (<a href="https://redirect.github.com/typeorm/typeorm/issues/9930">#9930</a>)</li>
<li><a href="https://github.com/typeorm/typeorm/commit/daf1b47a609cb5090b71e537668ee115a98b1dc9"><code>daf1b47</code></a> fix: wrong dependency version in init command</li>
<li><a href="https://github.com/typeorm/typeorm/commit/0194f179fee8f346bbf82325716df6935aebda5e"><code>0194f17</code></a> version bump</li>
<li><a href="https://github.com/typeorm/typeorm/commit/12e9db07b6b9676e63fff5f55a45b1d269716ed9"><code>12e9db0</code></a> feat: QueryBuilder performance optimizations (<a href="https://redirect.github.com/typeorm/typeorm/issues/9914">#9914</a>)</li>
<li><a href="https://github.com/typeorm/typeorm/commit/f1330ad6e23bea65a16b4f1c4199f10f3fa7282b"><code>f1330ad</code></a> fix: firstCapital=true not working in camelCase() function</li>
<li><a href="https://github.com/typeorm/typeorm/commit/a11809e1b20cc77fd2767b8bab2500a0c7e20d23"><code>a11809e</code></a> fix: handles &quot;query&quot; relation loading strategy for TreeRepositories (<a href="https://redirect.github.com/typeorm/typeorm/issues/9680">#9680</a>)</li>
<li><a href="https://github.com/typeorm/typeorm/commit/947ffc34324c1d692496804e43dafa6302efc1db"><code>947ffc3</code></a> feat: leftJoinAndMapOne and innerJoinAndMapOne map result to entity (<a href="https://redirect.github.com/typeorm/typeorm/issues/9354">#9354</a>)</li>
<li><a href="https://github.com/typeorm/typeorm/commit/de1228deace974eca3e9dd3956208ebe4cd9347f"><code>de1228d</code></a> fix: transform values for FindOperators <a href="https://redirect.github.com/typeorm/typeorm/issues/9381">#9381</a> (<a href="https://redirect.github.com/typeorm/typeorm/issues/9777">#9777</a>)</li>
<li><a href="https://github.com/typeorm/typeorm/commit/197cc05e90c0182357d85aa1ce7ae45de99d9d98"><code>197cc05</code></a> fix: prevent foreign key support during migration batch under sqlite (<a href="https://redirect.github.com/typeorm/typeorm/issues/9775">#9775</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/typeorm/typeorm/compare/0.3.7...0.3.14">compare view</a></li>
</ul>
</details>
<br />


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 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/relaycorp/awala-gateway-desktop/network/alerts).

</details>
  • Loading branch information
dependabot[bot] committed Apr 11, 2023
1 parent 8b37b20 commit b6e69d7
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 138 deletions.

0 comments on commit b6e69d7

Please sign in to comment.