Skip to content

Commit a8a2f54

Browse files
authored
chore(release): update monorepo packages versions
1 parent 2feec5d commit a8a2f54

6 files changed

Lines changed: 31 additions & 26 deletions

File tree

.changeset/bright-buses-say.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/deep-lies-happen.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

.changeset/stale-cooks-talk.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,3 +161,4 @@ Cargo.lock
161161
Cargo.lock
162162
Cargo.lock
163163
Cargo.lock
164+
Cargo.lock

deployment/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# hive
22

3+
## 11.0.3
4+
5+
### Patch Changes
6+
7+
- [#7961](https://github.com/graphql-hive/console/pull/7961)
8+
[`40fd27d`](https://github.com/graphql-hive/console/commit/40fd27d9c060df5417c18c750b02af65451e5323)
9+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Update
10+
[`nodemailer`](https://github.com/nodemailer/nodemailer) to address vulnerability
11+
[GHSA-vvjj-xcjg-gr5g](https://github.com/advisories/GHSA-vvjj-xcjg-gr5g).
12+
13+
- [#7967](https://github.com/graphql-hive/console/pull/7967)
14+
[`9708f71`](https://github.com/graphql-hive/console/commit/9708f71aa3e6dcd613f3877a0777c1e72710b200)
15+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix schema contract composition applying
16+
`@inaccessible` on the federation types `ContextArgument` and `FieldValue` on the supergraph SDL.
17+
18+
This mitigates the following error in apollo-router upon processing the supergraph:
19+
20+
```
21+
could not create router: Api error(s): The supergraph schema failed to produce a valid API schema: The following errors occurred:
22+
- Core feature type `join__ContextArgument` cannot use @inaccessible.
23+
- Core feature type `join__FieldValue` cannot use @inaccessible.
24+
```
25+
26+
- [#7961](https://github.com/graphql-hive/console/pull/7961)
27+
[`40fd27d`](https://github.com/graphql-hive/console/commit/40fd27d9c060df5417c18c750b02af65451e5323)
28+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Update
29+
[`opentelemetry-go`](https://github.com/open-telemetry/opentelemetry-go) to address vulnerability
30+
[CVE-2026-39883](https://github.com/advisories/GHSA-hfvc-g4fc-pqhx).
31+
332
## 11.0.2
433

534
### Patch Changes

deployment/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hive",
3-
"version": "11.0.2",
3+
"version": "11.0.3",
44
"private": true,
55
"scripts": {
66
"generate": "tsx generate.ts",

0 commit comments

Comments
 (0)