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

Commit 66f5ea4

Browse files
Merge #239
239: Bump ts-node from 8.5.3 to 8.5.4 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.3 to 8.5.4. <details> <summary>Release notes</summary> *Sourced from [ts-node's releases](https://github.com/TypeStrong/ts-node/releases).* > ## Fix relative `node_modules` ignore > - Fix relative `node_modules` ignore 266eaa5 </details> <details> <summary>Commits</summary> - [`323c397`](TypeStrong/ts-node@323c397) 8.5.4 - [`266eaa5`](TypeStrong/ts-node@266eaa5) Fix relative `node_modules` ignore - See full diff in [compare view](TypeStrong/ts-node@v8.5.3...v8.5.4) </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.3&new-version=8.5.4)](https://dependabot.com/compatibility-score.html?dependency-name=ts-node&package-manager=npm_and_yarn&previous-version=8.5.3&new-version=8.5.4) 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 0f9c82c + 3bf9267 commit 66f5ea4

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.3",
18+
"ts-node": "^8.5.4",
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.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==
1433+
ts-node@^8.5.4:
1434+
version "8.5.4"
1435+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.5.4.tgz#a152add11fa19c221d0b48962c210cf467262ab2"
1436+
integrity sha512-izbVCRV68EasEPQ8MSIGBNK9dc/4sYJJKYA+IarMQct1RtEot6Xp0bXuClsbUSnKpg50ho+aOAx8en5c+y4OFw==
14371437
dependencies:
14381438
arg "^4.1.0"
14391439
diff "^4.0.1"

0 commit comments

Comments
 (0)