create-react-app 过时的软件包

vi4fp9gy  于 3个月前  发布在  React
关注(0)|答案(4)|浏览(40)

你好,是否可以在下一个版本中更新以下旧包?

包名当前版本新版本
fork-ts-checker-webpack-plugin6.0.56.3.3
webpack-dev-server4.0.04.2.1
@babel/eslint-parser7.14.77.15.7
eslint-plugin-flowtype5.2.06.1.0
eslint-plugin-testing-library3.9.04.12.3
xn1cxnb4

xn1cxnb41#

@amin1best eslint-plugin-testing-library 应该解除对 Typescript 4.4 兼容性的封锁,是吗?

vmpqdwk3

vmpqdwk32#

@amin1best eslint-plugin-testing-library 应该解除对 Typescript 4.4 兼容性的封锁,是吗?
我认为是这样,
https://github.com/testing-library/eslint-plugin-testing-library/blob/main/package.json#L73
但是要更新,你应该注意以下链接:
https://github.com/testing-library/eslint-plugin-testing-library/blob/main/docs/migration-guides/v4.md

li9yvcax

li9yvcax3#

为了eslint配置,最好添加@typescript-eslint/eslint-plugin和@typescript-eslint/parser v5。其他包也已经有点过时了。

ttvkxqim

ttvkxqim4#

这个问题已经被自动标记为过时,因为它没有任何最近的活动。如果没有发生任何进一步的活动,它将在5天后被关闭。

相关问题