folke / esbuild-runner

⚡️ Super-fast on-the-fly transpilation of modern JS, TypeScript and JSX using esbuild
https://www.npmjs.com/package/esbuild-runner
Apache License 2.0
711 stars 24 forks source link

chore(deps): update all non-major dependencies #8

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@release-it/conventional-changelog 2.0.0 -> 2.0.1 age adoption passing confidence
@types/eslint 7.2.6 -> 7.2.10 age adoption passing confidence
@types/node 14.14.13 -> 14.14.45 age adoption passing confidence
@types/prettier 2.1.5 -> 2.2.3 age adoption passing confidence
@typescript-eslint/eslint-plugin 4.9.1 -> 4.23.0 age adoption passing confidence
@typescript-eslint/parser 4.9.1 -> 4.23.0 age adoption passing confidence
devmoji 2.1.13 -> 2.2.1 age adoption passing confidence
esbuild ^0.8.20 -> ^0.11.0 age adoption passing confidence
eslint (source) 7.15.0 -> 7.26.0 age adoption passing confidence
eslint-config-prettier 7.0.0 -> 7.2.0 age adoption passing confidence
eslint-plugin-import 2.22.1 -> 2.23.2 age adoption passing confidence
eslint-plugin-jest 24.1.3 -> 24.3.6 age adoption passing confidence
eslint-plugin-prettier 3.3.0 -> 3.4.0 age adoption passing confidence
eslint-plugin-promise 4.2.1 -> 4.3.1 age adoption passing confidence
husky (source) 4.3.6 -> 4.3.8 age adoption passing confidence
prettier (source) 2.2.1 -> 2.3.0 age adoption passing confidence
release-it 14.2.2 -> 14.6.2 age adoption passing confidence
type-fest 0.20.2 -> 0.21.3 age adoption passing confidence
typescript (source) 4.1.3 -> 4.2.4 age adoption passing confidence

Release Notes

