na2na-p / avion

An web application
1 stars 0 forks source link

Update all non-major dependencies #97

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/server ^4.7.5 -> ^4.8.1 age adoption passing confidence
@types/node (source) 18.16.19 -> 18.17.0 age adoption passing confidence
pnpm (source) 8.6.9 -> 8.6.10 age adoption passing confidence
pnpm (source) >=8.6.9 -> >=8.6.10 age adoption passing confidence
pnpm (source) 8.6.9 -> 8.6.10 age adoption passing confidence

Release Notes

apollographql/apollo-server (@​apollo/server) ### [`v4.8.1`](https://togithub.com/apollographql/apollo-server/blob/HEAD/packages/server/CHANGELOG.md#481) [Compare Source](https://togithub.com/apollographql/apollo-server/compare/@apollo/server@4.8.0...@apollo/server@4.8.1) ##### Patch Changes - [#​7636](https://togithub.com/apollographql/apollo-server/pull/7636) [`42fc65cb2`](https://togithub.com/apollographql/apollo-server/commit/42fc65cb282a8d5b8bf853775a8eedc421d33524) Thanks [@​trevor-scheer](https://togithub.com/trevor-scheer)! - Update test suite for compatibility with Node v20 ### [`v4.8.0`](https://togithub.com/apollographql/apollo-server/blob/HEAD/packages/server/CHANGELOG.md#480) [Compare Source](https://togithub.com/apollographql/apollo-server/compare/@apollo/server@4.7.5...@apollo/server@4.8.0) ##### Minor Changes - [#​7634](https://togithub.com/apollographql/apollo-server/pull/7634) [`f8a8ea08f`](https://togithub.com/apollographql/apollo-server/commit/f8a8ea08fed4090115b1a025e57bdb0f2deb82fc) Thanks [@​dfperry5](https://togithub.com/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: ```ts const server = new ApolloServer({ typeDefs, resolvers, stringifyResult: (value: FormattedExecutionResult) => { return JSON.stringify(value, null, 2); }, }); ```
pnpm/pnpm (pnpm) ### [`v8.6.10`](https://togithub.com/pnpm/pnpm/releases/tag/v8.6.10) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.6.9...v8.6.10) #### Patch Changes - Installation succeeds if a non-optional dependency of an optional dependency has failing installation scripts [#​6822](https://togithub.com/pnpm/pnpm/issues/6822). - The length of the temporary file names in the content-addressable store reduced in order to prevent `ENAMETOOLONG` errors from happening [#​6842](https://togithub.com/pnpm/pnpm/issues/6842). - Ignore empty patch content when patch-commit. - Sort keys in `packageExtensions` before calculating `packageExtensionsChecksum` [#​6824](https://togithub.com/pnpm/pnpm/issues/6824). - Pass the right scheme to `git ls-remote` in order to prevent a fallback to `git+ssh` that would result in a 'host key verification failed' issue [#​6806](https://togithub.com/pnpm/pnpm/issues/6806) - The "postpublish" script of a git-hosted dependency is not executed, while building the dependency [#​6822](https://togithub.com/pnpm/pnpm/issues/6846). #### Our Gold Sponsors
#### Our Silver Sponsors

Configuration

📅 Schedule: Branch creation - "after 9am,before 12am" in timezone Asia/Tokyo, 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.