prisma-labs / dripip

Opinionated CLI for continuous delivery of npm packages
100 stars 2 forks source link

chore(deps): update devdependencies (non-major) #149

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@swc/core (source) 1.2.165 -> 1.2.168 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.18.0 -> 5.19.0 age adoption passing confidence
@typescript-eslint/parser 5.18.0 -> 5.19.0 age adoption passing confidence

Release Notes

swc-project/swc ### [`v1.2.168`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​12168---2022-04-17) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.2.167...v1.2.168) ##### Bug Fixes - **(es/codegen)** Emit decorators before export ([#​4349](https://togithub.com/swc-project/swc/issues/4349)) ([4953ce4](https://togithub.com/swc-project/swc/commit/4953ce466fcb008aa356d88489786b7bff3f2395)) - **(es/minifier)** Preserve vars in dead branches ([#​4345](https://togithub.com/swc-project/swc/issues/4345)) ([5a5e41a](https://togithub.com/swc-project/swc/commit/5a5e41aaaa3791f76de9c73aa29c714fa097c773)) ##### Features - **(es/minifier)** `const` => `let` ([#​3654](https://togithub.com/swc-project/swc/issues/3654)) ([b3b95ac](https://togithub.com/swc-project/swc/commit/b3b95acc75f765af433b0c7f887821403561378f)) ##### Miscellaneous Tasks - **(es/minifier)** Organize scripts ([#​4347](https://togithub.com/swc-project/swc/issues/4347)) ([14c74f5](https://togithub.com/swc-project/swc/commit/14c74f50c0b21d65d9604b58a2ce348baeb1baa3)) - **(es/minifier)** Improve scripts ([#​4339](https://togithub.com/swc-project/swc/issues/4339)) ([2563c7f](https://togithub.com/swc-project/swc/commit/2563c7f8ff5bb86131f642b6cca948955d795820)) - **(repo)** Make git commit faster ([#​4353](https://togithub.com/swc-project/swc/issues/4353)) ([f7df3d8](https://togithub.com/swc-project/swc/commit/f7df3d8f24a0571b1766e6187d2305fdf566b08a))- **general**: Fix CI script ([a953455](https://togithub.com/swc-project/swc/commit/a953455ada2604c65493db7a04dcfbdd2ef5ca78)) ##### Performance - **(es)** Disable wrong parallelization ([#​4354](https://togithub.com/swc-project/swc/issues/4354)) ([da6fa60](https://togithub.com/swc-project/swc/commit/da6fa602310c0a56825723d83585fb258b88c931)) - **(es/minifier)** Split frequently used functions ([#​4352](https://togithub.com/swc-project/swc/issues/4352)) ([42e15ae](https://togithub.com/swc-project/swc/commit/42e15aedc2b7c0ccdd9d6db58cc425a1e781cdd8)) ### [`v1.2.167`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​12167---2022-04-17) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.2.165...v1.2.167) ##### Bug Fixes - **(es/parser)** Reject optional constructor call ([#​4340](https://togithub.com/swc-project/swc/issues/4340)) ([31b3336](https://togithub.com/swc-project/swc/commit/31b3336cd5881ff8f99d791254ee02ff4fa23fcc)) ##### Miscellaneous Tasks - **(ci)** Fix wasm publish script ([1900d35](https://togithub.com/swc-project/swc/commit/1900d3506efb8bc319dece4219789e2509ecf67c)) ##### Performance - **(es/minifier)** Make name mangler faster ([#​4342](https://togithub.com/swc-project/swc/issues/4342)) ([66ff7b8](https://togithub.com/swc-project/swc/commit/66ff7b8a09bc504d3912d12b4a8ebea3a96d4e4b))
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v5.19.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5190-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5180v5190-2022-04-11) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.18.0...v5.19.0) ##### Bug Fixes - **eslint-plugin:** update code to use estree range instead of ts pos/end [#​4723](https://togithub.com/typescript-eslint/typescript-eslint/issues/4723) ([#​4790](https://togithub.com/typescript-eslint/typescript-eslint/issues/4790)) ([a1e9fc4](https://togithub.com/typescript-eslint/typescript-eslint/commit/a1e9fc4cb19e7655613ebe6f4dd911b5427b0367)) ##### Features - **eslint-plugin:** \[unified-signatures] add `ignoreDifferentlyNamedParameters` option ([#​4659](https://togithub.com/typescript-eslint/typescript-eslint/issues/4659)) ([fdf95e0](https://togithub.com/typescript-eslint/typescript-eslint/commit/fdf95e02c45e137325c9ddd9d30e7f6b404f4514)) - **eslint-plugin:** add support for valid number and bigint intersections in restrict-plus-operands rule ([#​4795](https://togithub.com/typescript-eslint/typescript-eslint/issues/4795)) ([19c600a](https://togithub.com/typescript-eslint/typescript-eslint/commit/19c600a3dd485669cb87ae8f81b010e65eee1df8))
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v5.19.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5190-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5180v5190-2022-04-11) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.18.0...v5.19.0) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)

Configuration

📅 Schedule: "before 8:00am on monday" (UTC).

🚦 Automerge: Enabled.

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 WhiteSource Renovate. View repository job log here.