-
Notifications
You must be signed in to change notification settings - Fork 85
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 npm package json-schema-to-typescript
to v15
#5046
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
area/deps
Relates to third-party dependencies (area)
area/libs
Relates to first-party libraries/crates/packages (area)
labels
Sep 10, 2024
hashdotai
previously approved these changes
Sep 10, 2024
hash-worker
bot
force-pushed
the
deps/js/json-schema-to-typescript-15.x
branch
from
September 14, 2024 15:43
a5c721d
to
01f6241
Compare
hashdotai
previously approved these changes
Sep 14, 2024
hash-worker
bot
force-pushed
the
deps/js/json-schema-to-typescript-15.x
branch
from
September 24, 2024 02:38
01f6241
to
d7222db
Compare
hashdotai
previously approved these changes
Sep 24, 2024
hash-worker
bot
force-pushed
the
deps/js/json-schema-to-typescript-15.x
branch
from
September 27, 2024 12:26
d7222db
to
ba1aa1c
Compare
hashdotai
previously approved these changes
Sep 27, 2024
hash-worker
bot
force-pushed
the
deps/js/json-schema-to-typescript-15.x
branch
from
September 28, 2024 07:08
ba1aa1c
to
b776c4a
Compare
hash-worker
bot
force-pushed
the
deps/js/json-schema-to-typescript-15.x
branch
from
September 29, 2024 21:28
b776c4a
to
8b0e567
Compare
hash-worker
bot
force-pushed
the
deps/js/json-schema-to-typescript-15.x
branch
from
December 13, 2024 13:44
5cd06f3
to
b250ee2
Compare
hashdotai
previously approved these changes
Dec 13, 2024
hash-worker
bot
force-pushed
the
deps/js/json-schema-to-typescript-15.x
branch
from
December 14, 2024 01:39
b250ee2
to
c243de6
Compare
hashdotai
previously approved these changes
Dec 14, 2024
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Benchmark results
|
Function | Value | Mean | Flame graphs |
---|---|---|---|
entity_by_id | entity type ID: https://blockprotocol.org/@alice/types/entity-type/song/v/1
|
Flame Graph | |
entity_by_id | entity type ID: https://blockprotocol.org/@alice/types/entity-type/building/v/1
|
Flame Graph | |
entity_by_id | entity type ID: https://blockprotocol.org/@alice/types/entity-type/block/v/1
|
Flame Graph | |
entity_by_id | entity type ID: https://blockprotocol.org/@alice/types/entity-type/playlist/v/1
|
Flame Graph | |
entity_by_id | entity type ID: https://blockprotocol.org/@alice/types/entity-type/page/v/2
|
Flame Graph | |
entity_by_id | entity type ID: https://blockprotocol.org/@alice/types/entity-type/person/v/1
|
Flame Graph | |
entity_by_id | entity type ID: https://blockprotocol.org/@alice/types/entity-type/organization/v/1
|
Flame Graph | |
entity_by_id | entity type ID: https://blockprotocol.org/@alice/types/entity-type/uk-address/v/1
|
Flame Graph | |
entity_by_id | entity type ID: https://blockprotocol.org/@alice/types/entity-type/book/v/1
|
Flame Graph |
representative_read_multiple_entities
Function | Value | Mean | Flame graphs |
---|---|---|---|
entity_by_property | depths: DT=255, PT=255, ET=255, E=255 | Flame Graph | |
entity_by_property | depths: DT=0, PT=0, ET=0, E=0 | Flame Graph | |
entity_by_property | depths: DT=2, PT=2, ET=2, E=2 | Flame Graph | |
entity_by_property | depths: DT=0, PT=0, ET=0, E=2 | Flame Graph | |
entity_by_property | depths: DT=0, PT=0, ET=2, E=2 | Flame Graph | |
entity_by_property | depths: DT=0, PT=2, ET=2, E=2 | Flame Graph | |
link_by_source_by_property | depths: DT=255, PT=255, ET=255, E=255 | Flame Graph | |
link_by_source_by_property | depths: DT=0, PT=0, ET=0, E=0 | Flame Graph | |
link_by_source_by_property | depths: DT=2, PT=2, ET=2, E=2 | Flame Graph | |
link_by_source_by_property | depths: DT=0, PT=0, ET=0, E=2 | Flame Graph | |
link_by_source_by_property | depths: DT=0, PT=0, ET=2, E=2 | Flame Graph | |
link_by_source_by_property | depths: DT=0, PT=2, ET=2, E=2 | Flame Graph |
representative_read_entity_type
Function | Value | Mean | Flame graphs |
---|---|---|---|
get_entity_type_by_id | Account ID: d4e16033-c281-4cde-aa35-9085bf2e7579
|
Flame Graph |
scaling_read_entity_complete_one_depth
Function | Value | Mean | Flame graphs |
---|---|---|---|
entity_by_id | 50 entities | Flame Graph | |
entity_by_id | 5 entities | Flame Graph | |
entity_by_id | 1 entities | Flame Graph | |
entity_by_id | 10 entities | Flame Graph | |
entity_by_id | 25 entities | Flame Graph |
scaling_read_entity_linkless
Function | Value | Mean | Flame graphs |
---|---|---|---|
entity_by_id | 1 entities | Flame Graph | |
entity_by_id | 100 entities | Flame Graph | |
entity_by_id | 10 entities | Flame Graph | |
entity_by_id | 1000 entities | Flame Graph | |
entity_by_id | 10000 entities | Flame Graph |
scaling_read_entity_complete_zero_depth
Function | Value | Mean | Flame graphs |
---|---|---|---|
entity_by_id | 50 entities | Flame Graph | |
entity_by_id | 5 entities | Flame Graph | |
entity_by_id | 1 entities | Flame Graph | |
entity_by_id | 10 entities | Flame Graph | |
entity_by_id | 25 entities | Flame Graph |
FYI @CiaranMn Bilal has kindly readied this PR for review. |
CiaranMn
approved these changes
Dec 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
11.0.5
->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+v13.1.2
Compare Source
v13.1.1
Compare Source
v13.1.0
Compare Source
f797848
Feat: Add support fordeprecated
keywordv13.0.1
b13a6f2
Bugfix: Boolean CLI flags were not respected (#524)v13.0.0
05b0103
Bugfix: Parse boolean schemas as schemas, rather than as literals (#515)8f973d1
Bugfix: Fix edge case where emitted names were corrupted when usingstrictIndexSignature
(#423)v12.0.0
Compare Source
b73e1c7
Bugfix: Parse enums as literals, rather than as schemas (#508)Configuration
📅 Schedule: Branch creation - "before 4am every weekday,every weekend" (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 has been generated by Renovate Bot.