Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit cc97cab

Browse files
Merge #229
229: Bump ts-node from 8.5.2 to 8.5.3 in /new_project/examples/separate_apps r=mergify[bot] a=dependabot-preview[bot] Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 8.5.2 to 8.5.3. <details> <summary>Release notes</summary> *Sourced from [ts-node's releases](https://github.com/TypeStrong/ts-node/releases).* > ## Fix transpile diagnostics > **Fixed** > > - Pass correct diagnostics list in transpile mode ([#917](https://github-redirect.dependabot.com/TypeStrong/ts-node/issues/917)) 907e3e1 > - Make `--ignore` relative ea6e1da </details> <details> <summary>Commits</summary> - [`30adec7`](TypeStrong/ts-node@30adec7) 8.5.3 - [`907e3e1`](TypeStrong/ts-node@907e3e1) Pass correct diagnostics list in transpile mode ([#917](https://github-redirect.dependabot.com/TypeStrong/ts-node/issues/917)) - [`ea6e1da`](TypeStrong/ts-node@ea6e1da) Make `--ignore` relative - See full diff in [compare view](TypeStrong/ts-node@v8.5.2...v8.5.3) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=ts-node&package-manager=npm_and_yarn&previous-version=8.5.2&new-version=8.5.3)](https://dependabot.com/compatibility-score.html?dependency-name=ts-node&package-manager=npm_and_yarn&previous-version=8.5.2&new-version=8.5.3) 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) - `@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 the `.dependabot/config.yml` file in this repo: - Update frequency - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2 parents 5af5272 + b705d71 commit cc97cab

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

new_project/examples/separate_apps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"devDependencies": {
1616
"@types/readline-sync": "^1.4.3",
1717
"prettier": "^1.19.1",
18-
"ts-node": "^8.5.2",
18+
"ts-node": "^8.5.3",
1919
"tslint": "^5.20.1",
2020
"tslint-config-prettier": "^1.18.0",
2121
"typescript": "^3.7.2"

new_project/examples/separate_apps/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1430,10 +1430,10 @@ tough-cookie@~2.4.3:
14301430
psl "^1.1.24"
14311431
punycode "^1.4.1"
14321432

1433-
ts-node@^8.5.2:
1434-
version "8.5.2"
1435-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.5.2.tgz#434f6c893bafe501a30b32ac94ee36809ba2adce"
1436-
integrity sha512-W1DK/a6BGoV/D4x/SXXm6TSQx6q3blECUzd5TN+j56YEMX3yPVMpHsICLedUw3DvGF3aTQ8hfdR9AKMaHjIi+A==
1433+
ts-node@^8.5.3:
1434+
version "8.5.3"
1435+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.5.3.tgz#f0bcacbfda8a70188f3a5c561b2dab546cb0abbb"
1436+
integrity sha512-B4dYs62o9ioIilzh7Npby5grYvw3lLwttTSIzf7QObf1FWUCzt+ELtyZJd+xYgxJ/n3A5nQJ2oG6VaZgwMMcjA==
14371437
dependencies:
14381438
arg "^4.1.0"
14391439
diff "^4.0.1"

0 commit comments

Comments
 (0)