Skip to content

chore(deps): update all minor dependencies #45

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 27, 2020

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
chai (source) 4.2.0 -> 4.5.0 age adoption passing confidence
eslint-plugin-react 7.20.0 -> 7.37.5 age adoption passing confidence
flow-bin (changelog) 0.127.0 -> 0.272.2 age adoption passing confidence
flow-typed (source) 3.1.0 -> 3.9.0 age adoption passing confidence
jsdom 16.2.2 -> 16.7.0 age adoption passing 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

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 https://github.com/chaijs/chai/pull/1378 & https://github.com/chaijs/chai/issues/1375

v4.3.2: / 2021-03-03

Compare Source

This fixes a regression in IE11. See https://github.com/chaijs/chai/pull/1380 & https://github.com/chaijs/chai/issues/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](http

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 3 times, most recently from f3b2dad to bd7492a Compare December 24, 2024 03:24
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 2 times, most recently from cc72e2a to 464f419 Compare January 8, 2025 15:48
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 3 times, most recently from 5881549 to 0943d8d Compare January 19, 2025 08:23
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 3 times, most recently from 931c05b to c23bcd5 Compare February 13, 2025 23:46
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from c23bcd5 to e1043bf Compare February 19, 2025 02:15
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 2 times, most recently from 3594aa7 to af2f38c Compare March 5, 2025 02:54
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 4 times, most recently 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
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