Bump the eslint group across 1 directory with 6 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 2
(25 days ago)
(25 days ago)
Dependencies apps-rendering javascript dotcom-rendering
Bumps the eslint group with 6 updates in the / directory:
Package | From | To |
---|---|---|
eslint-plugin-jsx-a11y | 6.7.1 |
6.10.2 |
eslint-plugin-react | 7.33.2 |
7.37.5 |
eslint-config-airbnb-typescript | 17.0.0 |
18.0.0 |
eslint-plugin-mocha | 10.1.0 |
11.1.0 |
eslint-plugin-react-hooks | 4.6.0 |
5.2.0 |
eslint-plugin-unicorn | 48.0.1 |
60.0.0 |
Updates eslint-plugin-jsx-a11y
from 6.7.1 to 6.10.2
Release notes
Sourced from eslint-plugin-jsx-a11y's releases.
v6.10.2
What's Changed
- [Tests] Add tests to reinforce required attributes for
role="heading"
by@lb
- in jsx-eslint/eslint-plugin-jsx-a11y#1022- [Tests]
label-has-associated-control
: add additional test cases by@lb
- in jsx-eslint/eslint-plugin-jsx-a11y#1021- [Docs]
label-has-associated-control
: add line breaks for readability by@lb
- in jsx-eslint/eslint-plugin-jsx-a11y#1024- [patch]
no-redundandant-roles
: allow<img src="*.svg" role="img" />
by@lb
- in jsx-eslint/eslint-plugin-jsx-a11y#1026- refactor: don't spread arrays by
@MichaelDeBoey
in jsx-eslint/eslint-plugin-jsx-a11y#1034Full Changelog: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/compare/v6.10.1...v6.10.2
v6.10.1
What's Changed
- Use consistent spelling of 'screen reader' by
@lb
- in jsx-eslint/eslint-plugin-jsx-a11y#1018- Remove accidental whitespace in CONTRIBUTING.md by
@lb
- in jsx-eslint/eslint-plugin-jsx-a11y#1017- [meta] package.json - Update Jest & jscodeshift by
@lb
- in jsx-eslint/eslint-plugin-jsx-a11y#1019Full Changelog: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/compare/v6.10.0...v6.10.1
v6.10.0
Added
- [New] add eslint 9 support by
@michaelfaith
in jsx-eslint/eslint-plugin-jsx-a11y#1009- [New]
label-has-associated-control
: add additional error message by@BillyLevin
in jsx-eslint/eslint-plugin-jsx-a11y#1007- Support
for
attribute by@edoardocavazza
in jsx-eslint/eslint-plugin-jsx-a11y#977- [New] Add
attributes
setting by@edoardocavazza
in jsx-eslint/eslint-plugin-jsx-a11y#979- [New] allow polymorphic linting to be restricted to specified components by
@khiga8
in jsx-eslint/eslint-plugin-jsx-a11y#984Fixed
- [readme] remove deprecated travis ci badge by
@trajan0x
in jsx-eslint/eslint-plugin-jsx-a11y#995- fix typo in shareable config section in readme by
@plbstl
in jsx-eslint/eslint-plugin-jsx-a11y#997- [readme] fix jsxA11y import name by
@k35o
in jsx-eslint/eslint-plugin-jsx-a11y#1003- [Fix]:
label-has-associated-control
: ignore undetermined label text by@BillyLevin
in jsx-eslint/eslint-plugin-jsx-a11y#1004New Contributors
@trajan0x
made their first contribution in jsx-eslint/eslint-plugin-jsx-a11y#995@plbstl
made their first contribution in jsx-eslint/eslint-plugin-jsx-a11y#997@k35o
made their first contribution in jsx-eslint/eslint-plugin-jsx-a11y#1003@BillyLevin
made their first contribution in jsx-eslint/eslint-plugin-jsx-a11y#1004@edoardocavazza
made their first contribution in jsx-eslint/eslint-plugin-jsx-a11y#977Full Changelog: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/compare/v6.9.0...v6.10.0
v6.9.0
Added
- add support for Flat Config
6b5f096
no-noninteractive-element-to-interactive-role
: allowmenuitemradio
andmenuitemcheckbox
on <li>c0733f9
Fixed
img-redundant-alt
: fixed multibyte character support[#969](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/969)
... (truncated)
Changelog
Sourced from eslint-plugin-jsx-a11y's changelog.
v6.10.2 - 2024-10-25
Fixed
- [patch]
no-redundandant-roles
: allow<img src="*.svg" role="img" />
[#936](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/936)
Commits
- [meta] fix changelog URLs
0d01a1a
- [Refactor] remove no-longer-needed
es-iterator-helpers
aa075bd
- [Refactor] avoid spreading things that are already arrays
d15d3ab
- [Dev Deps] update
@babel/cli
,@babel/core
,@babel/eslint-parser
,@babel/plugin-transform-flow-strip-types
,@babel/register
5dad7c4
- [Tests]
aria-role
: Add valid test for<svg role="img" />
daba189
- [Docs]
label-has-associated-control
: add line breaks for readability0bc6378
- [Tests]
label-has-associated-control
: add additional test cases30d2318
- [Tests] Add tests to reinforce required attributes for role="heading"
d92446c
v6.10.1 - 2024-10-20
Commits
- [Fix] handle interactive/noninteractive changes from aria-query
4925ba8
- [Docs] Use consistent spelling of 'screen reader'
cb6788c
- [Dev Deps] update
@babel/cli
,@babel/core
,@babel/eslint-parser
,@babel/plugin-transform-flow-strip-types
,@babel/register
,auto-changelog
,eslint-plugin-import
,tape
518a77e
- [Deps] update
es-iterator-helpers
,string.prototype.includes
eed03a3
- [meta] package.json - Update jscodeshift & remove babel-jest
2ee940c
- [Docs] Remove accidental whitespace in CONTRIBUTING.md
a262131
- [Deps] unpin
aria-query
e517937
v6.10.0 - 2024-09-03
Fixed
- [New]
label-has-associated-control
: add additional error message[#1005](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/1005)
- [Fix]
label-has-associated-control
: ignore undetermined label text[#966](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/966)
Commits
- [Tests] switch from jest to tape
a284cbf
- [New] add eslint 9 support
deac4fd
- [New] add
attributes
settinga1ee7f8
- [New] allow polymorphic linting to be restricted
6cd1a70
- [Tests] remove duplicate tests
74d5dec
- [Dev Deps] update
@babel/cli
,@babel/core
,@babel/eslint-parser
,@babel/plugin-transform-flow-strip-types
6eca235
- [readme] remove deprecated travis ci badge; add github actions badge
0be7ea9
- [Tests] use
npm audit
instead ofaud
05a5e49
- [Deps] update
axobject-query
912e98c
- [Deps] unpin
axobject-query
75147aa
- [Deps] update
axe-core
27ff7cb
- [readme] fix jsxA11y import name
ce846e0
... (truncated)
Commits
7f3d698
v6.10.20d01a1a
[meta] fix changelog URLs5dad7c4
[Dev Deps] update@babel/cli
,@babel/core
,@babel/eslint-parser
, `@babe...d15d3ab
[Refactor] avoid spreading things that are already arraysfa9845d
[patch]no-redundandant-roles
: allow\<img src="*.svg" role="img" />
daba189
[Tests]aria-role
: Add valid test for\<svg role="img" />
0bc6378
[Docs]label-has-associated-control
: add line breaks for readability30d2318
[Tests]label-has-associated-control
: add additional test casesd92446c
[Tests] Add tests to reinforce required attributes for role="heading"aa075bd
[Refactor] remove no-longer-neededes-iterator-helpers
- Additional commits viewable in compare view
Updates eslint-plugin-react
from 7.33.2 to 7.37.5
Release notes
Sourced from eslint-plugin-react's releases.
v7.37.5
Fixed
- [
no-unknown-property
]: allow shadow root attrs on\<template>
(#3912[]@ljharb
)- [
prop-types
]: supportComponentPropsWithRef
from a namespace import (#3651[]@corydeppen
)- [
jsx-no-constructed-context-values
]: detect constructed context values in React 19<Context>
usage (#3910[]@TildaDares
)- [
no-unknown-property
]: allowtransform-origin
onrect
(#3914[]@ljharb
)Changed
- [Docs] [
button-has-type
]: clean up phrasing (#3909[]@hamirmahal
)#3651: jsx-eslint/eslint-plugin-react#3651 #3909: jsx-eslint/eslint-plugin-react#3909 #3910: jsx-eslint/eslint-plugin-react#3910 #3912: jsx-eslint/eslint-plugin-react#3912 #3914: jsx-eslint/eslint-plugin-react#3914 [
button-has-type
]: docs/rules/button-has-type.md [jsx-no-constructed-context-values
]: docs/rules/jsx-no-constructed-context-values.md [no-unknown-property
]: docs/rules/no-unknown-property.md [prop-types
]: docs/rules/prop-types.mdv7.37.4
Fixed
- [
no-unknown-property
]: supportonBeforeToggle
,popoverTarget
,popoverTargetAction
attributes (#3865[]@acusti
)- [types] fix types of flat configs (#3874[]
@ljharb
)#3865: jsx-eslint/eslint-plugin-react#3865 #3874: jsx-eslint/eslint-plugin-react#3874 [
no-unknown-property
]: docs/rules/no-unknown-property.mdv7.37.3
Fixed
- [
no-danger
]: avoid a crash on a nested component name (#3833[]@ljharb
)- [Fix] types: correct generated type declaration (#3840[]
@ocavue
)- [
no-unknown-property
]: supportprecedence
prop in react 19 (#3829[]@acusti
)- [
prop-types
]: props missing in validation when using generic types from a namespace import (#3859[]@rbondoc96
)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
)#3829: jsx-eslint/eslint-plugin-react#3829 #3833: jsx-eslint/eslint-plugin-react#3833 #3840: jsx-eslint/eslint-plugin-react#3840 #3841: jsx-eslint/eslint-plugin-react#3841 #3849: jsx-eslint/eslint-plugin-react#3849 #3859: jsx-eslint/eslint-plugin-react#3859 [
default-props-match-prop-types
]: docs/rules/default-props-match-prop-types.md [jsx-boolean-value
]: docs/rules/jsx-boolean-value.md [jsx-curly-brace-presence
]: docs/rules/jsx-curly-brace-presence.md [jsx-no-bind
]: docs/rules/jsx-no-bind.md
... (truncated)
Changelog
Sourced from eslint-plugin-react's changelog.
7.37.5 - 2025.04.03
Fixed
- [
no-unknown-property
]: allow shadow root attrs on\<template>
(#3912[]@ljharb
)- [
prop-types
]: supportComponentPropsWithRef
from a namespace import (#3651[]@corydeppen
)- [
jsx-no-constructed-context-values
]: detect constructed context values in React 19<Context>
usage (#3910[]@TildaDares
)- [
no-unknown-property
]: allowtransform-origin
onrect
(#3914[]@ljharb
)Changed
- [Docs] [
button-has-type
]: clean up phrasing (#3909[]@hamirmahal
)#3914: jsx-eslint/eslint-plugin-react#3914 #3912: jsx-eslint/eslint-plugin-react#3912 #3910: jsx-eslint/eslint-plugin-react#3910 #3909: jsx-eslint/eslint-plugin-react#3909 #3651: jsx-eslint/eslint-plugin-react#3651
7.37.4 - 2025.01.12
Fixed
- [
no-unknown-property
]: supportonBeforeToggle
,popoverTarget
,popoverTargetAction
attributes (#3865[]@acusti
)- [types] fix types of flat configs (#3874[]
@ljharb
)#3874: jsx-eslint/eslint-plugin-react#3874 #3865: jsx-eslint/eslint-plugin-react#3865
7.37.3 - 2024.12.23
Fixed
- [
no-danger
]: avoid a crash on a nested component name (#3833[]@ljharb
)- [Fix] types: correct generated type declaration (#3840[]
@ocavue
)- [
no-unknown-property
]: supportprecedence
prop in react 19 (#3829[]@acusti
)- [
prop-types
]: props missing in validation when using generic types from a namespace import (#3859[]@rbondoc96
)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
)#3859: jsx-eslint/eslint-plugin-react#3859 #3849: jsx-eslint/eslint-plugin-react#3849 #3841: jsx-eslint/eslint-plugin-react#3841 #3840: jsx-eslint/eslint-plugin-react#3840 #3833: jsx-eslint/eslint-plugin-react#3833 #3829: jsx-eslint/eslint-plugin-react#3829
[7.37.2] - 2024.10.22
... (truncated)
Commits
2c98b83
Update CHANGELOG and bump version2f64dea
[Fix]no-unknown-property
: allowtransform-origin
onrect
2428618
[Fix]jsx-no-constructed-context-values
: detect constructed context values ...60b7316
[Tests]prop-types
: use proper spacing/semis, button type90a00b9
[Fix]prop-types
: supportComponentPropsWithRef
from a namespace import3fd9b92
[Fix]no-unknown-property
: allow shadow root attrs on\<template>
addad46
[Deps] updateobject.entries
98a31f8
[Dev Deps] update@babel/core
,@babel/eslint-parser
7eb6ca9
[Docs]button-has-type
: clean up phrasinge6b5b41
Update CHANGELOG and bump version- Additional commits viewable in compare view
Updates eslint-config-airbnb-typescript
from 17.0.0 to 18.0.0
Release notes
Sourced from eslint-config-airbnb-typescript's releases.
v18.0.0
18.0.0 (2024-03-02)
chore
BREAKING CHANGES
- Update
@typescript-eslint
to v7 or above, and eslint to 8.56.0 or abovev17.1.0
17.1.0 (2023-07-13)
Features
- support
@typescript-eslint
to v6 (#325) (8ef77c9)
Commits
b00dada
chore: upgrade to ts-eslint v7 (#334)8ef77c9
feat: support@typescript-eslint
to v6 (#325)- See full diff in compare view
Updates eslint-plugin-mocha
from 10.1.0 to 11.1.0
Release notes
Sourced from eslint-plugin-mocha's releases.
11.1.0
Bug Fixes
- Fix detecting mocha config calls in no-setup-in-describe (#387)
- Fix consistent-spacing-between-blocks when using timeout() modifier (#379)
Enhancements
- Include typescript declaration files in npm package (#378)
Documentation
- Fix valid-suite-title options documentation (#385)
Code Refactoring
- Add test to verify no-identical-title supports same titles in different suites (#388)
- Add test-case to verify generated tests work with consistent-spacing-between-blocks (#386)
- Add regression tests for no-setup-in-describe (#380)
11.0.0
Breaking Changes
- Rename *-description rules to *-title (#369)
- Rename no-async-describe to no-async-suite (#368)
- Drop support for commonjs in no-exports rule (#366)
- Implement new resolve algorithm (#365)
- Switch to ESM (#362)
- Stop supporting ESLint versions < 9 (#359)
- Remove support for node v14, v16 and v18 (#345)
- Remove support for legacy configs and make the flat configs the default
Features
- Implement new rule consistent-interface (#367)
Enhancements
- Add name to flat configs (#356)
Dependency Upgrades
Code Refactoring
... (truncated)
Changelog
Sourced from eslint-plugin-mocha's changelog.
11.1.0 (May 24, 2025)
Bug Fixes
- Fix detecting mocha config calls in no-setup-in-describe (#387)
- Fix consistent-spacing-between-blocks when using timeout() modifier (#379)
Enhancements
- Include typescript declaration files in npm package (#378)
Documentation
- Fix valid-suite-title options documentation (#385)
Code Refactoring
- Add test to verify no-identical-title supports same titles in different suites (#388)
- Add test-case to verify generated tests work with consistent-spacing-between-blocks (#386)
- Add regression tests for no-setup-in-describe (#380)
11.0.0 (April 26, 2025)
Breaking Changes
- Rename *-description rules to *-title (#369)
- Rename no-async-describe to no-async-suite (#368)
- Drop support for commonjs in no-exports rule (#366)
- Implement new resolve algorithm (#365)
- Switch to ESM (#362)
- Stop supporting ESLint versions < 9 (#359)
- Remove support for node v14, v16 and v18 (#345)
Features
- Implement new rule consistent-interface (#367)
Enhancements
- Add name to flat configs (#356)
Dependency Upgrades
Code Refactoring
... (truncated)
Commits
1e5a3a1
11.1.06b46bb9
Merge pull request #388 from lo1tuma/issue-3819e4ebf8
Merge pull request #387 from lo1tuma/issue-38381f7a63
Fix detecting mocha config calls in no-setup-in-describefaf13ee
Add test to verify no-identical-title supports same titles in different suites7cea27f
Merge pull request #386 from lo1tuma/issue-38479e5829
Merge pull request #385 from lo1tuma/lo1tuma-patch-1bb954f1
Add test-case to verify generated tests work with consistent-spacing-between-...ae3813c
Merge pull request #380 from perrin4869/test/no-setup-in-describe/add-regressioncdd729c
Fix list character- Additional commits viewable in compare view
Updates eslint-plugin-react-hooks
from 4.6.0 to 5.2.0
Release notes
Sourced from eslint-plugin-react-hooks's releases.
eslint-plugin-react-hooks@5.0.0 (Oct 11, 2024)
This release only contains
eslint-plugin-react-hooks
. Notably, new violations and support for ESLint v9 were added.
eslint-plugin-react-hooks
- New Violations: Component names now need to start with an uppercase letter instead of a non-lowercase letter. This means
_Button
or_component
are no longer valid. (@kassens
) in #25162 For example, infunction _Component() { useState() ^^^^^^^^ A React Hook "useState" is called in function "_Component" which is neither a Component nor a custom React Hook function. }
_Component
should be renamed toComponent
.
- Add support for ESLint v9. (
@eps1lon
in #28773)- Consider dispatch from
useActionState
stable. (@eps1lon
in #29665)- Accept
as
expression in callback. (@StyleShit
in #28202)- Accept
as
expressions in deps array. (@StyleShit
in #28189)- Treat
React.use()
the same asuse()
. (@kassens
in #27769)- Move
use()
lint to non-experimental. (@kassens
in #27768)- Support Flow
as
expressions. (@cpojer
in #27590)- Allow
useEffect(fn, undefined)
. (@kassens
in #27525)- Disallow hooks in async functions. (
@acdlite
in #27045)- Rename experimental
useEvent
touseEffectEvent
. (@sebmarkbage
in #25881)- Lint for presence of
useEvent
functions in dependency lists. (@poteto
in #25512)- Check
useEvent
references instead. (@poteto
in #25319)- Update
RulesOfHooks
withuseEvent
rules. (@poteto
in #25285)
Changelog
Sourced from eslint-plugin-react-hooks's changelog.
5.2.0
- Support flat config (
@michaelfaith
in #30774)- Convert the plugin to TypeScript and provide package type declarations (
@michaelfaith
in #32279, #32283, #32240, #32400 and@poteto
in #32420)- Fix false positive error in components with
do
/while
loops (@tyxla
in #31720)- Detect issues in class properties (
@mjesun
&@ecraig12345
in #31823)5.1.0
- Add support for
do
/while
loops (@tyxla
in #28714)- Fix error when callback argument is an identifier with an
as
expression (@mskelton
in #31119)5.0.0
- New Violations: Component names now need to start with an uppercase letter instead of a non-lowercase letter. This means
_Button
or_component
are no longer valid. (@kassens
) in #25162
- Consider dispatch from
useActionState
stable. (@eps1lon
in #29665)- Add support for ESLint v9. (
@eps1lon
in #28773)- Accept
as
expression in callback. (@StyleShit
in #28202)- Accept
as
expressions in deps array. (@StyleShit
in #28189)- Treat
React.use()
the same asuse()
. (@kassens
in #27769)- Move
use()
lint to non-experimental. (@kassens
in #27768)- Support Flow
as
expressions. (@cpojer
in #27590)- Allow
useEffect(fn, undefined)
. (@kassens
in #27525)- Disallow hooks in async functions. (
@acdlite
in #27045)- Rename experimental
useEvent
touseEffectEvent
. (@sebmarkbage
in #25881)- Lint for presence of
useEvent
functions in dependency lists. (@poteto
in #25512)- Check
useEvent
references instead. (@poteto
in #25319)- Update
RulesOfHooks
withuseEvent
rules. (@poteto
in #25285)
Commits
- See full diff in compare view
Maintainer changes
This version was pushed to npm by react-bot, a new releaser for eslint-plugin-react-hooks since your current version.
Updates eslint-plugin-unicorn
from 48.0.1 to 60.0.0
Release notes
Sourced from eslint-plugin-unicorn's releases.
v60.0.0
Breaking
- Require Node.js 20.10 (#2698) 2dc27d90
New rules
prefer-class-fields
(#2512) 4c82dc12no-array-reverse
(#2677) b051302frequire-module-specifiers
(#2686) 2a8e152eno-useless-error-capture-stack-trace
(#2676) fc900b61Improvements
prefer-string-replace-all
: Preserve escape (#2667) 2310b507- Support
SuppressedError
(#2669) f51aeb9aFixes
no-array-callback-reference
: Fix optional chaining expressions being ignored (#2694) ad27922eno-unnecessary-await
: Fix handling of experimental pipeline operator (#2658) 2b8ebe57
https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v59.0.1...v60.0.0
v59.0.1
prefer-single-call
: Fix crash onCallExpression
followed byFunctionDeclaration
(#2639) 3114dd9
https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v59.0.0...v59.0.1
v59.0.0
Breaking
- Rename
no-array-push-push
rule toprefer-single-call
(#2617) e117783- Rename
no-length-as-slice-end
rule tono-unnecessary-slice-end
(#2614) 1922df1New rules
- Add
prefer-import-meta-properties
(#2607) 1f6e172- Add
no-unnecessary-array-flat-depth
(#2618) c63e698- Add
no-unnecessary-array-splice-count
(#2614) 1922df1Improvements
... (truncated)
Commits
f4eb2e7
60.0.030f2d31
Update dependencies70346e0
Update@eslint/plugin-kit
to^0.3.3
(#2706)d1c4a48
no-nested-ternary
: Fix typo in message (#2705)2a8e152
Addrequire-module-specifiers
rule (#2686)b051302
Addno-array-reverse
rule (#2677)2dc27d9
Require Node.js v20 (#2698)ad27922
no-array-callback-reference
: Fix optional chaining expressions being ignore...a7864a3
FixisUnresolvedVariable
(#2693)7e86a8a
Add more test cases forprefer-string-raw
rule (#2690)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)- `@dependabot ignore <de...
Description has been truncated
Pull Request Statistics
0
0
+0
-0
Package Dependencies
eslint-config-airbnb-typescript
npm
17.0.0 → 18.0.0
Major
Technical Details
ID: | 5184234 |
UUID: | 3325957926 |
Node ID: | PR_kwDOBmJkS86j3-kX |
Host: | GitHub |
Repository: | guardian/dotcom-rendering |