Skip to content

Commit 5e19c3d

Browse files
Merge #1316 #1332
1316: build(deps-dev): bump @rollup/plugin-commonjs from 22.0.1 to 22.0.2 r=bidoubiwa a=dependabot[bot] Bumps [`@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs)` from 22.0.1 to 22.0.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md"><code>`@​rollup/plugin-commonjs</code>'s` changelog</a>.</em></p> <blockquote> <h2>v22.0.2</h2> <p><em>2022-08-05</em></p> <h3>Bugfixes</h3> <ul> <li>fix: Exclude multi-line template strings from indent (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/commonjs/issues/1229">#1229</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/plugins/commit/031e9c39fad7a42e93e64b0b97e5b4643a2e6188"><code>031e9c3</code></a> chore(release): commonjs v22.0.2</li> <li><a href="https://github.com/rollup/plugins/commit/54c1a7cd6754e2f7b03615529869fd6711fc17fe"><code>54c1a7c</code></a> fix(commonjs): Exclude multi-line template strings from indent (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/commonjs/issues/1229">#1229</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/985cf4c422896ac2b21279f0f99db9d281ef73c2"><code>985cf4c</code></a> chore(release): commonjs v22.0.1</li> <li>See full diff in <a href="https://github.com/rollup/plugins/commits/commonjs-v22.0.2/packages/commonjs">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=`@rollup/plugin-commonjs&package-manager=npm_and_yarn&previous-version=22.0.1&new-version=22.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)` You can trigger a rebase of this PR 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) </details> 1332: build(deps-dev): bump rollup-plugin-typescript2 from 0.31.2 to 0.34.0 r=bidoubiwa a=dependabot[bot] Bumps [rollup-plugin-typescript2](https://github.com/ezolenko/rollup-plugin-typescript2) from 0.31.2 to 0.34.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ezolenko/rollup-plugin-typescript2/releases">rollup-plugin-typescript2's releases</a>.</em></p> <blockquote> <h2>0.34.0</h2> <h2>Bugfixes</h2> <ul> <li>fix: handle all type-only imports by piping TS imports by <a href="https://github.com/agilgur5"><code>`@​agilgur5</code></a>` in <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/pull/406">#406</a> <ul> <li>If you have ever had issues with some files not being type-checked or not generating declarations, this should conclusively fix all such issues. This type of issue <em>used to</em> occur if you had a type-only / interface-only / emit-less file, i.e. a file with only TS <code>type</code>s and <code>interface</code>s that would produce no JS. <ul> <li>For instance: <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/211">#211</a>, <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/298">#298</a>, <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/409">#409</a>, <a href="https://github.com/ezolenko/rollup-plugin-typescript2/issues?q=label%3A%22topic%3A+type-only+%2F+emit-less+imports%22+">etc</a></li> </ul> </li> <li><em>NOTE</em>: This requires Rollup version <code>2.60.0</code>+ as it requires the use of <a href="https://github.com/rollup/rollup/blob/master/CHANGELOG.md#2600"><code>this.load</code></a></li> </ul> </li> </ul> <!-- raw HTML omitted --> <ul> <li>fix(dx): remove extra quote in <code>emitDeclarationOnly</code> log statement by <a href="https://github.com/agilgur5"><code>`@​agilgur5</code></a>` in <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/pull/412">#412</a></li> </ul> <!-- raw HTML omitted --> <h2>Docs</h2> <ul> <li>docs: add a simple <code>CHANGELOG.md</code> that references GH releases by <a href="https://github.com/agilgur5"><code>`@​agilgur5</code></a>` in <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/pull/419">#419</a> <ul> <li>i.e. it references <em>this</em> page</li> </ul> </li> </ul> <h2>Internal (testing, refactors)</h2> <ul> <li>test: ensure <code>declarationMap</code> sources are correct by <a href="https://github.com/agilgur5"><code>`@​agilgur5</code></a>` in <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/pull/403">#403</a></li> <li>test: add <code>print-diagnostics</code> spec by <a href="https://github.com/agilgur5"><code>`@​agilgur5</code></a>` in <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/pull/405">#405</a></li> </ul> <!-- raw HTML omitted --> <ul> <li>refactor(test): heavily simplify the <code>context</code> helper by <a href="https://github.com/agilgur5"><code>`@​agilgur5</code></a>` in <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/pull/404">#404</a></li> <li>refactor: combine <code>check-tsconfig</code> with <code>parse-tsconfig</code> by <a href="https://github.com/agilgur5"><code>`@​agilgur5</code></a>` in <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/pull/413">#413</a></li> <li>clean: remove <code>ConsoleContext</code> entirely by using <code>buildStart</code> by <a href="https://github.com/agilgur5"><code>`@​agilgur5</code></a>` in <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/pull/414">#414</a></li> <li>refactor(cache): simplify creating / using the <code>cache</code> var by <a href="https://github.com/agilgur5"><code>`@​agilgur5</code></a>` in <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/pull/415">#415</a></li> <li>refactor: consolidate <code>diagnostics</code> funcs into single file by <a href="https://github.com/agilgur5"><code>`@​agilgur5</code></a>` in <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/pull/416">#415</a></li> </ul> <!-- raw HTML omitted --> <p><strong>Full Changelog</strong>: <a href="https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.33.0.1...0.34.0">https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.33.0.1...0.34.0</a></p> <h2>0.33.0</h2> <p><em><strong>NOTE</strong>: this is a re-tag of <code>0.33.0</code> which was tied to wrong commit originally (it was not compiled / built previously). This re-tag is equivalent to <code>0.33.0</code> on NPM.</em></p> <h3>Features</h3> <ul> <li>feat: support <code>emitDeclarationOnly</code> by <a href="https://github.com/agilgur5"><code>`@​agilgur5</code></a>` in <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/pull/366">ezolenko/rollup-plugin-typescript2#366</a></li> <li>feat: capture watch mode when called via the Rollup API by <a href="https://github.com/agilgur5"><code>`@​agilgur5</code></a>` in <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/pull/384">ezolenko/rollup-plugin-typescript2#384</a></li> </ul> <h3>Bugfixes</h3> <ul> <li>fix: type-check <code>include</code>d files missed by <code>transform</code> (type-only files) by <a href="https://github.com/agilgur5"><code>`@​agilgur5</code></a>` in <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/pull/345">ezolenko/rollup-plugin-typescript2#345</a> <ul> <li>Type-only files should now be type-checked if they are in the <code>tsconfig</code> <code>include</code>, fixing <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/298">ezolenko/rollup-plugin-typescript2#298</a></li> </ul> </li> <li>fix: <code>filter</code> &quot;missed&quot; declarations as well by <a href="https://github.com/agilgur5"><code>`@​agilgur5</code></a>` in <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/pull/347">ezolenko/rollup-plugin-typescript2#347</a> <ul> <li>This fixes a regression that caused significant confusion when there was overlap between the plugin's <code>include</code> / <code>exclude</code> and the <code>tsconfig</code>'s <code>include</code> / <code>exclude</code>, such as in <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/225">#225</a> and <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/280">#280</a></li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/0b99f8ec62119d07df121beb441074b282d546db"><code>0b99f8e</code></a> - build for 34.0</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/ba262937f83f22815b0c2739b8d5b6248e256927"><code>ba26293</code></a> refactor: consolidate <code>diagnostics</code> funcs into single file (<a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/416">#416</a>)</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/e98e0ede7ea9d413ae1b8a22ce0f3cceac98cc72"><code>e98e0ed</code></a> docs: add a simple CHANGELOG.md that references GH releases (<a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/419">#419</a>)</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/560ed8dac7769fc5ef9a08b1e910fc8fc3b420c9"><code>560ed8d</code></a> fix: handle all type-only imports by piping TS imports (<a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/406">#406</a>)</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/c6be0eb3a870666418a88837592d3b4c3ce6ef20"><code>c6be0eb</code></a> refactor(cache): simplify creating / using the <code>cache</code> var (<a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/415">#415</a>)</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/1e71d5064dcab6c5ebbd251e33bc851800ec0c5c"><code>1e71d50</code></a> clean: remove <code>ConsoleContext</code> entirely by using <code>buildStart</code> (<a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/414">#414</a>)</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/79053fe82fa126d43e0354380e0d096707c916b9"><code>79053fe</code></a> refactor: combine <code>check-tsconfig</code> with <code>parse-tsconfig</code> (<a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/413">#413</a>)</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/27356be3a04ccd343e8dcadcef3674e9d5bb2506"><code>27356be</code></a> test: add <code>print-diagnostics</code> spec (<a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/405">#405</a>)</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/0c8e88d42cd3ac7ef9e24b1066c829ce41273a6e"><code>0c8e88d</code></a> refactor(test): heavily simplify the <code>context</code> helper (<a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/404">#404</a>)</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/88863838a02fcd4c006f7f2b36e8afd18fca2fdc"><code>8886383</code></a> fix(dx): remove extra quote in emitDeclarationOnly log statement (<a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/412">#412</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.31.2...0.34.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rollup-plugin-typescript2&package-manager=npm_and_yarn&previous-version=0.31.2&new-version=0.34.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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) </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 parents 3c8f8d4 + 0219606 + cd5257c commit 5e19c3d

File tree

2 files changed

+16
-118
lines changed

2 files changed

+16
-118
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"devDependencies": {
7575
"@babel/preset-env": "^7.18.9",
7676
"@rollup/plugin-babel": "^5.3.1",
77-
"@rollup/plugin-commonjs": "22.0.1",
77+
"@rollup/plugin-commonjs": "22.0.2",
7878
"@rollup/plugin-json": "^4.0.2",
7979
"@rollup/plugin-node-resolve": "13.3.0",
8080
"@types/jest": "^27.5.0",
@@ -104,7 +104,7 @@
104104
"pretty-bytes": "^5.6.0",
105105
"rollup": "^2.77.2",
106106
"rollup-plugin-terser": "^7.0.0",
107-
"rollup-plugin-typescript2": "^0.31.2",
107+
"rollup-plugin-typescript2": "^0.34.0",
108108
"shx": "^0.3.2",
109109
"ts-jest": "^26.5.6",
110110
"typescript": "4.6.4"

yarn.lock

Lines changed: 14 additions & 116 deletions
Original file line numberDiff line numberDiff line change
@@ -1528,10 +1528,10 @@
15281528
"@babel/helper-module-imports" "^7.10.4"
15291529
"@rollup/pluginutils" "^3.1.0"
15301530

1531-
"@rollup/[email protected].1":
1532-
version "22.0.1"
1533-
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-22.0.1.tgz#f7cb777d20de3eeeaf994f39080115c336bef810"
1534-
integrity sha512-dGfEZvdjDHObBiP5IvwTKMVeq/tBZGMBHZFMdIV1ClMM/YoWS34xrHFGfag9SN2ZtMgNZRFruqvxZQEa70O6nQ==
1531+
"@rollup/[email protected].2":
1532+
version "22.0.2"
1533+
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-22.0.2.tgz#ee8ca8415cda30d383b4096aad5222435b4b69b6"
1534+
integrity sha512-//NdP6iIwPbMTcazYsiBMbJW7gfmpHom33u1beiIoHDEM0Q9clvtQB1T0efvMqHeKsGohiHo97BCPCkBXdscwg==
15351535
dependencies:
15361536
"@rollup/pluginutils" "^3.1.0"
15371537
commondir "^1.0.1"
@@ -1608,14 +1608,6 @@
16081608
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"
16091609
integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==
16101610

1611-
"@ts-type/package-dts@^1.0.58":
1612-
version "1.0.58"
1613-
resolved "https://registry.yarnpkg.com/@ts-type/package-dts/-/package-dts-1.0.58.tgz#75f6fdf5f1e8f262a5081b90346439b4c4bc8d01"
1614-
integrity sha512-Ry5RPZDAnSz/gyLtjd2a2yNC07CZ/PCOsuDzYj3phOolIgEH68HXRw6SbsDlavnVUEenDYj5GUM10gQ5iVEbVQ==
1615-
dependencies:
1616-
"@types/semver" "^7.3.9"
1617-
ts-type "^2.1.4"
1618-
16191611
"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.7":
16201612
version "7.1.19"
16211613
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.19.tgz#7b497495b7d1b4812bdb9d02804d0576f43ee460"
@@ -1757,11 +1749,6 @@
17571749
dependencies:
17581750
"@types/node" "*"
17591751

1760-
"@types/semver@^7.3.9":
1761-
version "7.3.9"
1762-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.9.tgz#152c6c20a7688c30b967ec1841d31ace569863fc"
1763-
integrity sha512-L/TMpyURfBkf+o/526Zb6kd/tchUP3iBDEPjqjb+U2MAJhVRxxrmr2fwpe08E7QsV7YLcpq0tUaQ9O9x97ZIxQ==
1764-
17651752
"@types/stack-utils@^2.0.0":
17661753
version "2.0.0"
17671754
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.0.tgz#7036640b4e21cc2f259ae826ce843d277dad8cff"
@@ -1869,16 +1856,6 @@
18691856
"@typescript-eslint/types" "4.0.1"
18701857
eslint-visitor-keys "^2.0.0"
18711858

1872-
"@yarn-tool/resolve-package@^1.0.40":
1873-
version "1.0.42"
1874-
resolved "https://registry.yarnpkg.com/@yarn-tool/resolve-package/-/resolve-package-1.0.42.tgz#4a72c1a77b7035dc86250744d2cdbc16292bc4f8"
1875-
integrity sha512-1BAsoiD6jGAaPc7mRH0UxIVXgRSTv7fnhwfKkaFUYpqsU4ZR7KIigZTMcb2bujtlzKQbNneMPQGjiqe3F8cmlw==
1876-
dependencies:
1877-
"@ts-type/package-dts" "^1.0.58"
1878-
pkg-dir "< 6 >= 5"
1879-
tslib "^2.3.1"
1880-
upath2 "^3.1.12"
1881-
18821859
abab@^2.0.3, abab@^2.0.5:
18831860
version "2.0.6"
18841861
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.6.tgz#41b80f2c871d19686216b82309231cfd3cb3d291"
@@ -3354,14 +3331,6 @@ find-up@^4.0.0, find-up@^4.1.0:
33543331
locate-path "^5.0.0"
33553332
path-exists "^4.0.0"
33563333

3357-
find-up@^5.0.0:
3358-
version "5.0.0"
3359-
resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc"
3360-
integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==
3361-
dependencies:
3362-
locate-path "^6.0.0"
3363-
path-exists "^4.0.0"
3364-
33653334
flat-cache@^3.0.4:
33663335
version "3.0.4"
33673336
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11"
@@ -4749,13 +4718,6 @@ locate-path@^5.0.0:
47494718
dependencies:
47504719
p-locate "^4.1.0"
47514720

4752-
locate-path@^6.0.0:
4753-
version "6.0.0"
4754-
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-6.0.0.tgz#55321eb309febbc59c4801d931a72452a681d286"
4755-
integrity sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==
4756-
dependencies:
4757-
p-locate "^5.0.0"
4758-
47594721
lodash.debounce@^4.0.8:
47604722
version "4.0.8"
47614723
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
@@ -5204,13 +5166,6 @@ p-limit@^2.2.0:
52045166
dependencies:
52055167
p-try "^2.0.0"
52065168

5207-
p-limit@^3.0.2:
5208-
version "3.1.0"
5209-
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b"
5210-
integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==
5211-
dependencies:
5212-
yocto-queue "^0.1.0"
5213-
52145169
p-locate@^2.0.0:
52155170
version "2.0.0"
52165171
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43"
@@ -5225,13 +5180,6 @@ p-locate@^4.1.0:
52255180
dependencies:
52265181
p-limit "^2.2.0"
52275182

5228-
p-locate@^5.0.0:
5229-
version "5.0.0"
5230-
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-5.0.0.tgz#83c8315c6785005e3bd021839411c9e110e6d834"
5231-
integrity sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==
5232-
dependencies:
5233-
p-limit "^3.0.2"
5234-
52355183
p-map@^4.0.0:
52365184
version "4.0.0"
52375185
resolved "https://registry.yarnpkg.com/p-map/-/p-map-4.0.0.tgz#bb2f95a5eda2ec168ec9274e06a747c3e2904d2b"
@@ -5308,13 +5256,6 @@ path-is-absolute@^1.0.0:
53085256
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
53095257
integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18=
53105258

5311-
path-is-network-drive@^1.0.13:
5312-
version "1.0.13"
5313-
resolved "https://registry.yarnpkg.com/path-is-network-drive/-/path-is-network-drive-1.0.13.tgz#c9aa0183eb72c328aa83f43def93ddcb9d7ec4d4"
5314-
integrity sha512-Hg74mRN6mmXV+gTm3INjFK40ncAmC/Lo4qoQaSZ+GT3hZzlKdWQSqAjqyPeW0SvObP2W073WyYEBWY9d3wOm3A==
5315-
dependencies:
5316-
tslib "^2.3.1"
5317-
53185259
path-key@^2.0.0, path-key@^2.0.1:
53195260
version "2.0.1"
53205261
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
@@ -5330,13 +5271,6 @@ path-parse@^1.0.7:
53305271
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
53315272
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
53325273

5333-
path-strip-sep@^1.0.10:
5334-
version "1.0.10"
5335-
resolved "https://registry.yarnpkg.com/path-strip-sep/-/path-strip-sep-1.0.10.tgz#2be4e789406b298af8709ff79af716134b733b98"
5336-
integrity sha512-JpCy+8LAJQQTO1bQsb/84s1g+/Stm3h39aOpPRBQ/paMUGVPPZChLTOTKHoaCkc/6sKuF7yVsnq5Pe1S6xQGcA==
5337-
dependencies:
5338-
tslib "^2.3.1"
5339-
53405274
path-type@^2.0.0:
53415275
version "2.0.0"
53425276
resolved "https://registry.yarnpkg.com/path-type/-/path-type-2.0.0.tgz#f012ccb8415b7096fc2daa1054c3d72389594c73"
@@ -5374,13 +5308,6 @@ pirates@^4.0.1:
53745308
resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.5.tgz#feec352ea5c3268fb23a37c702ab1699f35a5f3b"
53755309
integrity sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==
53765310

5377-
"pkg-dir@< 6 >= 5":
5378-
version "5.0.0"
5379-
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-5.0.0.tgz#a02d6aebe6ba133a928f74aec20bafdfe6b8e760"
5380-
integrity sha512-NPE8TDbzl/3YQYY7CSS228s3g2ollTFnc+Qi3tqmqJp9Vg2ovUpixcJEo2HJScN2Ez+kEaal6y70c0ehqJBJeA==
5381-
dependencies:
5382-
find-up "^5.0.0"
5383-
53845311
pkg-dir@^2.0.0:
53855312
version "2.0.0"
53865313
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b"
@@ -5705,7 +5632,7 @@ resolve-url@^0.2.1:
57055632
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
57065633
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
57075634

5708-
resolve@^1.1.6, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.13.1, resolve@^1.14.2, resolve@^1.17.0, resolve@^1.18.1, resolve@^1.19.0, resolve@^1.20.0:
5635+
resolve@^1.1.6, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.13.1, resolve@^1.14.2, resolve@^1.17.0, resolve@^1.18.1, resolve@^1.19.0:
57095636
version "1.22.0"
57105637
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.0.tgz#5e0b8c67c15df57a89bdbabe603a002f21731198"
57115638
integrity sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==
@@ -5756,17 +5683,15 @@ rollup-plugin-terser@^7.0.0:
57565683
serialize-javascript "^4.0.0"
57575684
terser "^5.0.0"
57585685

5759-
rollup-plugin-typescript2@^0.31.2:
5760-
version "0.31.2"
5761-
resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.31.2.tgz#463aa713a7e2bf85b92860094b9f7fb274c5a4d8"
5762-
integrity sha512-hRwEYR1C8xDGVVMFJQdEVnNAeWRvpaY97g5mp3IeLnzhNXzSVq78Ye/BJ9PAaUfN4DXa/uDnqerifMOaMFY54Q==
5686+
rollup-plugin-typescript2@^0.34.0:
5687+
version "0.34.0"
5688+
resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.34.0.tgz#06ed351dc84bf7101bca2b3098c7d6a737aeae33"
5689+
integrity sha512-dGtOz2kL6nQVgfIOmnA4Xh+5cFrs3bdu4jja/ej7WKR92RzOOixsn71LY5ZFFmKe1R677nUh+k2++NiY3un2PQ==
57635690
dependencies:
57645691
"@rollup/pluginutils" "^4.1.2"
5765-
"@yarn-tool/resolve-package" "^1.0.40"
57665692
find-cache-dir "^3.3.2"
57675693
fs-extra "^10.0.0"
5768-
resolve "^1.20.0"
5769-
tslib "^2.3.1"
5694+
tslib "^2.4.0"
57705695

57715696
rollup@^2.77.2:
57725697
version "2.77.2"
@@ -6396,14 +6321,6 @@ ts-jest@^26.5.6:
63966321
semver "7.x"
63976322
yargs-parser "20.x"
63986323

6399-
ts-type@^2.1.4:
6400-
version "2.1.4"
6401-
resolved "https://registry.yarnpkg.com/ts-type/-/ts-type-2.1.4.tgz#d268d52ac054ef3076bf1c3b2fde0d4d5496e6a3"
6402-
integrity sha512-wnajiiIMhn/RHJ1oPld95siKmMJrOgaT6+rMmC8vO1LORgDFEzKP2nBmEFM5b4XVe7Q0J5KcU9oRJFzju7UzrA==
6403-
dependencies:
6404-
tslib "^2.3.1"
6405-
typedarray-dts "^1.0.0"
6406-
64076324
tsconfig-paths@^3.9.0:
64086325
version "3.9.0"
64096326
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz#098547a6c4448807e8fcb8eae081064ee9a3c90b"
@@ -6419,10 +6336,10 @@ tslib@^1.8.1, tslib@^1.9.0:
64196336
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
64206337
integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==
64216338

6422-
tslib@^2.3.1:
6423-
version "2.3.1"
6424-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
6425-
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
6339+
tslib@^2.4.0:
6340+
version "2.4.0"
6341+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
6342+
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
64266343

64276344
tsutils@^3.17.1:
64286345
version "3.17.1"
@@ -6470,11 +6387,6 @@ type-fest@^0.8.1:
64706387
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
64716388
integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
64726389

6473-
typedarray-dts@^1.0.0:
6474-
version "1.0.0"
6475-
resolved "https://registry.yarnpkg.com/typedarray-dts/-/typedarray-dts-1.0.0.tgz#9dec9811386dbfba964c295c2606cf9a6b982d06"
6476-
integrity sha512-Ka0DBegjuV9IPYFT1h0Qqk5U4pccebNIJCGl8C5uU7xtOs+jpJvKGAY4fHGK25hTmXZOEUl9Cnsg5cS6K/b5DA==
6477-
64786390
typedarray-to-buffer@^3.1.5:
64796391
version "3.1.5"
64806392
resolved "https://registry.yarnpkg.com/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz#a97ee7a9ff42691b9f783ff1bc5112fe3fca9080"
@@ -6550,15 +6462,6 @@ unset-value@^1.0.0:
65506462
has-value "^0.3.1"
65516463
isobject "^3.0.0"
65526464

6553-
upath2@^3.1.12:
6554-
version "3.1.12"
6555-
resolved "https://registry.yarnpkg.com/upath2/-/upath2-3.1.12.tgz#441b3dfbadde21731017bd1b7beb169498efd0a9"
6556-
integrity sha512-yC3eZeCyCXFWjy7Nu4pgjLhXNYjuzuUmJiRgSSw6TJp8Emc+E4951HGPJf+bldFC5SL7oBLeNbtm1fGzXn2gxw==
6557-
dependencies:
6558-
path-is-network-drive "^1.0.13"
6559-
path-strip-sep "^1.0.10"
6560-
tslib "^2.3.1"
6561-
65626465
update-notifier@^5.1.0:
65636466
version "5.1.0"
65646467
resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-5.1.0.tgz#4ab0d7c7f36a231dd7316cf7729313f0214d9ad9"
@@ -6830,8 +6733,3 @@ yargs@^15.4.1:
68306733
which-module "^2.0.0"
68316734
y18n "^4.0.0"
68326735
yargs-parser "^18.1.2"
6833-
6834-
yocto-queue@^0.1.0:
6835-
version "0.1.0"
6836-
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
6837-
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==

0 commit comments

Comments
 (0)