chore(deps): update devdependencies (non-major)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
babel-preset-cozy-app | devDependencies | minor | 2.0.3 -> 2.1.0 |
cozy-app-publish | devDependencies | minor | ^0.31.0 -> ^0.33.0 |
enzyme-adapter-react-16 (source) | devDependencies | patch | 1.15.6 -> 1.15.7 |
eslint-plugin-react | devDependencies | minor | 7.32.2 -> 7.33.2 |
Release Notes
cozy/cozy-libs
v2.1.0
v2.0.4
2.0.4 (2022-10-03)
Note: Version bump only for package babel-preset-cozy-app
jsx-eslint/eslint-plugin-react
v7.33.2
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
Fixed
- [
require-default-props
]: fix config schema (#3605 @controversial) - [
jsx-curly-brace-presence
]: Revert [#3538][] due to issues with intended string type casting usage (#3611 @taozhou-glean) - [
sort-prop-types
]: ensure sort-prop-types respects noSortAlphabetically (#3610 @caesar1030)
v7.33.0
Added
- [
display-name
]: addcheckContextObjects
option (#3529 @JulesBlm) - [
jsx-first-prop-new-line
]: addmultiprop
option (#3533 @haydncomley) - [
no-deprecated
]: add React 18 deprecations (#3548 @sergei-startsev) - [
forbid-component-props
]: adddisallowedFor
option (#3417 @jacketwpbb)
Fixed
- [
no-array-index-key
]: consider flatMap (#3530 @k-yle) - [
jsx-curly-brace-presence
]: handle single and only expression template literals (#3538 @taozhou-glean) - [
no-unknown-property
]: allowonLoad
onsource
(@ljharb) - [
jsx-first-prop-new-line
]: ensure autofix preserves generics in component name (#3546 @ljharb) - [
no-unknown-property
]: allowfill
prop on<symbol>
(#3555 @stefanprobst) - [
display-name
], [prop-types
]: when checking for a capitalized name, ignore underscores entirely (#3560 @ljharb) - [
no-unused-state
]: avoid crashing on a class field function with destructured state (#3568 @ljharb) - [
no-unused-prop-types
]: allow using spread with object expression in jsx (#3570 @akulsr0) - Revert "[
destructuring-assignment
]: Handle destructuring of useContext in SFC" (#3583 [#2797][] @102) - [
prefer-read-only-props
]: add TS support (#3593 @HenryBrown0)
Changed
- [Docs] [
jsx-newline
], [no-unsafe
], [static-property-placement
]: Fix code syntax highlighting (#3563 @nbsp1221) - [readme] resore configuration URL (#3582 @gokaygurcan)
- [Docs] [
jsx-no-bind
]: reword performance rationale (#3581 @gpoole)
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by Renovate-Bot