fix(deps): update eslint and prettier (minor) #713
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^9.0.0
->^9.1.0
^2.28.1
->^2.29.1
^6.7.1
->^6.8.0
^5.0.1
->^5.1.3
^7.33.2
->^7.34.1
^3.0.3
->^3.2.5
Release Notes
prettier/eslint-config-prettier (eslint-config-prettier)
v9.1.0
Compare Source
ESLINT_CONFIG_PRETTIER_NO_DEPRECATED
environment variable.import-js/eslint-plugin-import (eslint-plugin-import)
v2.29.1
Compare Source
Fixed
no-extraneous-dependencies
]: ignoreexport type { ... } from '...'
whenincludeTypes
isfalse
([#2919], thanks [@Pandemic1617])no-unused-modules
]: support export patterns with array destructuring ([#2930], thanks [@ljharb])tsconfig-paths
([#2447], thanks [@domdomegg])v2.29.0
Compare Source
Added
newline-after-import
]: new optionexactCount
and docs update ([#1933], thanks [@anikethsaha] and [@reosarevok])newline-after-import
]: fixexactCount
withconsiderComments
false positive, when there is a leading comment ([#2884], thanks [@kinland])jsx-eslint/eslint-plugin-jsx-a11y (eslint-plugin-jsx-a11y)
v6.8.0
Compare Source
Merged
title
attribute oraria-label
attribute instead of accessible child in the "anchor-has-content" rule#727
Fixed
aria-activedescendant-has-tabindex
: align with changes from #708#924
control-has-associated-label
: don't accept whitespace as an accessible label#918
Commits
eslint-plugin-react
ce4d57f
es-iterator-helpers
52de824
mouse-events-have-key-events
: addhoverInHandlers
/hoverOutHandlers
configdb64898
polymorphicPropName
setting for polymorphic componentsfffb05b
isNonInteractiveElement
: Upgrade aria-query to 5.3.0 and axobject-query to 3.2.164bfea6
hasown
instead ofhas
9a8edde
10c061a
@babel/cli
,@babel/core
,@babel/eslint-parser
,@babel/plugin-transform-flow-strip-types
,@babel/register
,aud
,eslint-doc-generator
,eslint-plugin-import
,minimist
6d5022d
@babel/cli
,@babel/core
,@babel/eslint-parser
,@babel/register
,eslint-doc-generator
,eslint-plugin-import
4dc7f1e
anchor-has-content
: Allow title attribute OR aria-label attributee6bfd5c
mouse-events-have-key-events
: rport the attribute, not the nodeeadd70c
@babel/runtime
,array-includes
,array.prototype.flatmap
,object.entries
,object.fromentries
46ffbc3
@babel/runtime
,axobject-query
,jsx-ast-utils
,semver
5999555
aria-query
andaxe-core
to fix failing tests on main8d8f016
semver
from Deps to Dev Deps4da13e7
ast-types-flow
b755318
eslint-plugin-import
f1c976b
language-tags
3d1d26d
no-static-element-interactions
: tabIndex is written tabindex1271153
f0d2ddb
jackspeak
since 2.1.2+ depends on npm aliases, which kill the install process in npm < 60c278f4
prettier/eslint-plugin-prettier (eslint-plugin-prettier)
v5.1.3
Compare Source
Patch Changes
985b33c
Thanks @JounQin! - chore: addpackage.json
intoexports
mapv5.1.2
Compare Source
Patch Changes
#623
8210e44
Thanks @BPScott! - Add exports mapping to package.json, to allowimport eslintPluginRecommended from 'eslint-plugin-prettier/recommended'
to work as expected.Strictly speaking this is a breaking change as it removes the ability for people to import from "eslint-plugin-prettier/eslint-plugin-prettier.js" and "eslint-plugin-prettier/recommended.js" but the former was never recommended in the first place and the latter has only been available for a few days.
#621
2b09e7f
Thanks @JounQin! - feat: support parsingmarkdown
viaeslint-mdx
nativelyv5.1.1
Compare Source
Patch Changes
b5c0dc5
Thanks @JounQin! - chore: skip formatting inline scripts in pug filesv5.1.0
Compare Source
Minor Changes
#616
3856413
Thanks @BPScott! - Add recommended config for the flat config format.If you are using flat config, import the recommended config from
eslint-plugin-prettier/recommended
. Like the legacy format recommended config, this automatically includes the contents ofeslint-config-prettier
.Patch Changes
#614
5270877
Thanks @BPScott! - Add meta block to plugin. This improves debugging and cachebusting when using the new flat config#603
a63a570
Thanks @filiptammergard! - fix: specifyeslint-config-prettier
as peer dependencyIt's already added to
peerDependenciesMeta
as optional, which means it should also be specified inpeerDependencies
.jsx-eslint/eslint-plugin-react (eslint-plugin-react)
v7.34.1
Compare Source
Fixed
jsx-no-leaked-render
][jsx-no-leaked-render]: prevent wrongly adding parens ([#3700][] @developer-bandi)boolean-prop-naming
][boolean-prop-naming]: detect TS interfaces ([#3701][] @developer-bandi)boolean-prop-naming
][boolean-prop-naming]: literalType error fix ([#3704][] @developer-bandi)boolean-prop-naming
][boolean-prop-naming]: allow TSIntersectionType ([#3705][] @developer-bandi)no-unknown-property
][no-unknown-property]: supportpopover
,popovertarget
,popovertargetaction
attributes ([#3707][] @ljharb)no-unknown-property
][no-unknown-property]: only matchdata-*
attributes containing-
([#3713][] @silverwind)checked-requires-onchange-or-readonly
][checked-requires-onchange-or-readonly]: correct options that were behaving opposite ([#3715][] @jaesoekjjang)Changed
boolean-prop-naming
][boolean-prop-naming]: improve error message (@ljharb)Configuration
📅 Schedule: Branch creation - "after 9pm,before 9am" 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.
This PR has been generated by Mend Renovate. View repository job log here.