release-it/conventional-changelog ### [`v2.0.1`](https://togithub.com/release-it/conventional-changelog/releases/2.0.1) [Compare Source](https://togithub.com/release-it/conventional-changelog/compare/2.0.0...2.0.1) - Update dependencies ([`3d61002`](https://togithub.com/release-it/conventional-changelog/commit/3d61002)) - Add debug output + explicit variables ([`7ac1fd4`](https://togithub.com/release-it/conventional-changelog/commit/7ac1fd4))
typescript-eslint/typescript-eslint ### [`v4.23.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​4230-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4221v4230-2021-05-10) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.22.1...v4.23.0) ##### Bug Fixes - **scope-manager:** fix visiting TSAsExpression in assignment ([#​3355](https://togithub.com/typescript-eslint/typescript-eslint/issues/3355)) ([87521a0](https://togithub.com/typescript-eslint/typescript-eslint/commit/87521a024103bc5fc643861649bee9a288f55b7b)) ##### Features - **experimental-utils:** Include `getCwd()` in `RuleContext` type ([#​3308](https://togithub.com/typescript-eslint/typescript-eslint/issues/3308)) ([2b75c11](https://togithub.com/typescript-eslint/typescript-eslint/commit/2b75c11d69bee88ca0cb77d7efd32b8d0387e6b3)) - refactor to split AST specification out as its own module ([#​2911](https://togithub.com/typescript-eslint/typescript-eslint/issues/2911)) ([25ea953](https://togithub.com/typescript-eslint/typescript-eslint/commit/25ea953cc60b118bd385c71e0a9b61c286c26fcf)) #### [4.22.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.22.0...v4.22.1) (2021-05-04) **Note:** Version bump only for package [@​typescript-eslint/typescript-eslint](https://togithub.com/typescript-eslint/typescript-eslint) ### [`v4.22.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​4221-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4220v4221-2021-05-04) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.22.0...v4.22.1) **Note:** Version bump only for package [@​typescript-eslint/typescript-eslint](https://togithub.com/typescript-eslint/typescript-eslint) ### [`v4.22.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​4220-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4210v4220-2021-04-12) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.21.0...v4.22.0) ##### Bug Fixes - **eslint-plugin:** [no-unsafe-argument] handle tuple types on rest arguments ([#​3269](https://togithub.com/typescript-eslint/typescript-eslint/issues/3269)) ([6f8cfe6](https://togithub.com/typescript-eslint/typescript-eslint/commit/6f8cfe6f83ee26b66b2146cc17b1205100a54a9c)) ##### Features - **eslint-plugin:** [prefer-regexp-exec] add autofix ([#​3207](https://togithub.com/typescript-eslint/typescript-eslint/issues/3207)) ([e2cbeef](https://togithub.com/typescript-eslint/typescript-eslint/commit/e2cbeefb3d9a7cce257b5675f7f19f1b159a9d26)) ### [`v4.21.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​4210-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4200v4210-2021-04-05) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.20.0...v4.21.0) ##### Bug Fixes - **eslint-plugin:** [no-type-alias] consider `keyof` as an alias ([#​3242](https://togithub.com/typescript-eslint/typescript-eslint/issues/3242)) ([329ef02](https://togithub.com/typescript-eslint/typescript-eslint/commit/329ef023090c004694b5996ddb04fdde5b05ebb0)) - **eslint-plugin:** [no-unnecessary-type-assertion] correct bad fix for angle bracket assertion ([#​3244](https://togithub.com/typescript-eslint/typescript-eslint/issues/3244)) ([265a039](https://togithub.com/typescript-eslint/typescript-eslint/commit/265a039c7e728b719143e09ee61066039d721f62)) - **eslint-plugin:** [restrict-plus-operands] consider template literal types as strings ([#​3234](https://togithub.com/typescript-eslint/typescript-eslint/issues/3234)) ([ccfd68e](https://togithub.com/typescript-eslint/typescript-eslint/commit/ccfd68e365391b3f117df96792355f9c3655288c)) - **eslint-plugin:** [strict-boolean-expressions] account for truthy literals ([#​3236](https://togithub.com/typescript-eslint/typescript-eslint/issues/3236)) ([0913f40](https://togithub.com/typescript-eslint/typescript-eslint/commit/0913f40c87762de198b05a5473b4fb79aeb46967)) - **eslint-plugin:** always ignore assignments in no-unnecessary-type-assertion ([#​3235](https://togithub.com/typescript-eslint/typescript-eslint/issues/3235)) ([0221476](https://togithub.com/typescript-eslint/typescript-eslint/commit/02214768a3721d8514c70e00546e861da6581e4d)) ##### Features - **eslint-plugin:** [no-unsafe-argument] add rule ([#​3256](https://togithub.com/typescript-eslint/typescript-eslint/issues/3256)) ([b1aa7dc](https://togithub.com/typescript-eslint/typescript-eslint/commit/b1aa7dc6971ee8409b729dffb8b69478455734ed)), closes [#​791](https://togithub.com/typescript-eslint/typescript-eslint/issues/791) - **eslint-plugin:** [no-unsafe-call][no-unsafe-member-access] improve report messages for `this` for `noImplicitThis` ([#​3199](https://togithub.com/typescript-eslint/typescript-eslint/issues/3199)) ([b1b26c4](https://togithub.com/typescript-eslint/typescript-eslint/commit/b1b26c4843a4cfa209a0c9c3d8bea1de37333b48)) ### [`v4.20.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​4200-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4190v4200-2021-03-29) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.19.0...v4.20.0) ##### Features - **eslint-plugin:** [space-infix-ops] support for class properties and type aliases ([#​3231](https://togithub.com/typescript-eslint/typescript-eslint/issues/3231)) ([5414bf2](https://togithub.com/typescript-eslint/typescript-eslint/commit/5414bf27a81311099d001808475d9cf832ce3bfe)) - **eslint-plugin:** [type-annotation-spacing] handle space between ? and : ([#​3138](https://togithub.com/typescript-eslint/typescript-eslint/issues/3138)) ([40bdb0b](https://togithub.com/typescript-eslint/typescript-eslint/commit/40bdb0b27b21de511f0ecd151cb8282a625ca6e1)) ### [`v4.19.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​4190-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4180v4190-2021-03-22) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.18.0...v4.19.0) ##### Bug Fixes - **eslint-plugin:** [member-delimiter-style] correct invalid fix for multiline with params on the same line ([#​3177](https://togithub.com/typescript-eslint/typescript-eslint/issues/3177)) ([7ad343b](https://togithub.com/typescript-eslint/typescript-eslint/commit/7ad343b067040f6ea816b129323d110d4bc2e830)) - **eslint-plugin:** [promise-function-async] bad fixer with computed and literal methods ([#​3163](https://togithub.com/typescript-eslint/typescript-eslint/issues/3163)) ([e3a3ea0](https://togithub.com/typescript-eslint/typescript-eslint/commit/e3a3ea04757464aa2dded1ef46af8ad4e05246f2)) - **typescript-estree:** [ts 4.2] add support for import type equal declaration ([#​3189](https://togithub.com/typescript-eslint/typescript-eslint/issues/3189)) ([6a25faf](https://togithub.com/typescript-eslint/typescript-eslint/commit/6a25faf5cfa4d21a7546d9866819f4e017308fb2)) ##### Features - **eslint-plugin:** [object-curly-spacing] support MappedType ([#​3176](https://togithub.com/typescript-eslint/typescript-eslint/issues/3176)) ([0557a43](https://togithub.com/typescript-eslint/typescript-eslint/commit/0557a439327557f4c0369ae2dddc8282ba45bfe6)) - **eslint-plugin:** [unbound-method] improve error message ([#​3203](https://togithub.com/typescript-eslint/typescript-eslint/issues/3203)) ([5cc5d2e](https://togithub.com/typescript-eslint/typescript-eslint/commit/5cc5d2ef6d924d301e87f7bcf599352310e74b2c)), closes [#​3201](https://togithub.com/typescript-eslint/typescript-eslint/issues/3201) ### [`v4.18.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​4180-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4170v4180-2021-03-15) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.17.0...v4.18.0) ##### Bug Fixes - **eslint-plugin:** [explicit-module-boundary-types] fixes [#​2864](https://togithub.com/typescript-eslint/typescript-eslint/issues/2864) related to functions in nested object properties ([#​3178](https://togithub.com/typescript-eslint/typescript-eslint/issues/3178)) ([55e1fba](https://togithub.com/typescript-eslint/typescript-eslint/commit/55e1fbaca985b500cad1cc9ec25717b18cf5a17b)) - **eslint-plugin:** [no-extran-class] allowWithDecorator should ignore other errors ([#​3160](https://togithub.com/typescript-eslint/typescript-eslint/issues/3160)) ([a148673](https://togithub.com/typescript-eslint/typescript-eslint/commit/a1486736d8ef3555832ddfb27fd0980368b363f5)) ##### Features - **eslint-plugin:** add package type declaration ([#​3164](https://togithub.com/typescript-eslint/typescript-eslint/issues/3164)) ([08b058a](https://togithub.com/typescript-eslint/typescript-eslint/commit/08b058a7a6db3b59c28753bb322717e1fee44d1f)) ### [`v4.17.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​4170-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4161v4170-2021-03-08) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.16.1...v4.17.0) ##### Bug Fixes - **eslint-plugin:** [no-unnecessary-type-assertion] handle assignment ([#​3133](https://togithub.com/typescript-eslint/typescript-eslint/issues/3133)) ([cb22561](https://togithub.com/typescript-eslint/typescript-eslint/commit/cb2256168c67e0383083673a5afe77076de49da5)) ##### Features - **eslint-plugin:** [strict-bool-expr] add fixes and suggestions ([#​2847](https://togithub.com/typescript-eslint/typescript-eslint/issues/2847)) ([3f9e9a1](https://togithub.com/typescript-eslint/typescript-eslint/commit/3f9e9a1e9fc3e507bd01d1913ef642cd129de402)) #### [4.16.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.16.0...v4.16.1) (2021-03-01) ##### Bug Fixes - **typescript-estree:** update TS version range ([#​3127](https://togithub.com/typescript-eslint/typescript-eslint/issues/3127)) ([0473674](https://togithub.com/typescript-eslint/typescript-eslint/commit/0473674c58df5039a2de3c63ad7494fc6be7487e)) ### [`v4.16.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​4161-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4160v4161-2021-03-01) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.16.0...v4.16.1) ##### Bug Fixes - **typescript-estree:** update TS version range ([#​3127](https://togithub.com/typescript-eslint/typescript-eslint/issues/3127)) ([0473674](https://togithub.com/typescript-eslint/typescript-eslint/commit/0473674c58df5039a2de3c63ad7494fc6be7487e)) ### [`v4.16.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​4160-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4152v4160-2021-03-01) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.15.2...v4.16.0) ##### Bug Fixes - **eslint-plugin:** [consistent-indexed-object-style] do not autofix if interface has extends ([#​3009](https://togithub.com/typescript-eslint/typescript-eslint/issues/3009)) ([b0475af](https://togithub.com/typescript-eslint/typescript-eslint/commit/b0475aff3920d748fa74b5a6d8a7ad5dd731aec4)) - **eslint-plugin:** [no-implied-eval] handle conditional expression ([#​3125](https://togithub.com/typescript-eslint/typescript-eslint/issues/3125)) ([8c65d30](https://togithub.com/typescript-eslint/typescript-eslint/commit/8c65d30a225a3b99e80326961d0cb0c8189b039c)) - **eslint-plugin:** [no-unused-vars] don't report nested module declaration ([#​3119](https://togithub.com/typescript-eslint/typescript-eslint/issues/3119)) ([4ca5888](https://togithub.com/typescript-eslint/typescript-eslint/commit/4ca58886adf3fc0fe31c263559990c8a534205f9)) - **eslint-plugin:** [prefer-function-type] apply existing comments to the fixed code ([#​3094](https://togithub.com/typescript-eslint/typescript-eslint/issues/3094)) ([c32f803](https://togithub.com/typescript-eslint/typescript-eslint/commit/c32f803d4480acf5ffc88e308b4243e5185c4f48)) - **eslint-plugin:** [unbound-method] allow `super` expressions in `this` assignments ([#​3010](https://togithub.com/typescript-eslint/typescript-eslint/issues/3010)) ([c65a139](https://togithub.com/typescript-eslint/typescript-eslint/commit/c65a1391be15bbcf3ae293b1c53686703883d546)) - **scope-manager:** update libs for typescript 4.2 ([#​3118](https://togithub.com/typescript-eslint/typescript-eslint/issues/3118)) ([0336c79](https://togithub.com/typescript-eslint/typescript-eslint/commit/0336c798c9502fc250d2eaa045661950da55e52f)) ##### Features - TypeScript 4.2 syntax support ([#​3112](https://togithub.com/typescript-eslint/typescript-eslint/issues/3112)) ([2ebfb21](https://togithub.com/typescript-eslint/typescript-eslint/commit/2ebfb21ba6c88c793cfbd0e231e5803b2381694c)) - **eslint-plugin:** [member-delimiter-style] Add an option 'multilineDetection' to treat types and interfaces as single line if the last member ends on the same line as the closing bracket ([#​2970](https://togithub.com/typescript-eslint/typescript-eslint/issues/2970)) ([cf86f42](https://togithub.com/typescript-eslint/typescript-eslint/commit/cf86f427186d58b0fce4bb3ff9571c4301babeb3)) - **eslint-plugin:** [prom-func-async] report only function head ([#​2872](https://togithub.com/typescript-eslint/typescript-eslint/issues/2872)) ([25f459c](https://togithub.com/typescript-eslint/typescript-eslint/commit/25f459cdc4f38d44b48554e04cfa1676538ccdfb)) - **typescript-estree:** throw custom error instead of plain object ([#​3011](https://togithub.com/typescript-eslint/typescript-eslint/issues/3011)) ([ae14bf5](https://togithub.com/typescript-eslint/typescript-eslint/commit/ae14bf55fe31b0eb982ba17333e4aac550d10342)) #### [4.15.2](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.15.1...v4.15.2) (2021-02-22) ##### Bug Fixes - **typescript-estree:** correct issues in AST definition ([#​3083](https://togithub.com/typescript-eslint/typescript-eslint/issues/3083)) ([509a117](https://togithub.com/typescript-eslint/typescript-eslint/commit/509a11749f85400a01e9fecfecd12871ce562d3d)) - add missing intrinsic keyword node to AST ([#​3081](https://togithub.com/typescript-eslint/typescript-eslint/issues/3081)) ([409bf0b](https://togithub.com/typescript-eslint/typescript-eslint/commit/409bf0bb3e2ac4d8782408d436ebdefb42dba38b)) - **eslint-plugin:** [no-var-requires] report when used in type assertion ([#​3074](https://togithub.com/typescript-eslint/typescript-eslint/issues/3074)) ([763a252](https://togithub.com/typescript-eslint/typescript-eslint/commit/763a2520bfea09c3b6252ea36bc3ff10b05eca6c)) - correct test names on windows for semantic-diagnostics-enabled ([#​3060](https://togithub.com/typescript-eslint/typescript-eslint/issues/3060)) ([885780d](https://togithub.com/typescript-eslint/typescript-eslint/commit/885780d4a2b07e418256b7323d76b18453c14a50)) #### [4.15.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.15.0...v4.15.1) (2021-02-15) ##### Bug Fixes - **eslint-plugin:** [explicit-module-boundary-types] check allowNames on function declarations and property methods ([#​3051](https://togithub.com/typescript-eslint/typescript-eslint/issues/3051)) ([0ade469](https://togithub.com/typescript-eslint/typescript-eslint/commit/0ade469dc1cf17d79c36a9c985630d60491ed847)) ### [`v4.15.2`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​4152-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4151v4152-2021-02-22) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.15.1...v4.15.2) ##### Bug Fixes - **typescript-estree:** correct issues in AST definition ([#​3083](https://togithub.com/typescript-eslint/typescript-eslint/issues/3083)) ([509a117](https://togithub.com/typescript-eslint/typescript-eslint/commit/509a11749f85400a01e9fecfecd12871ce562d3d)) - add missing intrinsic keyword node to AST ([#​3081](https://togithub.com/typescript-eslint/typescript-eslint/issues/3081)) ([409bf0b](https://togithub.com/typescript-eslint/typescript-eslint/commit/409bf0bb3e2ac4d8782408d436ebdefb42dba38b)) - **eslint-plugin:** [no-var-requires] report when used in type assertion ([#​3074](https://togithub.com/typescript-eslint/typescript-eslint/issues/3074)) ([763a252](https://togithub.com/typescript-eslint/typescript-eslint/commit/763a2520bfea09c3b6252ea36bc3ff10b05eca6c)) - correct test names on windows for semantic-diagnostics-enabled ([#​3060](https://togithub.com/typescript-eslint/typescript-eslint/issues/3060)) ([885780d](https://togithub.com/typescript-eslint/typescript-eslint/commit/885780d4a2b07e418256b7323d76b18453c14a50)) ### [`v4.15.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​4151-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4150v4151-2021-02-15) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.15.0...v4.15.1) ##### Bug Fixes - **eslint-plugin:** [explicit-module-boundary-types] check allowNames on function declarations and property methods ([#​3051](https://togithub.com/typescript-eslint/typescript-eslint/issues/3051)) ([0ade469](https://togithub.com/typescript-eslint/typescript-eslint/commit/0ade469dc1cf17d79c36a9c985630d60491ed847)) ### [`v4.15.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​4150-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4142v4150-2021-02-08) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.14.2...v4.15.0) ##### Bug Fixes - **eslint-plugin:** [no-extra-parens] handle ESLint 7.19.0 ([#​2993](https://togithub.com/typescript-eslint/typescript-eslint/issues/2993)) ([4615048](https://togithub.com/typescript-eslint/typescript-eslint/commit/4615048d24359e0fc57b90a96acf4d8ded1dc7bf)) - **eslint-plugin:** [prefer-function-type] correct fixer when signature ends with a semi ([#​3002](https://togithub.com/typescript-eslint/typescript-eslint/issues/3002)) ([898dd39](https://togithub.com/typescript-eslint/typescript-eslint/commit/898dd3961944a5da3a129e9eba02634286e7aee4)) - **scope-manager:** fix visiting of TSImportType ([#​3008](https://togithub.com/typescript-eslint/typescript-eslint/issues/3008)) ([ce4fcbf](https://togithub.com/typescript-eslint/typescript-eslint/commit/ce4fcbf4401098387a2cf19ae8457c89c509239a)), closes [#​3006](https://togithub.com/typescript-eslint/typescript-eslint/issues/3006) ##### Features - **typescript-estree:** improve logic used to escape string literals in jsx ([#​2995](https://togithub.com/typescript-eslint/typescript-eslint/issues/2995)) ([3cb3aad](https://togithub.com/typescript-eslint/typescript-eslint/commit/3cb3aade2864bab15ed1ff8d7cd32766aa57152f)) #### [4.14.2](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.14.1...v4.14.2) (2021-02-01) ##### Bug Fixes - **eslint-plugin:** [consistent-type-imports] incorrect handling of computed property type signatures ([#​2990](https://togithub.com/typescript-eslint/typescript-eslint/issues/2990)) ([58f2655](https://togithub.com/typescript-eslint/typescript-eslint/commit/58f26555f62b5f59f13260306638d3148cde6079)), closes [#​2989](https://togithub.com/typescript-eslint/typescript-eslint/issues/2989) - **scope-manager:** correctly reference generic parameters when decorator metadata is enabled ([#​2975](https://togithub.com/typescript-eslint/typescript-eslint/issues/2975)) ([7695ef3](https://togithub.com/typescript-eslint/typescript-eslint/commit/7695ef318f1cc8688acaabf4f2730769622f083f)), closes [#​2972](https://togithub.com/typescript-eslint/typescript-eslint/issues/2972) #### [4.14.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.14.0...v4.14.1) (2021-01-25) ##### Bug Fixes - **eslint-plugin:** [sort-type-union-intersection-members] consider `void` as a `nullish` ([#​2944](https://togithub.com/typescript-eslint/typescript-eslint/issues/2944)) ([a241b25](https://togithub.com/typescript-eslint/typescript-eslint/commit/a241b25863eb063986fab76b511f478bbba91f47)), closes [#​2940](https://togithub.com/typescript-eslint/typescript-eslint/issues/2940) - **scope-manager:** fix incorrect handling of class decorators and class method default params ([#​2943](https://togithub.com/typescript-eslint/typescript-eslint/issues/2943)) ([e1eac83](https://togithub.com/typescript-eslint/typescript-eslint/commit/e1eac8312268d1855a2ed7784b4d190ecb9c9fa4)), closes [#​2941](https://togithub.com/typescript-eslint/typescript-eslint/issues/2941) [#​2942](https://togithub.com/typescript-eslint/typescript-eslint/issues/2942) [#​2751](https://togithub.com/typescript-eslint/typescript-eslint/issues/2751) ### [`v4.14.2`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​4142-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4141v4142-2021-02-01) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.14.1...v4.14.2) ##### Bug Fixes - **eslint-plugin:** [consistent-type-imports] incorrect handling of computed property type signatures ([#​2990](https://togithub.com/typescript-eslint/typescript-eslint/issues/2990)) ([58f2655](https://togithub.com/typescript-eslint/typescript-eslint/commit/58f26555f62b5f59f13260306638d3148cde6079)), closes [#​2989](https://togithub.com/typescript-eslint/typescript-eslint/issues/2989) - **scope-manager:** correctly reference generic parameters when decorator metadata is enabled ([#​2975](https://togithub.com/typescript-eslint/typescript-eslint/issues/2975)) ([7695ef3](https://togithub.com/typescript-eslint/typescript-eslint/commit/7695ef318f1cc8688acaabf4f2730769622f083f)), closes [#​2972](https://togithub.com/typescript-eslint/typescript-eslint/issues/2972) ### [`v4.14.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​4141-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4140v4141-2021-01-25) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.14.0...v4.14.1) ##### Bug Fixes - **eslint-plugin:** [sort-type-union-intersection-members] consider `void` as a `nullish` ([#​2944](https://togithub.com/typescript-eslint/typescript-eslint/issues/2944)) ([a241b25](https://togithub.com/typescript-eslint/typescript-eslint/commit/a241b25863eb063986fab76b511f478bbba91f47)), closes [#​2940](https://togithub.com/typescript-eslint/typescript-eslint/issues/2940) - **scope-manager:** fix incorrect handling of class decorators and class method default params ([#​2943](https://togithub.com/typescript-eslint/typescript-eslint/issues/2943)) ([e1eac83](https://togithub.com/typescript-eslint/typescript-eslint/commit/e1eac8312268d1855a2ed7784b4d190ecb9c9fa4)), closes [#​2941](https://togithub.com/typescript-eslint/typescript-eslint/issues/2941) [#​2942](https://togithub.com/typescript-eslint/typescript-eslint/issues/2942) [#​2751](https://togithub.com/typescript-eslint/typescript-eslint/issues/2751) ### [`v4.14.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​4140-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4130v4140-2021-01-18) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.13.0...v4.14.0) ##### Features - add support for decorator metadata in scope analysis and in consistent-type-imports ([#​2751](https://togithub.com/typescript-eslint/typescript-eslint/issues/2751)) ([445e416](https://togithub.com/typescript-eslint/typescript-eslint/commit/445e416878b27a54bf07c2d3b84dabd7b06e51bc)), closes [#​2559](https://togithub.com/typescript-eslint/typescript-eslint/issues/2559) - **eslint-plugin:** add `object-curly-spacing` rule ([#​2892](https://togithub.com/typescript-eslint/typescript-eslint/issues/2892)) ([32bd18d](https://togithub.com/typescript-eslint/typescript-eslint/commit/32bd18de80f4f8388717d0f0c16d493234362aa5)) ### [`v4.13.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​4130-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4120v4130-2021-01-11) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.12.0...v4.13.0) ##### Bug Fixes - **eslint-plugin:** support eslint@5 ([#​2917](https://togithub.com/typescript-eslint/typescript-eslint/issues/2917)) ([f606846](https://togithub.com/typescript-eslint/typescript-eslint/commit/f606846af2617a0d8ee3ad5ce7c10864161ebf53)) ##### Features - **eslint-plugin:** [sort-type-union-intersection-members] add nullish group ([#​2919](https://togithub.com/typescript-eslint/typescript-eslint/issues/2919)) ([5558f41](https://togithub.com/typescript-eslint/typescript-eslint/commit/5558f410007da58a3f4726bbf9501c924ef166a1)) ### [`v4.12.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​4120-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4111v4120-2021-01-04) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.11.1...v4.12.0) ##### Bug Fixes - **eslint-plugin:** [comma-spacing] handle empty type params ([#​2915](https://togithub.com/typescript-eslint/typescript-eslint/issues/2915)) ([4d69fbb](https://togithub.com/typescript-eslint/typescript-eslint/commit/4d69fbba91ea3161213a0ab093e398fed091168c)) ##### Features - **eslint-plugin:** add rule `sort-type-union-intersection-members` ([#​2913](https://togithub.com/typescript-eslint/typescript-eslint/issues/2913)) ([9092c04](https://togithub.com/typescript-eslint/typescript-eslint/commit/9092c0494ebd3486e38852198c1930f1432ef21f)) #### [4.11.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.11.0...v4.11.1) (2020-12-28) ##### Bug Fixes - **eslint-plugin:** [naming-convention] fix precedence of method and property meta selectors ([#​2877](https://togithub.com/typescript-eslint/typescript-eslint/issues/2877)) ([2f10e1a](https://togithub.com/typescript-eslint/typescript-eslint/commit/2f10e1a5c795cac28a6e0a1a3a0adb5bd6be7f1c)) ### [`v4.11.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​4111-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4110v4111-2020-12-28) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.11.0...v4.11.1) ##### Bug Fixes - **eslint-plugin:** [naming-convention] fix precedence of method and property meta selectors ([#​2877](https://togithub.com/typescript-eslint/typescript-eslint/issues/2877)) ([2f10e1a](https://togithub.com/typescript-eslint/typescript-eslint/commit/2f10e1a5c795cac28a6e0a1a3a0adb5bd6be7f1c)) ### [`v4.11.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​4110-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4100v4110-2020-12-21) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.10.0...v4.11.0) ##### Bug Fixes - **eslint-plugin:** [non-nullable-type-assertion-style] handle const assertion ([#​2881](https://togithub.com/typescript-eslint/typescript-eslint/issues/2881)) ([53dc34d](https://togithub.com/typescript-eslint/typescript-eslint/commit/53dc34d3917b90c8ab0324fe8054619ddee98003)) ##### Features - **eslint-plugin:** [prom-func-async] add automatic fix ([#​2845](https://togithub.com/typescript-eslint/typescript-eslint/issues/2845)) ([717e718](https://togithub.com/typescript-eslint/typescript-eslint/commit/717e718e91df2165422228c02dfa248cf55f65a1)) ### [`v4.10.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​4100-httpsgithubcomtypescript-eslinttypescript-eslintcomparev491v4100-2020-12-14) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.9.1...v4.10.0) ##### Bug Fixes - **eslint-plugin:** [naming-convention] fix wrong member of `method` and `property` meta selectors ([#​2856](https://togithub.com/typescript-eslint/typescript-eslint/issues/2856)) ([9a6c362](https://togithub.com/typescript-eslint/typescript-eslint/commit/9a6c3628a2f3a7748b7a4b9b0c55400c8d7dfeae)) ##### Features - **eslint-plugin:** add rule `non-nullable-type-assertion-style` ([#​2624](https://togithub.com/typescript-eslint/typescript-eslint/issues/2624)) ([7eee44f](https://togithub.com/typescript-eslint/typescript-eslint/commit/7eee44fff3041a9725d34bf2fcbfc6fd40a60c61)) #### [4.9.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.9.0...v4.9.1) (2020-12-07) ##### Bug Fixes - **eslint-plugin:** [method-signature-style] fix crash with methods without a return type ([#​2836](https://togithub.com/typescript-eslint/typescript-eslint/issues/2836)) ([fed89f2](https://togithub.com/typescript-eslint/typescript-eslint/commit/fed89f24ebe42a6412f0eb19949d5d4771656189)), closes [#​2834](https://togithub.com/typescript-eslint/typescript-eslint/issues/2834) - **eslint-plugin:** [no-unused-vars] false-positive with class expressions ([#​2833](https://togithub.com/typescript-eslint/typescript-eslint/issues/2833)) ([aadb39f](https://togithub.com/typescript-eslint/typescript-eslint/commit/aadb39f0ff500ee99ea80e9009ab61283ca9c8cd)), closes [#​2831](https://togithub.com/typescript-eslint/typescript-eslint/issues/2831) - **eslint-plugin:** [no-unused-vars] fix race condition between naming-convention and no-unused-vars ([#​2848](https://togithub.com/typescript-eslint/typescript-eslint/issues/2848)) ([ccb6b94](https://togithub.com/typescript-eslint/typescript-eslint/commit/ccb6b9499a4a4077f2e3d81d0844860a25244a0f)), closes [#​2844](https://togithub.com/typescript-eslint/typescript-eslint/issues/2844)
folke/devmoji ### [`v2.2.1`](https://togithub.com/folke/devmoji/blob/master/CHANGELOG.md#​221-httpsgithubcomfolkedevmojicomparev220v221-2021-05-10) [Compare Source](https://togithub.com/folke/devmoji/compare/v2.2.0...v2.2.1) ### [`v2.2.0`](https://togithub.com/folke/devmoji/blob/master/CHANGELOG.md#​220-httpsgithubcomfolkedevmojicomparev2113v220-2021-02-24) [Compare Source](https://togithub.com/folke/devmoji/compare/v2.1.13...v2.2.0) ##### Features - ✨ added support for fixup! & match! comments ([155dee2](https://togithub.com/folke/devmoji/commit/155dee208a4651234283884f570075aaf3eaa90e)) ##### Bug Fixes - 🐛 get --config value from Commander.opts() ([a461c2b](https://togithub.com/folke/devmoji/commit/a461c2bb78340e3d58de3fcedbae3b84afa6b39c)) ##### Other - **deps:** 🔗 update ([979279e](https://togithub.com/folke/devmoji/commit/979279ebf8bc052c397ff009d1e84e54d4d339f6)) - 📦️ updates for Husky 5 ([bbc5f60](https://togithub.com/folke/devmoji/commit/bbc5f60320c650c6a733ea138851efe8408b529e)) - **deps:** bump ini from 1.3.5 to 1.3.8 ([#​91](https://togithub.com/folke/devmoji/issues/91)) ([79cb9cf](https://togithub.com/folke/devmoji/commit/79cb9cf84fde05f7bb6fe124aa9d02c5f5f24acd)) - **deps:** update all non-major dependencies ([#​90](https://togithub.com/folke/devmoji/issues/90)) ([a779c80](https://togithub.com/folke/devmoji/commit/a779c80cb7955d06e5941aaf8a0e2d99cc2b3199)) ##### [2.1.13](https://togithub.com/folke/devmoji/compare/v2.1.12...v2.1.13) (2020-12-09) ##### Other - **deps:** update all non-major dependencies ([#​82](https://togithub.com/folke/devmoji/issues/82)) ([f61c156](https://togithub.com/folke/devmoji/commit/f61c15634256b8fc0613468ca3164a77af007294)) - **deps:** update dependency [@​rollup/plugin-commonjs](https://togithub.com/rollup/plugin-commonjs) to v17 ([#​83](https://togithub.com/folke/devmoji/issues/83)) ([c82d733](https://togithub.com/folke/devmoji/commit/c82d733e5f1072d6fc80f149484a60d72152e814)) - **deps:** update dependency [@​rollup/plugin-node-resolve](https://togithub.com/rollup/plugin-node-resolve) to v11 ([#​84](https://togithub.com/folke/devmoji/issues/84)) ([76f15ad](https://togithub.com/folke/devmoji/commit/76f15ad485631e6b0ae6d57bf8324493bdb5bc47)) - **deps:** update dependency [@​rollup/plugin-typescript](https://togithub.com/rollup/plugin-typescript) to v8 ([#​85](https://togithub.com/folke/devmoji/issues/85)) ([5a10ee9](https://togithub.com/folke/devmoji/commit/5a10ee924cc4d807a2bcccdbc2a7e390fb5e0ea4)) - **deps:** update dependency eslint-config-prettier to v7 ([#​88](https://togithub.com/folke/devmoji/issues/88)) ([0e36770](https://togithub.com/folke/devmoji/commit/0e367707b351f55005d5a6280e8335bf2d85b749)) ##### Documentation - 📚️ better docs about git commit hooks ([8f7b36a](https://togithub.com/folke/devmoji/commit/8f7b36ab0ec7e0623f0e0a597d166749d250912e)) ##### [2.1.12](https://togithub.com/folke/devmoji/compare/v2.1.11...v2.1.12) (2020-11-30) ##### Bug Fixes - 🐛 use the color option for --log (fixes [#​81](https://togithub.com/folke/devmoji/issues/81)) ([c7370de](https://togithub.com/folke/devmoji/commit/c7370de7e260156e8c2f97870e6564201658c49c)) ##### Other - 🎨 fixed linting errors for all src and **tests** source files ([2a93269](https://togithub.com/folke/devmoji/commit/2a9326954366068885105c80607f2a6f434940a8)) - **deps:** update all non-major dependencies ([#​77](https://togithub.com/folke/devmoji/issues/77)) ([fe86d3c](https://togithub.com/folke/devmoji/commit/fe86d3c5d25c46b4ae5c0d353c6fc7b26ba3fd62)) - **deps:** update all non-major dependencies ([#​80](https://togithub.com/folke/devmoji/issues/80)) ([48596c4](https://togithub.com/folke/devmoji/commit/48596c4c69bb5e51b8d5dc1c8ff2d96ad967d418)) ##### [2.1.11](https://togithub.com/folke/devmoji/compare/v2.1.10...v2.1.11) (2020-11-12) ##### Bug Fixes - **lint:** 🐛 detect BREAKING CHANGE in description. Fixes [#​76](https://togithub.com/folke/devmoji/issues/76) ([a3d5ab0](https://togithub.com/folke/devmoji/commit/a3d5ab0cafd3366538ca0098669b83712d36a13d)) - **lint:** 🐛 scope and type can by any case. Fixes [#​75](https://togithub.com/folke/devmoji/issues/75) ([8138c84](https://togithub.com/folke/devmoji/commit/8138c840cb35c8d3513e5ea3eed339337696dc75)) ##### Other - **deps:** bump npm-user-validate from 1.0.0 to 1.0.1 ([#​69](https://togithub.com/folke/devmoji/issues/69)) ([19ea27c](https://togithub.com/folke/devmoji/commit/19ea27c6f03ad6e12305310df45d7ec144191457)) - **deps:** update actions/cache action to v2 ([#​71](https://togithub.com/folke/devmoji/issues/71)) ([a91dbc4](https://togithub.com/folke/devmoji/commit/a91dbc4523cea6625085452755cc1a4a7df94b03)) - **deps:** update actions/checkout action to v2 ([#​72](https://togithub.com/folke/devmoji/issues/72)) ([717ad15](https://togithub.com/folke/devmoji/commit/717ad15695555e5876f8acdd8bded57af09cf1dd)) - **deps:** update all non-major dependencies ([#​70](https://togithub.com/folke/devmoji/issues/70)) ([7b8b05a](https://togithub.com/folke/devmoji/commit/7b8b05a37c017ad183293194794a97fd608e0380)) - **deps:** update dependency [@​rollup/plugin-commonjs](https://togithub.com/rollup/plugin-commonjs) to v16 ([#​73](https://togithub.com/folke/devmoji/issues/73)) ([d5be625](https://togithub.com/folke/devmoji/commit/d5be6256e07e6ace240b75ad60cf7774d6a3ac63)) - **deps:** update dependency [@​rollup/plugin-node-resolve](https://togithub.com/rollup/plugin-node-resolve) to v10 ([#​74](https://togithub.com/folke/devmoji/issues/74)) ([5202cc6](https://togithub.com/folke/devmoji/commit/5202cc6c1c342965d32ac6fae4a2948fc8821ef4)) - **maintenance:** 🔧 updated deps and fixed some linting errors ([169198f](https://togithub.com/folke/devmoji/commit/169198f3d95375f4f83672156a3bdc5b004b6141)) ##### [2.1.10](https://togithub.com/folke/devmoji/compare/v2.1.9...v2.1.10) (2020-10-01) ##### Documentation - replace yarn install w/ yarn add ([#​65](https://togithub.com/folke/devmoji/issues/65)) ([f9acf3e](https://togithub.com/folke/devmoji/commit/f9acf3eef951d638fb0d9538aa9a702122071712)) ##### [2.1.9](https://togithub.com/folke/devmoji/compare/v2.1.8...v2.1.9) (2020-04-09) ##### Bug Fixes - 🐛 --lint shouldn't fail on merge commit message (fixes [#​50](https://togithub.com/folke/devmoji/issues/50)) ([8ba3987](https://togithub.com/folke/devmoji/commit/8ba3987e180ffd6902162a14ef2f831192e61b62)) ##### Other - 🎨 prettier 2.0 ([1cd11ed](https://togithub.com/folke/devmoji/commit/1cd11ed4cb9cf99e4e8db3e1bc8e3d4ab3d7e977)) - 🎨 Prettier 2.0 ([3228033](https://togithub.com/folke/devmoji/commit/32280336699adb9af9bc29641b093cb1faf4fec1)) ##### [2.1.8](https://togithub.com/folke/devmoji/compare/v2.1.7...v2.1.8) (2020-04-09) ##### Bug Fixes - **deps:** update dependency chalk to v4 ([#​49](https://togithub.com/folke/devmoji/issues/49)) ([aefa669](https://togithub.com/folke/devmoji/commit/aefa6691a23e43b34d78bd98aa694b07bebe3dee)) ##### Other - **deps:** update all non-major dependencies ([#​48](https://togithub.com/folke/devmoji/issues/48)) ([42431e0](https://togithub.com/folke/devmoji/commit/42431e0829c37ab7d4e6bb326fc83984e3bd8260)) ##### [2.1.7](https://togithub.com/folke/devmoji/compare/v2.1.6...v2.1.7) (2020-03-24) ##### Bug Fixes - 🐛 🔒️ upgrade minimist which had a security vulnerability ([fc12464](https://togithub.com/folke/devmoji/commit/fc124643a64967896bab3a5f2edf04e685a9f0c1)) ##### Other - **deps:** update all non-major dependencies ([#​45](https://togithub.com/folke/devmoji/issues/45)) ([777695a](https://togithub.com/folke/devmoji/commit/777695ad92d76a2a9455d1895e7b5af711b5d5cf)) - **deps:** update all non-major dependencies ([#​47](https://togithub.com/folke/devmoji/issues/47)) ([1eb8c52](https://togithub.com/folke/devmoji/commit/1eb8c52db68ea51c58d11b25195197022b12b3e1)) - **deps:** update all non-major dependencies to v2.24.0 ([#​43](https://togithub.com/folke/devmoji/issues/43)) ([205fbc3](https://togithub.com/folke/devmoji/commit/205fbc334b83be45fc130c4dc6062ed99966fe33)) - **deps:** update dependency prettier to v2 ([#​46](https://togithub.com/folke/devmoji/issues/46)) ([975c593](https://togithub.com/folke/devmoji/commit/975c593b265449f27a097da3f7782083ee8e6029)) - **deps:** update dependency rollup to v2.1.0 ([#​44](https://togithub.com/folke/devmoji/issues/44)) ([7928c85](https://togithub.com/folke/devmoji/commit/7928c856c7f81320e218860d97cbf61fd2da7922)) ##### [2.1.6](https://togithub.com/folke/devmoji/compare/v2.1.5...v2.1.6) (2020-03-15) ##### Bug Fixes - 🐛 new rollup version and commanderjs ([41ae638](https://togithub.com/folke/devmoji/commit/41ae638a22c7aae04dc699711b6c56693547169d)) ##### Other - **deps:** update all non-major dependencies ([#​34](https://togithub.com/folke/devmoji/issues/34)) ([f3fe5ab](https://togithub.com/folke/devmoji/commit/f3fe5ab3f9cf9f2b2c00a4eb8bcb2cdf9eae67c7)) - **deps:** update all non-major dependencies ([#​37](https://togithub.com/folke/devmoji/issues/37)) ([acc0753](https://togithub.com/folke/devmoji/commit/acc07530c7775ec3e3a958ce09df57e2d12ddb24)) ##### [2.1.5](https://togithub.com/folke/devmoji/compare/v2.1.4...v2.1.5) (2020-03-10) ##### Other - **deps:** update all non-major dependencies ([#​15](https://togithub.com/folke/devmoji/issues/15)) ([3df8504](https://togithub.com/folke/devmoji/commit/3df85041b1e9bbe5faf06572cb9f5c5043b48657)) - **deps:** update all non-major dependencies ([#​22](https://togithub.com/folke/devmoji/issues/22)) ([e2b9050](https://togithub.com/folke/devmoji/commit/e2b90501127b60b0073f0c16bf8b66c664f93b79)) - **deps:** update all non-major dependencies ([#​24](https://togithub.com/folke/devmoji/issues/24)) ([32bebd2](https://togithub.com/folke/devmoji/commit/32bebd2bd6b997b8a0f86ccaa933dc12ff0aa964)) - **deps:** update all non-major dependencies ([#​27](https://togithub.com/folke/devmoji/issues/27)) ([570ef92](https://togithub.com/folke/devmoji/commit/570ef928462d2eedf5554e1de14db1c3c81bf42e)) - **deps:** update all non-major dependencies ([#​29](https://togithub.com/folke/devmoji/issues/29)) ([02fd806](https://togithub.com/folke/devmoji/commit/02fd8062fabe841067515582640279387651a59d)) - **deps:** update all non-major dependencies ([#​30](https://togithub.com/folke/devmoji/issues/30)) ([b5491a5](https://togithub.com/folke/devmoji/commit/b5491a54eeb4f8e6a3773736aff8f2cb16921759)) - **deps:** update all non-major dependencies ([#​33](https://togithub.com/folke/devmoji/issues/33)) ([1ae0e03](https://togithub.com/folke/devmoji/commit/1ae0e03fec7fffde8ed4f2c17ae397d96b0a5426)) - **deps:** update dependency [@​rollup/plugin-typescript](https://togithub.com/rollup/plugin-typescript) to v3 ([#​18](https://togithub.com/folke/devmoji/issues/18)) ([c9a7a16](https://togithub.com/folke/devmoji/commit/c9a7a1638e69bf809bf4f20683587bdcc2a25e0d)) - **deps:** update dependency [@​types/jest](https://togithub.com/types/jest) to v25 ([#​16](https://togithub.com/folke/devmoji/issues/16)) ([555f6fe](https://togithub.com/folke/devmoji/commit/555f6fefb6d02706426043436a39b27890daf30c)) - **deps:** update dependency [@​types/jest](https://togithub.com/types/jest) to v25.1.2 ([#​28](https://togithub.com/folke/devmoji/issues/28)) ([818cfbb](https://togithub.com/folke/devmoji/commit/818cfbbc398e911888765c88e837b2a96ff1cc29)) - **deps:** update dependency [@​types/node](https://togithub.com/types/node) to v13.7.0 ([#​26](https://togithub.com/folke/devmoji/issues/26)) ([7e6f547](https://togithub.com/folke/devmoji/commit/7e6f54708c2b23afaf714caa1ecbd6262d229773)) - **deps:** update dependency eslint-config-prettier to v6.10.0 ([#​21](https://togithub.com/folke/devmoji/issues/21)) ([364a982](https://togithub.com/folke/devmoji/commit/364a98240d1ba631284b166b7c0a119047a98a66)) - **deps:** update dependency rimraf to v3.0.1 ([#​20](https://togithub.com/folke/devmoji/issues/20)) ([7e208a9](https://togithub.com/folke/devmoji/commit/7e208a9c72ca68f2346f48542f51ebaae2316d45)) - **deps:** update dependency rollup to v1.31.1 ([#​31](https://togithub.com/folke/devmoji/issues/31)) ([21fc914](https://togithub.com/folke/devmoji/commit/21fc91463dc38e2e865ca3f39a3995936afb26e0)) - **deps:** update dependency rollup to v2 ([#​35](https://togithub.com/folke/devmoji/issues/35)) ([7ab9605](https://togithub.com/folke/devmoji/commit/7ab9605f035dd66c01670cdcb7deef4ef5c46461)) - **deps:** update dependency semantic-release to v17 ([#​17](https://togithub.com/folke/devmoji/issues/17)) ([7b497af](https://togithub.com/folke/devmoji/commit/7b497affef959b7a4929e7340bafb1a3a57356ac)) - **deps:** update dependency semantic-release to v17.0.2 ([#​25](https://togithub.com/folke/devmoji/issues/25)) ([4b0b17a](https://togithub.com/folke/devmoji/commit/4b0b17a45fd1daec5ef6b05947ed1e82a1e98118)) - **deps:** update dependency ts-jest to v25.1.0 ([#​23](https://togithub.com/folke/devmoji/issues/23)) ([8c3214b](https://togithub.com/folke/devmoji/co

Configuration

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