Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate array.prototype.flat to builtins #141

Open
alexparish opened this issue Dec 14, 2024 · 2 comments
Open

Migrate array.prototype.flat to builtins #141

alexparish opened this issue Dec 14, 2024 · 2 comments
Labels
umbrella issue This issue contains a list of dependents of a package and tracks the progress in each

Comments

@alexparish
Copy link

alexparish commented Dec 14, 2024

Run npx github:Fuzzyma/e18e-tools array.prototype.flat -n 100 -U https://npm.devminer.xyz/registry -q -o md to find the first 100.

Top 30:

# Downloads Traffic Version Package
1 97.75M 664.79 GB ^1.3.2 eslint-plugin-import
2 81.30M 552.90 GB ^1.3.1 jsx-ast-utils
3 7.84M 53.31 GB ^1.2.3 enzyme
4 5.47M 37.18 GB ^1.2.1 airbnb-js-shims
5 3.35M 22.78 GB ^1.2.3 smartwrap
6 1.67M 11.33 GB ^1.2.1 react-with-styles-interface-css
7 83.33k 566.73 MB ^1.2.1 react-with-styles-interface-aphrodite
8 77.23k 525.27 MB ^1.3.2 get-dep-tree
9 22.89k 155.71 MB ^1.2.4 next-iron-session
10 12.15k 82.64 MB ^1.3.2 rclnodejs
11 4.90k 33.30 MB ^1.2.4 lokse
12 3.87k 26.34 MB ^1.3.2 @exodus/eslint-plugin-import
13 1.74k 11.84 MB ^1.2.3 toastr2
14 1.61k 10.97 MB ^1.3.2 @tlgeo/react-native-gdal
15 1.12k 7.60 MB ^1.3.1 @phryneas/eslint-plugin-import
16 1.10k 7.49 MB ^1.2.1 eslint-plugin-import-order-all
17 1.07k 7.26 MB ^1.2.4 @kommunicate/kommunicate-chatbot-plugin
18 926 6.30 MB ^1.3.2 react-native-remote-update
19 908 6.18 MB ^1.3.0 @pretto/places
20 772 5.25 MB ^1.2.4 @cool-vue/crud
21 755 5.13 MB ^1.2.4 tailwind-vector-effect
22 709 4.82 MB ^1.3.1 @restorecommerce/facade
23 656 4.46 MB ^1.2.3 mochista
24 568 3.86 MB ^1.3.2 @gen3/guppy
25 538 3.66 MB ^1.3.2 rn-currency-formatter
26 359 2.44 MB ^1.2.5 @plogg/three
27 355 2.41 MB ^1.3.2 novacap-components
28 338 2.30 MB ^1.3.2 react-native-geo-locator
29 288 1.96 MB ^1.2.2 @coinbarn/ergo-ts
30 261 1.78 MB ^1.2.1 code-surfer
@Fuzzyma Fuzzyma added the umbrella issue This issue contains a list of dependents of a package and tracks the progress in each label Dec 18, 2024
@Namchee
Copy link

Namchee commented Dec 18, 2024

eslint-plugin-import is an interesting opportunity. However, that plugin still supports ESLint v2 which is an unsupported version of ESLint that requires Node 0.10 by minimum.

Shall we ask for the maintainers to bump the peerDependencies requirement first?

Edit: Same with jsx-ast-utils, it supports Node 4+.

@43081j
Copy link
Collaborator

43081j commented Dec 18, 2024

we're probably better off helping migrate people to eslint-plugin-import-x (or at least prioritising that while doing both jobs in parallel)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
umbrella issue This issue contains a list of dependents of a package and tracks the progress in each
Projects
None yet
Development

No branches or pull requests

4 participants