Commit 9c9f780
authored
chore(deps): update all non-major dependencies (#8136)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | Type |
Update |
|---|---|---|---|---|---|---|---|
| [@apollo/client](https://www.apollographql.com/docs/react/)
([source](https://redirect.github.com/apollographql/apollo-client)) |
[`3.13.9` ->
`3.14.0`](https://renovatebot.com/diffs/npm/@apollo%2fclient/3.13.9/3.14.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | minor |
| [eslint](https://eslint.org)
([source](https://redirect.github.com/eslint/eslint)) | [`9.33.0` ->
`9.34.0`](https://renovatebot.com/diffs/npm/eslint/9.33.0/9.34.0) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | minor |
| [jdx/mise](https://redirect.github.com/jdx/mise) | `v2025.8.11` ->
`v2025.8.20` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
| | patch |
| [make-fetch-happen](https://redirect.github.com/npm/make-fetch-happen)
| [`15.0.0` ->
`15.0.1`](https://renovatebot.com/diffs/npm/make-fetch-happen/15.0.0/15.0.1)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
| dependencies | patch |
| [rollup](https://rollupjs.org/)
([source](https://redirect.github.com/rollup/rollup)) | [`4.46.2` ->
`4.47.1`](https://renovatebot.com/diffs/npm/rollup/4.46.2/4.47.1) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | minor |
|
[typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint)
([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint))
| [`8.39.1` ->
`8.40.0`](https://renovatebot.com/diffs/npm/typescript-eslint/8.39.1/8.40.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | minor |
---
### Release Notes
<details>
<summary>apollographql/apollo-client (@​apollo/client)</summary>
###
[`v3.14.0`](https://redirect.github.com/apollographql/apollo-client/blob/HEAD/CHANGELOG.md#3140)
[Compare
Source](https://redirect.github.com/apollographql/apollo-client/compare/5c202cf3b26dbcffe8314fd6af917dec1b77c65c...v3.14.0)
##### Minor Changes
-
[#​12752](https://redirect.github.com/apollographql/apollo-client/pull/12752)
[`8b779b4`](https://redirect.github.com/apollographql/apollo-client/commit/8b779b428b9dc9dad3e78f02bba6646ff415631d)
Thanks [@​jerelmiller](https://redirect.github.com/jerelmiller)! -
Add deprecations and warnings to remaining APIs changed in Apollo Client
4.0.
-
[#​12746](https://redirect.github.com/apollographql/apollo-client/pull/12746)
[`0bcd2f4`](https://redirect.github.com/apollographql/apollo-client/commit/0bcd2f4ead372eb5928bbd5c00b0bd48e497a5e1)
Thanks [@​jerelmiller](https://redirect.github.com/jerelmiller)! -
Add warnings and deprecations for options and methods for all React
APIs.
-
[#​12751](https://redirect.github.com/apollographql/apollo-client/pull/12751)
[`567cad8`](https://redirect.github.com/apollographql/apollo-client/commit/567cad8fcc30ac3b82560abc24970d33f160622e)
Thanks [@​jerelmiller](https://redirect.github.com/jerelmiller)! -
Add `@deprecated` tags to all properties returned from any query API
(e.g. `client.query`, `observableQuery.refetch`, etc.), `client.mutate`,
and `client.subscribe` that are no longer available in Apollo Client
4.0.
-
[#​12746](https://redirect.github.com/apollographql/apollo-client/pull/12746)
[`0bcd2f4`](https://redirect.github.com/apollographql/apollo-client/commit/0bcd2f4ead372eb5928bbd5c00b0bd48e497a5e1)
Thanks [@​jerelmiller](https://redirect.github.com/jerelmiller)! -
Add `preloadQuery.toPromise(queryRef)` as a replacement for
`queryRef.toPromise()`. `queryRef.toPromise()` has been removed in
Apollo Client 4.0 in favor of `preloadQuery.toPromise` and is now
considered deprecated.
-
[#​12736](https://redirect.github.com/apollographql/apollo-client/pull/12736)
[`ea89440`](https://redirect.github.com/apollographql/apollo-client/commit/ea8944013278060ef87dfa4de6663a21b5204880)
Thanks [@​jerelmiller](https://redirect.github.com/jerelmiller)! -
Add deprecations and deprecation warnings for `ApolloClient` options and
methods.
-
[#​12763](https://redirect.github.com/apollographql/apollo-client/pull/12763)
[`5de6a3d`](https://redirect.github.com/apollographql/apollo-client/commit/5de6a3d3189afa2a7c3bb2eb08d3c4394ae4a16d)
Thanks [@​jerelmiller](https://redirect.github.com/jerelmiller)! -
Version bump only to release latest as `rc`.
-
[#​12459](https://redirect.github.com/apollographql/apollo-client/pull/12459)
[`1c5a031`](https://redirect.github.com/apollographql/apollo-client/commit/1c5a0313d388945aeda93b2c1992ad77f4416fa1)
Thanks [@​jerelmiller](https://redirect.github.com/jerelmiller)! -
Reset `addTypenameTransform` and `fragments` caches when calling
`cache.gc()` only when `resetResultCache` is `true`.
-
[#​12743](https://redirect.github.com/apollographql/apollo-client/pull/12743)
[`92ad409`](https://redirect.github.com/apollographql/apollo-client/commit/92ad4097e5c83e0a780ede20db34e9e63fb98e8b)
Thanks [@​jerelmiller](https://redirect.github.com/jerelmiller)! -
Add deprecations and warnings for `addTypename` in `InMemoryCache` and
`MockedProvider`.
-
[#​12743](https://redirect.github.com/apollographql/apollo-client/pull/12743)
[`92ad409`](https://redirect.github.com/apollographql/apollo-client/commit/92ad4097e5c83e0a780ede20db34e9e63fb98e8b)
Thanks [@​jerelmiller](https://redirect.github.com/jerelmiller)! -
Add deprecations and warnings for `canonizeResults`.
-
[#​12751](https://redirect.github.com/apollographql/apollo-client/pull/12751)
[`567cad8`](https://redirect.github.com/apollographql/apollo-client/commit/567cad8fcc30ac3b82560abc24970d33f160622e)
Thanks [@​jerelmiller](https://redirect.github.com/jerelmiller)! -
Warn when using a `standby` fetch policy with `client.query`.
##### Patch Changes
-
[#​12750](https://redirect.github.com/apollographql/apollo-client/pull/12750)
[`ecf3de1`](https://redirect.github.com/apollographql/apollo-client/commit/ecf3de1cc9a2cf3aaeba0c945909324b9e4b478a)
Thanks [@​phryneas](https://redirect.github.com/phryneas)! -
Prevent field policies from overwriting/merging into supertype field
policies.
</details>
<details>
<summary>eslint/eslint (eslint)</summary>
###
[`v9.34.0`](https://redirect.github.com/eslint/eslint/compare/v9.33.0...b8875f67a7bc99824f19147f4a669be7e98f3eee)
[Compare
Source](https://redirect.github.com/eslint/eslint/compare/v9.33.0...v9.34.0)
</details>
<details>
<summary>jdx/mise (jdx/mise)</summary>
###
[`v2025.8.20`](https://redirect.github.com/jdx/mise/releases/tag/v2025.8.20)
[Compare
Source](https://redirect.github.com/jdx/mise/compare/v2025.8.18...v2025.8.20)
##### 🐛 Bug Fixes
- use fish\_add\_path when activating mise for fish shell by
[@​roele](https://redirect.github.com/roele) in
[#​6074](https://redirect.github.com/jdx/mise/pull/6074)
###
[`v2025.8.18`](https://redirect.github.com/jdx/mise/releases/tag/v2025.8.18)
[Compare
Source](https://redirect.github.com/jdx/mise/compare/v2025.8.17...v2025.8.18)
##### 🚀 Features
- **(env)** add --redacted and --values flags to env command by
[@​jdx](https://redirect.github.com/jdx) in
[#​6103](https://redirect.github.com/jdx/mise/pull/6103)
###
[`v2025.8.17`](https://redirect.github.com/jdx/mise/releases/tag/v2025.8.17)
[Compare
Source](https://redirect.github.com/jdx/mise/compare/v2025.8.16...v2025.8.17)
##### 📦 Registry
- remove asdf plugin for zoxide by
[@​risu729](https://redirect.github.com/risu729) in
[#​6100](https://redirect.github.com/jdx/mise/pull/6100)
##### 🐛 Bug Fixes
- **(aqua)** remove mise-versions aqua registry by
[@​risu729](https://redirect.github.com/risu729) in
[#​6097](https://redirect.github.com/jdx/mise/pull/6097)
##### 📚 Documentation
- fix invalid configuration by
[@​kamontat](https://redirect.github.com/kamontat) in
[#​6088](https://redirect.github.com/jdx/mise/pull/6088)
##### 📦️ Dependency Updates
- update apple-actions/import-codesign-certs digest to
[`95e84a1`](https://redirect.github.com/jdx/mise/commit/95e84a1) by
[@​renovate\[bot\]](https://redirect.github.com/renovate[bot]) in
[#​6093](https://redirect.github.com/jdx/mise/pull/6093)
- update taiki-e/install-action digest to
[`36fe651`](https://redirect.github.com/jdx/mise/commit/36fe651) by
[@​renovate\[bot\]](https://redirect.github.com/renovate[bot]) in
[#​6094](https://redirect.github.com/jdx/mise/pull/6094)
##### Chore
- remove submodules option for actions/checkout by
[@​risu729](https://redirect.github.com/risu729) in
[#​6090](https://redirect.github.com/jdx/mise/pull/6090)
- exclude aqua-registry from linguist stats by
[@​risu729](https://redirect.github.com/risu729) in
[#​6098](https://redirect.github.com/jdx/mise/pull/6098)
##### New Contributors
- [@​kamontat](https://redirect.github.com/kamontat) made their
first contribution in
[#​6088](https://redirect.github.com/jdx/mise/pull/6088)
###
[`v2025.8.16`](https://redirect.github.com/jdx/mise/releases/tag/v2025.8.16)
[Compare
Source](https://redirect.github.com/jdx/mise/compare/v2025.8.14...v2025.8.16)
##### Chore
- **(aqua-registry)** replace subtree logic with simpler `git clone`
method by [@​jdx](https://redirect.github.com/jdx) in
[dd4947c](https://redirect.github.com/jdx/mise/commit/dd4947c49591ef3c0ac8372465bbfd1cde4ca946)
- remove vfox-npm submodule by
[@​jdx](https://redirect.github.com/jdx) in
[c22f95b](https://redirect.github.com/jdx/mise/commit/c22f95b4c30a4415ee08830e17fa8bd5a7a59eb7)
- add vfox-npm by [@​jdx](https://redirect.github.com/jdx) in
[78c0972](https://redirect.github.com/jdx/mise/commit/78c0972a690eaf86eb6f5bbf2eabbe8a247890ea)
###
[`v2025.8.14`](https://redirect.github.com/jdx/mise/releases/tag/v2025.8.14)
[Compare
Source](https://redirect.github.com/jdx/mise/compare/v2025.8.13...v2025.8.14)
##### 🚀 Features
- **(http)** auto-clean OS/arch suffixes from binary names by
[@​jdx](https://redirect.github.com/jdx) in
[#​6077](https://redirect.github.com/jdx/mise/pull/6077)
- **(install)** add --dry-run flag to show what would be installed by
[@​jdx](https://redirect.github.com/jdx) in
[#​6078](https://redirect.github.com/jdx/mise/pull/6078)
##### 🐛 Bug Fixes
- **(python)** patching sysconfig data fails for RC versions by
[@​roele](https://redirect.github.com/roele) in
[#​6069](https://redirect.github.com/jdx/mise/pull/6069)
- **(schema)** add missing `settings` type by
[@​br3ndonland](https://redirect.github.com/br3ndonland) in
[#​6070](https://redirect.github.com/jdx/mise/pull/6070)
##### Chore
- add liblzma-dev for e2e tests to avoid python-build warning by
[@​jdx](https://redirect.github.com/jdx) in
[#​6066](https://redirect.github.com/jdx/mise/pull/6066)
###
[`v2025.8.13`](https://redirect.github.com/jdx/mise/releases/tag/v2025.8.13)
[Compare
Source](https://redirect.github.com/jdx/mise/compare/v2025.8.12...v2025.8.13)
##### 🐛 Bug Fixes
- clean up install progress and error output by
[@​jdx](https://redirect.github.com/jdx) in
[#​6063](https://redirect.github.com/jdx/mise/pull/6063)
- make header progress display at start of install by
[@​jdx](https://redirect.github.com/jdx) in
[#​6065](https://redirect.github.com/jdx/mise/pull/6065)
##### Chore
- Upgrade ubi dependency by
[@​suprememoocow](https://redirect.github.com/suprememoocow) in
[#​6061](https://redirect.github.com/jdx/mise/pull/6061)
- replace install\_or\_update\_python\_build by
[@​jdx](https://redirect.github.com/jdx) in
[#​6064](https://redirect.github.com/jdx/mise/pull/6064)
##### New Contributors
- [@​suprememoocow](https://redirect.github.com/suprememoocow)
made their first contribution in
[#​6061](https://redirect.github.com/jdx/mise/pull/6061)
###
[`v2025.8.12`](https://redirect.github.com/jdx/mise/releases/tag/v2025.8.12)
[Compare
Source](https://redirect.github.com/jdx/mise/compare/v2025.8.11...v2025.8.12)
##### 📦 Registry
- support tenv idiomatic files by
[@​risu729](https://redirect.github.com/risu729) in
[#​6050](https://redirect.github.com/jdx/mise/pull/6050)
##### 🚀 Features
- respect PREFER\_OFFLINE for aqua package metadata fetching by
[@​jdx](https://redirect.github.com/jdx) in
[#​6058](https://redirect.github.com/jdx/mise/pull/6058)
##### 📚 Documentation
- fix backend\_architecture docs by
[@​risu729](https://redirect.github.com/risu729) in
[#​6027](https://redirect.github.com/jdx/mise/pull/6027)
##### 📦️ Dependency Updates
- update amannn/action-semantic-pull-request digest to
[`e32d7e6`](https://redirect.github.com/jdx/mise/commit/e32d7e6) by
[@​renovate\[bot\]](https://redirect.github.com/renovate[bot]) in
[#​6031](https://redirect.github.com/jdx/mise/pull/6031)
- update actions/checkout digest to
[`08eba0b`](https://redirect.github.com/jdx/mise/commit/08eba0b) by
[@​renovate\[bot\]](https://redirect.github.com/renovate[bot]) in
[#​6030](https://redirect.github.com/jdx/mise/pull/6030)
- update actions/cache digest to
[`0400d5f`](https://redirect.github.com/jdx/mise/commit/0400d5f) by
[@​renovate\[bot\]](https://redirect.github.com/renovate[bot]) in
[#​5957](https://redirect.github.com/jdx/mise/pull/5957)
##### Chore
- check for warnings in gha with rust stable by
[@​jdx](https://redirect.github.com/jdx) in
[#​6055](https://redirect.github.com/jdx/mise/pull/6055)
</details>
<details>
<summary>npm/make-fetch-happen (make-fetch-happen)</summary>
###
[`v15.0.1`](https://redirect.github.com/npm/make-fetch-happen/blob/HEAD/CHANGELOG.md#1501-2025-08-19)
[Compare
Source](https://redirect.github.com/npm/make-fetch-happen/compare/v15.0.0...v15.0.1)
##### Dependencies
-
[`852a0d3`](https://redirect.github.com/npm/make-fetch-happen/commit/852a0d38eb70ac1241dd3fad96dd33c4a9f2a7a6)
[#​333](https://redirect.github.com/npm/make-fetch-happen/pull/333)
`[email protected]`
</details>
<details>
<summary>rollup/rollup (rollup)</summary>
###
[`v4.47.1`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4471)
[Compare
Source](https://redirect.github.com/rollup/rollup/compare/v4.47.0...v4.47.1)
*2025-08-21*
##### Bug Fixes
- Revert build process changes to investigate issues
([#​6077](https://redirect.github.com/rollup/rollup/issues/6077))
##### Pull Requests
- [#​6077](https://redirect.github.com/rollup/rollup/pull/6077):
Revert "build: aggressively optimize wasm build, improve pipeline
([#​6053](https://redirect.github.com/rollup/rollup/issues/6053))"
([@​lukastaegert](https://redirect.github.com/lukastaegert))
###
[`v4.47.0`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4470)
[Compare
Source](https://redirect.github.com/rollup/rollup/compare/v4.46.4...v4.47.0)
*2025-08-21*
##### Features
- Aggressively reduce WASM build size
([#​6053](https://redirect.github.com/rollup/rollup/issues/6053))
##### Bug Fixes
- Fix illegal instruction error on Android ARM platforms
([#​6072](https://redirect.github.com/rollup/rollup/issues/6072))
- Allow to pass explicit `undefined` for optional fields in Rollup types
([#​6061](https://redirect.github.com/rollup/rollup/issues/6061))
##### Pull Requests
- [#​6053](https://redirect.github.com/rollup/rollup/pull/6053):
build: aggressively optimize wasm build, improve pipeline
([@​cyyynthia](https://redirect.github.com/cyyynthia))
- [#​6061](https://redirect.github.com/rollup/rollup/pull/6061):
fix(types): add support for exactOptionalPropertyTypes
([@​remcohaszing](https://redirect.github.com/remcohaszing),
[@​lukastaegert](https://redirect.github.com/lukastaegert))
- [#​6072](https://redirect.github.com/rollup/rollup/pull/6072):
build(rust): mimalloc-safe/no\_opt\_arch on aarch64
([@​cyyynthia](https://redirect.github.com/cyyynthia))
###
[`v4.46.4`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4464)
[Compare
Source](https://redirect.github.com/rollup/rollup/compare/v4.46.3...v4.46.4)
*2025-08-20*
##### Bug Fixes
- Do not omit synthetic namespaces when only accessed via `in` operator
([#​6052](https://redirect.github.com/rollup/rollup/issues/6052))
##### Pull Requests
- [#​6052](https://redirect.github.com/rollup/rollup/pull/6052):
fix: don't optimize `in` with `syntheticNamedExports`
([@​hi-ogawa](https://redirect.github.com/hi-ogawa))
- [#​6074](https://redirect.github.com/rollup/rollup/pull/6074):
Update transitive dependency to fix audit
([@​lukastaegert](https://redirect.github.com/lukastaegert))
###
[`v4.46.3`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4463)
[Compare
Source](https://redirect.github.com/rollup/rollup/compare/v4.46.2...v4.46.3)
*2025-08-18*
##### Bug Fixes
- Resolve illegal instruction error on arm64 architectures
([#​6055](https://redirect.github.com/rollup/rollup/issues/6055))
- Resolve sourcemap generation performance regression
([#​6057](https://redirect.github.com/rollup/rollup/issues/6057))
##### Pull Requests
- [#​6043](https://redirect.github.com/rollup/rollup/pull/6043):
Avoid `generated by` comment diff on Windows
([@​sapphi-red](https://redirect.github.com/sapphi-red))
- [#​6048](https://redirect.github.com/rollup/rollup/pull/6048):
chore(deps): update dependency cross-env to v10
([@​renovate](https://redirect.github.com/renovate)\[bot],
[@​lukastaegert](https://redirect.github.com/lukastaegert))
- [#​6049](https://redirect.github.com/rollup/rollup/pull/6049):
fix(deps): lock file maintenance minor/patch updates
([@​renovate](https://redirect.github.com/renovate)\[bot])
- [#​6055](https://redirect.github.com/rollup/rollup/pull/6055):
Fix illegal instruction error on arm64 by enabling `no_opt_arch` feature
for mimalloc-safe
([@​sapphi-red](https://redirect.github.com/sapphi-red))
- [#​6057](https://redirect.github.com/rollup/rollup/pull/6057):
fix: tweak the fallback logic for tracing segment
([@​TrickyPi](https://redirect.github.com/TrickyPi),
[@​lukastaegert](https://redirect.github.com/lukastaegert))
- [#​6062](https://redirect.github.com/rollup/rollup/pull/6062):
docs: update Rust toolchain instructions
([@​situ2001](https://redirect.github.com/situ2001),
[@​lukastaegert](https://redirect.github.com/lukastaegert))
- [#​6063](https://redirect.github.com/rollup/rollup/pull/6063):
fix(deps): lock file maintenance minor/patch updates
([@​renovate](https://redirect.github.com/renovate)\[bot],
[@​lukastaegert](https://redirect.github.com/lukastaegert))
- [#​6067](https://redirect.github.com/rollup/rollup/pull/6067):
chore(deps): update actions/checkout action to v5
([@​renovate](https://redirect.github.com/renovate)\[bot],
[@​lukastaegert](https://redirect.github.com/lukastaegert))
- [#​6068](https://redirect.github.com/rollup/rollup/pull/6068):
chore(deps): update actions/download-artifact action to v5
([@​renovate](https://redirect.github.com/renovate)\[bot])
- [#​6069](https://redirect.github.com/rollup/rollup/pull/6069):
fix(deps): update rust crate swc\_compiler\_base to v31
([@​renovate](https://redirect.github.com/renovate)\[bot],
[@​lukastaegert](https://redirect.github.com/lukastaegert))
</details>
<details>
<summary>typescript-eslint/typescript-eslint
(typescript-eslint)</summary>
###
[`v8.40.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8400-2025-08-18)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.39.1...v8.40.0)
##### 🩹 Fixes
- **typescript-eslint:** export `plugin`, `parser`, and `configs` that
are compatible with both `defineConfig()` and `tseslint.config()`
([#​11475](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11475))
##### ❤️ Thank You
- Kirk Waiblinger
[@​kirkwaiblinger](https://redirect.github.com/kirkwaiblinger)
You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **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](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/apollographql/apollo-server).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuODEuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiOmNocmlzdG1hc190cmVlOiBkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 9a60182 commit 9c9f780
File tree
4 files changed
+171
-165
lines changed- .circleci
- smoke-test
4 files changed
+171
-165
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments