Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency tsconfck to v3 #224

Merged
merged 2 commits into from
Dec 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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