prisma-labs / dripip

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

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

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@swc/core (source) 1.2.194 -> 1.2.197 age adoption passing confidence
@swc/helpers (source) 0.3.16 -> 0.3.17 age adoption passing confidence
@types/jest 27.5.1 -> 27.5.2 age adoption passing confidence
eslint (source) 8.16.0 -> 8.17.0 age adoption passing confidence
ts-node (source) 10.8.0 -> 10.8.1 age adoption passing confidence
typescript (source) 4.7.2 -> 4.7.3 age adoption passing confidence

Release Notes

swc-project/swc ### [`v1.2.197`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​12197---2022-06-05) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.2.196...v1.2.197) ##### Bug Fixes - **(css/parser)** Fix parsing of constant function ([#​4856](https://togithub.com/swc-project/swc/issues/4856)) ([e083d0e](https://togithub.com/swc-project/swc/commit/e083d0eb5a0fe0589876722ce4bdecfe9c006120)) - **(es/helpers)** Update `@swc/core` of `@swc/helpers` ([#​4861](https://togithub.com/swc-project/swc/issues/4861)) ([a4bffcf](https://togithub.com/swc-project/swc/commit/a4bffcf186f4ce265483ddf3497f7bfd283b1f1b)) - **(es/minifier)** Don't drop `typeof` ([#​4883](https://togithub.com/swc-project/swc/issues/4883)) ([06420d9](https://togithub.com/swc-project/swc/commit/06420d99bb9e63ed6bb39a8f4f006a66665570d3)) - **(html/parser)** Fix span of lexer errors ([#​4846](https://togithub.com/swc-project/swc/issues/4846)) ([f830726](https://togithub.com/swc-project/swc/commit/f83072602725e0357a54bd6a5a0655c9430c7f95)) - **(html/parser)** Fix end span of closed tags ([#​4860](https://togithub.com/swc-project/swc/issues/4860)) ([67b5e3d](https://togithub.com/swc-project/swc/commit/67b5e3d5b3cb6591efd42ae3a06c9528e2f6954a)) - **(html/parser)** Fix span ([#​4868](https://togithub.com/swc-project/swc/issues/4868)) ([0d5d7c4](https://togithub.com/swc-project/swc/commit/0d5d7c4d5e21d5faee64847ed027a791ed3db89d)) ##### Features - **(es/codegen)** Support other source map implementations ([#​4879](https://togithub.com/swc-project/swc/issues/4879)) ([6bc33cb](https://togithub.com/swc-project/swc/commit/6bc33cb042ee3b95010735f34ec3d30d52fb7f40)) - **(es/minifier)** Remove extra parens in `BinExpr` ([#​4878](https://togithub.com/swc-project/swc/issues/4878)) ([83ae6a1](https://togithub.com/swc-project/swc/commit/83ae6a1f1f8a293d88557767790ed5d662e84bc3)) - **(html/minifier)** Improve compression of attributes ([#​4849](https://togithub.com/swc-project/swc/issues/4849)) ([c5df1a3](https://togithub.com/swc-project/swc/commit/c5df1a3a54e1445163efb38b4da339ccaed699d0)) - **(html/minifier)** Remove spaces between nodes ([#​4880](https://togithub.com/swc-project/swc/issues/4880)) ([6e0f5f1](https://togithub.com/swc-project/swc/commit/6e0f5f1c4814b49f208a0170797bc8804df10f18)) - **(wasm)** Add json error ([#​4853](https://togithub.com/swc-project/swc/issues/4853)) ([fd3501b](https://togithub.com/swc-project/swc/commit/fd3501bf87f4e711e72e9e8fd12f64f4cfa08157)) ##### Performance - **(html/parser)** Improve lexer performance ([#​4869](https://togithub.com/swc-project/swc/issues/4869)) ([8b67bb9](https://togithub.com/swc-project/swc/commit/8b67bb99fa98f2ad7299d309e30e3d6c1208232f)) ##### Testing - **(html/parser)** Refactor tests ([#​4865](https://togithub.com/swc-project/swc/issues/4865)) ([762c72d](https://togithub.com/swc-project/swc/commit/762c72d1c92e7c6786f69769aac5c1093da6b575)) - **(html/parser)** Test html5lib spans ([#​4875](https://togithub.com/swc-project/swc/issues/4875)) ([ad9508a](https://togithub.com/swc-project/swc/commit/ad9508a79641c72a15ae58a0f66dd6684348644f)) ### [`v1.2.196`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#​12196---2022-05-31) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.2.194...v1.2.196) ##### Bug Fixes - **(es/codegen)** Handle comments in binary expressions ([#​4817](https://togithub.com/swc-project/swc/issues/4817)) ([1db71cc](https://togithub.com/swc-project/swc/commit/1db71cc3b3b230c09e1661093385f8f39915292c)) - **(es/compat)** Use define for non-spread props ([#​4754](https://togithub.com/swc-project/swc/issues/4754)) ([573bcb5](https://togithub.com/swc-project/swc/commit/573bcb5b492da2b27a79876c337aa0268beb706d)) - **(es/minifier)** Consider side effects while removing an object spread ([#​4788](https://togithub.com/swc-project/swc/issues/4788)) ([1c48a8c](https://togithub.com/swc-project/swc/commit/1c48a8c8f4ede63661c663cb548345a417c63cf6)) - **(es/minifier)** Don't create names which is same as an unresolved var ([#​4806](https://togithub.com/swc-project/swc/issues/4806)) ([073b146](https://togithub.com/swc-project/swc/commit/073b1469e6c81a9342bd09394832ee96339f07b4)) - **(es/minifier)** Apply name mangler for more cases ([#​4840](https://togithub.com/swc-project/swc/issues/4840)) ([0567f67](https://togithub.com/swc-project/swc/commit/0567f67664cc2407d45bf8b17821edc4b828198c)) - **(es/minifier)** Make `if_return` to not drop required returns ([#​4847](https://togithub.com/swc-project/swc/issues/4847)) ([8365c3d](https://togithub.com/swc-project/swc/commit/8365c3d0dff96c195fccebd4269ac279c068a624)) - **(es/modules)** Fix local scoped amd require ([#​4800](https://togithub.com/swc-project/swc/issues/4800)) ([2b03047](https://togithub.com/swc-project/swc/commit/2b03047cb088b96e5c054055780b54e4f48ae486)) - **(es/modules)** Fix lazy option of common js ([#​4807](https://togithub.com/swc-project/swc/issues/4807)) ([f4c6a20](https://togithub.com/swc-project/swc/commit/f4c6a20654ac172ce84e7fc0e0c5d7c98acbc535)) - **(html/codegen)** Handle HTML entities correctly ([#​4782](https://togithub.com/swc-project/swc/issues/4782)) ([d833057](https://togithub.com/swc-project/swc/commit/d833057d7917a376a020fd1ac3d3869b1dce1db7)) - **(html/codegen)** Remove optional html start tag ([#​4811](https://togithub.com/swc-project/swc/issues/4811)) ([c9d0e37](https://togithub.com/swc-project/swc/commit/c9d0e37ab97afe71f14877caed69d9371b6af6e7)) - **(html/codegen)** Omit on more cases ([#​4825](https://togithub.com/swc-project/swc/issues/4825)) ([2b7f4b2](https://togithub.com/swc-project/swc/commit/2b7f4b2f563a0c55482c0bc052dfd02df42b9eca)) - **(html/codegen)** Prevent omitting body for title ([#​4814](https://togithub.com/swc-project/swc/issues/4814)) ([7407f21](https://togithub.com/swc-project/swc/commit/7407f218f8b294d3d7998334bdd908abc519ecb0)) - **(html/minifier)** Avoid removing id with spaces ([#​4786](https://togithub.com/swc-project/swc/issues/4786)) ([c35cb59](https://togithub.com/swc-project/swc/commit/c35cb598f7a95795ea9d11ab7510f540a17d0639)) - **(html/parser)** Handle BOM ([#​4843](https://togithub.com/swc-project/swc/issues/4843)) ([20fee8a](https://togithub.com/swc-project/swc/commit/20fee8abeee9f8e54082b02b2e83cff7ce72cc8f)) - **(node)** Fix logging ([#​4833](https://togithub.com/swc-project/swc/issues/4833)) ([c462d4d](https://togithub.com/swc-project/swc/commit/c462d4d7c6488a01416fcd7ea8759461e2c3a97a)) - **(node/types)** Add `ignoreDynamic` to typescript types ([#​4832](https://togithub.com/swc-project/swc/issues/4832)) ([e30449b](https://togithub.com/swc-project/swc/commit/e30449b097964e1ed883493bc4d0996e175db784)) - **(preset-env)** Ignore unknown versions ([#​4809](https://togithub.com/swc-project/swc/issues/4809)) ([78d4c2c](https://togithub.com/swc-project/swc/commit/78d4c2c46a767bd2409a2053c9d1f01f2d34c3f4)) ##### Features - **(css/ast)** Add missing `Is` derive ([#​4810](https://togithub.com/swc-project/swc/issues/4810)) ([29884b0](https://togithub.com/swc-project/swc/commit/29884b0caf02d0daea73eeff47b2e6cf93ec3acd)) - **(es/compat)** Don't create vars for computed class methods if possible ([#​4805](https://togithub.com/swc-project/swc/issues/4805)) ([dc911dc](https://togithub.com/swc-project/swc/commit/dc911dcae630dd1afe9add7c2b2bafcb77705ea7)) - **(html/codegen)** Omit start and end tags if it is possible ([#​4780](https://togithub.com/swc-project/swc/issues/4780)) ([c6ec9f9](https://togithub.com/swc-project/swc/commit/c6ec9f9cf20e149ce9cb8364403a031e3547741c)) - **(html/minifier)** Compress more json types ([#​4813](https://togithub.com/swc-project/swc/issues/4813)) ([731c59e](https://togithub.com/swc-project/swc/commit/731c59e9b7df7edd300871db8657e0d49b6b9a80)) - **(html/minifier)** Compress viewport meta ([#​4844](https://togithub.com/swc-project/swc/issues/4844)) ([e6ae299](https://togithub.com/swc-project/swc/commit/e6ae299776d0ad285f2a93ed7371ff8592999ac6)) - **(node)** Split css binding ([#​4831](https://togithub.com/swc-project/swc/issues/4831)) ([2e9ab05](https://togithub.com/swc-project/swc/commit/2e9ab0518a33f3b97541864cb7051a45606904ca)) ##### Miscellaneous Tasks - **(ci)** Fix CI ([#​4852](https://togithub.com/swc-project/swc/issues/4852)) ([142387b](https://togithub.com/swc-project/swc/commit/142387b2a307d062ce6c21d4cd3aac05dae8756f)) - **(common)** Update rustc ([#​4828](https://togithub.com/swc-project/swc/issues/4828)) ([f847709](https://togithub.com/swc-project/swc/commit/f84770978719cda6eea689b9dd90259e9c2f05c9)) ##### Performance - **(es/minifier)** Make more passes parallel ([#​4821](https://togithub.com/swc-project/swc/issues/4821)) ([4b27df9](https://togithub.com/swc-project/swc/commit/4b27df9f123262161e06f242a4d5098364a9844f)) - **(es/minifier)** Make name mangler parallel ([#​4824](https://togithub.com/swc-project/swc/issues/4824)) ([58b2427](https://togithub.com/swc-project/swc/commit/58b24278eeb83ac721aa73634b67849378d61f82)) - **(html/parser)** Improve lexer ([#​4796](https://togithub.com/swc-project/swc/issues/4796)) ([8894e77](https://togithub.com/swc-project/swc/commit/8894e77bc15d63080c5d91048734b33a8f299369)) - **(html/parser)** Improve lexer ([#​4802](https://togithub.com/swc-project/swc/issues/4802)) ([f71ef61](https://togithub.com/swc-project/swc/commit/f71ef61cb7056e602a9ae94f20d0757e795eff18)) - **(html/parser)** Improve lexer performance even more ([#​4819](https://togithub.com/swc-project/swc/issues/4819)) ([759688c](https://togithub.com/swc-project/swc/commit/759688c412f05032d79d3cdab42f65c83c57c005)) ##### Refactor - **(es/transforms)** Remove `concurrent` ([#​4808](https://togithub.com/swc-project/swc/issues/4808)) ([a487fc1](https://togithub.com/swc-project/swc/commit/a487fc1d2827b5922eed0a03227da3e7a1371502)) ##### Testing - **(es/minifier)** Add snapshots for the mangler ([#​4823](https://togithub.com/swc-project/swc/issues/4823)) ([7f69b9c](https://togithub.com/swc-project/swc/commit/7f69b9c80f44195164db9a4641642582e5d23979)) - **(html/codegen)** Avoid newline at the end of file ([#​4815](https://togithub.com/swc-project/swc/issues/4815)) ([a6beda8](https://togithub.com/swc-project/swc/commit/a6beda81ca9812d95c4ac21b8ff67e672d10f57a))
eslint/eslint ### [`v8.17.0`](https://togithub.com/eslint/eslint/releases/tag/v8.17.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.16.0...v8.17.0) #### Features - [`55319e1`](https://togithub.com/eslint/eslint/commit/55319e133f0862a008db3557d7350f154f2c784f) feat: fix indent bug with semicolon-first style ([#​15951](https://togithub.com/eslint/eslint/issues/15951)) (Milos Djermanovic) - [`f6d7920`](https://togithub.com/eslint/eslint/commit/f6d79209821241c8e03c183b5844a024da0efe8a) feat: add `allowNamedExports` option to no-use-before-define ([#​15953](https://togithub.com/eslint/eslint/issues/15953)) (Milos Djermanovic) #### Bug Fixes - [`54c0953`](https://togithub.com/eslint/eslint/commit/54c09530c778eb4076d89777165d59db96c9acb5) fix: cleanup typos ([#​15939](https://togithub.com/eslint/eslint/issues/15939)) (Nick Schonning) - [`845a7af`](https://togithub.com/eslint/eslint/commit/845a7af90ce03b383c8f09654ac049fc161dbb9f) fix: typo ocatal -> octal ([#​15940](https://togithub.com/eslint/eslint/issues/15940)) (Nick Schonning) #### Documentation - [`b915018`](https://togithub.com/eslint/eslint/commit/b9150186bcc0f2732a69ab0ebd83a9b2fb2e6552) docs: Update website UI to latest ([#​15944](https://togithub.com/eslint/eslint/issues/15944)) (Nicholas C. Zakas) - [`f0bb609`](https://togithub.com/eslint/eslint/commit/f0bb6099668f54ae6f444126b90dbb1146248146) docs: Update Exponentiation operator MDN link ([#​15960](https://togithub.com/eslint/eslint/issues/15960)) (Pranjal Jain) - [`baa0153`](https://togithub.com/eslint/eslint/commit/baa01530469ec233fb60380a0960c1550f9d9a45) docs: Use correct past tense "left" instead of "leaved" ([#​15950](https://togithub.com/eslint/eslint/issues/15950)) (Frederik Braun) - [`1351a9b`](https://togithub.com/eslint/eslint/commit/1351a9b875aa32a8961a68457dde03ede9ef7c78) docs: Add Resources section to rule pages ([#​15901](https://togithub.com/eslint/eslint/issues/15901)) (Nicholas C. Zakas) - [`68cf0fb`](https://togithub.com/eslint/eslint/commit/68cf0fb7f645da5d992a5e749fc6c1311d30e75a) docs: cleanup typos ([#​15936](https://togithub.com/eslint/eslint/issues/15936)) (Nick Schonning) - [`13b62ae`](https://togithub.com/eslint/eslint/commit/13b62aeb710a68e5d838a4d3847c487af1ba9520) docs: use-dart-sass instead of node-sass ([#​15912](https://togithub.com/eslint/eslint/issues/15912)) (Deepshika S) - [`c81c5d6`](https://togithub.com/eslint/eslint/commit/c81c5d6ef1ba5808cca95ab965a162802af9b7cc) docs: add social media links ([#​15920](https://togithub.com/eslint/eslint/issues/15920)) (Deepshika S) - [`0d6a50b`](https://togithub.com/eslint/eslint/commit/0d6a50b41f2fe444fd222463adad48473eaf9b7d) docs: fix openjs link ([#​15917](https://togithub.com/eslint/eslint/issues/15917)) (Amaresh S M) - [`54910f5`](https://togithub.com/eslint/eslint/commit/54910f5a3bf6615f8ac03d33fd26fc1fa6dea21f) docs: display version in mobile view ([#​15909](https://togithub.com/eslint/eslint/issues/15909)) (Amaresh S M) #### Chores - [`da694b9`](https://togithub.com/eslint/eslint/commit/da694b9d7cb0247541bcabbf943d1289e0e30167) chore: avoid theme flashes ([#​15927](https://togithub.com/eslint/eslint/issues/15927)) (Strek) - [`f836743`](https://togithub.com/eslint/eslint/commit/f836743e95cb8ad3bdd4e88687dbe2f16bfade62) chore: Use build hook for docs deploy ([#​15945](https://togithub.com/eslint/eslint/issues/15945)) (Nicholas C. Zakas) - [`ce035e5`](https://togithub.com/eslint/eslint/commit/ce035e5fac632ba8d4f1860f92465f22d6b44d42) test: cleanup typos ([#​15937](https://togithub.com/eslint/eslint/issues/15937)) (Nick Schonning) - [`10249ad`](https://togithub.com/eslint/eslint/commit/10249ad1a961463b6b347be71c074951ab8e2652) chore: use addEventListener instead of addListener ([#​15923](https://togithub.com/eslint/eslint/issues/15923)) (Amaresh S M) - [`5f5c1fb`](https://togithub.com/eslint/eslint/commit/5f5c1fb1083573ea511d0dae7913651db0dca772) chore: lint eleventy config file ([#​15904](https://togithub.com/eslint/eslint/issues/15904)) (Milos Djermanovic) - [`8513d37`](https://togithub.com/eslint/eslint/commit/8513d37c725509c9e9ec1dbbc431f20d32632cf3) chore: update Rule typedefs ([#​15915](https://togithub.com/eslint/eslint/issues/15915)) (Milos Djermanovic) - [`55534f1`](https://togithub.com/eslint/eslint/commit/55534f1a7040fad94bb5726759fbb9acb60d1c24) test: ensure no-restricted-imports works with NodeJS imports ([#​15907](https://togithub.com/eslint/eslint/issues/15907)) (Nick Mazuk)
TypeStrong/ts-node ### [`v10.8.1`](https://togithub.com/TypeStrong/ts-node/releases/tag/v10.8.1) [Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v10.8.0...v10.8.1) **Fixed** - Fixed [#​1769](https://togithub.com/TypeStrong/ts-node/issues/1769): source URLs in source map cache were malformed on Windows, affecting code coverage reports ([#​1769](https://togithub.com/TypeStrong/ts-node/issues/1769), [#​1771](https://togithub.com/TypeStrong/ts-node/issues/1771)) [@​cspotcode](https://togithub.com/cspotcode) - Fixed [#​1778](https://togithub.com/TypeStrong/ts-node/issues/1778): typechecker was erronously resolving imports from ESM files as if they were from CJS files ([#​1778](https://togithub.com/TypeStrong/ts-node/issues/1778), [#​1782](https://togithub.com/TypeStrong/ts-node/issues/1782)) [@​cspotcode](https://togithub.com/cspotcode) https://github.com/TypeStrong/ts-node/milestone/14
Microsoft/TypeScript ### [`v4.7.3`](https://togithub.com/microsoft/TypeScript/releases/tag/v4.7.3) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v4.7.2...v4.7.3) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 4.7.0 (Beta)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.7.0%22+). - [fixed issues query for Typescript 4.7.1 (RC)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.7.1%22+). - [fixed issues query for Typescript 4.7.2 (Stable)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.7.2%22+). - [fixed issues query for Typescript 4.7.3 (Stable)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.7.3%22+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [Visual Studio 2022/2019](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-473) ([Select new version in project options](https://togithub.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017)) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

Configuration

📅 Schedule: Branch creation - "before 8:00am on monday" (UTC), Automerge - At any time (no schedule defined).

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