build: update dependency quicktype-core to v24 (main)#33557
Open
angular-robot wants to merge 1 commit into
Open
build: update dependency quicktype-core to v24 (main)#33557angular-robot wants to merge 1 commit into
angular-robot wants to merge 1 commit into
Conversation
See associated pull request for more information.
clydin
approved these changes
Jul 13, 2026
This file contains hidden or 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
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:
23.3.23→24.0.2Release Notes
glideapps/quicktype (quicktype-core)
v24.0.2Compare Source
What's Changed
Full Changelog: glideapps/quicktype@v24.0.1...v24.0.2
v24.0.1Compare Source
What's Changed
Full Changelog: glideapps/quicktype@v24.0.0...v24.0.1
v24.0.0Compare Source
quicktype 24.0.0
quicktype 24 modernizes the supported Node.js runtime, fixes language lookup and Windows schema-path regressions, and moves package publishing to GitHub Releases.
Highlights
fetchreplaces bundled fetch polyfills. URL inputs, remote schema references, and GraphQL introspection now use the runtime's native Fetch API.languageNamed()andisLanguageName()once more accept values such asTypeScript,C++,JSON Schema, andkt, case-insensitively. Unknown strings returnundefined/falseinstead of throwing. #2883$refreferences. #2886Tooling and release process
vMAJOR.MINOR.PATCH. Release versions are stamped into npm package manifests and the VS Code extension during CI, with checks that prevent non-forward releases and safely skip already-published artifacts on reruns. #2902Upgrade notes
languageNamed()with arbitrary strings should continue to handle itsundefinedresult for unknown languages.v23.3.25Compare Source
v23.3.24Compare Source