Skip to content

Commit f05fe9f

Browse files
chore(deps-dev): bump ts-patch from 3.2.1 to 3.3.0 (#322)
Bumps [ts-patch](https://github.com/nonara/ts-patch) from 3.2.1 to 3.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nonara/ts-patch/releases">ts-patch's releases</a>.</em></p> <blockquote> <h2>v3.3.0</h2> <h2><a href="https://github.com/nonara/ts-patch/compare/v3.2.1...v3.3.0">3.3.0</a> (2024-12-04)</h2> <h3>Features</h3> <ul> <li>Add support for ts 5.7+ (closes <a href="https://redirect.github.com/nonara/ts-patch/issues/174">#174</a>) (<a href="https://github.com/nonara/ts-patch/commit/396766c2e1dbe767a99c2cd277470d3731e87623">396766c</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nonara/ts-patch/blob/master/CHANGELOG.md">ts-patch's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/nonara/ts-patch/compare/v3.2.1...v3.3.0">3.3.0</a> (2024-12-04)</h2> <h3>Features</h3> <ul> <li>Add support for ts 5.7+ (closes <a href="https://redirect.github.com/nonara/ts-patch/issues/174">#174</a>) (<a href="https://github.com/nonara/ts-patch/commit/396766c2e1dbe767a99c2cd277470d3731e87623">396766c</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nonara/ts-patch/commit/68b5509fe072894f8550b4b71ae4b3a2aa06b091"><code>68b5509</code></a> chore(release): 3.3.0</li> <li><a href="https://github.com/nonara/ts-patch/commit/32cf55fbe33432aac710f42d46492ccc5ab23357"><code>32cf55f</code></a> refactor: Drop restrictive module path check in TsModule.getContentFilePathFo...</li> <li><a href="https://github.com/nonara/ts-patch/commit/3f6892fb314005826dcb458b32b86905b1ad746e"><code>3f6892f</code></a> refactor: Replace unlinkSync with rmSync (<a href="https://redirect.github.com/nonara/ts-patch/issues/165">#165</a>)</li> <li><a href="https://github.com/nonara/ts-patch/commit/82f6202a555969bf7bfd78a2c897a1c618c43cbc"><code>82f6202</code></a> Merge remote-tracking branch 'origin/master'</li> <li><a href="https://github.com/nonara/ts-patch/commit/93aadd1d0f62874c264ffe64b22481d7ffcfc258"><code>93aadd1</code></a> build(ci): Updated note on failing node versions</li> <li><a href="https://github.com/nonara/ts-patch/commit/e095f3aa8ce35fec97345864983d01f676a9f629"><code>e095f3a</code></a> build(deps): Bump deps</li> <li><a href="https://github.com/nonara/ts-patch/commit/843933a001b28314f31bb29412a66e0b39845249"><code>843933a</code></a> refactor: Fix outdated command params in CLI help screen</li> <li><a href="https://github.com/nonara/ts-patch/commit/396766c2e1dbe767a99c2cd277470d3731e87623"><code>396766c</code></a> feat: Add support for ts 5.7+ (closes <a href="https://redirect.github.com/nonara/ts-patch/issues/174">#174</a>)</li> <li><a href="https://github.com/nonara/ts-patch/commit/78e972731369eea8afedacc2f7334244c8168356"><code>78e9727</code></a> docs(readme): adds ts-overrides-plugin live example (<a href="https://redirect.github.com/nonara/ts-patch/issues/162">#162</a>)</li> <li><a href="https://github.com/nonara/ts-patch/commit/1bd211d051e0a58f83b628e685356e4e23fa352a"><code>1bd211d</code></a> build(npm): Bumped to latest ts-patch</li> <li>Additional commits viewable in <a href="https://github.com/nonara/ts-patch/compare/v3.2.1...v3.3.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ts-patch&package-manager=npm_and_yarn&previous-version=3.2.1&new-version=3.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b958778 commit f05fe9f

File tree

1 file changed

+18
-29
lines changed

1 file changed

+18
-29
lines changed

yarn.lock

Lines changed: 18 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1453,14 +1453,14 @@ __metadata:
14531453
languageName: node
14541454
linkType: hard
14551455

1456-
"global-prefix@npm:^3.0.0":
1457-
version: 3.0.0
1458-
resolution: "global-prefix@npm:3.0.0"
1456+
"global-prefix@npm:^4.0.0":
1457+
version: 4.0.0
1458+
resolution: "global-prefix@npm:4.0.0"
14591459
dependencies:
1460-
ini: "npm:^1.3.5"
1461-
kind-of: "npm:^6.0.2"
1462-
which: "npm:^1.3.1"
1463-
checksum: 10c0/510f489fb68d1cc7060f276541709a0ee6d41356ef852de48f7906c648ac223082a1cc8fce86725ca6c0e032bcdc1189ae77b4744a624b29c34a9d0ece498269
1460+
ini: "npm:^4.1.3"
1461+
kind-of: "npm:^6.0.3"
1462+
which: "npm:^4.0.0"
1463+
checksum: 10c0/a757bba494f0542a34e82716450506a076e769e05993a9739aea3bf27c3f710cd5635d0f4c1c242650c0dc133bf20a8e8fc9cfd3d1d1c371717218ef561f1ac4
14641464
languageName: node
14651465
linkType: hard
14661466

@@ -1582,10 +1582,10 @@ __metadata:
15821582
languageName: node
15831583
linkType: hard
15841584

1585-
"ini@npm:^1.3.5":
1586-
version: 1.3.8
1587-
resolution: "ini@npm:1.3.8"
1588-
checksum: 10c0/ec93838d2328b619532e4f1ff05df7909760b6f66d9c9e2ded11e5c1897d6f2f9980c54dd638f88654b00919ce31e827040631eab0a3969e4d1abefa0719516a
1585+
"ini@npm:^4.1.3":
1586+
version: 4.1.3
1587+
resolution: "ini@npm:4.1.3"
1588+
checksum: 10c0/0d27eff094d5f3899dd7c00d0c04ea733ca03a8eb6f9406ce15daac1a81de022cb417d6eaff7e4342451ffa663389c565ffc68d6825eaf686bf003280b945764
15891589
languageName: node
15901590
linkType: hard
15911591

@@ -1774,7 +1774,7 @@ __metadata:
17741774
languageName: node
17751775
linkType: hard
17761776

1777-
"kind-of@npm:^6.0.2":
1777+
"kind-of@npm:^6.0.3":
17781778
version: 6.0.3
17791779
resolution: "kind-of@npm:6.0.3"
17801780
checksum: 10c0/61cdff9623dabf3568b6445e93e31376bee1cdb93f8ba7033d86022c2a9b1791a1d9510e026e6465ebd701a6dd2f7b0808483ad8838341ac52f003f512e0b4c4
@@ -2710,7 +2710,7 @@ __metadata:
27102710
languageName: node
27112711
linkType: hard
27122712

2713-
"semver@npm:^7.3.5, semver@npm:^7.5.4, semver@npm:^7.6.0, semver@npm:^7.6.3":
2713+
"semver@npm:^7.3.5, semver@npm:^7.6.0, semver@npm:^7.6.3":
27142714
version: 7.6.3
27152715
resolution: "semver@npm:7.6.3"
27162716
bin:
@@ -2896,19 +2896,19 @@ __metadata:
28962896
linkType: hard
28972897

28982898
"ts-patch@npm:^3.2.1":
2899-
version: 3.2.1
2900-
resolution: "ts-patch@npm:3.2.1"
2899+
version: 3.3.0
2900+
resolution: "ts-patch@npm:3.3.0"
29012901
dependencies:
29022902
chalk: "npm:^4.1.2"
2903-
global-prefix: "npm:^3.0.0"
2903+
global-prefix: "npm:^4.0.0"
29042904
minimist: "npm:^1.2.8"
29052905
resolve: "npm:^1.22.2"
2906-
semver: "npm:^7.5.4"
2906+
semver: "npm:^7.6.3"
29072907
strip-ansi: "npm:^6.0.1"
29082908
bin:
29092909
ts-patch: bin/ts-patch.js
29102910
tspc: bin/tspc.js
2911-
checksum: 10c0/c214e0218f905c6445830821d400280c9b127fa41f2984bbad59c1f19eda7b6a0529457af7bc6d80fdfa38289207d5b5e2f40912c33758a243ca2064ed0aa137
2911+
checksum: 10c0/41abfa08ea70755f44f39c32b8906479cddf66f163ea37bdd8b543dcda548ec6cc3d7b6f53371161fbfaa9ff48e4fbb0d5839f46f425f7058f7710253e607c20
29122912
languageName: node
29132913
linkType: hard
29142914

@@ -3042,17 +3042,6 @@ __metadata:
30423042
languageName: node
30433043
linkType: hard
30443044

3045-
"which@npm:^1.3.1":
3046-
version: 1.3.1
3047-
resolution: "which@npm:1.3.1"
3048-
dependencies:
3049-
isexe: "npm:^2.0.0"
3050-
bin:
3051-
which: ./bin/which
3052-
checksum: 10c0/e945a8b6bbf6821aaaef7f6e0c309d4b615ef35699576d5489b4261da9539f70393c6b2ce700ee4321c18f914ebe5644bc4631b15466ffbaad37d83151f6af59
3053-
languageName: node
3054-
linkType: hard
3055-
30563045
"which@npm:^2.0.1":
30573046
version: 2.0.2
30583047
resolution: "which@npm:2.0.2"

0 commit comments

Comments
 (0)