Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
chore(deps-dev): Bump tsdx from 0.12.1 to 0.12.3 (#679)
Browse files Browse the repository at this point in the history
Bumps [tsdx](https://github.com/jaredpalmer/tsdx) from 0.12.1 to 0.12.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/jaredpalmer/tsdx/releases">tsdx's releases</a>.</em></p>
<blockquote>
<h2>v0.12.3</h2>
<h2>Patch</h2>
<ul>
<li><code>tsdx test</code> no longer defaults to watch mode in interactive environments. This reverts previous behavior which caused bugs.</li>
</ul>
<p><strong>Commits</strong></p>
<ul>
<li>Run tests in series with --runInBand (<a href="https://github-redirect.dependabot.com/jaredpalmer/tsdx/issues/429">#429</a>)  367a7a5</li>
<li>Deprecate Node 8 support (<a href="https://github-redirect.dependabot.com/jaredpalmer/tsdx/issues/426">#426</a>)  bd35f65</li>
<li>Revert &quot;default jest watch unless in CI&quot; PR <a href="https://github-redirect.dependabot.com/jaredpalmer/tsdx/issues/366">#366</a> (<a href="https://github-redirect.dependabot.com/jaredpalmer/tsdx/issues/421">#421</a>)  95ac3f4</li>
<li>Drop Node 8 from test matrix  f1cf8b1</li>
</ul>
<p><a href="https://github.com/jaredpalmer/tsdx/compare/v0.12.2...v0.12.3">https://github.com/jaredpalmer/tsdx/compare/v0.12.2...v0.12.3</a></p>
<h2>v0.12.2</h2>
<h2>Patch</h2>
<ul>
<li>Fix issue with TS compilation. Please upgrade from 12.2, as builds are inconsistent.</li>
</ul>
<p><strong>Commits</strong></p>
<ul>
<li>(docs): add contributing guidelines (<a href="https://github-redirect.dependabot.com/jaredpalmer/tsdx/issues/417">#417</a>)  e5747fd</li>
<li>Fix onFailure example (<a href="https://github-redirect.dependabot.com/jaredpalmer/tsdx/issues/416">#416</a>)  9e8ab92</li>
<li>(fix): revert <a href="https://github-redirect.dependabot.com/jaredpalmer/tsdx/issues/130">#130</a>'s breaking change of tsconfig options (<a href="https://github-redirect.dependabot.com/jaredpalmer/tsdx/issues/415">#415</a>)  00f80ac</li>
<li>(refactor): replace ensureDistFolder with fs.outputFile (<a href="https://github-redirect.dependabot.com/jaredpalmer/tsdx/issues/406">#406</a>)  ea124bc</li>
<li>upgraded rollup-plugin-'s to @rollup/plugin-'s. (<a href="https://github-redirect.dependabot.com/jaredpalmer/tsdx/issues/411">#411</a>)  cfc1e76</li>
<li>(docs): add warning to tsdx.config.js usage (<a href="https://github-redirect.dependabot.com/jaredpalmer/tsdx/issues/400">#400</a>)  35fa947</li>
<li>(types/refactor): be more specific than 'any' in build code (<a href="https://github-redirect.dependabot.com/jaredpalmer/tsdx/issues/401">#401</a>)  158ee9a</li>
<li>(refactor): use path constants instead of custom resolveApp (<a href="https://github-redirect.dependabot.com/jaredpalmer/tsdx/issues/402">#402</a>)  a38041f</li>
<li>(docs): run doctoc on pre-commit (<a href="https://github-redirect.dependabot.com/jaredpalmer/tsdx/issues/399">#399</a>)  f338613</li>
</ul>
<p><a href="https://github.com/jaredpalmer/tsdx/compare/v0.12.1...v0.12.2">https://github.com/jaredpalmer/tsdx/compare/v0.12.1...v0.12.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/jaredpalmer/tsdx/commit/ce3ff8e23b77515ca09d32cb01273531acebf9ab"><code>ce3ff8e</code></a> v0.12.3</li>
<li><a href="https://github.com/jaredpalmer/tsdx/commit/367a7a565a70f43ea71be9a3e5c9797b74aa2129"><code>367a7a5</code></a> Run tests in series with --runInBand (<a href="https://github-redirect.dependabot.com/jaredpalmer/tsdx/issues/429">#429</a>)</li>
<li><a href="https://github.com/jaredpalmer/tsdx/commit/bd35f6541774262fe13b9da2be7b03085f0e7439"><code>bd35f65</code></a> Deprecate Node 8 support (<a href="https://github-redirect.dependabot.com/jaredpalmer/tsdx/issues/426">#426</a>)</li>
<li><a href="https://github.com/jaredpalmer/tsdx/commit/95ac3f4793363f05331884dc15c8d131712b4e92"><code>95ac3f4</code></a> Revert &quot;default jest watch unless in CI&quot; PR <a href="https://github-redirect.dependabot.com/jaredpalmer/tsdx/issues/366">#366</a> (<a href="https://github-redirect.dependabot.com/jaredpalmer/tsdx/issues/421">#421</a>)</li>
<li><a href="https://github.com/jaredpalmer/tsdx/commit/f1cf8b1459f0096134f0f88ba28aa26013bd837b"><code>f1cf8b1</code></a> Drop Node 8 from test matrix</li>
<li><a href="https://github.com/jaredpalmer/tsdx/commit/96fb7b6a00f2ad9ec6aa159a98f5c898556774ae"><code>96fb7b6</code></a> v0.12.2</li>
<li><a href="https://github.com/jaredpalmer/tsdx/commit/e5747fd74dae58c1f74e2d923555b37c5a6f7407"><code>e5747fd</code></a> (docs): add contributing guidelines (<a href="https://github-redirect.dependabot.com/jaredpalmer/tsdx/issues/417">#417</a>)</li>
<li><a href="https://github.com/jaredpalmer/tsdx/commit/9e8ab92ede068067a0da321dfaaf54c0b54b76c2"><code>9e8ab92</code></a> Fix onFailure example (<a href="https://github-redirect.dependabot.com/jaredpalmer/tsdx/issues/416">#416</a>)</li>
<li><a href="https://github.com/jaredpalmer/tsdx/commit/00f80ac2fe59c40a3953ed06816a36395771bfd0"><code>00f80ac</code></a> (fix): revert <a href="https://github-redirect.dependabot.com/jaredpalmer/tsdx/issues/130">#130</a>'s breaking change of tsconfig options (<a href="https://github-redirect.dependabot.com/jaredpalmer/tsdx/issues/415">#415</a>)</li>
<li><a href="https://github.com/jaredpalmer/tsdx/commit/ea124bcf30e60cd20f67ab0a5bbac61717a0b321"><code>ea124bc</code></a> (refactor): replace ensureDistFolder with fs.outputFile (<a href="https://github-redirect.dependabot.com/jaredpalmer/tsdx/issues/406">#406</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/jaredpalmer/tsdx/compare/v0.12.1...v0.12.3">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=tsdx&package-manager=npm_and_yarn&previous-version=0.12.1&new-version=0.12.3)](https://dependabot.com/compatibility-score.html?dependency-name=tsdx&package-manager=npm_and_yarn&previous-version=0.12.1&new-version=0.12.3)

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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)



</details>
  • Loading branch information
kodiakhq[bot] authored Jan 13, 2020
2 parents 1c9470e + f34b346 commit bc9a137
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 29 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"style-loader": "^1.1.2",
"ts-jest": "^24.2.0",
"ts-loader": "^6.2.1",
"tsdx": "0.12.1",
"tsdx": "0.12.3",
"typescript": "^3.7.2"
},
"dependencies": {
Expand Down
63 changes: 35 additions & 28 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1362,13 +1362,35 @@
resolved "https://registry.yarnpkg.com/@reach/utils/-/utils-0.7.2.tgz#0bc91cc449a5a9be5735b4626c920ee3e74e0e8b"
integrity sha512-oGmA5eqM1f4NAyFSQvyFCcRRvgFTSiiPhw8Djn5PGfPY+sgmfyrUsJpo9FwJnl7P0nKb4liWq5jbWlZXUtWhLQ==

"@rollup/plugin-commonjs@^11.0.0":
version "11.0.1"
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-11.0.1.tgz#6056a6757286901cc6c1599123e6680a78cad6c2"
integrity sha512-SaVUoaLDg3KnIXC5IBNIspr1APTYDzk05VaYcI6qz+0XX3ZlSCwAkfAhNSOxfd5GAdcm/63Noi4TowOY9MpcDg==
dependencies:
"@rollup/pluginutils" "^3.0.0"
estree-walker "^0.6.1"
is-reference "^1.1.2"
magic-string "^0.25.2"
resolve "^1.11.0"

"@rollup/plugin-json@^4.0.0":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@rollup/plugin-json/-/plugin-json-4.0.1.tgz#223898c6c37993886da06989b0e93ceef52aa3ce"
integrity sha512-soxllkhOGgchswBAAaTe7X9G80U2tjjHvXv0sBrriLJcC/89PkP59iTrKPOfbz3SjX088mKDmMhAscuyLz8ZSg==
dependencies:
rollup-pluginutils "^2.5.0"

"@rollup/plugin-node-resolve@^6.0.0":
version "6.1.0"
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-6.1.0.tgz#0d2909f4bf606ae34d43a9bc8be06a9b0c850cf0"
integrity sha512-Cv7PDIvxdE40SWilY5WgZpqfIUEaDxFxs89zCAHjqyRwlTSuql4M5hjIuc5QYJkOH0/vyiyNXKD72O+LhRipGA==
dependencies:
"@rollup/pluginutils" "^3.0.0"
"@types/resolve" "0.0.8"
builtin-modules "^3.1.0"
is-module "^1.0.0"
resolve "^1.11.1"

"@rollup/plugin-replace@^2.2.1":
version "2.3.0"
resolved "https://registry.yarnpkg.com/@rollup/plugin-replace/-/plugin-replace-2.3.0.tgz#86d88746383e40dd81cffb5216449cc51a734eb9"
Expand All @@ -1377,6 +1399,13 @@
magic-string "^0.25.2"
rollup-pluginutils "^2.6.0"

"@rollup/pluginutils@^3.0.0":
version "3.0.4"
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.0.4.tgz#3a104a41a90f8d1dcf308e18f8fa402d1cc6576e"
integrity sha512-buc0oeq2zqQu2mpMyvZgAaQvitikYjT/4JYhA4EXwxX8/g0ZGHoGiX+0AwmfhrNqH4oJv67gn80sTZFQ/jL1bw==
dependencies:
estree-walker "^0.6.1"

"@samverschueren/stream-to-observable@^0.3.0":
version "0.3.0"
resolved "https://registry.yarnpkg.com/@samverschueren/stream-to-observable/-/stream-to-observable-0.3.0.tgz#ecdf48d532c58ea477acfcab80348424f8d0662f"
Expand Down Expand Up @@ -11667,28 +11696,6 @@ rollup-plugin-babel@^4.3.2:
"@babel/helper-module-imports" "^7.0.0"
rollup-pluginutils "^2.8.1"

rollup-plugin-commonjs@^10.0.0:
version "10.1.0"
resolved "https://registry.yarnpkg.com/rollup-plugin-commonjs/-/rollup-plugin-commonjs-10.1.0.tgz#417af3b54503878e084d127adf4d1caf8beb86fb"
integrity sha512-jlXbjZSQg8EIeAAvepNwhJj++qJWNJw1Cl0YnOqKtP5Djx+fFGkp3WRh+W0ASCaFG5w1jhmzDxgu3SJuVxPF4Q==
dependencies:
estree-walker "^0.6.1"
is-reference "^1.1.2"
magic-string "^0.25.2"
resolve "^1.11.0"
rollup-pluginutils "^2.8.1"

rollup-plugin-node-resolve@^5.0.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/rollup-plugin-node-resolve/-/rollup-plugin-node-resolve-5.2.0.tgz#730f93d10ed202473b1fb54a5997a7db8c6d8523"
integrity sha512-jUlyaDXts7TW2CqQ4GaO5VJ4PwwaV8VUGA7+km3n6k6xtOEacf61u0VXwN80phY/evMcaS+9eIeJ9MOyDxt5Zw==
dependencies:
"@types/resolve" "0.0.8"
builtin-modules "^3.1.0"
is-module "^1.0.0"
resolve "^1.11.1"
rollup-pluginutils "^2.8.1"

rollup-plugin-sourcemaps@^0.4.2:
version "0.4.2"
resolved "https://registry.yarnpkg.com/rollup-plugin-sourcemaps/-/rollup-plugin-sourcemaps-0.4.2.tgz#62125aa94087aadf7b83ef4dfaf629b473135e87"
Expand Down Expand Up @@ -13058,10 +13065,10 @@ ts-pnp@^1.1.2:
resolved "https://registry.yarnpkg.com/ts-pnp/-/ts-pnp-1.1.5.tgz#840e0739c89fce5f3abd9037bb091dbff16d9dec"
integrity sha512-ti7OGMOUOzo66wLF3liskw6YQIaSsBgc4GOAlWRnIEj8htCxJUxskanMUoJOD6MDCRAXo36goXJZch+nOS0VMA==

tsdx@0.12.1:
version "0.12.1"
resolved "https://registry.yarnpkg.com/tsdx/-/tsdx-0.12.1.tgz#b9a9ac9a627d927196d273e94b6a5aeadfdc8731"
integrity sha512-DwfTE3HJ8mGmDGGuRnu/EwB3LBFy+fqchi1cc57eiylkYIaFtmslAqlixrkd0XZfOvaLQ1ZILGeXFJJeCFIDWw==
tsdx@0.12.3:
version "0.12.3"
resolved "https://registry.yarnpkg.com/tsdx/-/tsdx-0.12.3.tgz#688ef9c4ed8f1c5de5da94daf2e3cc02f8134c2c"
integrity sha512-BQ0oj9S5Yti6Esol+29ztiJs0kSUA57LngT0G4VF2lqTDRZcMlByCMyWa7yOih08t1wNUj8ah0ml7WJkf8PIbA==
dependencies:
"@babel/core" "^7.4.4"
"@babel/helper-module-imports" "^7.0.0"
Expand All @@ -13073,7 +13080,9 @@ tsdx@0.12.1:
"@babel/plugin-transform-runtime" "^7.6.0"
"@babel/polyfill" "^7.4.4"
"@babel/preset-env" "^7.4.4"
"@rollup/plugin-commonjs" "^11.0.0"
"@rollup/plugin-json" "^4.0.0"
"@rollup/plugin-node-resolve" "^6.0.0"
"@rollup/plugin-replace" "^2.2.1"
"@types/rimraf" "^2.0.2"
"@types/shelljs" "^0.8.5"
Expand Down Expand Up @@ -13118,8 +13127,6 @@ tsdx@0.12.1:
rimraf "^3.0.0"
rollup "^1.27.8"
rollup-plugin-babel "^4.3.2"
rollup-plugin-commonjs "^10.0.0"
rollup-plugin-node-resolve "^5.0.0"
rollup-plugin-sourcemaps "^0.4.2"
rollup-plugin-terser "^5.1.2"
rollup-plugin-typescript2 "^0.25.3"
Expand Down

1 comment on commit bc9a137

@vercel
Copy link

@vercel vercel bot commented on bc9a137 Jan 13, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.