na2na-p / avion

An web application
1 stars 0 forks source link

Update all non-major dependencies #64

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.2 -> ^4.7.3 age adoption passing confidence
@mermaid-js/mermaid-cli ^10.1.0 -> ^10.2.2 age adoption passing confidence
turbo (source) ^1.10.1 -> ^1.10.2 age adoption passing confidence

Release Notes

apollographql/apollo-server ### [`v4.7.3`](https://togithub.com/apollographql/apollo-server/blob/HEAD/packages/server/CHANGELOG.md#​473) [Compare Source](https://togithub.com/apollographql/apollo-server/compare/@apollo/server@4.7.2...@apollo/server@4.7.3) ##### Patch Changes - [#​7601](https://togithub.com/apollographql/apollo-server/pull/7601) [`75b668d9e`](https://togithub.com/apollographql/apollo-server/commit/75b668d9ed576cbbdeaacdb4adfff051f430c21d) Thanks [@​trevor-scheer](https://togithub.com/trevor-scheer)! - Provide a new configuration option for landing page plugins `precomputedNonce` which allows users to provide a nonce and avoid calling into `uuid` functions on startup. This is useful for Cloudflare Workers where random number generation is not available on startup (only during requests). Unless you are using Cloudflare Workers, you can ignore this change. The example below assumes you've provided a `PRECOMPUTED_NONCE` variable in your `wrangler.toml` file. Example usage: ```ts const server = new ApolloServer({ // ... plugins: [ ApolloServerPluginLandingPageLocalDefault({ precomputedNonce: PRECOMPUTED_NONCE, }), ], }); ```
mermaid-js/mermaid-cli ### [`v10.2.2`](https://togithub.com/mermaid-js/mermaid-cli/releases/tag/10.2.2) [Compare Source](https://togithub.com/mermaid-js/mermaid-cli/compare/10.1.0...10.2.2) #### Changes #### 🐛 Bug Fixes - Use `mermaid.render()` instead of `mermaid.run()` API to avoid removing whitespace from diagrams [@​aloisklink](https://togithub.com/aloisklink) ([#​536](https://togithub.com/mermaid-js/mermaid-cli/issues/536)) - build: remove dependency on mermaid-mindmap pkg [@​aloisklink](https://togithub.com/aloisklink) ([#​535](https://togithub.com/mermaid-js/mermaid-cli/issues/535)) #### 🧰 Maintenance - Simplify the `getInputData()` function [@​aloisklink](https://togithub.com/aloisklink) ([#​545](https://togithub.com/mermaid-js/mermaid-cli/issues/545)) #### 📦 Dependency updates - build(deps-dev): bump standard from 17.0.0 to 17.1.0 [@​dependabot](https://togithub.com/dependabot) ([#​548](https://togithub.com/mermaid-js/mermaid-cli/issues/548)) - build(deps-dev): bump typescript from 5.0.4 to 5.1.3 [@​dependabot](https://togithub.com/dependabot) ([#​547](https://togithub.com/mermaid-js/mermaid-cli/issues/547)) - build(deps-dev): bump mermaid from 10.2.0 to 10.2.2 [@​dependabot](https://togithub.com/dependabot) ([#​546](https://togithub.com/mermaid-js/mermaid-cli/issues/546)) - build(deps-dev): bump mermaid from 10.1.0 to 10.2.0 [@​dependabot](https://togithub.com/dependabot) ([#​541](https://togithub.com/mermaid-js/mermaid-cli/issues/541)) - build(deps-dev): bump vite from 4.3.8 to 4.3.9 [@​dependabot](https://togithub.com/dependabot) ([#​542](https://togithub.com/mermaid-js/mermaid-cli/issues/542)) - build(deps-dev): bump vite from 4.3.5 to 4.3.8 [@​dependabot](https://togithub.com/dependabot) ([#​540](https://togithub.com/mermaid-js/mermaid-cli/issues/540)) - build(deps-dev): bump vite from 4.3.3 to 4.3.5 [@​dependabot](https://togithub.com/dependabot) ([#​538](https://togithub.com/mermaid-js/mermaid-cli/issues/538)) - build: remove dependency on mermaid-mindmap pkg [@​aloisklink](https://togithub.com/aloisklink) ([#​535](https://togithub.com/mermaid-js/mermaid-cli/issues/535)) - build(deps): bump puppeteer from 19.10.1 to 19.11.1 [@​dependabot](https://togithub.com/dependabot) ([#​534](https://togithub.com/mermaid-js/mermaid-cli/issues/534)) - build(deps-dev): bump vite from 4.3.1 to 4.3.3 [@​dependabot](https://togithub.com/dependabot) ([#​533](https://togithub.com/mermaid-js/mermaid-cli/issues/533)) - build(deps-dev): bump vite from 4.2.1 to 4.3.1 [@​dependabot](https://togithub.com/dependabot) ([#​531](https://togithub.com/mermaid-js/mermaid-cli/issues/531)) - build(deps): bump puppeteer from 19.9.0 to 19.10.1 [@​dependabot](https://togithub.com/dependabot) ([#​530](https://togithub.com/mermaid-js/mermaid-cli/issues/530)) - build(deps): bump commander from 10.0.0 to 10.0.1 [@​dependabot](https://togithub.com/dependabot) ([#​528](https://togithub.com/mermaid-js/mermaid-cli/issues/528)) - build(deps): bump puppeteer from 19.8.5 to 19.9.0 [@​dependabot](https://togithub.com/dependabot) ([#​527](https://togithub.com/mermaid-js/mermaid-cli/issues/527))
vercel/turbo ### [`v1.10.2`](https://togithub.com/vercel/turbo/releases/tag/v1.10.2): Turborepo v1.10.2 [Compare Source](https://togithub.com/vercel/turbo/compare/v1.10.1...v1.10.2) #### What's Changed ##### Changelog - fix(turborepo): rust implementation of file hashing via git index by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/4967](https://togithub.com/vercel/turbo/pull/4967) - feat: rust pnpm lockfile implementation by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/4906](https://togithub.com/vercel/turbo/pull/4906) - Fix broken link for `--verbosity`. by [@​leerob](https://togithub.com/leerob) in [https://github.com/vercel/turbo/pull/5118](https://togithub.com/vercel/turbo/pull/5118) - Noting multiple global turbo installations. by [@​anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/5119](https://togithub.com/vercel/turbo/pull/5119) - List dev command more consistently. by [@​anthonyshew](https://togithub.com/anthonyshew) in [https://github.com/vercel/turbo/pull/5120](https://togithub.com/vercel/turbo/pull/5120) - fix: update storybook dev command by [@​ekafyi](https://togithub.com/ekafyi) in [https://github.com/vercel/turbo/pull/5105](https://togithub.com/vercel/turbo/pull/5105) - feat(turborepo): Move some shim paths over to AbsoluteSystemPath by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/5108](https://togithub.com/vercel/turbo/pull/5108) - feat(docs): update copy arg by [@​tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/5090](https://togithub.com/vercel/turbo/pull/5090) - feat(docs): link examples with generators by [@​tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/5126](https://togithub.com/vercel/turbo/pull/5126) - sync dependencies with next.js by [@​sokra](https://togithub.com/sokra) in [https://github.com/vercel/turbo/pull/5131](https://togithub.com/vercel/turbo/pull/5131) - Include timeSaved metric when skipping cache check by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4952](https://togithub.com/vercel/turbo/pull/4952) - Update storybook.mdx by [@​lofsigma](https://togithub.com/lofsigma) in [https://github.com/vercel/turbo/pull/5134](https://togithub.com/vercel/turbo/pull/5134) - refactor(turborepo): API Client Cleanup by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/5084](https://togithub.com/vercel/turbo/pull/5084) - feat(turborepo): Set feature to use Go daemon by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/5147](https://togithub.com/vercel/turbo/pull/5147) - fix(turborepo): Handle unimplemented and failed_precondition in daemon clients by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/5151](https://togithub.com/vercel/turbo/pull/5151) - feat(types): publish turbo types by [@​tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/5130](https://togithub.com/vercel/turbo/pull/5130) - feat(daemon): clean by [@​tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/5152](https://togithub.com/vercel/turbo/pull/5152) - chore(turborepo): Port piece of kill_live_server test for version mismatch by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/5153](https://togithub.com/vercel/turbo/pull/5153) - feat(turborepo): Wait for a pid file, then a sock file by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/5158](https://togithub.com/vercel/turbo/pull/5158) - feat(create-turbo): use latest turbo by default by [@​tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/5155](https://togithub.com/vercel/turbo/pull/5155) - Update existing-monorepo.mdx by [@​tomheaton](https://togithub.com/tomheaton) in [https://github.com/vercel/turbo/pull/5149](https://togithub.com/vercel/turbo/pull/5149) - Merge timesaved and cache status data structures by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/5135](https://togithub.com/vercel/turbo/pull/5135) - chore: specify rust crates as inputs to building turborepo by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/4664](https://togithub.com/vercel/turbo/pull/4664) - Organize tests a bit by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/5116](https://togithub.com/vercel/turbo/pull/5116) - docs: add `--out-dir` reference for prune command by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/5173](https://togithub.com/vercel/turbo/pull/5173) - fix(turborepo): Restructure reading from stderr, fix parsing of ls-tree by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/5181](https://togithub.com/vercel/turbo/pull/5181) - chore(cli): add note about changing run summary by [@​tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/5186](https://togithub.com/vercel/turbo/pull/5186) - feat(turborepo): Remove as_absolute_path() in favor of Deref by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/5194](https://togithub.com/vercel/turbo/pull/5194) - Update log message when cache restoration is skipped by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/5127](https://togithub.com/vercel/turbo/pull/5127) - docs: Move deprecated options for run command to bottom by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/5180](https://togithub.com/vercel/turbo/pull/5180) - Parallel ignores concurrency and dependencies, we don't need to validate by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/5191](https://togithub.com/vercel/turbo/pull/5191) - feat(lockfiles): add support pnpm lockfile version 6.1 by [@​chris-olszewski](https://togithub.com/chris-olszewski) in [https://github.com/vercel/turbo/pull/5195](https://togithub.com/vercel/turbo/pull/5195) - feat(turborepo): Remove anyhow from package manager detection by [@​gsoltis](https://togithub.com/gsoltis) in [https://github.com/vercel/turbo/pull/5196](https://togithub.com/vercel/turbo/pull/5196) - Add codemod for glob syntax issues. by [@​arlyon](https://togithub.com/arlyon) in [https://github.com/vercel/turbo/pull/5184](https://togithub.com/vercel/turbo/pull/5184) - fix(gen): swap to which for windows by [@​tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/5208](https://togithub.com/vercel/turbo/pull/5208) - Add timeSaved value into dry run output by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/5171](https://togithub.com/vercel/turbo/pull/5171) - fix(turborepo): Repo config case normalization by [@​NicholasLYang](https://togithub.com/NicholasLYang) in [https://github.com/vercel/turbo/pull/5209](https://togithub.com/vercel/turbo/pull/5209) - release(turborepo): 1.10.2-canary.2 by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/5212](https://togithub.com/vercel/turbo/pull/5212) - Update references to docs in code comments and help output by [@​mehulkar](https://togithub.com/mehulkar) in [https://github.com/vercel/turbo/pull/5179](https://togithub.com/vercel/turbo/pull/5179) - fix(turbo): remove npx version check for gen by [@​tknickman](https://togithub.com/tknickman) in [https://github.com/vercel/turbo/pull/5216](https://togithub.com/vercel/turbo/pull/5216) - release(turborepo): 1.10.2-canary.3 by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/vercel/turbo/pull/5222](https://togithub.com/vercel/turbo/pull/5222) #### New Contributors - [@​cool-little-fish](https://togithub.com/cool-little-fish) made their first contribution in [https://github.com/vercel/turbo/pull/4902](https://togithub.com/vercel/turbo/pull/4902) - [@​ekafyi](https://togithub.com/ekafyi) made their first contribution in [https://github.com/vercel/turbo/pull/5105](https://togithub.com/vercel/turbo/pull/5105) - [@​lofsigma](https://togithub.com/lofsigma) made their first contribution in [https://github.com/vercel/turbo/pull/5134](https://togithub.com/vercel/turbo/pull/5134) - [@​tomheaton](https://togithub.com/tomheaton) made their first contribution in [https://github.com/vercel/turbo/pull/5149](https://togithub.com/vercel/turbo/pull/5149) **Full Changelog**: https://github.com/vercel/turbo/compare/v1.10.1...v1.10.2

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.