-
Notifications
You must be signed in to change notification settings - Fork 25
fix(deps): update all non-major dependencies #623
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
🚀 Snapshot Release (
|
Package | Version | Info |
---|---|---|
@graphql-tools/batch-delegate |
9.0.30-alpha-d6c215c913a5733111df80cec4665f5b11f54694 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/batch-execute |
9.0.12-alpha-d6c215c913a5733111df80cec4665f5b11f54694 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/delegate |
10.2.12-alpha-d6c215c913a5733111df80cec4665f5b11f54694 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/executor-common |
0.0.2-alpha-d6c215c913a5733111df80cec4665f5b11f54694 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/executor-graphql-ws |
2.0.2-alpha-d6c215c913a5733111df80cec4665f5b11f54694 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/executor-http |
1.2.7-alpha-d6c215c913a5733111df80cec4665f5b11f54694 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/federation |
3.1.2-alpha-d6c215c913a5733111df80cec4665f5b11f54694 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/fusion-runtime |
0.11.0-alpha-d6c215c913a5733111df80cec4665f5b11f54694 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/gateway |
1.9.5-alpha-d6c215c913a5733111df80cec4665f5b11f54694 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/hmac-upstream-signature |
1.2.20-alpha-d6c215c913a5733111df80cec4665f5b11f54694 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/plugin-opentelemetry |
1.3.41-alpha-d6c215c913a5733111df80cec4665f5b11f54694 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/plugin-prometheus |
1.3.29-alpha-d6c215c913a5733111df80cec4665f5b11f54694 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/gateway-runtime |
1.4.13-alpha-d6c215c913a5733111df80cec4665f5b11f54694 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/stitch |
9.4.17-alpha-d6c215c913a5733111df80cec4665f5b11f54694 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/stitching-directives |
3.1.27-alpha-d6c215c913a5733111df80cec4665f5b11f54694 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/transport-common |
0.7.29-alpha-d6c215c913a5733111df80cec4665f5b11f54694 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/transport-http |
0.6.33-alpha-d6c215c913a5733111df80cec4665f5b11f54694 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/transport-http-callback |
0.5.20-alpha-d6c215c913a5733111df80cec4665f5b11f54694 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/transport-ws |
1.0.3-alpha-d6c215c913a5733111df80cec4665f5b11f54694 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/wrap |
10.0.30-alpha-d6c215c913a5733111df80cec4665f5b11f54694 |
npm ↗︎ unpkg ↗︎ |
🚀 Snapshot Release (Bun Docker Image)The latest changes of this PR are available as image on GitHub Container Registry (based on the declared
|
🚀 Snapshot Release (Node Docker Image)The latest changes of this PR are available as image on GitHub Container Registry (based on the declared
|
6c0da94
to
a16f8d8
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
^0.26.3
->^0.27.0
^0.8.1
->^0.9.0
1.1.0
->1.2.0
Release Notes
apollographql/rover (@apollo/rover)
v0.27.0
Compare Source
❗ BREAKING ❗
Make paths in
supergraph.yaml
resolve relative to the location of thesupergraph.yaml
file - @jonathanrainer PR #2119To support the new Apollo Language Server it is now the case that any paths expressed in the
supergraph.yaml
file willbe resolved relative to the file's location on disk, not the location that Rover is running in, at the time.
Remove
fed2
command - @aaronArinder PR #2222This was a deprecated, hidden, unused command that was for early Federation 2.0 testing. This command has not been
invoked for a very long time.
Remove ability to start multiple
rover dev
sessions - @jonathanrainer PR #2352Now that Rover supports hot-reloading from
supergraph.yaml
files we've removed the ability to start multiplerover dev
sessions, in multiple terminal windows, and have them communicate with each other.🚀 Features
Apollo Language Server - @jonathanrainer
This brand-new feature aids in subgraph development and also supports connectors. It enhances Apollo tools such as the schema proposals editor and recent versions of IDE plugins and extensions by providing federation-aware syntax highlighting, validation, autocompletion, and more
PRs Included
New version of
rover dev
- @dotdat @aaronArinder @loshz @monkpow @jonathanrainerIn this version of Rover there is a new version of
rover dev
built upon a completely new implementation of thecomposition pipeline inside of Rover. This not only allows a better functioning
rover dev
with more features, butit also supports the new Apollo Language Server, for use with Connectors!
In addition, it also supports hot-reloading of the
supergraph.yaml
file, subgraphs can be added, removed or edited,and this will be all be reflected in the running
rover dev
session!PRs Included
Add ability to hot-reload
federation_version
insupergraph.yaml
- @jonathanrainer PR #2347Rover now has the ability to account for changes in the
federation_version
field of thesupergraph.yaml
file,while it is running.
Enabling Remote Proxy Downloads - @LongLiveCHIEF @jonathanrainer PR #2254 #2372
Rover now has the ability to be installed from a remote proxy, via the use of environment variables.
Display the results of custom check tasks - @swcollard PR #2087
Rover now has the ability to print out results of CustomCheckTasks from the Platform API
🐛 Fixes
Stop Running Router with logs at TRACE level - @nmoutschen PR #2143
We were running the Router at TRACE level logging, which was causing queries to not complete in some cases
Stop
rover dev
session if router binary crashes - @jonathanrainer PR #2382In the past we let the
rover dev
session continue if the router binary crashed, which led to a misleading stateof affairs, this has now been fixed.
🛠 Maintenance
Consolidate Rover Tests - @jonathanrainer PR #2095
Removes old tests now that the E2E tests are more mature and consolidates our examples to clean up the codebase
Implement breaking changes for
apollo-federation-types
0.14 - @dylan-apollo PR #2104Update
apollographql/router
to v1.55.0 - @jonathanrainer PR #2123Update rust crates - @jonathanrainer PR #2129
Includes
octocrab
to v0.41.0,rstest
to v0.23.0 andtower-http
to v0.6.0Update rust crates - @jonathanrainer PR #2136
Includes
git-url-parse
to v0.4.5 andtower
to v0.5.1Update node.js packages - @jonathanrainer PR #2137
Includes
concurrently
to v9.0.1,eslint
to v9.11.1 andnodemon
to 3.1.7Update
apollo-federation-types
to v0.14.1 - @loshz PR #2161Downgrade
openssl-src
to v300.3.1+3.3.1 - @aaronArinder PR #2174Fix integration tests against the
supergraph-demo
repo - @dotdat PR #2175Refactor
Fs::watch_file
to be more async - @dotdat PR #2176Fix Windows tests for
rover_std
- @aaronArinder PR #2180Cleanup
Fs
tests - @dotdat PR #2182Strip ANSI codes from lint/custom validations tests - @dotdat PR #2183
Update
apollographql/router
to v1.56.0 - @jonathanrainer PR #2123Fix Smoke Test Payload to be valid JSON and add test timeout - @jonathanrainer PR #2191
Fix Dependabot Alerts in
/examples
- @jonathanrainer PR #2192Switch to a timeout of 15 minutes per matrix job in Smoke Tests - @jonathanrainer PR #2193
Add ability to skip linting check where no
.md
files have changed - @jonathanrainer PR #2194Update links after docs re-write has launched - @jonathanrainer PR #2195
Ensure we catch all semver pre-release versions - @jonathanrainer PR #2196
Update
tower-http
to v0.6.1 - @jonathanrainer PR #2197Update node.js packages - @jonathanrainer PR #2137
Includes
@eslint/compat
to v1.2.0,eslint
to v9.12.0,node
to v20.18.0 andnpm
to 10.9.0Update CI node Docker Image to v20.18.0 - @jonathanrainer PR #2199
Update
lychee-lib
to v0.16.0 - @jonathanrainer PR #2200Let lint tests to message Slack if linting check fails - @jonathanrainer PR #2201
Move Smoke Tests away from macOS 12 - @jonathanrainer PR #2202
Remove comma such that
payload
becomes valid JSON - @jonathanrainer #2212Update
async-trait
to v0.1.83 - @jonathanrainer PR #2216Update
axios-mock-adapter
to v2.1.0 - @jonathanrainer PR #2217Update
gh
CircleCI orb to v2.5.0 - @jonathanrainer PR #2218Update
node
CircleCI orb to v6.2.0 - @jonathanrainer PR #2219Update
slack
CircleCI orb to v5.0.0 - @jonathanrainer PR #2221Update
package-lock.json
across repo to resolve security vulnerabilities - @jonathanrainer PR #2226Ignore links in CHANGELOG when linting - @aaronArinder PR #2227
Update node.js packages - @jonathanrainer PR #2230
Includes
@eslint/compat
to v1.2.1 andeslint
to v9.13.0Update
node
CircleCI orb to v6.3.0 - @jonathanrainer PR #2231Update Rust to v1.82.0 - @jonathanrainer PR #2232
Update
apollographql/router
to v1.57.0 - @jonathanrainer PR #2235Delete vestigial
last_run.uuid
file - @glasser PR #2236Bump macOS CI such that we're using support OpenSSL - @jonathanrainer PR #2238
Update
bytes
to v1.8.0 - @jonathanrainer PR #2240Update
notify
to v7.0.0 - @jonathanrainer PR #2241Update
termimad
to v0.31.0 - @jonathanrainer PR #2242Increase robustness of Smoke Tests - @jonathanrainer PR #2243
Update
--timeout
for delete commands in line with other tests - @jonathanrainer PR #2244Update node.js packages - @jonathanrainer PR #2245
Includes
@eslint/compat
to v1.2.2 andeslint
to v9.14.0Update
ariadne
to v0.5.0 - @jonathanrainer PR #2246Update
which
to v7.0.0 - @jonathanrainer PR #2248Update
apollographql/router
to v1.57.1 - @jonathanrainer PR #2249Fix up Clippy warnings throughout tests - @jonathanrainer PR #2250
Remove
netlify.toml
after new Documentation Platform Launch - @Meschreiber PR #2258Update node.js packages - @jonathanrainer PR #2259
Includes
@eslint/compat
to v1.2.3,eslint
to v9.15.0 andconcurrenctly
to v9.1.0Update
slack
CircleCI orb to v5.1.1 - @jonathanrainer PR #2260Update
slack-github-action
GitHub Action to v1.27.1 - @jonathanrainer PR #2264Update
slack-github-action
GitHub Action to v2.0.0 - @jonathanrainer PR #2265Fix
cargo-deny
errors blocking CI - @jonathanrainer PR #2266Update node.js packages - @jonathanrainer PR #2259
Includes
node
to v20.18.1 andnpm
to v10.9.1Update
apollographql/router
to v1.58.0 - @jonathanrainer PR #2249Update node.js packages - @jonathanrainer PR #2278
Includes
eslint
to v9.16.0 andprettier
to v3.4.1Update
gh
CircleCI orb to v2.6.0 - @jonathanrainer PR #2279Update
@graphql-eslint/eslint-plugin
to v4.0.0 - @jonathanrainer PR #2281Update
apollographql/federation-rs
to v2.9.3 - @jonathanrainer PR #2287Update
apollographql/router
to v1.58.1 - @jonathanrainer PR #2290Update node.js packages - @jonathanrainer PR #2291
Includes
@eslint/compat
to v1.2.4,@graphql-eslint/eslint-plugin
to v4.3.0,npm
to v10.9.2 andprettier
to v3.4.2Update
node
CircleCI orb to v7.0.0 - @jonathanrainer PR #2292Update
url
package - @dotdat PR #2296Fix
xtask lint
to support contributions from forked repositories - @dotdat PR #2298Update node.js packages - @jonathanrainer PR #2302
Includes
concurrently
to v9.1.2,eslint
to v9.17.0,graphql
to v16.10.0 andnodemon
to v3.1.9Remove old security scanning infrastructure - @peakematt PR #2303
Update
apollographql/router
to v1.59.0 - @jonathanrainer PR #2307Update
gh
CircleCI orb to v2.6.2 - @jonathanrainer PR #2324Update
npm
to v11 - @jonathanrainer PR #2324Update
apollographql/router
to v1.59.1 - @jonathanrainer PR #2290Update node.js packages - @jonathanrainer PR #2350
Includes
compat
to v1.2.5,eslint
to v9.18.0Update
notify
to v8 - @jonathanrainer PR #2351Update
node
Docker CI Image to v20.18.2 - @jonathanrainer PR #2366Update node.js packages - @jonathanrainer PR #2367
Includes
eslint
to v9.19.0,node
to v20.18.2Update
apollographql/router
to v1.59.2 - @jonathanrainer PR #2375Update package docs - @dotdat PR #2376
Update CODEOWNERS - @dotdat PR #2377
Update node.js packages - @jonathanrainer PR #2380
Includes
compat
to v1.2.6,npm
to v11.1.0Update to latest
openssl
to resolve security vulnerability - @jonathanrainer PR #2381📚 Documentation
apollosolutions
organisation - @Meschreiber PR #2269rover dev
re-write - @aaronArinder PR #2333graphql-hive/platform (@graphql-hive/core)
v0.9.1
Compare Source
Patch Changes
ae2d16d
Thanks @n1ru4l! - Replace usage of
crypto.randomUUID()
with acustom UUID generation for better backwards compatability.
v0.9.0
Compare Source
Minor Changes
f7d65fe
Thanks @n1ru4l! - Include and log a
x-request-id
header for allrequests sent to the Hive API. This helps users to share more context with Hive staff when
encountering errors.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, 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.