Open
Conversation
1e52271 to
da32676
Compare
da32676 to
42e72ce
Compare
42e72ce to
2a0818f
Compare
2a0818f to
38638cc
Compare
38638cc to
50708f6
Compare
50708f6 to
1d357d3
Compare
1d357d3 to
aef69bd
Compare
aef69bd to
561b16e
Compare
561b16e to
646b6dc
Compare
646b6dc to
24bdc19
Compare
24bdc19 to
faf4d65
Compare
faf4d65 to
cacad30
Compare
cacad30 to
14fde8c
Compare
14fde8c to
2ddd3e6
Compare
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:
3.5.0→3.13.015.7.2→15.10.21.14.1→1.25.01.1.0→1.3.0Release Notes
apollographql/apollo-server (apollo-server)
v3.13.0Compare Source
v3.12.1Compare Source
v3.12.0Compare Source
v3.11.1Compare Source
v3.11.0Compare Source
v3.10.4Compare Source
v3.10.3Compare Source
v3.10.2Compare Source
v3.10.1Compare Source
v3.10.0Compare Source
v3.9.0Compare Source
v3.8.2Compare Source
v3.8.1Compare Source
v3.8.0Compare Source
v3.7.0Compare Source
v3.6.8Compare Source
v3.6.7Compare Source
v3.6.6Compare Source
v3.6.5Compare Source
v3.6.4Compare Source
v3.6.3Compare Source
v3.6.2Compare Source
v3.6.1Compare Source
v3.6.0Compare Source
graphql/graphql-js (graphql)
v15.10.2Compare Source
v15.10.1Compare Source
v15.10.1 (2025-01-14)
Bug Fix 🐞
Committers: 1
v15.10.0Compare Source
v15.10.0 (2025-01-13)
New Feature 🚀
Committers: 1
v15.9.0Compare Source
v15.9.0 (2024-06-21)
New Feature 🚀
Bug Fix 🐞
Internal 🏠
Committers: 2
v15.8.0Compare Source
v15.8.0 (2021-12-07)
New Feature 🚀
Internal 🏠
2 PRs were merged
Committers: 1
Urigo/graphql-scalars (graphql-scalars)
v1.25.0Compare Source
Minor Changes
c0072eaThanks @ifeanyi-ugwu! - New CUID2 Scalar
Patch Changes
ded0a29Thanks @praveenvinny! - Add
XCG,SLEandZWGcurrenciesmatching ISO 4217 standard
v1.24.2Compare Source
Patch Changes
3e1e924Thanks @dotansimha! - Enable npm provenance
v1.24.1Compare Source
Patch Changes
#2719Thanks@nthombare-mdsol! - Now the regex updated to support all
phone numbers compliant with the E.164 international format standard, which includes country code
(Optional), area codes, and local numbers and extension (optional). For more information on E.164
formatting, Regex: https://regex101.com/r/nol2F6/1
Ex. +62 (21) 9175 5194,
2191755, +1 123-456-7890 12345, +1 (123) 456-7890v1.24.0Compare Source
Minor Changes
e5a3910Thanks @ifeanyi-ugwu! - add GeoJSON scalar
e5a3910Thanks @ifeanyi-ugwu! - Add `CountryName` scalar
v1.23.0Compare Source
Minor Changes
a868eccThanks @blacksrc! - Add new Swedish Personal Number scalar
Patch Changes
#2284
fae46bbThanks @tjenkinson! - fix(JSONObject): Throw proper error if
literal is not an object
0924befThanks @ardatan! - fix inconsistent types for Latitude and Longitude
v1.22.5Compare Source
Patch Changes
cefb205Thanks @dustin-engstrom! - fix minor misspellings
v1.22.4Compare Source
Patch Changes
0d73e69Thanks @ardatan! - Fix BigInt handling
v1.22.3Compare Source
Patch Changes
9029d0aThanks @ardatan! - Parse BigInt as Number s if they are safe and
BigInt is not serializable
v1.22.2Compare Source
Patch Changes
b6d930fThanks @ardatan! - Serialize bigints as numbers if possible
v1.22.1Compare Source
Patch Changes
613d0b4Thanks @ardatan! - Introduce DateTimeISO scalar
v1.22.0Compare Source
Minor Changes
2e9ebadThanks @ardatan! - New
LocalDateTimeStringscalarv1.21.3Compare Source
Patch Changes
7460ec4Thanks @ardatan! - Fix the spec reference in `EmailAddress`
ef0585aThanks @ardatan! - If JSON serializer is missing for
BigIntusenumberserialization for safe integers andstringfor unsafe integers by warning the users.v1.21.2Compare Source
Patch Changes
7b3811dThanks @ardatan! - Fix wrong scalar name in the scalar configuration
v1.21.1Compare Source
Patch Changes
f12ccbdThanks @ardatan! - Add missing
DurationTypeDefinitionv1.21.0Compare Source
Minor Changes
39e1890Thanks @cmhhelgeson! - Add new scalar types related to Library
and Patent Classifications
Patch Changes
#1801
7337d43Thanks @mcclurejt! - Expand the DID scalar regex to accommodate
did:pkh
#1850
ea80093Thanks @VoloshchenkoAl! - Support UA postal code in
PostalCode scalar
v1.20.4Compare Source
v1.20.3Compare Source
v1.20.2Compare Source
v1.20.1Compare Source
Patch Changes
41551b8Thanks @ardatan! - Throw located GraphQLErrors instead of TypeError
v1.20.0Compare Source
Minor Changes
89a867aThanks @ardatan! - Add JSON Schema annotations for SOFA
v1.19.0Compare Source
Minor Changes
8ba194cThanks @ardatan! - - feat: add IP scalar (#1717) - Thanks
@mammadatei!
v1.18.0Compare Source
Minor Changes
4db9d82Thanks @saihaj! - CUID Scalar
A field whose value conforms to the standard cuid format as specified in
This Repo.
v1.17.0Compare Source
v1.16.1Compare Source
v1.16.0Compare Source
v1.15.1Compare Source
graphql-nexus/nexus (nexus)
v1.3.0mergeSchemaoption, better graphql-js interop #983Configuration
📅 Schedule: Branch creation - "every weekend" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.