Skip to content

chore(deps): update all minor dependencies#45

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-minor-dependencies
Open

chore(deps): update all minor dependencies#45
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-minor-dependencies

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented Jun 27, 2020

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
chai (source) 4.2.04.5.0 age confidence
eslint-plugin-react 7.20.07.37.5 age confidence
flow-bin (changelog) 0.127.00.308.0 age confidence
flow-typed (source) 3.1.03.9.0 age confidence
jsdom 16.2.216.7.0 age confidence

Release Notes

chaijs/chai (chai)

v4.5.0

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.4.1...v4.5.0

v4.4.1

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.4.0...v4.4.1

v4.4.0

Compare Source

What's Changed

  • Allow deepEqual fonction to be configured globally (4.x.x branch) by @​forty in #​1553

Full Changelog: chaijs/chai@v4.3.10...v4.4.0

v4.3.10

Compare Source

This release simply bumps all dependencies to their latest non-breaking versions.

What's Changed

Full Changelog: chaijs/chai@v4.3.9...v4.3.10

v4.3.9

Compare Source

Upgrade dependencies.

This release upgrades dependencies to address CVE-2023-43646 where a large function name can cause "catastrophic backtracking" (aka ReDOS attack) which can cause the test suite to hang.

Full Changelog: chaijs/chai@v4.3.8...v4.3.9

v4.3.8

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v4.3.7...v4.3.8

v4.3.7

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.3.6...v4.3.7

v4.3.6

Compare Source

Update loupe to 2.3.1

v4.3.5

Compare Source

v4.3.4

Compare Source

