Skip to content

Commit c82048e

Browse files
authored
Merge branch 'main' into inspector-v7
2 parents 7d521b6 + c778450 commit c82048e

File tree

52 files changed

+562
-776
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+562
-776
lines changed

.changeset/beige-teams-spend.md

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

.changeset/common-crabs-grow.md

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

.changeset/lemon-hairs-sort.md

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

.changeset/odd-mammals-admire.md

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

.changeset/proud-jobs-say.md

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

.changeset/strong-carrots-sniff.md

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

.eslintrc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ module.exports = {
8989
parserOptions: {
9090
ecmaVersion: 2020,
9191
sourceType: 'module',
92-
project: ['./tsconfig.eslint.json'],
92+
project: [path.join(__dirname, './tsconfig.eslint.json')],
9393
},
9494
parser: '@typescript-eslint/parser',
9595
plugins: [...guildConfig.plugins, 'hive'],

deployment/CHANGELOG.md

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

3+
## 8.8.0
4+
5+
### Minor Changes
6+
7+
- [#7252](https://github.com/graphql-hive/console/pull/7252)
8+
[`717b5aa`](https://github.com/graphql-hive/console/commit/717b5aa6e839c0e73b85322908331768f0cdcc57)
9+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Support selecting resources when inviting a user
10+
via email.
11+
12+
- [#7252](https://github.com/graphql-hive/console/pull/7252)
13+
[`717b5aa`](https://github.com/graphql-hive/console/commit/717b5aa6e839c0e73b85322908331768f0cdcc57)
14+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Support assigning default resources for new OIDC
15+
members.
16+
317
## 8.7.1
418

519
### Patch Changes

deployment/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hive",
3-
"version": "8.7.1",
3+
"version": "8.8.0",
44
"private": true,
55
"scripts": {
66
"generate": "tsx generate.ts",
@@ -16,7 +16,7 @@
1616
"@pulumi/kubernetesx": "0.1.6",
1717
"@pulumi/pulumi": "3.185.0",
1818
"@pulumi/random": "4.18.2",
19-
"js-yaml": "4.1.0",
19+
"js-yaml": "4.1.1",
2020
"pg-connection-string": "2.9.1",
2121
"prettier": "3.4.2"
2222
},

integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"slonik": "30.4.4",
3939
"strip-ansi": "7.1.2",
4040
"tslib": "2.8.1",
41-
"vitest": "3.2.4",
41+
"vitest": "4.0.9",
4242
"zod": "3.25.76"
4343
}
4444
}

0 commit comments

Comments
 (0)