Skip to content

fix(deps): update all non-major dependencies#89

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#89
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 19, 2023

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@blueprintjs/core (source) 5.10.25.19.1 age confidence
@blueprintjs/popover2 (source) 2.1.42.1.32 age confidence
@blueprintjs/select (source) 5.1.45.3.21 age confidence
eslint (source) 8.57.08.57.1 age confidence
eslint-plugin-react 7.34.17.37.5 age confidence
react (source) 18.2.018.3.1 age confidence
react-dom (source) 18.2.018.3.1 age confidence
start-server-and-test 2.0.32.1.5 age confidence

Release Notes

palantir/blueprint (@​blueprintjs/core)

v5.19.1

Compare Source

v5.19.0

Compare Source

v5.18.0

Compare Source

v5.17.6

Compare Source

v5.17.5

Compare Source

v5.17.4

Compare Source

v5.17.3

Compare Source

v5.17.2

Compare Source

v5.17.1

Compare Source

v5.17.0

Compare Source

v5.16.6

Compare Source

v5.16.5

Compare Source

v5.16.4

Compare Source

v5.16.3

Compare Source

v5.16.2

Compare Source

v5.16.1

Compare Source

v5.16.0

Compare Source

v5.15.0

Compare Source

v5.14.2

Compare Source

v5.14.1

Compare Source

v5.14.0

Compare Source

v5.13.1

Compare Source

v5.13.0

Compare Source

v5.12.0

Compare Source

v5.11.0

Compare Source

v5.10.5

Compare Source

v5.10.4

Compare Source

v5.10.3

Compare Source

palantir/blueprint (@​blueprintjs/popover2)

v2.1.32

Compare Source

v2.1.31

Compare Source

v2.1.30

Compare Source

v2.1.29

Compare Source

v2.1.28

Compare Source

v2.1.27

Compare Source

v2.1.26

Compare Source

v2.1.25

Compare Source

v2.1.24

Compare Source

v2.1.23

Compare Source

v2.1.22

Compare Source

v2.1.21

Compare Source

v2.1.20

Compare Source

v2.1.19

Compare Source

v2.1.18

Compare Source

v2.1.17

Compare Source

v2.1.16

Compare Source

v2.1.15

Compare Source

v2.1.14

Compare Source

v2.1.13

Compare Source

v2.1.12

Compare Source

v2.1.11

Compare Source

v2.1.10

Compare Source

v2.1.9

Compare Source

v2.1.8

Compare Source

v2.1.7

Compare Source

v2.1.6

Compare Source

v2.1.5

Compare Source

palantir/blueprint (@​blueprintjs/select)

v5.3.21

Compare Source

v5.3.20

Compare Source

v5.3.19

Compare Source

v5.3.18

Compare Source

v5.3.17

Compare Source

v5.3.16

Compare Source

v5.3.15

Compare Source

v5.3.14

Compare Source

v5.3.13

Compare Source

v5.3.12

Compare Source

v5.3.11

Compare Source

v5.3.10

Compare Source

v5.3.9

Compare Source

v5.3.8

Compare Source

v5.3.7

Compare Source

v5.3.6

Compare Source

v5.3.5

Compare Source

v5.3.4

Compare Source

v5.3.3

Compare Source

v5.3.2

Compare Source

v5.3.1

Compare Source

v5.3.0

Compare Source

v5.2.5

Compare Source

v5.2.4

Compare Source

v5.2.3

Compare Source

v5.2.2

Compare Source

v5.2.1

Compare Source

v5.2.0

Compare Source

v5.1.5

Compare Source

eslint/eslint (eslint)

v8.57.1

Compare Source

Bug Fixes
  • a19072f fix: add logic to handle fixTypes in the lintText() method (#​18900) (Francesco Trotta)
  • 04c7188 fix: Don't lint same file multiple times (#​18899) (Francesco Trotta)
  • 87ec3c4 fix: do not throw when defining a global named __defineSetter__ (#​18898) (Francesco Trotta)
  • 60a1267 fix: Provide helpful error message for nullish configs (#​18889) (Milos Djermanovic)
  • a0dea8e fix: allow name in global ignores, fix --no-ignore for non-global (#​18875) (Milos Djermanovic)
  • 3836bb4 fix: do not crash on error in fs.walk filter (#​18886) (Milos Djermanovic)
  • 2dec349 fix: skip processor code blocks that match only universal patterns (#​18880) (Milos Djermanovic)
Documentation
Build Related
  • 35d366a build: Support updates to previous major versions (#​18870) (Milos Djermanovic)
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
facebook/react (react)

v18.3.1

Compare Source

  • Export act from react f1338f

v18.3.0

Compare Source

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React
  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #​25383
  • Warn for deprecated defaultProps for function components #​25699
  • Warn when spreading key #​25697
  • Warn when using act from test-utils d4ea75
React DOM
  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #​28874
bahmutov/start-server-and-test (start-server-and-test)

v2.1.5

Compare Source

Bug Fixes
  • formatting the message in the constructor of Error object (#​395) (9d135de)

v2.1.4

Compare Source

Bug Fixes

v2.1.3

Compare Source

Bug Fixes

v2.1.2

Compare Source

Bug Fixes

v2.1.1

Compare Source

Bug Fixes

v2.1.0

Compare Source

Features

v2.0.13

Compare Source

Bug Fixes

v2.0.12

Compare Source

Bug Fixes

v2.0.11

Compare Source

Bug Fixes

v2.0.10

Compare Source

Bug Fixes
  • deps: update dependency wait-

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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.

@codecov-commenter
Copy link

codecov-commenter commented Jun 19, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (a6244d2) to head (f075fcc).
Report is 9 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main     #89   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files          6       6           
  Lines        135     135           
=====================================
  Misses       135     135           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 5511127 to d5e38d5 Compare June 26, 2023 18:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a46539d to fde9d6e Compare July 6, 2023 18:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 66725ea to 89c42f2 Compare July 14, 2023 18:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 74275aa to da17bf1 Compare July 20, 2023 19:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f6cf667 to 3f55cd7 Compare August 1, 2023 21:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from d3eea0b to afa8384 Compare August 11, 2023 19:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4494601 to 7d2360f Compare August 16, 2023 05:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7d2360f to 7ae8492 Compare August 25, 2023 21:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7ae8492 to 5d10b92 Compare September 8, 2023 21:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b27bfb6 to 37db37a Compare September 22, 2023 23:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from dc44c7a to 0a9f0ed Compare October 11, 2023 12:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0a9f0ed to 30dcf23 Compare October 20, 2023 23:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 738613e to b5c4baa Compare November 5, 2023 07:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from abff161 to f534533 Compare November 18, 2023 02:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f534533 to 1416ff9 Compare December 1, 2023 22:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 48bc8b6 to 06ea4f1 Compare May 21, 2024 07:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 06ea4f1 to b016396 Compare May 28, 2024 08:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 3821456 to b47dbe3 Compare June 10, 2024 12:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b47dbe3 to 47c5c2f Compare June 11, 2024 17:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 69ae202 to b0095ac Compare June 19, 2024 19:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from aa69b41 to 2b8c653 Compare July 3, 2024 22:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a8ed67d to 4f34a8c Compare July 13, 2024 18:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from b7b5b43 to 8f0ef94 Compare July 25, 2024 19:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8f0ef94 to a58a1af Compare July 29, 2024 07:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a58a1af to 82e1cc6 Compare August 6, 2024 09:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f6c46c3 to 625fcc6 Compare August 28, 2024 19:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from aa05a81 to a75200e Compare September 5, 2024 12:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e6cba69 to 17c75f1 Compare September 9, 2024 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant