chore(deps): update all non-major dependencies#62
Merged
tobiasdiez merged 1 commit intomainfrom Sep 15, 2023
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## main #62 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 10 10
Branches 2 2
=========================================
Hits 10 10 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
fd7679b to
9e2c006
Compare
9e2c006 to
fb8a160
Compare
fde2504 to
863cb35
Compare
c592f3c to
1e1ca36
Compare
573ad57 to
b3b7f29
Compare
c2d21ba to
eab298a
Compare
Owner
|
There are issues with the generated types, maybe this is fixed by #68. |
6502939 to
abe2880
Compare
e9e614e to
a4da5d3
Compare
8122233 to
6ce080b
Compare
6ce080b to
7803aa8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^4.7.5->^4.9.3^1.1.5->^1.1.6^5.0.0->^5.0.1^0.6.7->^0.8.3^3.6.2->^3.7.3^0.4.0->^0.5.1^3.6.2->^3.7.3^3.6.2->^3.7.3^12.0.0->^12.1.0^6.0.0->^6.7.0^6.0.0->^6.7.0^0.33.0->^0.34.4^8.44.0->^8.49.0^16.7.1->^16.8.0^3.6.2->^3.7.38.6.6->8.7.5^3.0.0->^3.0.3^5.1.6->^5.2.2^0.33.0->^0.34.4Release Notes
apollographql/apollo-server (@apollo/server)
v4.9.3Compare Source
Patch Changes
a1c725eafThanks @trevor-scheer! - Ensure API keys are valid header values on startupApollo Server previously performed no sanitization or validation of API keys on startup. In the case that an API key was provided which contained characters that are invalid as header values, Apollo Server could inadvertently log the API key in cleartext.
This only affected users who:
node-fetchfetcherApollo Server now trims whitespace from API keys and validates that they are valid header values. If an invalid API key is provided, Apollo Server will throw an error on startup.
For more details, see the security advisory:
GHSA-j5g3-5c8r-7qfx
v4.9.2Compare Source
Patch Changes
#7699
62e7d940dThanks @trevor-scheer! - Fix error path attachment for list itemsPreviously, when errors occurred while resolving a list item, the trace builder would fail to place the error at the correct path and just default to the root node with a warning message:
This change places these errors at their correct paths and removes the log.
v4.9.1Compare Source
Patch Changes
ebfde0007Thanks @trevor-scheer! - Add missingnonceonscripttag for non-embedded landing pagev4.9.0Compare Source
Minor Changes
#7617
4ff81ca50Thanks @trevor-scheer! - Introduce newApolloServerPluginSubscriptionCallbackplugin. This plugin implements the subscription callback protocol which is used by Apollo Router. This feature implements subscriptions over HTTP via a callback URL which Apollo Router registers with Apollo Server. This feature is currently in preview and is subject to change.You can enable callback subscriptions like so:
Note that there is currently no tracing or metrics mechanism in place for callback subscriptions. Additionally, this plugin "intercepts" callback subscription requests and bypasses some of Apollo Server's internals. The result of this is that certain plugin hooks (notably
executionDidStartandwillResolveField) will not be called when handling callback subscription requests or when sending subscription events.For more information on the subscription callback protocol, visit the docs:
https://www.apollographql.com/docs/router/executing-operations/subscription-callback-protocol/
Patch Changes
4784f46fbThanks @renovate! - Update graphql-http dependencyv4.8.1Compare Source
Patch Changes
42fc65cb2Thanks @trevor-scheer! - Update test suite for compatibility with Node v20v4.8.0Compare Source
Minor Changes
#7634
f8a8ea08fThanks @dfperry5! - Updating the ApolloServer constructor to take in a stringifyResult function that will allow a consumer to pass in a function that formats the result of an http query.Usage:
apollo-server-integrations/apollo-server-integration-h3 (@as-integrations/h3)
v1.1.6Compare Source
🐛 Bug Fixes
🧹 Miscellaneous
dotansimha/graphql-code-generator (@graphql-codegen/plugin-helpers)
v5.0.1Compare Source
Patch Changes
bb1e0e96eThanks @tnyo43! - add noSilentErrors option to the config typenuxt/devtools (@nuxt/devtools)
v0.8.3Compare Source
Bug Fixes
currentRouteto be null (7ca1fc9)v0.8.2Compare Source
Bug Fixes
v0.8.1Compare Source
Bug Fixes
Features
v0.8.0Compare Source
Features
NSelectTabcomponent (509a1ec)0.7.6 (2023-08-09)
Bug Fixes
Features
0.7.5 (2023-08-06)
Bug Fixes
Features
0.7.4 (2023-08-01)
Bug Fixes
0.7.3 (2023-08-01)
Bug Fixes
vite-plugin-inspect, close #324 (ea41a5d)0.7.2 (2023-07-31)
Bug Fixes
Features
0.7.1 (2023-07-23)
Bug Fixes
useDevtoolsClient()(#340) (934b1d4)renderCodeHighlight(#341) (d4e1541)Features
v0.7.6Compare Source
Bug Fixes
Features
v0.7.5Compare Source
Bug Fixes
Features
v0.7.4Compare Source
Bug Fixes
v0.7.3Compare Source
Bug Fixes
vite-plugin-inspect, close #324 (ea41a5d)v0.7.2Compare Source
Bug Fixes
Features
v0.7.1Compare Source
Bug Fixes
useDevtoolsClient()(#340) (934b1d4)renderCodeHighlight(#341) (d4e1541)Features
v0.7.0Compare Source
Bug Fixes
devServerconfig when creating request for auth URL (#328) (7d766ac)error-stack-parser-es(8c1974b)Features
0.6.7 (2023-07-05)
Bug Fixes
Features
0.6.6 (2023-06-30)
Bug Fixes
0.6.5 (2023-06-30)
Bug Fixes
Features
0.6.4 (2023-06-26)
Bug Fixes
Features
0.6.3 (2023-06-23)
Bug Fixes
Features
0.6.2 (2023-06-21)
Bug Fixes
Features
0.6.1 (2023-06-15)
Bug Fixes
runWizardtoken argument (29aeb27), closes /github.com/nuxt/devtools/issues/267#issuecomment-1593493316Features
nuxt/nuxt (@nuxt/kit)
v3.7.3Compare Source
👉 Changelog
compare changes
🩹 Fixes
#components(#23188)💅 Refactors
📖 Documentation
❤️ Contributors
v3.7.2Compare Source
✅ Upgrading
As usual, our recommendation for upgrading is to run:
👉 Changelog
compare changes
🩹 Fixes
joinURLwith remote sources on NuxtIsland (#23093)data-vattrs from server component props (#23095)useFetchauto key (#23086)cssCodeSplit(#23049)spaLoadingTemplateif file exists (#23048)tsconfig.jsondefaults (#23121)0(#23127)📖 Documentation
nameparam toPageMetainterface description (#23107)experimental.componentIslands(#23138)nuxi initcommand (#23155)🏡 Chore
🤖 CI
❤️ Contributors
v3.7.1Compare Source
✅ Upgrading
As usual, our recommendation for upgrading is to run:
This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.
👉 Changelog
compare changes
🔥 Performance
🩹 Fixes
ssr: false(#22869)prioritywhen registering components dirs (#22882)addLayout([#22902](https://togithub.com/nuxt/nuxt/puConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 has been generated by Mend Renovate. View repository job log here.