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

Update dependency ts-morph to v25 #4521

Closed
wants to merge 1 commit into from
Closed
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 tooling/typescript-turbosnap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "./src/index.ts",
"version": "1.0.0",
"dependencies": {
"ts-morph": "^15.1.0"
"ts-morph": "^25.0.0"
},
"peerDependencies": {
"vite": "^6.0.0"
Expand Down
46 changes: 18 additions & 28 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5025,15 +5025,14 @@ __metadata:
languageName: node
linkType: hard

"@ts-morph/common@npm:~0.16.0":
version: 0.16.0
resolution: "@ts-morph/common@npm:0.16.0"
"@ts-morph/common@npm:~0.26.0":
version: 0.26.0
resolution: "@ts-morph/common@npm:0.26.0"
dependencies:
fast-glob: "npm:^3.2.11"
minimatch: "npm:^5.1.0"
mkdirp: "npm:^1.0.4"
fast-glob: "npm:^3.3.2"
minimatch: "npm:^9.0.4"
path-browserify: "npm:^1.0.1"
checksum: 10/f381efb01b92a1a5e6a7cd389102a43c1ab7b38d804d9b8bb12fe7a835c18d01bbf2c77762eaa99d04f8c9f55da77caa65f6e7bbd86def505acc2d58473325f2
checksum: 10/838458989ca048f3932d9bd01899262a6e4a4c19a593fdd625384b50fc39e810c90e985795fa319e59303259a58e240ac26f245a5885c53ffe1da17a3f05408f
languageName: node
linkType: hard

Expand Down Expand Up @@ -6891,12 +6890,10 @@ __metadata:
languageName: node
linkType: hard

"code-block-writer@npm:^11.0.0":
version: 11.0.0
resolution: "code-block-writer@npm:11.0.0"
dependencies:
tslib: "npm:2.3.1"
checksum: 10/a2e7c5efb3d1bad9c0117b9e808ee6a04a7e79e9cc49fc4b9fe7acdd420aff5a50dbd2afb8f1db155b2b900a87da642178012a3a5aba230d1b42812b217ba2ad
"code-block-writer@npm:^13.0.3":
version: 13.0.3
resolution: "code-block-writer@npm:13.0.3"
checksum: 10/771546224f38610eecee0598e83c9e0f86dcd600ea316dbf27c2cfebaab4fed51b042325aa460b8e0f131fac5c1de208f6610a1ddbffe4b22e76f9b5256707cb
languageName: node
linkType: hard

Expand Down Expand Up @@ -12559,7 +12556,7 @@ __metadata:
languageName: node
linkType: hard

"minimatch@npm:^5.0.1, minimatch@npm:^5.1.0":
"minimatch@npm:^5.0.1":
version: 5.1.6
resolution: "minimatch@npm:5.1.6"
dependencies:
Expand Down Expand Up @@ -16964,13 +16961,13 @@ __metadata:
languageName: node
linkType: hard

"ts-morph@npm:^15.1.0":
version: 15.1.0
resolution: "ts-morph@npm:15.1.0"
"ts-morph@npm:^25.0.0":
version: 25.0.0
resolution: "ts-morph@npm:25.0.0"
dependencies:
"@ts-morph/common": "npm:~0.16.0"
code-block-writer: "npm:^11.0.0"
checksum: 10/6fd9e73101ee5716b9ae99b4760eacd85e62f8430cecd5a817530ff490ec9949da5e65aaa76a04d2412efafa63c53a07c868e911f4b8ba54c4604b5ea8150587
"@ts-morph/common": "npm:~0.26.0"
code-block-writer: "npm:^13.0.3"
checksum: 10/289302f287a17fe2b33acf1bf8f0454f8ce44578ae462449c1bb5c047a89cfdbc803c767531eb6140396fb7694870f22d6287ab2206470de4f7d0ec20dfa2d1e
languageName: node
linkType: hard

Expand Down Expand Up @@ -17006,13 +17003,6 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:2.3.1":
version: 2.3.1
resolution: "tslib@npm:2.3.1"
checksum: 10/5e7de59ed9f2b705b399bda28326b7c3e7526deb48bbe1716e2e17fbd4cecbb610253d09c7b8fd0a6e76cfed9304e2e608cdb81bb1ee812d69e5089d1a94c71a
languageName: node
linkType: hard

"tslib@npm:^1.0.0":
version: 1.14.1
resolution: "tslib@npm:1.14.1"
Expand Down Expand Up @@ -17673,7 +17663,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "vite-plugin-typescript-turbosnap@workspace:tooling/typescript-turbosnap"
dependencies:
ts-morph: "npm:^15.1.0"
ts-morph: "npm:^25.0.0"
peerDependencies:
vite: ^6.0.0
languageName: unknown
Expand Down
Loading