Skip to content

chore(deps): update dependency ts-patch to ^3.3.0 #11465

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

Merged
merged 1 commit into from
Jan 24, 2025
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 @@ -75,7 +75,7 @@
"sass": "^1.83.4",
"surge": "^0.24.6",
"ts-node": "^10.9.2",
"ts-patch": "^3.2.1",
"ts-patch": "^3.3.0",
"typescript": "^5.4.5",
"typescript-eslint": "^7.18.0"
},
Expand Down
39 changes: 23 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3812,7 +3812,7 @@ __metadata:
sass: "npm:^1.83.4"
surge: "npm:^0.24.6"
ts-node: "npm:^10.9.2"
ts-patch: "npm:^3.2.1"
ts-patch: "npm:^3.3.0"
typescript: "npm:^5.4.5"
typescript-eslint: "npm:^7.18.0"
languageName: unknown
Expand Down Expand Up @@ -11714,14 +11714,14 @@ __metadata:
languageName: node
linkType: hard

"global-prefix@npm:^3.0.0":
version: 3.0.0
resolution: "global-prefix@npm:3.0.0"
"global-prefix@npm:^4.0.0":
version: 4.0.0
resolution: "global-prefix@npm:4.0.0"
dependencies:
ini: "npm:^1.3.5"
kind-of: "npm:^6.0.2"
which: "npm:^1.3.1"
checksum: 10c0/510f489fb68d1cc7060f276541709a0ee6d41356ef852de48f7906c648ac223082a1cc8fce86725ca6c0e032bcdc1189ae77b4744a624b29c34a9d0ece498269
ini: "npm:^4.1.3"
kind-of: "npm:^6.0.3"
which: "npm:^4.0.0"
checksum: 10c0/a757bba494f0542a34e82716450506a076e769e05993a9739aea3bf27c3f710cd5635d0f4c1c242650c0dc133bf20a8e8fc9cfd3d1d1c371717218ef561f1ac4
languageName: node
linkType: hard

Expand Down Expand Up @@ -12599,13 +12599,20 @@ __metadata:
languageName: node
linkType: hard

"ini@npm:^1.3.2, ini@npm:^1.3.3, ini@npm:^1.3.4, ini@npm:^1.3.5, ini@npm:^1.3.8, ini@npm:~1.3.0":
"ini@npm:^1.3.2, ini@npm:^1.3.3, ini@npm:^1.3.4, ini@npm:^1.3.8, ini@npm:~1.3.0":
version: 1.3.8
resolution: "ini@npm:1.3.8"
checksum: 10c0/ec93838d2328b619532e4f1ff05df7909760b6f66d9c9e2ded11e5c1897d6f2f9980c54dd638f88654b00919ce31e827040631eab0a3969e4d1abefa0719516a
languageName: node
linkType: hard

"ini@npm:^4.1.3":
version: 4.1.3
resolution: "ini@npm:4.1.3"
checksum: 10c0/0d27eff094d5f3899dd7c00d0c04ea733ca03a8eb6f9406ce15daac1a81de022cb417d6eaff7e4342451ffa663389c565ffc68d6825eaf686bf003280b945764
languageName: node
linkType: hard

"init-package-json@npm:6.0.3":
version: 6.0.3
resolution: "init-package-json@npm:6.0.3"
Expand Down Expand Up @@ -21264,20 +21271,20 @@ __metadata:
languageName: node
linkType: hard

"ts-patch@npm:^3.2.1":
version: 3.2.1
resolution: "ts-patch@npm:3.2.1"
"ts-patch@npm:^3.3.0":
version: 3.3.0
resolution: "ts-patch@npm:3.3.0"
dependencies:
chalk: "npm:^4.1.2"
global-prefix: "npm:^3.0.0"
global-prefix: "npm:^4.0.0"
minimist: "npm:^1.2.8"
resolve: "npm:^1.22.2"
semver: "npm:^7.5.4"
semver: "npm:^7.6.3"
strip-ansi: "npm:^6.0.1"
bin:
ts-patch: bin/ts-patch.js
tspc: bin/tspc.js
checksum: 10c0/c214e0218f905c6445830821d400280c9b127fa41f2984bbad59c1f19eda7b6a0529457af7bc6d80fdfa38289207d5b5e2f40912c33758a243ca2064ed0aa137
checksum: 10c0/41abfa08ea70755f44f39c32b8906479cddf66f163ea37bdd8b543dcda548ec6cc3d7b6f53371161fbfaa9ff48e4fbb0d5839f46f425f7058f7710253e607c20
languageName: node
linkType: hard

Expand Down Expand Up @@ -23102,7 +23109,7 @@ __metadata:
languageName: node
linkType: hard

"which@npm:^1.2.12, which@npm:^1.2.14, which@npm:^1.2.9, which@npm:^1.3.1":
"which@npm:^1.2.12, which@npm:^1.2.14, which@npm:^1.2.9":
version: 1.3.1
resolution: "which@npm:1.3.1"
dependencies:
Expand Down
Loading