Skip to content

Commit

Permalink
chore(deps): update dependency ts-morph to v22 (#1025)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [ts-morph](https://togithub.com/dsherret/ts-morph) | [`21.0.1` ->
`22.0.0`](https://renovatebot.com/diffs/npm/ts-morph/21.0.1/22.0.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/ts-morph/22.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ts-morph/22.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ts-morph/21.0.1/22.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ts-morph/21.0.1/22.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dsherret/ts-morph (ts-morph)</summary>

###
[`v22.0.0`](https://togithub.com/dsherret/ts-morph/releases/tag/22.0.0)

[Compare
Source](https://togithub.com/dsherret/ts-morph/compare/21.0.1...22.0.0)

#### What's Changed

- feat(BREAKING): upgrade to TypeScript 5.4 by
[@&#8203;dsherret](https://togithub.com/dsherret) in
[dsherret/ts-morph#1516
- fix(BREAKING): `Node.prototype.forgetDescendants()` no longer returns
self by [@&#8203;dsherret](https://togithub.com/dsherret) in
[dsherret/ts-morph#1515
- feat: `Type.prototype.isAssignableTo` by
[@&#8203;dsherret](https://togithub.com/dsherret) in
[dsherret/ts-morph#1517
- feat: `TypeChecker.prototype.resolveName` by
[@&#8203;dsherret](https://togithub.com/dsherret) in
[dsherret/ts-morph#1518
- fix: MethodDeclarationStructure should write an asterisk isGenerator =
true by [@&#8203;ajvincent](https://togithub.com/ajvincent) in
[dsherret/ts-morph#1502
- docs: fix typo in adding-source-files.md by
[@&#8203;ilirbeqirii](https://togithub.com/ilirbeqirii) in
[dsherret/ts-morph#1490
- feat: ClassDeclarationStructure - support static blocks by
[@&#8203;dsherret](https://togithub.com/dsherret) in
[dsherret/ts-morph#1520

##### CodeBlockWriter 13.0.1

People may have been working around these bugs in the past:

- `.quote()` - should include newline on newline
([dsherret/code-block-writer#47)
- `.quote()` - escape characters were not always being escaped
([dsherret/code-block-writer#46)

#### New Contributors

- [@&#8203;ilirbeqirii](https://togithub.com/ilirbeqirii) made their
first contribution in
[dsherret/ts-morph#1490

**Full Changelog**:
dsherret/ts-morph@21.0.1...22.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekday" in timezone Etc/UTC,
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/ScaleLeap/selling-partner-api-sdk).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 3, 2024
1 parent a53b2e4 commit 43363b8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
46 changes: 23 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"openapi-types": "12.1.3",
"rimraf": "5.0.5",
"ts-jest": "29.1.2",
"ts-morph": "21.0.1",
"ts-morph": "22.0.0",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
"tsconfigs": "4.0.2",
Expand Down

0 comments on commit 43363b8

Please sign in to comment.