uport-project / ethr-did

Create ethr DIDs
Apache License 2.0
259 stars 53 forks source link

chore(deps): update devdeps #70

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
@ethersproject/contracts 5.1.1 -> 5.3.0 age adoption passing confidence
@typescript-eslint/eslint-plugin 4.24.0 -> 4.28.0 age adoption passing confidence
@typescript-eslint/parser 4.24.0 -> 4.28.0 age adoption passing confidence
eslint (source) 7.26.0 -> 7.29.0 age adoption passing confidence
microbundle 0.13.0 -> 0.13.3 age adoption passing confidence
prettier (source) 2.3.0 -> 2.3.1 age adoption passing confidence
semantic-release 17.4.3 -> 17.4.4 age adoption passing confidence
typescript (source) 4.2.4 -> 4.3.4 age adoption passing confidence

Release Notes

ethers-io/ethers.js ### [`v5.3.0`](https://togithub.com/ethers-io/ethers.js/blob/master/CHANGELOG.md#ethersv530-2021-05-31-1841) [Compare Source](https://togithub.com/ethers-io/ethers.js/compare/v5.2.0...v5.3.0) - Added MinInt256 and MaxInt256 constants. ([#​1576](https://togithub.com/ethers-io/ethers.js/issues/1576); [bfcd05f](https://togithub.com/ethers-io/ethers.js/commit/bfcd05fcbb132d456d6f22f70c8ac9cf5b1826f7)) - Version bumps for bn.js and hash.js to match elliptic and fix some build tools. ([#​1478](https://togithub.com/ethers-io/ethers.js/issues/1478); [819b1ac](https://togithub.com/ethers-io/ethers.js/commit/819b1ace5c9b16e29dc354ad80e0e5b71ac63c52)) - Removed Hangul checks in shims which crashes Android. ([#​1519](https://togithub.com/ethers-io/ethers.js/issues/1519); [4b33114](https://togithub.com/ethers-io/ethers.js/commit/4b331148d980e3056ceaabdcd6e50a2aa1beb40d)) - Fixed ENS namehash with leading and trailing dots. ([#​1605](https://togithub.com/ethers-io/ethers.js/issues/1605); [7adcf3b](https://togithub.com/ethers-io/ethers.js/commit/7adcf3b154669d9d1a0a66d5e15dabfbf6618180)) - Fixed broken variable in template string. ([#​1624](https://togithub.com/ethers-io/ethers.js/issues/1624), [#​1626](https://togithub.com/ethers-io/ethers.js/issues/1626); [630656e](https://togithub.com/ethers-io/ethers.js/commit/630656e949a8ffd940e4b66ec93ec07cd6ec2634)) - Fixed FixedNumber rounding for non-default formats. ([#​1629](https://togithub.com/ethers-io/ethers.js/issues/1629); [8681cd5](https://togithub.com/ethers-io/ethers.js/commit/8681cd59698d02d040871aa889fc6ccc8550df98)) - Update ws dependency version to fix security. ([#​1633](https://togithub.com/ethers-io/ethers.js/issues/1633), [#​1634](https://togithub.com/ethers-io/ethers.js/issues/1634); [470551e](https://togithub.com/ethers-io/ethers.js/commit/470551e4ee3f1e343a26fc0775f9d9f7489129f8)) ### [`v5.2.0`](https://togithub.com/ethers-io/ethers.js/blob/master/CHANGELOG.md#ethersv520-2021-05-17-1618) [Compare Source](https://togithub.com/ethers-io/ethers.js/compare/v5.1.1...v5.2.0) - More aggresively check for mempool transactions sent from JsonRpcSigner. ([3316468](https://togithub.com/ethers-io/ethers.js/commit/3316468e3e0a5925cbecad85d894cc7d622394e7)) - Added initial support for detecting replacement transactions. ([#​1477](https://togithub.com/ethers-io/ethers.js/issues/1477); [987bec8](https://togithub.com/ethers-io/ethers.js/commit/987bec87afaa365f291290a0136cedbc2b1992f2), [5144acf](https://togithub.com/ethers-io/ethers.js/commit/5144acf456b51c95bbe3950bd37609abecc7ebc7)) - Added convenience method for HD path derivation. ([aadc5cd](https://togithub.com/ethers-io/ethers.js/commit/aadc5cd3d65421e13ebd4e4d7c293ac3ece5e178)) - Added mnemonicPath option to cli. ([6e08809](https://togithub.com/ethers-io/ethers.js/commit/6e088099adabd7c5d2e6710062ebc62b316ba0f1)) - Added some popular Ethereum-compatible chains to networks. ([b6370f1](https://togithub.com/ethers-io/ethers.js/commit/b6370f13600a0c444342cbf16a83f010a929976b)) - Added debug event to Web3Provider. ([26464c5](https://togithub.com/ethers-io/ethers.js/commit/26464c54258f98c321638475d6cf11595186e76d)) - Abstracted EtherscanProivder to more easily fascilitate other Etherscan-supported chains. ([#​1204](https://togithub.com/ethers-io/ethers.js/issues/1204), [#​1473](https://togithub.com/ethers-io/ethers.js/issues/1473); [37a9c77](https://togithub.com/ethers-io/ethers.js/commit/37a9c77ab2acb7f75e1fc4cc918810d2fe59dd76)) - Added Custom Contract Errors. ([#​1498](https://togithub.com/ethers-io/ethers.js/issues/1498); [6519609](https://togithub.com/ethers-io/ethers.js/commit/65196097f6626401638d85cf19e3d628a6223d5d), [483d67f](https://togithub.com/ethers-io/ethers.js/commit/483d67f55c15a76bcd853e889a0e35815d9850f7)) - More flexible FixedNumber input and output for strings with no decimals. ([#​1019](https://togithub.com/ethers-io/ethers.js/issues/1019), [#​1291](https://togithub.com/ethers-io/ethers.js/issues/1291), [#​1463](https://togithub.com/ethers-io/ethers.js/issues/1463); [a9cdbe1](https://togithub.com/ethers-io/ethers.js/commit/a9cdbe1238c149a7167c6bb1a78f314805b52755)) - Added hex support for bigint. ([#​1472](https://togithub.com/ethers-io/ethers.js/issues/1472); [4e9abfd](https://togithub.com/ethers-io/ethers.js/commit/4e9abfdee478a8423da4d55feea8c1aae78a8eb4)) - Added support for null entries in EventFilter. ([#​1499](https://togithub.com/ethers-io/ethers.js/issues/1499); [3bb5fbf](https://togithub.com/ethers-io/ethers.js/commit/3bb5fbf533107e880377ecc14f30f314a5028e56)) - Add bigint to allowed BigNumberish types. ([#​1472](https://togithub.com/ethers-io/ethers.js/issues/1472); [cadccc3](https://togithub.com/ethers-io/ethers.js/commit/cadccc3060b88ab2ca64aeb302717d2d1c95a897)) - Minor version bump. ([8e22e02](https://togithub.com/ethers-io/ethers.js/commit/8e22e0260eb70713c943c9e99ee8d66d71ebe56d))
typescript-eslint/typescript-eslint ### [`v4.28.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md#​4280-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4270v4280-2021-06-21) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.27.0...v4.28.0) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v4.27.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md#​4270-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4261v4270-2021-06-14) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.26.1...v4.27.0) ##### Bug Fixes - **typescript-estree:** allow providing more one than one existing program in config ([#​3508](https://togithub.com/typescript-eslint/typescript-eslint/issues/3508)) ([4f1806e](https://togithub.com/typescript-eslint/typescript-eslint/commit/4f1806e548affb7265da360d1fc8d033e25de325)) ##### Features - allow user to provide TS program instance in parser options ([#​3484](https://togithub.com/typescript-eslint/typescript-eslint/issues/3484)) ([e855b18](https://togithub.com/typescript-eslint/typescript-eslint/commit/e855b18b8feee0edb5c617c11006861426a6f530)) #### [4.26.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.26.0...v4.26.1) (2021-06-07) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v4.26.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md#​4261-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4260v4261-2021-06-07) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.26.0...v4.26.1) ##### Bug Fixes - **eslint-plugin:** \[prefer-includes] ignore option chaining before indexOfs ([#​3432](https://togithub.com/typescript-eslint/typescript-eslint/issues/3432)) ([bf0cddb](https://togithub.com/typescript-eslint/typescript-eslint/commit/bf0cddbe5291bbc03e2d79aa680f93680222b67f)) - **eslint-plugin:** fix doc url generation ([#​3475](https://togithub.com/typescript-eslint/typescript-eslint/issues/3475)) ([fc5f171](https://togithub.com/typescript-eslint/typescript-eslint/commit/fc5f171b1ade2b45a1a4268b6d22926d420282a6)), closes [#​3473](https://togithub.com/typescript-eslint/typescript-eslint/issues/3473) ### [`v4.26.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md#​4260-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4250v4260-2021-05-31) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.25.0...v4.26.0) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v4.25.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md#​4250-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4240v4250-2021-05-24) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.24.0...v4.25.0) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
eslint/eslint ### [`v7.29.0`](https://togithub.com/eslint/eslint/releases/v7.29.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v7.28.0...v7.29.0) - [`bfbfe5c`](https://togithub.com/eslint/eslint/commit/bfbfe5c1fd4c39a06d5e159dbe48479ca4305fc0) New: Add only to RuleTester (refs [eslint/rfcs#​73](https://togithub.com/eslint/rfcs/issues/73)) ([#​14677](https://togithub.com/eslint/eslint/issues/14677)) (Brandon Mills) - [`c2cd7b4`](https://togithub.com/eslint/eslint/commit/c2cd7b4a18057ca6067bdfc16de771dc5d90c0ea) New: Add ESLint#getRulesMetaForResults() (refs [#​13654](https://togithub.com/eslint/eslint/issues/13654)) ([#​14716](https://togithub.com/eslint/eslint/issues/14716)) (Nicholas C. Zakas) - [`eea7e0d`](https://togithub.com/eslint/eslint/commit/eea7e0d09d6ef43d6663cbe424e7974764a5f7fe) Chore: remove duplicate code ([#​14719](https://togithub.com/eslint/eslint/issues/14719)) (Nitin Kumar) - [`6a1c7a0`](https://togithub.com/eslint/eslint/commit/6a1c7a0dac050ea5876972c50563a7eb867b38d3) Fix: allow fallthrough comment inside block (fixes [#​14701](https://togithub.com/eslint/eslint/issues/14701)) ([#​14702](https://togithub.com/eslint/eslint/issues/14702)) (Kevin Gibbons) - [`a47e5e3`](https://togithub.com/eslint/eslint/commit/a47e5e30b0da364593b6881f6826c595da8696f5) Docs: Add Mega-Linter to the list of integrations ([#​14707](https://togithub.com/eslint/eslint/issues/14707)) (Nicolas Vuillamy) - [`353ddf9`](https://togithub.com/eslint/eslint/commit/353ddf965078030794419b089994373e27ffc86e) Chore: enable reportUnusedDisableDirectives in eslint-config-eslint ([#​14699](https://togithub.com/eslint/eslint/issues/14699)) (薛定谔的猫) - [`757c495`](https://togithub.com/eslint/eslint/commit/757c49584a5852c468c1b4a0b74ad3aa39d954e5) Chore: add some rules to eslint-config-eslint ([#​14692](https://togithub.com/eslint/eslint/issues/14692)) (薛定谔的猫) - [`c93a222`](https://togithub.com/eslint/eslint/commit/c93a222563177a9b5bc7a59aa106bc0a6d31e063) Docs: fix a broken link ([#​14697](https://togithub.com/eslint/eslint/issues/14697)) (Sam Chen) - [`655c118`](https://togithub.com/eslint/eslint/commit/655c1187fc845bac61ae8d06c556f1a59ee2071b) Sponsors: Sync README with website (ESLint Jenkins) - [`e2bed2e`](https://togithub.com/eslint/eslint/commit/e2bed2ead22b575d55ccaeed94eecd3a979dd871) Sponsors: Sync README with website (ESLint Jenkins) - [`8490fb4`](https://togithub.com/eslint/eslint/commit/8490fb42e559ef0b3c34ac60be4e05e0d879a9cb) Sponsors: Sync README with website (ESLint Jenkins) - [`ddbe877`](https://togithub.com/eslint/eslint/commit/ddbe877c95224e127215d35562a175c6f2b7ba22) Sponsors: Sync README with website (ESLint Jenkins) ### [`v7.28.0`](https://togithub.com/eslint/eslint/releases/v7.28.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v7.27.0...v7.28.0) - [`1237705`](https://togithub.com/eslint/eslint/commit/1237705dd08c209c5e3136045ec51a4ba87a3abe) Upgrade: [@​eslint/eslintrc](https://togithub.com/eslint/eslintrc) to 0.4.2 ([#​14672](https://togithub.com/eslint/eslint/issues/14672)) (Milos Djermanovic) - [`123fb86`](https://togithub.com/eslint/eslint/commit/123fb8648731c2c23313c544ffa1872d3024fe68) Docs: Add Feedback Needed triage description ([#​14670](https://togithub.com/eslint/eslint/issues/14670)) (Nicholas C. Zakas) - [`c545163`](https://togithub.com/eslint/eslint/commit/c5451635b4e89827cfc8d8d77083647c74506e42) Update: support multiline /*eslint-env*/ directives (fixes [#​14652](https://togithub.com/eslint/eslint/issues/14652)) ([#​14660](https://togithub.com/eslint/eslint/issues/14660)) (薛定谔的猫) - [`8d1e75a`](https://togithub.com/eslint/eslint/commit/8d1e75a31b3e3d67130709a219bdd07ce6f3cf74) Upgrade: glob-parent version in package.json ([#​14658](https://togithub.com/eslint/eslint/issues/14658)) (Hamza Najeeb) - [`1f048cb`](https://togithub.com/eslint/eslint/commit/1f048cb0eec660d2052f1758f4b2ad7b1cb424e1) Fix: no-implicit-coercion false positive with `String()` (fixes [#​14623](https://togithub.com/eslint/eslint/issues/14623)) ([#​14641](https://togithub.com/eslint/eslint/issues/14641)) (Milos Djermanovic) - [`d709abf`](https://togithub.com/eslint/eslint/commit/d709abfdde087325d4578b6709dc61040b8ca9d8) Chore: fix comment location in no-unused-vars ([#​14648](https://togithub.com/eslint/eslint/issues/14648)) (Milos Djermanovic) - [`e44ce0a`](https://togithub.com/eslint/eslint/commit/e44ce0a8acfaad513c385150c25e76e82a1b8f12) Fix: no-duplicate-imports allow unmergeable (fixes [#​12758](https://togithub.com/eslint/eslint/issues/12758), fixes [#​12760](https://togithub.com/eslint/eslint/issues/12760)) ([#​14238](https://togithub.com/eslint/eslint/issues/14238)) (Soufiane Boutahlil) - [`bb66a3d`](https://togithub.com/eslint/eslint/commit/bb66a3d91af426dac9a7ffdbe47bdbbc0ffd4dd7) New: add `getPhysicalFilename()` method to rule context (fixes [#​11989](https://togithub.com/eslint/eslint/issues/11989)) ([#​14616](https://togithub.com/eslint/eslint/issues/14616)) (Nitin Kumar) - [`2e43dac`](https://togithub.com/eslint/eslint/commit/2e43dacd24337a82d4184fac9b44d497675f46ef) Docs: fix `no-sequences` example ([#​14643](https://togithub.com/eslint/eslint/issues/14643)) (Nitin Kumar) - [`958ff4e`](https://togithub.com/eslint/eslint/commit/958ff4e8a5102f204f1484d09985e28a79790996) Docs: add note for arrow functions in no-seq rule ([#​14578](https://togithub.com/eslint/eslint/issues/14578)) (Nitin Kumar) - [`e4f111b`](https://togithub.com/eslint/eslint/commit/e4f111b67d114adbf76a9c9dbb18fa4f49bc91b6) Fix: arrow-body-style crash with object pattern (fixes [#​14633](https://togithub.com/eslint/eslint/issues/14633)) ([#​14635](https://togithub.com/eslint/eslint/issues/14635)) (Milos Djermanovic) - [`ec28b5a`](https://togithub.com/eslint/eslint/commit/ec28b5a2bdc69f34ce29d670f5e84d2446774a00) Chore: upgrade eslint-plugin-eslint-plugin ([#​14590](https://togithub.com/eslint/eslint/issues/14590)) (薛定谔的猫) - [`85a2725`](https://togithub.com/eslint/eslint/commit/85a2725b1fade5538e727102d9701ccb503e54d4) Docs: Update README team and sponsors (ESLint Jenkins) ### [`v7.27.0`](https://togithub.com/eslint/eslint/releases/v7.27.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v7.26.0...v7.27.0) - [`2c0868c`](https://togithub.com/eslint/eslint/commit/2c0868cbeadc9f42716fa1178ebdc6b4cee6d31e) Chore: merge all html formatter files into `html.js` ([#​14612](https://togithub.com/eslint/eslint/issues/14612)) (Milos Djermanovic) - [`9e9b5e0`](https://togithub.com/eslint/eslint/commit/9e9b5e07475564813b62cd1d7562a93c5fb4bc74) Update: no-unused-vars false negative with comma operator (fixes [#​14325](https://togithub.com/eslint/eslint/issues/14325)) ([#​14354](https://togithub.com/eslint/eslint/issues/14354)) (Nitin Kumar) - [`afe9569`](https://togithub.com/eslint/eslint/commit/afe95693e1e4316a1c6f01d39345061d4c5921c7) Chore: use includes instead of indexOf ([#​14607](https://togithub.com/eslint/eslint/issues/14607)) (Mikhail Bodrov) - [`c0f418e`](https://togithub.com/eslint/eslint/commit/c0f418e2476df98519bc156b81d20431984e8704) Chore: Remove lodash ([#​14287](https://togithub.com/eslint/eslint/issues/14287)) (Stephen Wade) - [`52655dd`](https://togithub.com/eslint/eslint/commit/52655dd54925ee02af2ba3a0ebc09de959ae3101) Update: no-restricted-imports custom message for patterns (fixes [#​11843](https://togithub.com/eslint/eslint/issues/11843)) ([#​14580](https://togithub.com/eslint/eslint/issues/14580)) (Alex Holden) - [`967b1c4`](https://togithub.com/eslint/eslint/commit/967b1c4ceca8f5248378477da94ff118dafaa647) Chore: Fix typo in large.js ([#​14589](https://togithub.com/eslint/eslint/issues/14589)) (Ikko Ashimine) - [`2466a05`](https://togithub.com/eslint/eslint/commit/2466a05160de60958457d984b79fd445c12ebc98) Sponsors: Sync README with website (ESLint Jenkins) - [`fe29f18`](https://togithub.com/eslint/eslint/commit/fe29f18227fd02fd7c3da033417d621275b00d0a) Sponsors: Sync README with website (ESLint Jenkins) - [`086c1d6`](https://togithub.com/eslint/eslint/commit/086c1d6e8593cf8e7851daa8f2a890c213cf6999) Chore: add more test cases for `no-sequences` ([#​14579](https://togithub.com/eslint/eslint/issues/14579)) (Nitin Kumar) - [`6a2ced8`](https://togithub.com/eslint/eslint/commit/6a2ced892c0dc43fa4942293b9f1c4b9151c3741) Docs: Update README team and sponsors (ESLint Jenkins)
developit/microbundle ### [`v0.13.3`](https://togithub.com/developit/microbundle/blob/master/CHANGELOG.md#​0133) [Compare Source](https://togithub.com/developit/microbundle/compare/v0.13.2...v0.13.3) ##### Patch Changes - [`3534815`](https://togithub.com/developit/microbundle/commit/3534815ddabecc080cdec42cd1f6009a81a48ec9) [#​848](https://togithub.com/developit/microbundle/pull/848) Thanks [@​developit](https://togithub.com/developit)! - Bugfix: preserve Terser annotations like `/*@​__NOINLINE__*/` during Babel pass ### [`v0.13.2`](https://togithub.com/developit/microbundle/blob/master/CHANGELOG.md#​0132) [Compare Source](https://togithub.com/developit/microbundle/compare/v0.13.1...v0.13.2) ##### Patch Changes - [`e3f1933`](https://togithub.com/developit/microbundle/commit/e3f1933773fd17bb1d97de0dad94d899acee7598) [#​847](https://togithub.com/developit/microbundle/pull/847) Thanks [@​developit](https://togithub.com/developit)! - - Upgrade to Terser [5.7](https://togithub.com/terser/terser/blob/master/CHANGELOG.md#v570) to re-enable support for `reduce_funcs:false` in `mangle.json` configuration. - [`86371f0`](https://togithub.com/developit/microbundle/commit/86371f0db6386089c66cd474a7121d9dbee4c0cf) [#​784](https://togithub.com/developit/microbundle/pull/784) Thanks [@​rschristian](https://togithub.com/rschristian)! - Allows users to customize the modern output's filename using "exports" like they can with "esmodules" ### [`v0.13.1`](https://togithub.com/developit/microbundle/blob/master/CHANGELOG.md#​0131) [Compare Source](https://togithub.com/developit/microbundle/compare/v0.13.0...v0.13.1) ##### Patch Changes - [`54402ac`](https://togithub.com/developit/microbundle/commit/54402ac43cc2f7ccb85fe5df2e9828c7f24091a0) [#​830](https://togithub.com/developit/microbundle/pull/830) Thanks [@​JounQin](https://togithub.com/JounQin)! - fix: add generateTypes cli option, check false value correctly - [`edcd777`](https://togithub.com/developit/microbundle/commit/edcd777cfaedfdb436c62b5dcb3cff6291268e4c) [#​823](https://togithub.com/developit/microbundle/pull/823) Thanks [@​rschristian](https://togithub.com/rschristian)! - Ensures ambient type declaration for CSS Modules is included in the published bundle - [`d87a5dc`](https://togithub.com/developit/microbundle/commit/d87a5dc286a1edba92ca3ec5b534807688c90854) Thanks [@​developit](https://togithub.com/developit)! - - Fix `--sourcemap=false` to match `--no-sourcemap` and actually turn sourcemaps off. - [`6f1a20f`](https://togithub.com/developit/microbundle/commit/6f1a20fa17467176f9bc1acc2b0f78784d28d110) [#​777](https://togithub.com/developit/microbundle/pull/777) Thanks [@​rschristian](https://togithub.com/rschristian)! - Fixing a bug that would cause a CSS file to be generated to match each JS build output - [`25b73d2`](https://togithub.com/developit/microbundle/commit/25b73d22caeac7cf74b0533401318a5becc29c11) [#​834](https://togithub.com/developit/microbundle/pull/834) Thanks [@​cometkim](https://togithub.com/cometkim)! - Add support for configuration overrides using the `publishConfig` package.json field. - [`0a4cddf`](https://togithub.com/developit/microbundle/commit/0a4cddf98ab54c41f0b2ece1d626e459f73c9997) [#​842](https://togithub.com/developit/microbundle/pull/842) Thanks [@​ForsakenHarmony](https://togithub.com/ForsakenHarmony)! - fix default extension to cjs for package.json "type":"module" - [`4f7fbc4`](https://togithub.com/developit/microbundle/commit/4f7fbc4a0b9e03b9c33d10b21c66b8ddef7524a7) Thanks [@​developit](https://togithub.com/developit)! - Fix `transform-fast-rest` to support referencing `...rest` params from within closures. - [`0c91795`](https://togithub.com/developit/microbundle/commit/0c917959570c788929766c6f4cd55f3b49433920) [#​841](https://togithub.com/developit/microbundle/pull/841) Thanks [@​rschristian](https://togithub.com/rschristian)! - Ensures JS format is not included in CSS filename output
prettier/prettier ### [`v2.3.1`](https://togithub.com/prettier/prettier/blob/master/CHANGELOG.md#​231) [Compare Source](https://togithub.com/prettier/prettier/compare/2.3.0...2.3.1) [diff](https://togithub.com/prettier/prettier/compare/2.3.0...2.3.1) ##### Support TypeScript 4.3 ([#​10945](https://togithub.com/prettier/prettier/pull/10945) by [@​sosukesuzuki](https://togithub.com/sosukesuzuki)) ##### [`override` modifiers in class elements](https://devblogs.microsoft.com/typescript/announcing-typescript-4-3/#override) ```ts class Foo extends { override method() {} } ``` ##### [static index signatures (`[key: KeyType]: ValueType`) in classes](https://devblogs.microsoft.com/typescript/announcing-typescript-4-3/#static-index-signatures) ```ts class Foo { static [key: string]: Bar; } ``` ##### [`get` / `set` in type declarations](https://devblogs.microsoft.com/typescript/announcing-typescript-4-3/#separate-write-types) ```ts interface Foo { set foo(value); get foo(): string; } ``` ##### Preserve attributes order for element node ([#​10958](https://togithub.com/prettier/prettier/pull/10958) by [@​dcyriller](https://github.comdcyriller)) ```handlebars {{!-- Input --}} {{!-- Prettier stable --}} {{!-- Prettier main --}} ``` ##### Track cursor position properly when it’s at the end of the range to format ([#​10938](https://togithub.com/prettier/prettier/pull/10938) by [@​j-f1](https://togithub.com/j-f1)) Previously, if the cursor was at the end of the range to format, it would simply be placed back at the end of the updated range. Now, it will be repositioned if Prettier decides to add additional code to the end of the range (such as a semicolon). ```jsx // Input (<|> represents the cursor) const someVariable = myOtherVariable<|> // range to format: ^^^^^^^^^^^^^^^ // Prettier stable const someVariable = myOtherVariable;<|> // range to format: ^^^^^^^^^^^^^^^ // Prettier main const someVariable = myOtherVariable<|>; // range to format: ^^^^^^^^^^^^^^^ ``` ##### Break the LHS of type alias that has complex type parameters ([#​10901](https://togithub.com/prettier/prettier/pull/10901) by [@​sosukesuzuki](https://togithub.com/sosukesuzuki)) ```ts // Input type FieldLayoutWith< T extends string, S extends unknown = { width: string } > = { type: T; code: string; size: S; }; // Prettier stable type FieldLayoutWith = { type: T; code: string; size: S; }; // Prettier main type FieldLayoutWith< T extends string, S extends unknown = { width: string } > = { type: T; code: string; size: S; }; ``` ##### Break the LHS of assignments that has complex type parameters ([#​10916](https://togithub.com/prettier/prettier/pull/10916) by [@​sosukesuzuki](https://togithub.com/sosukesuzuki)) ```ts // Input const map: Map< Function, Map > = new Map(); // Prettier stable const map: Map> = new Map(); // Prettier main const map: Map< Function, Map > = new Map(); ``` ##### Fix incorrectly wrapped arrow functions with return types ([#​10940](https://togithub.com/prettier/prettier/pull/10940) by [@​thorn0](https://togithub.com/thorn0)) ```ts // Input longfunctionWithCall12("bla", foo, (thing: string): complex> => { code(); }); // Prettier stable longfunctionWithCall12("bla", foo, (thing: string): complex< type > => { code(); }); // Prettier main longfunctionWithCall12( "bla", foo, (thing: string): complex> => { code(); } ); ``` ##### Avoid breaking call expressions after assignments with complex type arguments ([#​10949](https://togithub.com/prettier/prettier/pull/10949) by [@​sosukesuzuki](https://togithub.com/sosukesuzuki)) ```ts // Input const foo = call<{ prop1: string; prop2: string; prop3: string; }>(); // Prettier stable const foo = call<{ prop1: string; prop2: string; prop3: string; }>(); // Prettier main const foo = call<{ prop1: string; prop2: string; prop3: string; }>(); ``` ##### Fix order of `override` modifiers ([#​10961](https://togithub.com/prettier/prettier/pull/10961) by [@​sosukesuzuki](https://togithub.com/sosukesuzuki)) ```ts // Input class Foo extends Bar { abstract override foo: string; } // Prettier stable class Foo extends Bar { abstract override foo: string; } // Prettier main class Foo extends Bar { abstract override foo: string; } ```
semantic-release/semantic-release ### [`v17.4.4`](https://togithub.com/semantic-release/semantic-release/releases/v17.4.4) [Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v17.4.3...v17.4.4) ##### Bug Fixes - corrected spelling of invalid plugin config error ([#​1979](https://togithub.com/semantic-release/semantic-release/issues/1979)) ([80e1665](https://togithub.com/semantic-release/semantic-release/commit/80e1665037e8977cea7c460eae863509d6779720))
Microsoft/TypeScript ### [`v4.3.4`](https://togithub.com/Microsoft/TypeScript/releases/v4.3.4) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v4.3.3...v4.3.4) This release - adds an optional `getCustomTransformers` method to the `SolutionBuilderHost*` APIs - uses the transforms given by `getCustomTransformers` in Builder Program instances when running `emit()` methods in cases where `customTransforms` are not given. [See the change for more details](https://togithub.com/microsoft/TypeScript/pull/44489) ### [`v4.3.3`](https://togithub.com/Microsoft/TypeScript/releases/v4.3.3) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v4.3.2...v4.3.3) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-3). For the complete list of fixed issues, check out the - [fixed issues query for TypeScript v4.3.0 (Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+4.3.0%22+is%3Aclosed+). - [fixed issues query for TypeScript v4.3.1 (RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+4.3.1%22+is%3Aclosed+). - [fixed issues query for TypeScript v4.3.2](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+4.3.2%22+is%3Aclosed+). - [fixed issues query for TypeScript v4.3.3](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+4.3.2%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [Visual Studio 2017/2019](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-43) ([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) ### [`v4.3.2`](https://togithub.com/Microsoft/TypeScript/releases/v4.3.2) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v4.2.4...v4.3.2) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-3). For the complete list of fixed issues, check out the - [fixed issues query for TypeScript v4.3.0 (Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+4.3.0%22+is%3Aclosed+). - [fixed issues query for TypeScript v4.3.1 (RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+4.3.1%22+is%3Aclosed+). - [fixed issues query for TypeScript v4.3.2](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+4.3.2%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [Visual Studio 2017/2019](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-43) ([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: "before 5am on Monday" (UTC).

🚦 Automerge: Disabled due to failing status checks.

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.

renovate[bot] commented 3 years ago

Branch automerge failure

This PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.


uport-automation-bot commented 2 years ago

:tada: This issue has been resolved in version 2.1.5 :tada:

The release is available on:

Your semantic-release bot :package::rocket: