-
-
Notifications
You must be signed in to change notification settings - Fork 1
chore(*): install @types/node
and update lint-staged
configuration
#337
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
chore(*): install @types/node
and update lint-staged
configuration
#337
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Labels have been automatically applied based on the Conventional Commits specification.🏷️ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
Files not reviewed (1)
- package.json: Language not supported
Bundle ReportBundle size has no change ✅ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
@@ Coverage Diff @@
## main #337 +/- ##
=======================================
Coverage 98.32% 98.32%
=======================================
Files 162 162
Lines 9664 9664
Branches 16 16
=======================================
Hits 9502 9502
Misses 162 162 Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
….0-canary.3` (`prerelease`) (#362) ## Release Information: `v0.1.0-canary.3` New release of `lumirlumir/npm-bananass` has arrived! 🎉 This PR bumps the package versions from `v0.1.0-canary.2` to `v0.1.0-canary.3` (`prerelease`). See [Actions](https://github.com/lumirlumir/npm-bananass/actions/runs/14634205891) for more details. | Info | Value | | ----------- | -------------------------- | | Repository | `lumirlumir/npm-bananass` | | SEMVER | `prerelease` | | Pre ID | `canary` | | Short SHA | cf78531 | | Old Version | `v0.1.0-canary.2` | | New Version | `v0.1.0-canary.3` | <!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### ✨ Features * feat(bananass): support `Array.prototype.toSorted` transpilation using custom babel plugin by @lumirlumir in #350 * feat(bananass): support `Array.prototype.toReversed` transpilation using custom babel plugin by @lumirlumir in #351 * feat(bananass): support `Object.hasOwn` transpilation using custom babel plugin by @lumirlumir in #356 * feat(bananass): add support computed bracket form for `toSorted` and `toReversed` by @lumirlumir in #357 ### 🐛 Bug Fixes * fix(eslint-config-bananass): enhance JSDoc template and update types in `index.js` by @lumirlumir in #338 * fix(bananass): replace esbuild loader with babel loader for js code bundling by @lumirlumir in #344 * fix(bananass): drop esbuild-loader and create e2e tests for bananass build with mts module system by @lumirlumir in #360 * fix(bananass): fix `.cts` module interop and create e2e tests for bananass build with `cts` module system by @lumirlumir in #361 ### 🧰 Chores * chore(*): install `@types/node` and update `lint-staged` configuration by @lumirlumir in #337 ### 📝 Documentation * docs(*): update `README.md`, `README.en.md`, and `CONTRIBUTING.md` by @lumirlumir in #336 ### ♻️ Code Refactoring * refactor(bananass): minor tweaks and cleanup by @lumirlumir in #343 * refactor(bananass): remove unused cli commands (`random`, `testcase`) and cleanup by @lumirlumir in #359 ### 🧪 Tests * test(*): create e2e tests for bananass-build with `cjs` module system by @lumirlumir in #341 * test(tests-e2e): create e2e tests for bananass build with `mjs` module system by @lumirlumir in #342 * test(*): create integration tests for package json `engines.node` field by @lumirlumir in #358 ### ⬆️ Dependency Updates * chore(deps): bump the typescript-eslint group across 2 directories with 2 updates by @dependabot in #331 * chore(deps-dev): bump vitepress-plugin-group-icons from 1.5.1 to 1.5.2 by @dependabot in #332 * chore(deps): bump open from 10.1.0 to 10.1.1 by @dependabot in #334 * chore(deps): bump the next group across 2 directories with 1 update by @dependabot in #340 * chore(deps): bump webpack from 5.99.5 to 5.99.6 by @dependabot in #345 * chore(deps-dev): bump eslint from 9.24.0 to 9.25.0 by @dependabot in #347 * chore(deps): bump the typescript-eslint group across 2 directories with 2 updates by @dependabot in #352 * chore(deps-dev): bump eslint from 9.25.0 to 9.25.1 by @dependabot in #353 **Full Changelog**: v0.1.0-canary.2...v0.1.0-canary.3
This pull request includes updates to the linting and formatting configurations to automate code fixes and adds a new development dependency.
Linting and Formatting Updates:
lint-staged.config.mjs
: Updatedprettier
andeslint
commands to automatically fix issues instead of just checking them. Also, added the--fix
flag tomarkdownlint
command.package.json
: Added newfix:markdownlint
script to automatically fix markdown issues.Dependency Updates:
package.json
: Added@types/node
as a development dependency.