Skip to content

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 27, 2020

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence
chai (source) 4.2.0 -> 4.5.0 age confidence
eslint-plugin-react 7.20.0 -> 7.37.5 age confidence
flow-bin (changelog) 0.127.0 -> 0.287.0 age confidence
flow-typed (source) 3.1.0 -> 3.9.0 age confidence
jsdom 16.2.2 -> 16.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](https://redirect.github.

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 6276816 to d04b77e Compare March 18, 2025 02:28
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 2 times, most recently from 604bb72 to 3d67748 Compare March 29, 2025 22:06
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 3d67748 to 21f0cc8 Compare April 3, 2025 22:50
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 2 times, most recently from 38b34ba to 6881431 Compare April 16, 2025 18:29
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 6881431 to 969f183 Compare April 29, 2025 01:44
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 2 times, most recently from a362d6e to 8bf5b55 Compare May 15, 2025 22:42
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 2 times, most recently from cd2a560 to 81ebec6 Compare May 24, 2025 18:45
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 81ebec6 to b9b8370 Compare May 31, 2025 02:21
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from b9b8370 to 77d2bc2 Compare June 11, 2025 21:42
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 3 times, most recently from 24e28c4 to 8eeec03 Compare June 27, 2025 22:06
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 8eeec03 to 4569f6b Compare July 4, 2025 15:46
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 2 times, most recently from 027e4d9 to eafa0eb Compare July 24, 2025 23:58
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from eafa0eb to e9a7c7a Compare August 1, 2025 06:47
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from e9a7c7a to 22806ca Compare August 15, 2025 02:11
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 22806ca to bbd1e5f Compare August 27, 2025 18:00
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from bbd1e5f to cd6d5d2 Compare September 4, 2025 20:23
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 4 times, most recently from 6740620 to 78f4b4d Compare September 20, 2025 12:30
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 78f4b4d to 491fbb9 Compare September 24, 2025 21:06
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 491fbb9 to c138a1e Compare September 27, 2025 16:36
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