na2na-p / avion

An web application
1 stars 0 forks source link

Update all non-major dependencies #83

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
@nestjs/apollo ^12.0.4 -> ^12.0.7 age adoption passing confidence
@nestjs/common (source) ^10.0.3 -> ^10.0.4 age adoption passing confidence
@nestjs/core (source) ^10.0.3 -> ^10.0.4 age adoption passing confidence
@nestjs/graphql 12.0.6 -> 12.0.7 age adoption passing confidence
@nestjs/graphql ^12.0.6 -> ^12.0.7 age adoption passing confidence
@nestjs/platform-express (source) ^10.0.3 -> ^10.0.4 age adoption passing confidence
@nestjs/testing (source) ^10.0.3 -> ^10.0.4 age adoption passing confidence
@swc/core (source) ^1.3.66 -> ^1.3.67 age adoption passing confidence

Release Notes

nestjs/graphql (@​nestjs/apollo) ### [`v12.0.7`](https://togithub.com/nestjs/graphql/compare/v12.0.4...v12.0.7) [Compare Source](https://togithub.com/nestjs/graphql/compare/v12.0.4...v12.0.7)
nestjs/nest (@​nestjs/common) ### [`v10.0.4`](https://togithub.com/nestjs/nest/compare/v10.0.3...v10.0.4) [Compare Source](https://togithub.com/nestjs/nest/compare/v10.0.3...v10.0.4)
nestjs/nest (@​nestjs/core) ### [`v10.0.4`](https://togithub.com/nestjs/nest/compare/v10.0.3...v10.0.4) [Compare Source](https://togithub.com/nestjs/nest/compare/v10.0.3...v10.0.4)
nestjs/nest (@​nestjs/platform-express) ### [`v10.0.4`](https://togithub.com/nestjs/nest/compare/v10.0.3...v10.0.4) [Compare Source](https://togithub.com/nestjs/nest/compare/v10.0.3...v10.0.4)
nestjs/nest (@​nestjs/testing) ### [`v10.0.4`](https://togithub.com/nestjs/nest/compare/v10.0.3...v10.0.4) [Compare Source](https://togithub.com/nestjs/nest/compare/v10.0.3...v10.0.4)
swc-project/swc (@​swc/core) ### [`v1.3.67`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​1367---2023-06-29) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.66...v1.3.67) ##### Bug Fixes - **(es/minifier)** Don't drop assignments to unused top-level variables ([#​7581](https://togithub.com/swc-project/swc/issues/7581)) ([a685c88](https://togithub.com/swc-project/swc/commit/a685c88c61248e5bff98fb339a71b40b8fd4e528)) - **(es/parser)** Adjust context while parsing type arguments of TypeScript type queries ([#​7582](https://togithub.com/swc-project/swc/issues/7582)) ([9d5dda1](https://togithub.com/swc-project/swc/commit/9d5dda12991dac031064b139eb61d2d03dcd8571)) - **(estree/compat)** Adjust `loc.col` ([#​7565](https://togithub.com/swc-project/swc/issues/7565)) ([d86f8f6](https://togithub.com/swc-project/swc/commit/d86f8f6a3c1f6ad5de3078ade5c8a905f7067f24)) ##### Features - **(es/minifier)** Support `__NO_SIDE_EFFECTS__` ([#​7532](https://togithub.com/swc-project/swc/issues/7532)) ([3ad07a7](https://togithub.com/swc-project/swc/commit/3ad07a7d2e5c9507a786dc338f0cf50191916aa3)) - **(es/minifier)** Enable `hoist_props` by default ([#​7535](https://togithub.com/swc-project/swc/issues/7535)) ([07a8580](https://togithub.com/swc-project/swc/commit/07a858030c1a368b3152bfdb57471a35c47c3b32)) - **(es/minifier)** Inline constants even if they are exported ([#​7583](https://togithub.com/swc-project/swc/issues/7583)) ([398e922](https://togithub.com/swc-project/swc/commit/398e922ca0214e03556bb84fe632e5e03badd533)) - **(plugin/runner)** Update `wasmer` to `v4` ([#​7576](https://togithub.com/swc-project/swc/issues/7576)) ([ab7b17c](https://togithub.com/swc-project/swc/commit/ab7b17cf106620caa1ba46adf23e6013cc4d6288)) - **(plugin/runner)** Share runtime `Engine` ([#​7590](https://togithub.com/swc-project/swc/issues/7590)) ([9512ea3](https://togithub.com/swc-project/swc/commit/9512ea31ff1bb0c70f4f96a620b429fa01f48e0c)) - **(testing)** Add `CARGO_TARGET_DIR` and use it from other crates ([#​7552](https://togithub.com/swc-project/swc/issues/7552)) ([46fb461](https://togithub.com/swc-project/swc/commit/46fb4619bafd56dfa3edd9064c1fe2ae4b6b78de)) ##### Miscellaneous Tasks - **(ci)** Make `cargo deny` happy ([#​7560](https://togithub.com/swc-project/swc/issues/7560)) ([c8d9338](https://togithub.com/swc-project/swc/commit/c8d933858333209ecf786b64948ac3c88e401be6)) - **(ci)** Change condition for `ci` testing ([#​7533](https://togithub.com/swc-project/swc/issues/7533)) ([724e75d](https://togithub.com/swc-project/swc/commit/724e75d2569d3c210d4e0d3c6861e17c906babed)) - **(ci)** Fix CI ([#​7589](https://togithub.com/swc-project/swc/issues/7589)) ([c51eac6](https://togithub.com/swc-project/swc/commit/c51eac6075c161bdf4e8211fd6f96df8bd902e7d)) ##### Refactor - **(common)** Remove `add_bitflags` and update `bitflags` ([#​7571](https://togithub.com/swc-project/swc/issues/7571)) ([95ac74e](https://togithub.com/swc-project/swc/commit/95ac74e6e494afc90f32c8fc9add2b1824f25db5)) ##### Build - **(cargo)** Update deps ([#​7564](https://togithub.com/swc-project/swc/issues/7564)) ([d12dc70](https://togithub.com/swc-project/swc/commit/d12dc70c9108d5863e0ca2e4f05f4aefcfb4380e)) - **(cargo)** Update deps ([#​7566](https://togithub.com/swc-project/swc/issues/7566)) ([d57d0d3](https://togithub.com/swc-project/swc/commit/d57d0d3ad3f8ce7ed449eec5896eb2f10b83a930)) - **(deps)** Update `syn` to `v2` ([#​7557](https://togithub.com/swc-project/swc/issues/7557)) ([5441004](https://togithub.com/swc-project/swc/commit/54410047fa7ccb1330fb2e9db27a3c0b2a24a02e))

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.