This fixes broken inspect behavior with bigints (#​1321) (#​1383) thanks @​vapier

v4.3.3: / 2021-03-03

Compare Source

This reintroduces Assertion as an export in the mjs file. See #​1378 & #​1375

v4.3.2: / 2021-03-03

Compare Source

This fixes a regression in IE11. See #​1380 & #​1379

v4.3.1: / 2021-03-02

Compare Source

This releases fixed an engine incompatibility with 4.3.0

The 4.x.x series of releases will be compatible with Node 4.0. Please report any errors found in Node 4 as bugs, and they will be fixed.

The 5.x.x series, when released, will drop support for Node 4.0

This fix also ensures pathval is updated to 1.1.1 to fix CVE-2020-7751

v4.3.0: / 2021-02-04

Compare Source

This is a minor release.

Not many changes have got in since the last release but this one contains a very important change (#​1257) which will allow jest users to get better diffs. From this release onwards, jest users will be able to see which operator was used in their diffs. The operator is a property of the AssertionError thrown when assertions fail. This flag indicates what kind of comparison was made.

This is also an important change for plugin maintainers. Plugin maintainers will now have access to the operator flag, which they can have access to through an utilmethod calledgetOperator`.

Thanks to all the amazing people that contributed to this release.

New Features

  • Allow contain.oneOf to take an array of possible values (@​voliva)
  • Adding operator attribute to assertion error (#​1257) (@​rpgeeganage)
  • The closeTo error message will now inform the user when a delta is required (@​eouw0o83hf)

Docs

  • Add contains flag to oneOf documentation (@​voliva)

Tests

Chores

jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.37.5

Compare Source

Fixed
Changed

v7.37.4

Compare Source

Fixed

v7.37.3

Compare Source

Fixed
Changed
  • [Tests] [jsx-no-script-url]: Improve tests (#​3849 @​radu2147)
  • [Docs] fix broken links: [default-props-match-prop-types], [jsx-boolean-value], [jsx-curly-brace-presence], [jsx-no-bind], [no-array-index-key], [no-is-mounted], [no-render-return-value], [require-default-props] (#​3841 @​bastiendmt)

v7.37.2

Compare Source

Fixed
  • [destructuring-assignment]: fix false negative when using typeof props.a (#​3835 @​golopot)
Changed
  • [Refactor] [destructuring-assignment]: use getParentStatelessComponent (#​3835 @​golopot)

v7.37.1

Compare Source

Fixed
Changed

v7.37.0

Compare Source

Added
Changed

v7.36.1

Compare Source

Fixed

v7.36.0

Compare Source

Added
Fixed
  • [function-component-definition], [boolean-prop-naming], [jsx-first-prop-new-line], [jsx-props-no-multi-spaces], propTypes: use type args (#​3629 @​HenryBrown0)
  • JSX pragma: fail gracefully (#​3632 @​ljharb)
  • [jsx-props-no-spreading]: add explicitSpread option to schema (#​3799 @​ljharb)
Changed

v7.35.2

Compare Source

Fixed
  • [jsx-curly-brace-presence]: avoid autofixing attributes with double quotes to a double quoted attribute (#​3814 @​ljharb)

v7.35.1

Compare Source

Fixed
  • [jsx-curly-brace-presence]: do not trigger on strings containing a quote character (#​3798 @​akulsr0)

v7.35.0

Compare Source

Added
Fixed
Changed

v7.34.4

Compare Source

Fixed

v7.34.3

Compare Source

Fixed
  • [prop-types]: null-check rootNode before calling getScope (#​3762 @​crnhrv)
  • [boolean-prop-naming]: avoid a crash with a spread prop (#​3733 @​ljharb)
  • [jsx-boolean-value]: assumeUndefinedIsFalse with never must not allow explicit true value (#​3757 @​6uliver)
  • [no-object-type-as-default-prop]: enable rule for components with many parameters (#​3768 @​JulienR1)
  • [jsx-key]: incorrect behavior for checkKeyMustBeforeSpread with map callbacks (#​3769 @​akulsr0)

v7.34.2

Compare Source

Fixed
Changed

v7.34.1

Compare Source

Fixed
Changed
  • [boolean-prop-naming]: improve error message (@​ljharb)

v7.34.0

Compare Source

Added
Fixed
Changed

v7.33.2

Compare Source

Fixed
  • [no-deprecated]: prevent false positive on commonjs import (#​3614 @​akulsr0)
  • [no-unsafe]: report on the method instead of the entire component (@​ljharb)
  • [no-deprecated]: report on the destructured property instead of the entire variable declarator (@​ljharb)
  • [no-deprecated]: report on the imported specifier instead of the entire import statement (@​ljharb)
  • [no-invalid-html-attribute]: report more granularly (@​ljharb)

v7.33.1

Compare Source

Fixed

v7.33.0

Compare Source

Added
Fixed
Changed

v7.32.2

Compare Source

Fixed

v7.32.1

Compare Source

Fixed
  • prevent circular dependency in index and "all" config (#​3519 @​ljharb)
  • [destructuring-assignment]: do not force destructuring of optionally chained properties (#​3520 @​ljharb)

v7.32.0

Compare Source

Added
Fixed
Changed

v7.31.11

Compare Source

Fixed
Changed

v7.31.10

Compare Source

Fixed

v7.31.9

Compare Source

Fixed
  • [no-unknown-property]: add dialog attributes ([#​3436][] @​ljharb)
  • [no-arrow-function-lifecycle]: when converting from an arrow, remove the semi and wrapping parens ([#​3337][] @​ljharb)
  • [jsx-key]: Ignore elements inside React.Children.toArray() ([#​1591][] @​silvenon)
  • [jsx-no-constructed-context-values]: fix false positive for usage in non-components ([#​3448][] @​golopot)
  • [static-property-placement]: warn on nonstatic expected-statics ([#​2581][] @​ljharb)
  • [no-unknown-property]: properly tag-restrict case-insensitive attributes (@​ljharb)
  • [`no-unknown-prope

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Asia/Tokyo, Automerge - 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Jun 27, 2020
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 1b706a2 to 489dfaf Compare July 3, 2020 20:25
@renovate renovate bot changed the title Update dependency flow-bin to v0.128.0 Update all minor dependencies Jul 3, 2020
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 3 times, most recently from e9ced35 to 704b811 Compare July 12, 2020 22:50
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 3 times, most recently from ab54c19 to 12f47d3 Compare July 23, 2020 20:59
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 2 times, most recently from 1bb188b to a0059d5 Compare August 6, 2020 17:21
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 2 times, most recently from a6ebe5d to e412b91 Compare August 14, 2020 22:20
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from e412b91 to 957c81b Compare August 21, 2020 21:45
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 957c81b to 3f74bfc Compare October 30, 2020 00:58
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 3f74bfc to eb5fd99 Compare November 28, 2020 17:59
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from eb5fd99 to 8632468 Compare December 11, 2020 02:52
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 2 times, most recently from 7ea4084 to 7acf955 Compare January 9, 2021 19:00
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 2 times, most recently from f16a85f to 9765a00 Compare January 31, 2021 08:57
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 9765a00 to dbafe40 Compare February 10, 2021 14:42
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from dbafe40 to f831870 Compare March 17, 2021 16:22
@renovate renovate bot changed the title Update all minor dependencies chore(deps): update all minor dependencies Mar 17, 2021
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 3 times, most recently from d526090 to 6052305 Compare March 24, 2021 05:14
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 3 times, most recently from 4f9f045 to e51f5ff Compare April 1, 2021 20:04
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 270ac86 to fd3ef61 Compare October 18, 2021 20:46
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from fd3ef61 to f0fac02 Compare March 7, 2022 10:36
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from f0fac02 to 5398ca4 Compare March 26, 2022 14:54
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 5398ca4 to 7aea849 Compare April 24, 2022 19:37
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 7aea849 to 2c2b3d8 Compare May 16, 2022 03:18
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 2 times, most recently from 70ecbae to 5330885 Compare June 24, 2022 00:28
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 5330885 to 1f86cdd Compare September 25, 2022 12:54
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 1f86cdd to ff2eb1d Compare November 20, 2022 11:03
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from ff2eb1d to b06026b Compare March 17, 2023 04:06
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 3 times, most recently from c2e9022 to 92de37e Compare March 31, 2023 04:03
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 92de37e to b26f74f Compare April 17, 2023 12:40
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from b26f74f to 49f0138 Compare May 28, 2023 10:52
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 3 times, most recently from 7b283fa to 73a6961 Compare June 15, 2023 19:08
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 3 times, most recently from 08051ff to 736f621 Compare June 30, 2023 04:19
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 2 times, most recently from 5accfe0 to 867204a Compare July 8, 2023 04:35
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 867204a to cd92c6a Compare July 12, 2023 00:11
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 3 times, most recently from 49c94d8 to d4c9306 Compare July 25, 2023 04:37
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 2 times, most recently from 357a561 to 13e1ac2 Compare July 30, 2023 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants