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

Release v4.2.2 #336

Merged
merged 8 commits into from
Jul 7, 2024
Merged

Release v4.2.2 #336

merged 8 commits into from
Jul 7, 2024

Conversation

javierbrea
Copy link
Owner

@javierbrea javierbrea commented Jul 7, 2024

Changed

  • chore(#334): Remove is-core-module dependency (@wojtekmaj)
  • chore(dependencies): Bump micromatch to 4.0.7
  • chore(devDependencies): Bum @typescript-eslint/eslint-plugin" to 7.15.0
  • chore(devDependencies): Bump @typescript-eslint/parser to 7.15.0
  • chore(devDependencies): Bump eslint to 8.57.0
  • chore(devDependencies): Bump eslint-plugin-local-rules to 3.0.2
  • chore(devDependencies): Bump lint-staged to 15.2.7
  • chore(devDependencies): Bump mindsers/changelog-reader-action action to v2.2.3
  • chore(devDependencies): Bumb prettier to 3.3.2
  • chore(devDependencies): Bump EndBug/version-check action to v2.1.4

closes #334

wojtekmaj and others added 8 commits June 28, 2024 11:06
Node.js from v6.13.0, v8.10.0, v9.3.0 includes `module.builtinModules` which we can use to natively check if some module belongs to Node.js core or not.

This drops not one, but _three_ dependencies, removing 70 KB of bloat: https://npmgraph.js.org/?q=is-core-module
Remove `is-core-module` dependency
Copy link

sonarqubecloud bot commented Jul 7, 2024

@javierbrea javierbrea merged commit dfd7b81 into master Jul 7, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove is-core-module dependency
2 participants