Skip to content

Commit f3c29cd

Browse files
committed
chore(deps): update dependency @voiceflow/tsconfig to v1.4.3 (vf-000) (#95)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@voiceflow/tsconfig](https://togithub.com/voiceflow/tsconfig) | [`1.3.0` -> `1.4.3`](https://renovatebot.com/diffs/npm/@voiceflow%2ftsconfig/1.3.0/1.4.3) | [![age](https://badges.renovateapi.com/packages/npm/@voiceflow%2ftsconfig/1.4.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@voiceflow%2ftsconfig/1.4.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@voiceflow%2ftsconfig/1.4.3/compatibility-slim/1.3.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@voiceflow%2ftsconfig/1.4.3/confidence-slim/1.3.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>voiceflow/tsconfig</summary> ### [`v1.4.3`](https://togithub.com/voiceflow/tsconfig/releases/tag/v1.4.3) [Compare Source](https://togithub.com/voiceflow/tsconfig/compare/v1.4.2...v1.4.3) ##### Bug Fixes - simplify monorepo configs ([14f05fc](https://togithub.com/voiceflow/tsconfig/commit/14f05fceb990622d7c0cdbc3f07c55e66646308d)) ### [`v1.4.2`](https://togithub.com/voiceflow/tsconfig/releases/tag/v1.4.2) [Compare Source](https://togithub.com/voiceflow/tsconfig/compare/v1.4.1...v1.4.2) ##### Bug Fixes - add new configs to final package ([8812535](https://togithub.com/voiceflow/tsconfig/commit/88125350494aa882a62738f1078a53709e2bdc8e)) ### [`v1.4.1`](https://togithub.com/voiceflow/tsconfig/releases/tag/v1.4.1) [Compare Source](https://togithub.com/voiceflow/tsconfig/compare/v1.4.0...v1.4.1) ##### Bug Fixes - move from devDependencies ([c9e5fe5](https://togithub.com/voiceflow/tsconfig/commit/c9e5fe5170513517aba1ffcc727e683cf962727b)) ### [`v1.4.0`](https://togithub.com/voiceflow/tsconfig/releases/tag/v1.4.0) [Compare Source](https://togithub.com/voiceflow/tsconfig/compare/v1.3.0...v1.4.0) ##### Features - add new monorepo-specific configs ([714b1e5](https://togithub.com/voiceflow/tsconfig/commit/714b1e55f163abd7077c7b979c180242d020b9be)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/voiceflow/backend-utils).
1 parent 0319b68 commit f3c29cd

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@voiceflow/eslint-config": "6.1.0",
4747
"@voiceflow/git-branch-check": "1.3.0",
4848
"@voiceflow/prettier-config": "1.2.1",
49-
"@voiceflow/tsconfig": "1.3.0",
49+
"@voiceflow/tsconfig": "1.4.3",
5050
"chai-as-promised": "^7.1.1",
5151
"commitizen": "4.2.4",
5252
"cz-conventional-changelog": "^3.3.0",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1102,12 +1102,14 @@
11021102
resolved "https://registry.yarnpkg.com/@voiceflow/prettier-config/-/prettier-config-1.2.1.tgz#906bc852bcd8b2586fa62e4635392a0bea1fdb59"
11031103
integrity sha512-J7wnJCwRWSNX33Ji2eLeBxtwXplAKIk9/aOfrHVfKmYrLHqXvOcrl2/7xa37jqnuTl8vw3+UsfFo3sMDY6weTg==
11041104

1105-
"@voiceflow/tsconfig@1.3.0":
1106-
version "1.3.0"
1107-
resolved "https://registry.yarnpkg.com/@voiceflow/tsconfig/-/tsconfig-1.3.0.tgz#66cd762c7000e703de44cf41fccff457860aaac6"
1108-
integrity sha512-rlSarcUAUMjevrfGjH8iCz1UvFLoLdHKz0xtgkEJTYj22jfCn8r8A9soucYvMJJib+4wxoV5rxXrW08/3h285w==
1105+
"@voiceflow/tsconfig@1.4.3":
1106+
version "1.4.3"
1107+
resolved "https://registry.yarnpkg.com/@voiceflow/tsconfig/-/tsconfig-1.4.3.tgz#ca7a3ab326127c6ccb48fd67dd7031022af4c61c"
1108+
integrity sha512-xbU+oyI5n3sZLsFKcd6xYIhNtgHpyylml5+SaXw2ASYat6yZjiNdI6waOSh5b3BkT1D3CPt/TwfgVd18vc9S/A==
11091109
dependencies:
11101110
"@zerollup/ts-transform-paths" "1.7.18"
1111+
"@zoltu/typescript-transformer-append-js-extension" "1.0.1"
1112+
typescript-transform-paths "3.3.1"
11111113

11121114
"@voiceflow/verror@^1.1.0":
11131115
version "1.1.0"
@@ -1184,6 +1186,11 @@
11841186
dependencies:
11851187
"@zerollup/ts-helpers" "^1.7.18"
11861188

1189+
1190+
version "1.0.1"
1191+
resolved "https://registry.yarnpkg.com/@zoltu/typescript-transformer-append-js-extension/-/typescript-transformer-append-js-extension-1.0.1.tgz#c7edaccaef0fc87c0c85d6ce4f074e66a42d9080"
1192+
integrity sha512-7Lp30MtJO7YHZW19yJWhkuJrf+Y78COHopeZli7fiWrbIRvodsSXZIa7cFX/c4PFwFJt55N/7Pp/t6VH0fwBVQ==
1193+
11871194
JSONStream@^1.0.4:
11881195
version "1.3.5"
11891196
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"

0 commit comments

Comments
 (0)