Skip to content

Commit

Permalink
fix(deps): update dependency tsconfck to v3 (#224)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency tsconfck to v3

* remove unused option

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Hyeseong Kim <[email protected]>
  • Loading branch information
renovate[bot] and cometkim authored Dec 4, 2023
1 parent 87e8bc2 commit 7801a76
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"pretty-bytes": "^6.0.0",
"semver": "^7.3.8",
"string-dedent": "^3.0.1",
"tsconfck": "^2.1.0",
"tsconfck": "^3.0.0",
"xstate": "^4.35.0"
},
"devDependencies": {
Expand Down
4 changes: 1 addition & 3 deletions src/bin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ try {
const manifest = await loadManifest({ basePath: flags.cwd });
reporter.debug('loaded manifest %o', manifest);

const tsconfigResult = await parseTsConfig(flags.tsconfig, {
resolveWithEmptyIfConfigNotFound: true,
});
const tsconfigResult = await parseTsConfig(flags.tsconfig);
const tsconfigPath = (
tsconfigResult.tsconfigFile !== 'no_tsconfig_file_found'
? tsconfigResult.tsconfigFile
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3980,7 +3980,7 @@ __metadata:
pretty-bytes: "npm:^6.0.0"
semver: "npm:^7.3.8"
string-dedent: "npm:^3.0.1"
tsconfck: "npm:^2.1.0"
tsconfck: "npm:^3.0.0"
typescript: "npm:^5.0.0"
vitest: "npm:^0.34.6"
xstate: "npm:^4.35.0"
Expand Down Expand Up @@ -5302,17 +5302,17 @@ __metadata:
languageName: node
linkType: hard

"tsconfck@npm:^2.1.0":
version: 2.1.2
resolution: "tsconfck@npm:2.1.2"
"tsconfck@npm:^3.0.0":
version: 3.0.0
resolution: "tsconfck@npm:3.0.0"
peerDependencies:
typescript: ^4.3.5 || ^5.0.0
typescript: ^5.0.0
peerDependenciesMeta:
typescript:
optional: true
bin:
tsconfck: bin/tsconfck.js
checksum: 6efc9cbbccdbbcafc86a744a1804fcd8438097c2beaac370444cc413fa1582a019a74002a111e3005b89ca0b0169ace730161864628fc751754e29b335c3c79f
checksum: 3614f52675b6c279c6e3d72f4dfdc8bb80c7b051e6d3227bcc67c6af9e8a4449a3eee9c6cf92b6720906bb32df03bc85830786fc7cf9ed3a9a98edb21b2ccc90
languageName: node
linkType: hard

Expand Down

0 comments on commit 7801a76

Please sign in to comment.