[Snyk] Upgrade: graphql, graphql-scalars, graphql-tag, graphql-tools #596
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.
Snyk has created this PR to upgrade multiple dependencies.
👯 The following dependencies are linked and will therefore be updated together.ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
graphql
⚠️ This is a major version upgrade, and may be a breaking change | 3 months ago
⚠️ This is a major version upgrade, and may be a breaking change | 6 months ago
from 15.0.0 to 16.9.0 | 103 versions ahead of your current version
on 2024-06-21
graphql-scalars
from 1.1.2 to 1.23.0 | 1087 versions ahead of your current version | 6 months ago
on 2024-03-18
graphql-tag
from 2.10.3 to 2.12.6 | 9 versions ahead of your current version | 3 years ago
on 2021-11-06
graphql-tools
from 5.0.0 to 9.0.1 | 1300 versions ahead of your current version
on 2024-02-23
Release notes
Package name: graphql
v16.8.2 (2024-06-12)
Bug Fix 🐞
globalThis
check and align with what bundlers can accept (@ JoviDeCroock)Internal 🏠
Committers: 2
v16.8.1 (2023-09-19)
Bug Fix 🐞
Committers: 1
v16.8.0 (2023-08-14)
New Feature 🚀
Committers: 1
v16.7.1 (2023-06-22)
📢 Big shout out to @ phryneas, who managed to reproduce this issue and come up with this fix.
Bug Fix 🐞
process.env
(@ IvanGoncharov)Committers: 1
v16.7.0 (2023-06-21)
New Feature 🚀
Bug Fix 🐞
Committers: 3
v16.6.0 (2022-08-16)
New Feature 🚀
Bug Fix 🐞
Committers: 2
v16.5.0 (2022-05-09)
New Feature 🚀
Committers: 1
Package name: graphql-scalars
Minor Changes
a868ecc
Thanks @ blacksrc! - Add new Swedish Personal Number scalar
Patch Changes
#2284
fae46bb
Thanks @ tjenkinson! - fix(JSONObject): Throw proper error if
literal is not an object
0924bef
Thanks @ ardatan! - fix inconsistent types for Latitude and Longitude
Patch Changes
cefb205
Thanks @ dustin-engstrom! - fix minor misspellings
Patch Changes
0d73e69
Thanks @ ardatan! - Fix BigInt handling
Patch Changes
9029d0a
Thanks @ ardatan! - Parse BigInt as Number s if they are safe and
BigInt is not serializable
Patch Changes
b6d930f
Thanks @ ardatan! - Serialize bigints as numbers if possible
Patch Changes
613d0b4
Thanks @ ardatan! - Introduce DateTimeISO scalar
Minor Changes
2e9ebad
Thanks @ ardatan! - New
LocalDateTime
scalarPatch Changes
7460ec4
Thanks @ ardatan! - Fix the spec reference in `EmailAddress`
ef0585a
Thanks @ ardatan! - If JSON serializer is missing for
BigInt
usenumber
serialization for safe integers andstring
for unsafe integers by warning the users.Patch Changes
7b3811d
Thanks @ ardatan! - Fix wrong scalar name in the scalar configuration
Patch Changes
f12ccbd
Thanks @ ardatan! - Add missing
DurationTypeDefinition