Closed renovate[bot] closed 3 years ago
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-grass-002fdad03-16.westeurope.azurestaticapps.net
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-grass-002fdad03-16.westeurope.azurestaticapps.net
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-grass-002fdad03-16.westeurope.azurestaticapps.net
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-grass-002fdad03-16.westeurope.azurestaticapps.net
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-grass-002fdad03-16.westeurope.azurestaticapps.net
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-grass-002fdad03-16.westeurope.azurestaticapps.net
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-grass-002fdad03-16.westeurope.azurestaticapps.net
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-grass-002fdad03-16.westeurope.azurestaticapps.net
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-grass-002fdad03-16.westeurope.azurestaticapps.net
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-grass-002fdad03-16.westeurope.azurestaticapps.net
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-grass-002fdad03-16.westeurope.azurestaticapps.net
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-grass-002fdad03-16.westeurope.azurestaticapps.net
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-grass-002fdad03-16.westeurope.azurestaticapps.net
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-grass-002fdad03-16.westeurope.azurestaticapps.net
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-grass-002fdad03-16.westeurope.azurestaticapps.net
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-grass-002fdad03-16.westeurope.azurestaticapps.net
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-grass-002fdad03-16.westeurope.azurestaticapps.net
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-grass-002fdad03-16.westeurope.azurestaticapps.net
This PR contains the following updates:
^0.1.2
->^0.1.9
^2.19.2
->^2.21.0
^2.19.2
->^2.21.0
^7.19.0
->^7.20.0
^2.15.0-26873315.0d497496
->^2.15.0-26889155.dd0eea40
Release Notes
apollographql/apollo-server
### [`v2.21.0`](https://togithub.com/apollographql/apollo-server/blob/master/CHANGELOG.md#v2210) [Compare Source](https://togithub.com/apollographql/apollo-server/compare/baf9b252dfab150ec828ef83345a7ceb2d34a6a3...456487f425d3504c1b1425cbb7c954c664b0631e) - Apollo Server can now be installed with `graphql@15` without causing peer dependency errors or warnings. (Apollo Server has a [file upload](https://www.apollographql.com/docs/apollo-server/data/file-uploads/) feature which was implemented as a wrapper around the `graphql-upload` package. We have been unable to upgrade our dependency on that package due to backwards-incompatible changes in later versions, and the version we were stuck on did not allow `graphql@15` as a peer dependency. We have now switched to a fork of that old version called `@apollographql/graphql-upload-8-fork` that allows `graphql@15`.) Also bump the `graphql-tools` dependency from 4.0.0 to 4.0.8 for `graphql@15` support. [Issue #4865](https://togithub.com/apollographql/apollo-server/issues/4865) ### [`v2.20.0`](https://togithub.com/apollographql/apollo-server/blob/master/CHANGELOG.md#v2200) [Compare Source](https://togithub.com/apollographql/apollo-server/compare/c212627be591cd2c2469321b58b15f1b7909778d...baf9b252dfab150ec828ef83345a7ceb2d34a6a3) - `apollo-server`: Previously, `ApolloServer.stop()` functioned like `net.Server.close()` in that it did not close idle connections or close active connections after a grace period. This meant that trying to `await ApolloServer.stop()` could hang indefinitely if there are open connections. Now, this method closes idle connections, and closes active connections after 10 seconds. The grace period can be adjusted by passing the new `stopGracePeriodMillis` option to `new ApolloServer`, or disabled by passing `Infinity` (though it will still close idle connections). Note that this only applies to the "batteries-included" `ApolloServer` in the `apollo-server` package with its own built-in Express and HTTP servers. [PR #4908](https://togithub.com/apollographql/apollo-server/pull/4908) [Issue #4097](https://togithub.com/apollographql/apollo-server/issues/4097) - `apollo-server-core`: When used with `ApolloGateway`, `ApolloServer.stop` now invokes `ApolloGateway.stop`. (This makes sense because `ApolloServer` already invokes `ApolloGateway.load` which is what starts the behavior stopped by `ApolloGateway.stop`.) Note that `@apollo/gateway` 0.23 will expect to be stopped in order for natural program shutdown to occur. [PR #4907](https://togithub.com/apollographql/apollo-server/pull/4907) [Issue #4428](https://togithub.com/apollographql/apollo-server/issues/4428) - `apollo-server-core`: Avoid instrumenting schemas for the old `graphql-extensions` library unless extensions are provided. [PR #4893](https://togithub.com/apollographql/apollo-server/pull/4893) [Issue #4889](https://togithub.com/apollographql/apollo-server/issues/4889) - `apollo-server-plugin-response-cache@0.6.0`: The `shouldReadFromCache` and `shouldWriteToCache` hooks were always documented as returning `ValueOrPromiseeslint/eslint
### [`v7.20.0`](https://togithub.com/eslint/eslint/releases/v7.20.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v7.19.0...v7.20.0) - [`f4ac3b0`](https://togithub.com/eslint/eslint/commit/f4ac3b0e7072fbd3c14e9c64ff0c2c255a4eb730) Docs: fix sibling selector descriptions ([#14099](https://togithub.com/eslint/eslint/issues/14099)) (Milos Djermanovic) - [`9d6063a`](https://togithub.com/eslint/eslint/commit/9d6063add931f0803cae1676d5df307baf114360) Fix: Crash with esquery when using JSX (fixes [#13639](https://togithub.com/eslint/eslint/issues/13639)) ([#14072](https://togithub.com/eslint/eslint/issues/14072)) (Yosuke Ota) - [`a0871f1`](https://togithub.com/eslint/eslint/commit/a0871f1840060bd23cfe0952a096b107142db2f0) Docs: Triage process ([#14014](https://togithub.com/eslint/eslint/issues/14014)) (Nicholas C. Zakas) - [`ad90761`](https://togithub.com/eslint/eslint/commit/ad9076183bc2c2029525edfc4596e403999348d1) Update: add enforceForJSX option to no-unused-expressions rule ([#14012](https://togithub.com/eslint/eslint/issues/14012)) (Duncan Beevers) - [`d6c84af`](https://togithub.com/eslint/eslint/commit/d6c84af67318537177ffac0120a81af08e3e9df4) Fix: `--init` autoconfig shouldn't add deprecated rules (fixes [#14017](https://togithub.com/eslint/eslint/issues/14017)) ([#14060](https://togithub.com/eslint/eslint/issues/14060)) (Milos Djermanovic) - [`9b277a1`](https://togithub.com/eslint/eslint/commit/9b277a16a7261e51b7ba36d6de7f996e9203a6a4) Fix: Support ENOTDIR error code in the folder existence checking utility ([#13973](https://togithub.com/eslint/eslint/issues/13973)) (Constantine Genchevsky) - [`7aeb127`](https://togithub.com/eslint/eslint/commit/7aeb12798f2b9da706f3593f26a02e717929c9af) Upgrade: pin [@babel/code-frame](https://togithub.com/babel/code-frame)[@7](https://togithub.com/7).12.11 ([#14067](https://togithub.com/eslint/eslint/issues/14067)) (Milos Djermanovic) - [`b4e2af5`](https://togithub.com/eslint/eslint/commit/b4e2af5db1c29343ffec2cd104b04bf39b77ee56) Docs: Add more fields to bug report template ([#14039](https://togithub.com/eslint/eslint/issues/14039)) (Nicholas C. Zakas) - [`96f1d49`](https://togithub.com/eslint/eslint/commit/96f1d49a4647e59f2fb918be096654e290513adc) Sponsors: Sync README with website (ESLint Jenkins) - [`cb27b0a`](https://togithub.com/eslint/eslint/commit/cb27b0abeda6dfee55dd43b9cbe12afad321f55d) Build: package.json update for eslint-config-eslint release (ESLint Jenkins) - [`4cab165`](https://togithub.com/eslint/eslint/commit/4cab165bf4e6e5e9f42a59a37a8ff2548c0af87d) Sponsors: Sync README with website (ESLint Jenkins)Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.