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

Update all npm dependencies (2024-06-27) #196

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Jun 27, 2024

This is your weekly update of all npm dependencies. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ @rollup/plugin-commonjs (^24.0.0 → ^26.0.1) · Repo

✳️ @rollup/plugin-typescript (^10.0.1 → ^11.1.6) · Repo

✳️ @typescript-eslint/eslint-plugin (^5.14.0 → ^7.11.0) · Repo · Changelog

✳️ @typescript-eslint/parser (^5.14.0 → ^7.11.0) · Repo · Changelog

✳️ eslint (^8.10.0 → ^9.4.0) · Repo · Changelog

✳️ husky (^8.0.1 → ^9.0.11) · Repo · Changelog

✳️ lint-staged (^13.0.0 → ^15.2.7) · Repo · Changelog

✳️ minimatch (^5.0.1 → ^9.0.4) · Repo · Changelog

✳️ node-ray (^1.18.0 → ^2.1.2) · Repo · Changelog

✳️ prettier (^2.5.1 → ^3.3.1) · Repo · Changelog

✳️ rollup (^3.3.0 → ^4.18.0) · Repo · Changelog


Depfu Status

Depfu will only send you the next scheduled PR once you merge or close this one.

All Depfu comment commands
@​depfu refresh
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)

@depfu depfu bot added the depfu label Jun 27, 2024
Copy link

what-the-diff bot commented Jun 27, 2024

PR Summary

  • Upgraded Dependencies in package.json File
    • @rollup/plugin-commonjs is updated from version ^24.0.0 to ^26.0.1. This plugin helps in converting CommonJS modules to ES6, allowing them to work with modern Javascript build tools.
    • @rollup/plugin-typescript is updated from version ^10.0.1 to ^11.1.6. It lets Rollup bundle projects written in TypeScript language.
    • @typescript-eslint/eslint-plugin and @typescript-eslint/parser are updated from version ^5.14.0 to ^7.11.0. They help in adding TypeScript support to ESLint, a tool for identifying and fixing code issues.
    • eslint is updated from version ^8.10.0 to ^9.4.0. It is a widely used tool to find and fix coding errors.
    • husky is upgraded from version ^8.0.1 to ^9.0.11. This tool ensures that all code commits adhere to the style guide and pass the tests.
    • lint-staged is updated from ^13.0.0 to ^15.2.7. It's a package that automatically runs linters on Git staged files.
    • prettier is updated from ^2.5.1 to ^3.3.1. It's an opinionated code formatter, ensuring consistent code style across the project.
    • rollup is updated from ^3.3.0 to ^4.18.0. Rollup is used for bundling JavaScript files for deployment.
    • minimatch is updated from ^5.0.1 to ^9.0.4. It's a minimal matching utility that works by converting glob expressions into JavaScript RegExp objects.
    • node-ray is updated from ^1.18.0 to ^2.1.2. It allows for debugging Node.js applications.

In general, these updates should improve code quality, ensure better compatibility and introduce potential new features from the updated packages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

0 participants