ozone
ozone copied to clipboard
[Recon] Dependabot Package Upgrade: Bump the minor-updates group in /hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web with 17 updates
Bumps the minor-updates group in /hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web with 17 updates:
Package | From | To |
---|---|---|
@ant-design/icons | 5.2.5 |
5.3.1 |
@babel/core | 7.22.11 |
7.24.0 |
@types/jest | 24.0.12 |
24.9.1 |
@types/node | 11.13.9 |
11.15.54 |
axios | 0.27.2 |
0.28.0 |
classnames | 2.3.2 |
2.5.1 |
customize-cra | 0.2.14 |
0.9.1 |
moment | 2.29.4 |
2.30.1 |
typescript | 3.5.3 |
3.9.10 |
@types/react-plotly.js | 2.6.0 |
2.6.3 |
eslint-config-xo | 0.29.1 |
0.44.0 |
eslint-config-xo-react | 0.23.0 |
0.27.0 |
eslint-config-xo-typescript | 0.28.0 |
0.57.0 |
eslint-plugin-import | 2.28.1 |
2.29.1 |
eslint-plugin-react | 7.33.2 |
7.34.0 |
json-server | 0.15.1 |
0.17.4 |
xo | 0.30.0 |
0.57.0 |
Updates @ant-design/icons
from 5.2.5 to 5.3.1
Commits
- See full diff in compare view
Updates @babel/core
from 7.22.11 to 7.24.0
Release notes
Sourced from @babel/core
's releases.
v7.24.0 (2024-02-28)
Thanks
@ajihyf
for your first PR!Release post with summary and highlights: https://babeljs.io/7.24.0
:rocket: New Feature
babel-standalone
babel-core
,babel-helper-create-class-features-plugin
,babel-helpers
,babel-plugin-transform-class-properties
- #16267 Implement
noUninitializedPrivateFieldAccess
assumption (@nicolo-ribaudo
)babel-helper-create-class-features-plugin
,babel-helpers
,babel-plugin-proposal-decorators
,babel-plugin-proposal-pipeline-operator
,babel-plugin-syntax-decorators
,babel-plugin-transform-class-properties
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
babel-preset-flow
- #16309 [babel 7] Allow setting
ignoreExtensions
in Flow preset (@nicolo-ribaudo
)- #16284 Add
experimental_useHermesParser
option inpreset-flow
(@liuxingbaoyu
)babel-helper-import-to-platform-api
,babel-plugin-proposal-import-wasm-source
,babel-plugin-proposal-json-modules
,babel-standalone
- #16172 Add transform support for JSON modules imports (
@nicolo-ribaudo
)babel-plugin-transform-runtime
- #16241 Add back
moduleName
option to@babel/plugin-transform-runtime
(@nicolo-ribaudo
)babel-parser
,babel-types
- #16277 Allow import attributes for
TSImportType
(@sosukesuzuki
):bug: Bug Fix
babel-plugin-proposal-do-expressions
,babel-traverse
babel-helper-create-class-features-plugin
,babel-plugin-transform-private-methods
,babel-plugin-transform-private-property-in-object
- #16312 Fix class private properties when
privateFieldsAsSymbols
(@liuxingbaoyu
)babel-helper-create-class-features-plugin
,babel-plugin-transform-private-methods
- #16307 Fix the support of
arguments
in privateget/set
method (@liuxingbaoyu
)babel-helper-create-class-features-plugin
,babel-helpers
,babel-plugin-proposal-decorators
- #16287 Reduce decorator static property size (
@liuxingbaoyu
)babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
- #16281 Fix evaluation order of decorators with cached receiver (
@nicolo-ribaudo
)- #16279 Fix decorator this memoization (
@JLHwung
)- #16266 Preserve
static
on decorated privateaccessor
(@nicolo-ribaudo
)- #16258 fix: handle decorated async private method and generator (
@JLHwung
)babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-private-methods
,babel-plugin-transform-private-property-in-object
,babel-plugin-transform-typescript
,babel-preset-env
- #16275 Fix class private properties when
privateFieldsAsProperties
(@liuxingbaoyu
)babel-helpers
- #16268 Do not consider
arguments
in a helper as a global reference (@nicolo-ribaudo
)babel-helpers
,babel-plugin-proposal-decorators
- #16270 Handle symbol key class elements decoration (
@JLHwung
)- #16265 Do not define
access.get
for public setter decorators (@nicolo-ribaudo
):nail_care: Polish
babel-core
,babel-helper-create-class-features-plugin
,babel-preset-env
- #12428 Suggest using
BABEL_SHOW_CONFIG_FOR
for config problems (@nicolo-ribaudo
):house: Internal
... (truncated)
Changelog
Sourced from @babel/core
's changelog.
v7.24.0 (2024-02-28)
:rocket: New Feature
babel-standalone
babel-core
,babel-helper-create-class-features-plugin
,babel-helpers
,babel-plugin-transform-class-properties
- #16267 Implement
noUninitializedPrivateFieldAccess
assumption (@nicolo-ribaudo
)babel-helper-create-class-features-plugin
,babel-helpers
,babel-plugin-proposal-decorators
,babel-plugin-proposal-pipeline-operator
,babel-plugin-syntax-decorators
,babel-plugin-transform-class-properties
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
babel-preset-flow
- #16309 [babel 7] Allow setting
ignoreExtensions
in Flow preset (@nicolo-ribaudo
)- #16284 Add
experimental_useHermesParser
option inpreset-flow
(@liuxingbaoyu
)babel-helper-import-to-platform-api
,babel-plugin-proposal-import-wasm-source
,babel-plugin-proposal-json-modules
,babel-standalone
- #16172 Add transform support for JSON modules imports (
@nicolo-ribaudo
)babel-plugin-transform-runtime
- #16241 Add back
moduleName
option to@babel/plugin-transform-runtime
(@nicolo-ribaudo
)babel-parser
,babel-types
- #16277 Allow import attributes for
TSImportType
(@sosukesuzuki
):bug: Bug Fix
babel-plugin-proposal-do-expressions
,babel-traverse
babel-helper-create-class-features-plugin
,babel-plugin-transform-private-methods
,babel-plugin-transform-private-property-in-object
- #16312 Fix class private properties when
privateFieldsAsSymbols
(@liuxingbaoyu
)babel-helper-create-class-features-plugin
,babel-plugin-transform-private-methods
- #16307 Fix the support of
arguments
in privateget/set
method (@liuxingbaoyu
)babel-helper-create-class-features-plugin
,babel-helpers
,babel-plugin-proposal-decorators
- #16287 Reduce decorator static property size (
@liuxingbaoyu
)babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
- #16281 Fix evaluation order of decorators with cached receiver (
@nicolo-ribaudo
)- #16279 Fix decorator this memoization (
@JLHwung
)- #16266 Preserve
static
on decorated privateaccessor
(@nicolo-ribaudo
)- #16258 fix: handle decorated async private method and generator (
@JLHwung
)babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-private-methods
,babel-plugin-transform-private-property-in-object
,babel-plugin-transform-typescript
,babel-preset-env
- #16275 Fix class private properties when
privateFieldsAsProperties
(@liuxingbaoyu
)babel-helpers
- #16268 Do not consider
arguments
in a helper as a global reference (@nicolo-ribaudo
)babel-helpers
,babel-plugin-proposal-decorators
- #16270 Handle symbol key class elements decoration (
@JLHwung
)- #16265 Do not define
access.get
for public setter decorators (@nicolo-ribaudo
):nail_care: Polish
babel-core
,babel-helper-create-class-features-plugin
,babel-preset-env
- #12428 Suggest using
BABEL_SHOW_CONFIG_FOR
for config problems (@nicolo-ribaudo
):house: Internal
babel-helper-transform-fixture-test-runner
- #16278 Continue writing
output.js
whenexec.js
throws (@liuxingbaoyu
):microscope: Output optimization
... (truncated)
Commits
ce59160
v7.24.04bd1d41
ImplementnoUninitializedPrivateFieldAccess
assumption (#16267)741939c
Suggest usingBABEL_SHOW_CONFIG_FOR
for config problems (#12428)08a057c
UseObject.hasOwn
when available (#16248)ee7ef0b
chore: Helper changes for Babel 8 (#16209)a0dd614
v7.23.9b2bbffb
Migrateeslint-parser
to cts (#16222)e428a6d
v7.23.73e79f48
Avoid unpreventableunhandledRejection
events (#16167)d02c1f7
v7.23.6- Additional commits viewable in compare view
Updates @types/jest
from 24.0.12 to 24.9.1
Commits
- See full diff in compare view
Updates @types/node
from 11.13.9 to 11.15.54
Commits
- See full diff in compare view
Updates axios
from 0.27.2 to 0.28.0
Release notes
Sourced from axios's releases.
Release v0.28.0
Release notes:
Bug Fixes
- fix(security): fixed CVE-2023-45857 by backporting
withXSRFToken
option to v0.x (#6091)Backports from v1.x:
- Allow null indexes on formSerializer and paramsSerializer v0.x (#4961)
- Fixing content-type header repeated #4745
- Fixed timeout error message for HTTP 4738
- Added
axios.formToJSON
method (#4735)- URL params serializer (#4734)
- Fixed toFormData Blob issue on node>v17 #4728
- Adding types for progress event callbacks #4675
- Fixed max body length defaults #4731
- Added data URL support for node.js (#4725)
- Added isCancel type assert (#4293)
- Added the ability for the
url-encoded-form
serializer to respect theformSerializer
config (#4721)- Add
string[]
toAxiosRequestHeaders
type (#4322)- Allow type definition for axios instance methods (#4224)
- Fixed
AxiosError
stack capturing; (#4718)- Fixed
AxiosError
status code type; (#4717)- Adding Canceler parameters config and request (#4711)
- fix(types): allow to specify partial default headers for instance creation (#4185)
- Added
blob
to the list of protocols supported by the browser (#4678)- Fixing Z_BUF_ERROR when no content (#4701)
- Fixed race condition on immediate requests cancellation (#4261)
- Added a clear() function to the request and response interceptors object so a user can ensure that all interceptors have been removed from an Axios instance axios/axios#4248
- Added generic AxiosAbortSignal TS interface to avoid importing AbortController polyfill (#4229)
- Fix TS definition for AxiosRequestTransformer (#4201)
- Use type alias instead of interface for AxiosPromise (#4505)
- Include request and config when creating a CanceledError instance (#4659)
- Added generic TS types for the exposed toFormData helper (#4668)
- Optimized the code that checks cancellation (#4587)
- Replaced webpack with rollup (#4596)
- Added stack trace to AxiosError (#4624)
- Updated AxiosError.config to be optional in the type definition (#4665)
- Removed incorrect argument for NetworkError constructor (#4656)
Changelog
Sourced from axios's changelog.
0.28.0 (2024-02-12)
Release notes:
Bug Fixes
- fix(security): fixed CVE-2023-45857 by backporting
withXSRFToken
option to v0.x (#6091)Backports from v1.x:
- Allow null indexes on formSerializer and paramsSerializer v0.x (#4961)
- Fixing content-type header repeated #4745
- Fixed timeout error message for HTTP 4738
- Added
axios.formToJSON
method (#4735)- URL params serializer (#4734)
- Fixed toFormData Blob issue on node>v17 #4728
- Adding types for progress event callbacks #4675
- Fixed max body length defaults #4731
- Added data URL support for node.js (#4725)
- Added isCancel type assert (#4293)
- Added the ability for the
url-encoded-form
serializer to respect theformSerializer
config (#4721)- Add
string[]
toAxiosRequestHeaders
type (#4322)- Allow type definition for axios instance methods (#4224)
- Fixed
AxiosError
stack capturing; (#4718)- Fixed
AxiosError
status code type; (#4717)- Adding Canceler parameters config and request (#4711)
- fix(types): allow to specify partial default headers for instance creation (#4185)
- Added
blob
to the list of protocols supported by the browser (#4678)- Fixing Z_BUF_ERROR when no content (#4701)
- Fixed race condition on immediate requests cancellation (#4261)
- Added a clear() function to the request and response interceptors object so a user can ensure that all interceptors have been removed from an Axios instance axios/axios#4248
- Added generic AxiosAbortSignal TS interface to avoid importing AbortController polyfill (#4229)
- Fix TS definition for AxiosRequestTransformer (#4201)
- Use type alias instead of interface for AxiosPromise (#4505)
- Include request and config when creating a CanceledError instance (#4659)
- Added generic TS types for the exposed toFormData helper (#4668)
- Optimized the code that checks cancellation (#4587)
- Replaced webpack with rollup (#4596)
- Added stack trace to AxiosError (#4624)
- Updated AxiosError.config to be optional in the type definition (#4665)
- Removed incorrect argument for NetworkError constructor (#4656)
Commits
3b7635a
[Release] v0.28.0 (#6211)27c0076
feat(backport): added ability for paramsSerializer to handle function; (#6227)80c3d74
chore(ci): backported publish action; (#6224)2755df5
fix(security): fixed CVE-2023-45857 by backportingwithXSRFToken
option to ...880b42e
docs: Fix a typo in READMEc4bf0a4
Allow null indexes on formSerializer and paramsSerializer v0.x (#4961)1e2679f
fix: [Types] Type of header in AxiosRequestConfig / for Axios.create is incor...80b546c
fix: loosing request header (#4858) (#4871)6acb5ef
feat: brower platform add data protocol. (#4814)bbb2264
fix(typing): axios response headers can be undefined (#4813)- Additional commits viewable in compare view
Updates classnames
from 2.3.2 to 2.5.1
Changelog
Sourced from classnames's changelog.
v2.5.1 / 2023-12-29
- Remove
workspaces
field from package (#350)v2.5.0 / 2023-12-27
v2.4.0 / 2023-12-26
v2.3.3 / 2023-12-21
- Fix default export, thanks Remco Haszing (#301)
- Fix types for read-only arrays, thanks Ben Thompson (#307)
- Replace README examples with functional-style components, thanks JoeDGit (#303)
Commits
2e36832
Prepare for release of version 2.5.1 (#351)9331401
Remove benchmarks from workspace (#350)ff6dd1e
Bump to the latest version (#347)942db49
Add GitHub provenance for publishing (#345)28ea73f
Prepare for release of version 2.5.0 (#344)dfeb7f3
Fix URL for GIT repository in package (#343)8a840ea
Addexports
field to package (#342)ea8e839
Restore ability to pass TypeScriptinterface
(#341)930c748
Bumpclassnames
to the latest version (#340)d2d10f5
Bump tsd from 0.30.0 to 0.30.1 (#339)- Additional commits viewable in compare view
Updates customize-cra
from 0.2.14 to 0.9.1
Commits
c678722
0.9.193c1a19
0.8.13a897a3
feat: add remove internal babel plugin function. (#178)404854b
docs: add@billypon
as a contributor2b8bb22
feat: add adjustStyleLoaders (#172)81d6bc4
docs: add@blackmatch
as a contributor93b8622
fix doc for setWebpackOptimizationSplitChunks (#186)f2adb28
feat: add tap utility to print config (#174)c0aef39
feat: add setWebpackStats (#182)2829909
chore(deps): bump mixin-deep from 1.3.1 to 1.3.2 (#181)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by with-heart, a new releaser for customize-cra since your current version.
Updates moment
from 2.29.4 to 2.30.1
Changelog
Sourced from moment's changelog.
2.30.1
- Release Dec 27, 2023
- Revert moment/moment#5827, because it's breaking a lot of TS code.
2.30.0 Full changelog
- Release Dec 26, 2023
Commits
485d9a7
Build 2.30.1e048b09
Bump version to 2.30.1f9f2d58
Update changelog for 2.30.1a52ffb2
Revert "Merge pull request #5827 from BobZombie:feature/fix_d.ts"ddd6809
Build 2.30.0be64d00
Bump version to 2.30.0ad41179
Update changelog for 2.30.063fe479
[misc] Make code ES6 compatible0f0195f
Revert "Merge pull request #5599 from Alanscut:issue_4985"15b82f5
Revert "Merge pull request #5597 from Alanscut:issue-5596"- Additional commits viewable in compare view
Updates typescript
from 3.5.3 to 3.9.10
Release notes
Sourced from typescript's releases.
TypeScript 3.9.10
This release ships both an overall performance improvement, along with a mitigation for a performance regression when upgrading to Node.js 16. See the change for more details.
TypeScript 3.9.9
This release contains a fix for an issue when language service plugins have no specified name.
TypeScript 3.9.8
This release contains fixes for a security risk involving language service plugin loading. More details are available here.
TypeScript 3.9.7
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for TypeScript v3.9.0 (Beta).
- fixed issues query for TypeScript v3.9.1 (RC).
- fixed issues query for TypeScript v3.9.2 (Final).
- fixed issues query for TypeScript v3.9.3 (patch release).
- fixed issues query for TypeScript v3.9.5 (patch release).
- fixed issues query for TypeScript v3.9.6 (patch release).
- fixed issues query for TypeScript v3.9.7 (patch release).
This release contains a fix for CVE-2020-1416
(note, 3.9.4 was intentionally skipped due to minor complications in publishing)
Downloads are available on:
TypeScript 3.9.6
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript v3.9.0 (Beta).
- fixed issues query for Typescript v3.9.1 (RC).
- fixed issues query for Typescript v3.9.2 (Final).
- fixed issues query for Typescript v3.9.3 (patch release).
- fixed issues query for Typescript v3.9.5 (patch release).
- fixed issues query for Typescript v3.9.6 (patch release).
(note, 3.9.4 was intentionally skipped due to minor complications in publishing)
Downloads are available on:
... (truncated)
Commits
b7de5e3
Bump version to 3.9.10 and LKG022bdea
Backport package-lock infra changes to 3.9 (#44608)ebeafcf
Pass throwIfNoEntry to fs.statSync (#41604) (#44582)9b778b3
Bump version to 3.9.9 and LKGee71355
Handle if plugin doesnt specify name (#42722)019e4c6
Bump version to 3.9.8 and LKGea2f68b
Allow only package names as plugin names9294e96
Merge pull request #39988 from amcasey/pinned-release-3.95237f9e
Drop testing of node 86c1e494
Make release-3.9 buildable- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by typescript-bot, a new releaser for typescript since your current version.
Updates @types/react-plotly.js
from 2.6.0 to 2.6.3
Commits
- See full diff in compare view
Updates eslint-config-xo
from 0.29.1 to 0.44.0
Release notes
Sourced from eslint-config-xo's releases.
v0.44.0
Breaking
- Require Node.js 18 f2060de
New rules
logical-assignment-operators
27049c1prefer-object-has-own
288a3caobject-curly-newline
(#83) 3a5448bImprovements
- Ban
atob
andbtoa
dfa969c- Replace deprecated
no-new-object
rule 7f8f92eno-unused-vars
: Allow ignoring variables by prefixing with underscore b31ab8ahttps://github.com/xojs/eslint-config-xo/compare/v0.43.1...v0.44.0
v0.43.1
- Disable
logical-assignment-operators
rule until we target Node.js 16 ffb7d6ehttps://github.com/xojs/eslint-config-xo/compare/v0.43.0...v0.43.1
v0.43.0
- Add
no-empty-static-block
rule 3dcb71e- Add
no-new-native-nonconstructor
rule 2b5733c- Add
logical-assignment-operators
rule aacde5aprefer-regex-literals
: SetdisallowRedundantWrapping
option (#80) 99db346https://github.com/xojs/eslint-config-xo/compare/v0.42.0...v0.43.0
v0.42.0
- Allow lower case type-coverage comments (#79) 257f2c1
https://github.com/xojs/eslint-config-xo/compare/v0.41.0...v0.42.0
v0.41.0
- Add
no-constant-binary-expression
rule af63ee6- Enforce single-quotes for JSX (#78) 0a302bd
https://github.com/xojs/eslint-config-xo/compare/v0.40.0...v0.41.0
v0.40.0
Breaking
- Require ESLint 8 and Node.js 12 da1fd09
Improvements
... (truncated)
Commits
b17659e
0.44.0f2060de
Require Node.js 1827049c1
Enablelogical-assignment-operators
rule288a3ca
Enableprefer-object-has-own
ruledfa969c
Banatob
andbtoa
b31ab8a
no-unused-vars
: Allow ignoring variables by prefixing with underscore9809e67
Meta tweaks3a5448b
Addobject-curly-newline
rule (#83)7d89a3d
BanBuffer
in favor ofUint8Array
7f8f92e
Replace deprecatedno-new-object
rule- Additional commits viewable in compare view
Updates eslint-config-xo-react
from 0.23.0 to 0.27.0
Release notes
Sourced from eslint-config-xo-react's releases.
v0.27.0
Breaking
New rules
react/iframe-missing-sandbox
5a665cfreact/hook-use-state
9d77b06Improvements
- Add option for
react/jsx-curly-brace-presence
rule 9b5e73b- Add option to
react/jsx-key
rule b5091abhttps://github.com/xojs/eslint-config-xo-react/compare/v0.26.0...v0.27.0
v0.26.0
Breaking
- Require Node.js 12 and ESLint 8 f8a5e48
New rules
react/no-invalid-html-attribute
3e87446react/no-arrow-function-lifecycle
dcb84c0react/no-namespace
c64b19eImprovements
- Add option for
react/jsx-no-target-blank
f53a835https://github.com/xojs/eslint-config-xo-react/compare/v0.25.0...v0.26.0
v0.25.0
- Allow react-intl’s usage of style prop (#29) a17e7f6
https://github.com/xojs/eslint-config-xo-react/compare/v0.24.0...v0.25.0
v0.24.0
- Require ESLint 7 93f7886
- Add
react/jsx-no-constructed-context-values
rule f7fa79b- Add option to
react/jsx-no-target-blank
rule 32d74fd- Add option to
react/jsx-key
rule 261274bhttps://github.com/xojs/eslint-config-xo-react/compare/v0.23.0...v0.24.0
Commits
4a345ab
0.27.0b5091ab
Add option toreact/jsx-key
rule5a665cf
Addreact/iframe-missing-sandbox
rule9b5e73b
Add options forreact/jsx-curly-brace-presence
rule9d77b06
Addreact/hook-use-state
rule62e64fd
Require function declaration for named components (#33)4afe365
0.26.03e87446
Addreact/no-invalid-html-attribute
ruledcb84c0
Addreact/no-arrow-function-lifecycle
rulec64b19e
Addreact/no-namespace
rule- Additional commits viewable in compare view
Updates eslint-config-xo-typescript
from 0.28.0 to 0.57.0
Release notes
Sourced from eslint-config-xo-typescript's releases.
v0.57.0
- Add
@typescript-eslint/no-duplicate-type-constituents
rule b18da46https://github.com/xojs/eslint-config-xo-typescript/compare/v0.56.0...v0.57.0
v0.56.0
- Restore
@typescript-eslint/no-unsafe-argument
rule (#70) 4fd54c2https://github.com/xojs/eslint-config-xo-typescript/compare/v0.55.1...v0.56.0
v0.55.1
- Fix the config for the
@typescript-eslint/member-ordering
rule b336a1c- Remove the deprecated
@typescript-eslint/no-implicit-any-catch
rule (#66) 6d5aba9https://github.com/xojs/eslint-config-xo-typescript/compare/v0.55.0...v0.55.1
v0.55.0
- Add
@typescript-eslint/no-unsafe-declaration-merging
rule 3ec1f94@typescript-eslint/consistent-type-imports
: Add option to prefer inline type imports e41f4a4https://github.com/xojs/eslint-config-xo-typescript/compare/v0.54.1...v0.55.0
v0.54.1
- Mistake. Please ignore.
v0.53.0
New rules
@typescript-eslint/consistent-type-exports
829d012@typescript-eslint/consistent-type-imports
a1bdfc9Improvements
- Add options to
@typescript-eslint/prefer-nullish-coalescing
rule f4cf50dhttps://github.com/xojs/eslint-config-xo-typescript/compare/v0.52.0...v0.53.0
v0.52.0
New rules
@typescript-eslint/consistent-generic-constructors
e15cd30@typescript-eslint/consistent-type-definitions
7decafc
type
andinterface
are almost interchangeable. The main difference is thatinterface
can be extended from anywhere, which can be useful in a few cases, but can most often cause surprising hard to track down behavior. XO prefers being strict by default and have chosentype
. Just use aneslint-disable
comment in the few cases where you need the declaration to be extendable.- More info
Improvements
- Add
@typescript-eslint/parser
topeerDependencies
(#61) fe6f4b7- Remove deprecated
@typescript-eslint/no-duplicate-imports
rule 33c6d92
... (truncated)
Commits
6304b6d
0.57.0b18da46
Add@typescript-eslint/no-duplicate-type-constituents
ruleb338e7f
0.56.0- Description%20has%20been%20truncated%0A" rel="nofollow" target="_blank" >
@devabhishekpal
new PR: #6365
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.
To ignore these dependencies, configure ignore rules in dependabot.yml