Skip to content

Commit 2a6e534

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

15 files changed

Lines changed: 82 additions & 56 deletions

.changeset/bright-buses-say.md

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

.changeset/curly-pumas-carry.md

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

.changeset/deep-lies-happen.md

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

.changeset/evil-results-rhyme.md

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

.changeset/famous-paws-sell.md

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

.changeset/rare-ads-grin.md

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

.changeset/stale-cooks-talk.md

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

.changeset/true-foxes-happen.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
@@ -142,3 +142,4 @@ docker/docker-compose.override.yml
142142
test-results/
143143

144144
target
145+
Cargo.lock

deployment/CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,48 @@
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+
- [#7976](https://github.com/graphql-hive/console/pull/7976)
14+
[`ed9ab34`](https://github.com/graphql-hive/console/commit/ed9ab34c705be4b7946dfcbede91926f00f1ed4a)
15+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - address vulnerability
16+
[GHSA-r4q5-vmmm-2653](https://github.com/advisories/GHSA-r4q5-vmmm-2653)
17+
18+
- [#7967](https://github.com/graphql-hive/console/pull/7967)
19+
[`9708f71`](https://github.com/graphql-hive/console/commit/9708f71aa3e6dcd613f3877a0777c1e72710b200)
20+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix schema contract composition applying
21+
`@inaccessible` on the federation types `ContextArgument` and `FieldValue` on the supergraph SDL.
22+
23+
This mitigates the following error in apollo-router upon processing the supergraph:
24+
25+
```
26+
could not create router: Api error(s): The supergraph schema failed to produce a valid API schema: The following errors occurred:
27+
- Core feature type `join__ContextArgument` cannot use @inaccessible.
28+
- Core feature type `join__FieldValue` cannot use @inaccessible.
29+
```
30+
31+
- [#7978](https://github.com/graphql-hive/console/pull/7978)
32+
[`9c6989c`](https://github.com/graphql-hive/console/commit/9c6989cd929df3b071cba2c5652cc18988127897)
33+
Thanks [@jdolle](https://github.com/jdolle)! - Add schema linting support for type extensions
34+
35+
- [#7980](https://github.com/graphql-hive/console/pull/7980)
36+
[`c46b2f2`](https://github.com/graphql-hive/console/commit/c46b2f221936ca60e49bce3a2fea25bb40378266)
37+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Address vulnerability
38+
[GHSA-fvcv-3m26-pcqx](https://github.com/advisories/GHSA-fvcv-3m26-pcqx).
39+
40+
- [#7961](https://github.com/graphql-hive/console/pull/7961)
41+
[`40fd27d`](https://github.com/graphql-hive/console/commit/40fd27d9c060df5417c18c750b02af65451e5323)
42+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Update
43+
[`opentelemetry-go`](https://github.com/open-telemetry/opentelemetry-go) to address vulnerability
44+
[CVE-2026-39883](https://github.com/advisories/GHSA-hfvc-g4fc-pqhx).
45+
346
## 11.0.2
447

548
### Patch Changes

0 commit comments

Comments
 (0)