-
Notifications
You must be signed in to change notification settings - Fork 30
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
chore(deps): update dependency json-schema-to-typescript to v15 #3684
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: da31fdf The changes in this PR will be included in the next version bump. This PR includes changesets to release 36 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
7744524
to
da31fdf
Compare
@@ -57,7 +57,7 @@ | |||
"devDependencies": { | |||
"@commercetools-frontend/assets": "workspace:*", | |||
"@types/jsdom": "^21.1.2", | |||
"json-schema-to-typescript": "13.1.2" | |||
"json-schema-to-typescript": "15.0.3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new version uses internally prettier
v3, so the @types/prettier
package is not installed anymore.
Apparently, other packages in App Kit that use prettier
as a dependency didn't install the types package yet.
This PR contains the following updates:
13.1.2
->15.0.3
Release Notes
bcherny/json-schema-to-typescript (json-schema-to-typescript)
v15.0.3
Compare Source
v15.0.2
Compare Source
v15.0.1
Compare Source
v15.0.0
Compare Source
62cc052
Fixed bug where intersection schemas didn't generate complete types. Improved output readability for intersection types (#603)v14.1.0
Compare Source
3e2e1e9
AddedinferStringEnumKeysFromValues
option (#578)v14.0.5
Compare Source
b7fee29
Added .yaml support for CLI (#598)v14.0.4
Compare Source
v14.0.3
Compare Source
v14.0.2
Compare Source
9ec0c70
Added .yaml support (#577)v14.0.1
Compare Source
2f29f19
AddedcustomName
optionv14.0.0
Compare Source
967eb13
Require Node v16+Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.