na2na-p / avion

An web application
1 stars 0 forks source link

Update all non-major dependencies #53

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.0 -> ^4.7.1 age adoption passing confidence
@swc/core (source) ^1.3.54 -> ^1.3.56 age adoption passing confidence
@types/node (source) 18.16.0 -> 18.16.3 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.59.1 -> ^5.59.2 age adoption passing confidence
@typescript-eslint/parser ^5.59.1 -> ^5.59.2 age adoption passing confidence
pnpm (source) 8.3.1 -> 8.4.0 age adoption passing confidence
pnpm (source) >=8.3.1 -> >=8.4.0 age adoption passing confidence
pnpm (source) 8.3.1 -> 8.4.0 age adoption passing confidence
prisma-erd-generator ^1.5.4 -> ^1.7.0 age adoption passing confidence
rxjs (source) ^7.8.0 -> ^7.8.1 age adoption passing confidence
yargs (source) ^17.7.1 -> ^17.7.2 age adoption passing confidence

Release Notes

apollographql/apollo-server ### [`v4.7.1`](https://togithub.com/apollographql/apollo-server/blob/HEAD/packages/server/CHANGELOG.md#​471) [Compare Source](https://togithub.com/apollographql/apollo-server/compare/@apollo/server@4.7.0...@apollo/server@4.7.1) ##### Patch Changes - [#​7539](https://togithub.com/apollographql/apollo-server/pull/7539) [`5d3c45be9`](https://togithub.com/apollographql/apollo-server/commit/5d3c45be9d871ac1ccc2e5cce70fcd60591f39a4) Thanks [@​mayakoneval](https://togithub.com/mayakoneval)! - 🐛 Bug Fix for Apollo Server Landing Pages on Safari. A Content Security Policy was added to our landing page html so that Safari can run the inline scripts we use to call the Embedded Sandbox & Explorer.
swc-project/swc ### [`v1.3.56`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1356---2023-04-29) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.55...v1.3.56) ##### Bug Fixes - **(es/codegen)** Emit type arguments for call expressions ([#​7335](https://togithub.com/swc-project/swc/issues/7335)) ([7e99e5f](https://togithub.com/swc-project/swc/commit/7e99e5fd2c3d15aba6bf29958bd9305e29312e6a)) - **(es/parser)** Parse decorators after `export` ([#​7340](https://togithub.com/swc-project/swc/issues/7340)) ([985f0ca](https://togithub.com/swc-project/swc/commit/985f0cad06b9de5f9e98bed3ad62769e0f3c7528)) - **(es/typescript)** Fix typescript strip pass ([#​7342](https://togithub.com/swc-project/swc/issues/7342)) ([d061d29](https://togithub.com/swc-project/swc/commit/d061d295ff2ca6ebb03d9c62c367f42f7186c2d7)) - **(plugin/runner)** Revert [#​7341](https://togithub.com/swc-project/swc/issues/7341) ([#​7344](https://togithub.com/swc-project/swc/issues/7344)) ([d6999ba](https://togithub.com/swc-project/swc/commit/d6999ba1ac454a1617bab00c740d99f81ff1a18d)) ##### Features - **(es/minifier)** Drop expressions using sequential inliner ([#​6936](https://togithub.com/swc-project/swc/issues/6936)) ([246300a](https://togithub.com/swc-project/swc/commit/246300ae25be0cfdbbb266e02f80d06013a96d85)) - **(plugin/runner)** Improve caching ([#​7341](https://togithub.com/swc-project/swc/issues/7341)) ([245163a](https://togithub.com/swc-project/swc/commit/245163a77827767ab0b4df59d00597c4af62d745)) ### [`v1.3.55`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1355---2023-04-25) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.54...v1.3.55) ##### Bug Fixes - **(es/helpers)** Add `src/*.mjs` entry back ([#​7328](https://togithub.com/swc-project/swc/issues/7328)) ([84af855](https://togithub.com/swc-project/swc/commit/84af85563f91a9593e0eb319f46c49c1d4cf7895)) ##### Features - **(es/module)** Add `export_interop_annotation` flag ([#​7330](https://togithub.com/swc-project/swc/issues/7330)) ([caee073](https://togithub.com/swc-project/swc/commit/caee073935a9abb08f0b5e2e0e9160d80064995b))
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v5.59.2`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5592-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5591v5592-2023-05-01) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.1...v5.59.2) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v5.59.2`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5592-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5591v5592-2023-05-01) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.1...v5.59.2) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
pnpm/pnpm ### [`v8.4.0`](https://togithub.com/pnpm/pnpm/releases/tag/v8.4.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.3.1...v8.4.0) #### Minor Changes - `pnpm publish` supports the `--provenance` CLI option [#​6435](https://togithub.com/pnpm/pnpm/issues/6435). #### Patch Changes - Link the bin files of local workspace dependencies, when `node-linker` is set to `hoisted` [6486](https://togithub.com/pnpm/pnpm/issues/6486). - Ask the user to confirm the removal of `node_modules` directory unless the `--force` option is passed. - Do not create a `node_modules` folder with a `.modules.yaml` file if there are no dependencies inside `node_modules`. #### Our Gold Sponsors
#### Our Silver Sponsors
keonik/prisma-erd-generator ### [`v1.7.0`](https://togithub.com/keonik/prisma-erd-generator/compare/v1.5.4...v1.7.0) [Compare Source](https://togithub.com/keonik/prisma-erd-generator/compare/v1.5.4...v1.7.0)
reactivex/rxjs ### [`v7.8.1`](https://togithub.com/reactivex/rxjs/compare/7.8.0...7.8.1) [Compare Source](https://togithub.com/reactivex/rxjs/compare/7.8.0...7.8.1)
yargs/yargs ### [`v17.7.2`](https://togithub.com/yargs/yargs/blob/HEAD/CHANGELOG.md#​1772-httpsgithubcomyargsyargscomparev1771v1772-2023-04-27) [Compare Source](https://togithub.com/yargs/yargs/compare/v17.7.1...v17.7.2) ##### Bug Fixes - do not crash completion when having negated options ([#​2322](https://togithub.com/yargs/yargs/issues/2322)) ([7f42848](https://togithub.com/yargs/yargs/commit/7f428485e75e9b1b0db1320216d1c31469770563))

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.