fix(deps): update all non-major dependencies #37
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:
4.11.0
->4.12.2
2.8.17
->2.8.19
5.0.0
->5.0.3
1.9.9
->1.9.10
22.8.1
->22.16.4
4.21.1
->4.21.2
v7.1.2
->v7.3.0
v1.8.1
->v1.9.1
1.23
->1.24
16.9.0
->16.11.0
8.0.0
->8.1.0
5.6.3
->5.8.3
Release Notes
apollographql/apollo-server (@apollo/server)
v4.12.2
Compare Source
(No change; there is a change to the
@apollo/server-integration-testsuite
used to test integrations, and the two packages always have matching versions.)v4.12.1
Compare Source
Patch Changes
41f98d4
Thanks @glasser! - Update README.md to recommend Express v5 integration now that Express v5 is released.v4.12.0
Compare Source
Minor Changes
89e3f84
Thanks @clenfest! - Adds a new graphql-js validation rule to reject operations that recursively request selections above a specified maximum, which is disabled by default. Use configuration optionmaxRecursiveSelections=true
to enable with a maximum of 10,000,000, ormaxRecursiveSelections=<number>
for a custom maximum. Enabling this validation can help avoid performance issues with configured validation rules or plugins.Patch Changes
2550d9f
Thanks @slagiewka! - Add return after sending 400 response in doubly escaped JSON parser middlewarev4.11.3
Compare Source
Patch Changes
f4228e8
Thanks @glasser! - Compatibility with Next.js Turbopack. Fixes #8004.v4.11.2
Compare Source
(No change; there is a change to the
@apollo/server-integration-testsuite
used to test integrations, and the two packages always have matching versions.)v4.11.1
Compare Source
Patch Changes
#7952
bb81b2c
Thanks @glasser! - Upgrade dependencies so that automated scans don't detect a vulnerability.@apollo/server
depends onexpress
which depends oncookie
. Versions ofexpress
older than v4.21.1 depend on a version ofcookie
vulnerable to CVE-2024-47764. Users of olderexpress
versions who callres.cookie()
orres.clearCookie()
may be vulnerable to this issue.However, Apollo Server does not call this function directly, and it does not expose any object to user code that allows TypeScript users to call this function without an unsafe cast.
The only way that this direct dependency can cause a vulnerability for users of Apollo Server is if you call
startStandaloneServer
with a context function that calls Express-specific methods such asres.cookie()
orres.clearCookies()
on the response object, which is a violation of the TypeScript types provided bystartStandaloneServer
(which only promise that the response object is a core Node.jshttp.ServerResponse
rather than the Express-specific subclass). So this vulnerability can only affect Apollo Server users who use unsafe JavaScript or unsafeas
typecasts in TypeScript.However, this upgrade will at least prevent vulnerability scanners from alerting you to this dependency, and we encourage all Express users to upgrade their project's own
express
dependency to v4.21.1 or newer.expressjs/express (express)
v4.21.2
Compare Source
What's Changed
Full Changelog: expressjs/express@4.21.1...4.21.2
brianvoe/gofakeit (github.com/brianvoe/gofakeit/v7)
v7.3.0
: ISBNCompare Source
📚 New Feature: ISBN Generation
This release adds support for generating valid ISBN identifiers, perfect for mock book data or publishing applications.
Generate a valid ISBN-10 or ISBN-13 string with customizable separator.
🧰 Options
Version
"10"
or"13"
(default is"13"
)Separator
"-"
,""
)Thanks to @phoenisx ,
gofakeit
is even more versatile for testing systems that work with books, publishing tools, or educational content.v7.2.1
Compare Source
v7.2.0
Compare Source
spf13/cobra (github.com/spf13/cobra)
v1.9.1
Compare Source
🐛 Fixes
Full Changelog: spf13/cobra@v1.9.0...v1.9.1
v1.9.0
Compare Source
✨ Features
🐛 Fixes
🤖 Completions
🧪 Testing
✍🏼 Documentation
🔧 Dependency upgrades
pflag
dependencies for v1.9.0 by @jpmcb in https://github.com/spf13/cobra/pull/2233Thank you to all of our amazing contributors and all the great work that's been going into the completions feature!!
👋🏼 New Contributors
Full Changelog: spf13/cobra@v1.8.1...v1.9.0
graphql/graphql-js (graphql)
v16.11.0
: 16.11.0Compare Source
v16.11.0 (2025-04-26)
New Feature 🚀
Bug Fix 🐞
Docs 📝
11 PRs were merged
/api-v16
(@dimaMachina)Polish 💅
Internal 🏠
4 PRs were merged
Committers: 8
v16.10.0
: 16.10.0Compare Source
v16.10.0 (2024-12-15)
New Feature 🚀
extensions
in GraphQLFormattedError (@tpoisseau)Bug Fix 🐞
Docs 📝
10 PRs were merged
@oneOf
in the graphql-js documentation (@JoviDeCroock)Internal 🏠
4 PRs were merged
Committers: 5
helmetjs/helmet (helmet)
v8.1.0
Compare Source
Changed
Content-Security-Policy
gives a better error when a directive value, likeself
, should be quoted. See #482microsoft/TypeScript (typescript)
v5.8.3
Compare Source
v5.8.2
Compare Source
v5.7.3
: TypeScript 5.7.3Compare Source
For release notes, check out the release announcement.
Downloads are available on npm
v5.7.2
: TypeScript 5.7Compare Source
For release notes, check out the release announcement.
Downloads are available on:
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.