adobe / ferrum

Features from the rust language in javascript: Provides Traits/Type classes & a hashing infrastructure and an advanced library for working with sequences/iterators in js
https://www.ferrumjs.org
Apache License 2.0
519 stars 25 forks source link

chore(deps): update any #211

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
@semantic-release/git 9.0.0 -> 9.0.1 age adoption passing confidence
eslint-plugin-import 2.24.1 -> 2.24.2 age adoption passing confidence
eslint-plugin-react 7.24.0 -> 7.25.1 age adoption passing confidence
mocha (source) 9.1.0 -> 9.1.1 age adoption passing confidence
semantic-release 17.4.5 -> 17.4.7 age adoption passing confidence

Release Notes

semantic-release/git ### [`v9.0.1`](https://togithub.com/semantic-release/git/releases/v9.0.1) [Compare Source](https://togithub.com/semantic-release/git/compare/v9.0.0...v9.0.1) ##### Bug Fixes - **deps:** update dependency execa to v5 ([#​228](https://togithub.com/semantic-release/git/issues/228)) ([f536d60](https://togithub.com/semantic-release/git/commit/f536d60b5166a173ed00c84132f72f73691bc083))
import-js/eslint-plugin-import ### [`v2.24.2`](https://togithub.com/import-js/eslint-plugin-import/blob/master/CHANGELOG.md#​2242---2021-08-24) [Compare Source](https://togithub.com/import-js/eslint-plugin-import/compare/v2.24.1...v2.24.2) ##### Fixed - \[`named`], \[`namespace`]: properly handle ExportAllDeclarations (\[[#​2199](https://togithub.com/import-js/eslint-plugin-import/issues/2199)], thanks \[[@​ljharb](https://togithub.com/ljharb)])
yannickcr/eslint-plugin-react ### [`v7.25.1`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7251---20210829) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.25.0...v7.25.1) ##### Fixed - \[`no-this-in-sfc`], component detection: Improve stateless component detection ([#​3056][] [@​Wesitos](https://togithub.com/Wesitos)) [7.25.1]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.25.0...v7.25.1 [#​3056]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3056 ### [`v7.25.0`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7250---20210827) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.24.0...v7.25.0) ##### Added - \[`jsx-no-useless-fragments`]: add option to allow single expressions in fragments ([#​3006][] [@​mattdarveniza](https://togithub.com/mattdarveniza)) - add \[`prefer-exact-props`] rule ([#​1547][] [@​jomasti](https://togithub.com/jomasti)) - \[`jsx-no-target-blank`]: add `forms` option ([#​1617][] [@​jaaberg](https://togithub.com/jaaberg)) - \[`jsx-pascal-case`]: add `allowLeadingUnderscore` option ([#​3039][] [@​pangaeatech](https://togithub.com/pangaeatech)) - \[`no-children-prop`]: Add `allowFunctions` option ([#​1903][] [@​alexzherdev](https://togithub.com/alexzherdev)) - \[`jsx-runtime`]: set `parserOptions.jsxPragma` for `@typescript-eslint/parser` ([bb64df65][] [@​ljharb](https://togithub.com/ljharb)) ##### Fixed - component detection: use `estraverse` to improve component detection ([#​2992][] [@​Wesitos](https://togithub.com/Wesitos)) - \[`destructuring-assignment`], \[`no-multi-comp`], \[`no-unstable-nested-components`], component detection: improve component detection ([#​3001][] [@​vedadeepta](https://togithub.com/vedadeepta)) - \[`no-deprecated`]: fix crash on rest elements ([#​3016][] [@​ljharb](https://togithub.com/ljharb)) - \[`destructuring-assignment`]: get the contextName correctly ([#​3025][] [@​ohhoney1](https://togithub.com/ohhoney1)) - \[`no-typos`]: prevent crash on styled components and forwardRefs ([#​3036][] [@​ljharb](https://togithub.com/ljharb)) - \[`destructuring-assignment`], component detection: handle default exports edge case ([#​3038][] [@​vedadeepta](https://togithub.com/vedadeepta)) - \[`no-typos`]: fix crash on private methods ([#​3043][] [@​ljharb](https://togithub.com/ljharb)) - \[`jsx-no-bind`]: handle local function declarations ([#​3048][] [@​p7g](https://togithub.com/p7g)) - \[`prop-types`], `propTypes`: handle React.\* TypeScript types ([#​3049][] [@​vedadeepta](https://togithub.com/vedadeepta)) - \[`prop-types`], `propTypes`: add handling for `FC`, improve tests ([#​3051][] [@​vedadeepta](https://togithub.com/vedadeepta)) - \[`prop-types`], `propTypes`: prevent crash introduced in [#​3051][] ([#​3053][] [@​ljharb](https://togithub.com/ljharb)) ##### Changed - \[Docs] \[`jsx-no-bind`]: updates discussion of refs ([#​2998][] [@​dimitropoulos](https://togithub.com/dimitropoulos)) - \[Refactor] `utils/Components`: correct spelling and delete unused code ([#​3026][] [@​ohhoney1](https://togithub.com/ohhoney1)) - \[Docs] \[`jsx-uses-react`], \[`react-in-jsx-scope`]: document \[`react/jsx-runtime`] config ([#​3018][] [@​pkuczynski](https://togithub.com/pkuczynski) [@​ljharb](https://togithub.com/ljharb)) - \[Docs] \[`require-default-props`]: fix small typo ([#​2994][] [@​evsasse](https://togithub.com/evsasse)) - \[Tests] add weekly scheduled smoke tests ([#​2963][] [@​AriPerkkio](https://togithub.com/AriPerkkio)) - \[Docs] improve instructions for `jsx-runtime` config ([#​3052][] [@​ljharb](https://togithub.com/ljharb)) [7.25.0]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.24.0...v7.25.0 [bb64df65]: https://togithub.com/yannickcr/eslint-plugin-react/commit/bb64df6505b3e9a01da5b61626ab9f544caea438 [#​3053]: https://togithub.com/yannickcr/eslint-plugin-react/issues/3053 [#​3052]: https://togithub.com/yannickcr/eslint-plugin-react/issues/3052 [#​3051]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3051 [#​3049]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3049 [#​3048]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3048 [#​3043]: https://togithub.com/yannickcr/eslint-plugin-react/issues/3043 [#​3039]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3039 [#​3038]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3038 [#​3036]: https://togithub.com/yannickcr/eslint-plugin-react/issues/3036 [#​3026]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3026 [#​3025]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3025 [#​3018]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3018 [#​3016]: https://togithub.com/yannickcr/eslint-plugin-react/issues/3016 [#​3006]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3006 [#​3001]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3001 [#​2998]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2998 [#​2994]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2994 [#​2992]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2992 [#​2963]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2963 [#​1903]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1903 [#​1617]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1617 [#​1547]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1547
mochajs/mocha ### [`v9.1.1`](https://togithub.com/mochajs/mocha/blob/master/CHANGELOG.md#​911--2021-08-28) [Compare Source](https://togithub.com/mochajs/mocha/compare/v9.1.0...v9.1.1) #### :bug: Fixes - [#​4623](https://togithub.com/mochajs/mocha/issues/4623): `XUNIT` and `JSON` reporter crash in `parallel` mode ([**@​curtisman**](https://togithub.com/curtisman))
semantic-release/semantic-release ### [`v17.4.7`](https://togithub.com/semantic-release/semantic-release/releases/v17.4.7) [Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v17.4.6...v17.4.7) ##### Bug Fixes - **engines:** fixed defined node version to account for the higher requirement from the npm plugin ([#​2088](https://togithub.com/semantic-release/semantic-release/issues/2088)) ([ea52e17](https://togithub.com/semantic-release/semantic-release/commit/ea52e1775a585ac1d7305434f90d712e3da7fd33)) ### [`v17.4.6`](https://togithub.com/semantic-release/semantic-release/releases/v17.4.6) [Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v17.4.5...v17.4.6) ##### Bug Fixes - **marked:** reverted upgrade to v3 ([#​2087](https://togithub.com/semantic-release/semantic-release/issues/2087)) ([5edff69](https://togithub.com/semantic-release/semantic-release/commit/5edff69580121deae599d070dc08ca916abb0040))

Configuration

πŸ“… Schedule: "before 3am on Monday" in timezone Europe/Zurich.

🚦 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.

codecov[bot] commented 3 years ago

Codecov Report

Merging #211 (81c17ea) into master (c68bd60) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #211   +/-   ##
=======================================
  Coverage   98.97%   98.97%           
=======================================
  Files           9        9           
  Lines         777      777           
=======================================
  Hits          769      769           
  Misses          8        8           

Continue to review full report at Codecov.

Legend - Click here to learn more Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data Powered by Codecov. Last update c68bd60...81c17ea. Read the comment docs.

adobe-bot commented 3 years ago

:tada: This PR is included in version 1.9.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket: