Skip to content

Update dependencies#153

Merged
vio merged 39 commits into
masterfrom
update-dependencies
Apr 29, 2025
Merged

Update dependencies#153
vio merged 39 commits into
masterfrom
update-dependencies

Conversation

@vio

@vio vio commented Apr 12, 2025

Copy link
Copy Markdown
Member

Summary by CodeRabbit

  • Chores
    • Updated several underlying development dependencies to ensure improved stability, compatibility, and maintainability.
    • Upgraded GitHub Actions used in the CI workflow to the latest versions for enhanced performance.

dependabot Bot and others added 13 commits April 2, 2025 02:11
…te-dependencies/types/node-22.13.17

build(deps-dev): bump @types/node from 22.13.14 to 22.13.17
…te-dependencies/typescript-5.8.3

build(deps-dev): bump typescript from 5.8.2 to 5.8.3
Bumps [rollup](https://github.com/rollup/rollup) from 4.37.0 to 4.39.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.37.0...v4.39.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-version: 4.39.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [eslint](https://github.com/eslint/eslint) from 9.23.0 to 9.24.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.23.0...v9.24.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 9.24.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 3.0.9 to 3.1.1.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.1.1/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-version: 3.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…te-dependencies/rollup-4.39.0

build(deps-dev): bump rollup from 4.37.0 to 4.39.0
…te-dependencies/types/node-22.14.0

build(deps-dev): bump @types/node from 22.13.17 to 22.14.0
…te-dependencies/eslint/js-9.24.0

build(deps-dev): bump @eslint/js from 9.23.0 to 9.24.0
…te-dependencies/eslint-9.24.0

build(deps-dev): bump eslint from 9.23.0 to 9.24.0
@coderabbitai

coderabbitai Bot commented Apr 12, 2025

Copy link
Copy Markdown

Caution

Review failed

The pull request is closed.

Walkthrough

This change updates the dependency versions in the devDependencies section of the package.json file. The versions for several packages have been incremented to newer patch or minor releases, including @eslint/js, @release-it/conventional-changelog, @types/node, dotenv, eslint, release-it, rollup, typescript, typescript-eslint, and vitest. Additionally, the GitHub Actions workflow .github/workflows/ci.yml was updated to upgrade the actions/download-artifact action from version v4.2.1 to v4.3.0 in multiple steps. No other modifications were made to the file structures or logic.

Changes

File Change Summary
package.json Updated devDependencies: @eslint/js (9.23.0 → 9.25.1), @release-it/conventional-changelog (10.0.0 → 10.0.1), @types/node (22.13.14 → 22.15.3), dotenv (16.4.7 → 16.5.0), eslint (9.23.0 → 9.25.1), release-it (18.1.2 → 19.0.1), rollup (4.37.0 → 4.40.1), typescript (5.8.2 → 5.8.3), typescript-eslint (8.28.0 → 8.31.1), vitest (3.0.9 → 3.1.2)
.github/workflows/ci.yml Upgraded GitHub Action actions/download-artifact from v4.2.1 to v4.3.0 in the test-package and publish jobs, specifically in the "Download build files" and "Download build" steps. No other workflow logic changes.

Sequence Diagram(s)

(No sequence diagram applicable.)

Possibly related PRs

  • Update dependencies #141: Updates dependency versions in package.json devDependencies, similar to this PR’s version increments without structural changes.

Poem

Hopping through the code garden with delight,
I update each dependency with all my might.
From version old to shiny new,
My whiskers twitch, I leap right through!
With a joyful hop in every byte,
I'm a rabbit coding under starlight! 🐇✨


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 920462c and 8a6cedc.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (2)
  • .github/workflows/ci.yml (2 hunks)
  • package.json (1 hunks)

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@socket-security

socket-security Bot commented Apr 12, 2025

Copy link
Copy Markdown

@socket-security

socket-security Bot commented Apr 12, 2025

Copy link
Copy Markdown

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert (click for details)
Warn High
[email protected] has a License Policy Violation.

License: CC-BY-4.0 (package/ThirdPartyNoticeText.txt)

License: MIT-Khronos-old (package/ThirdPartyNoticeText.txt)

Source: package-lock.json

Source: package.json

ℹ Read more on: This package | This alert | What is a license policy violation?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at [email protected].

Suggestion: Find a package that does not violate your license policy or adjust your policy to allow this package's license.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/[email protected]. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

dependabot Bot and others added 14 commits April 12, 2025 11:20
Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.4.7 to 16.5.0.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.4.7...v16.5.0)

---
updated-dependencies:
- dependency-name: dotenv
  dependency-version: 16.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…te-dependencies/dotenv-16.5.0

build(deps-dev): bump dotenv from 16.4.7 to 16.5.0
…te-dependencies/types/node-22.14.1

build(deps-dev): bump @types/node from 22.14.0 to 22.14.1
Bumps [@release-it/conventional-changelog](https://github.com/release-it/conventional-changelog) from 10.0.0 to 10.0.1.
- [Release notes](https://github.com/release-it/conventional-changelog/releases)
- [Commits](release-it/conventional-changelog@10.0.0...10.0.1)

---
updated-dependencies:
- dependency-name: "@release-it/conventional-changelog"
  dependency-version: 10.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…te-dependencies/release-it/conventional-changelog-10.0.1

build(deps-dev): bump @release-it/conventional-changelog from 10.0.0 to 10.0.1
…te-dependencies/vitest-3.1.2

build(deps-dev): bump vitest from 3.1.1 to 3.1.2
Bumps [eslint](https://github.com/eslint/eslint) from 9.24.0 to 9.25.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.24.0...v9.25.1)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 9.25.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…te-dependencies/release-it-19.0.1

build(deps-dev): bump release-it from 18.1.2 to 19.0.1
…te-dependencies/eslint-9.25.1

build(deps-dev): bump eslint from 9.24.0 to 9.25.1
…te-dependencies/eslint/js-9.25.1

build(deps-dev): bump @eslint/js from 9.24.0 to 9.25.1
dependabot Bot and others added 12 commits April 22, 2025 10:47
Bumps [rollup](https://github.com/rollup/rollup) from 4.39.0 to 4.40.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.39.0...v4.40.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-version: 4.40.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…te-dependencies/typescript-eslint-8.31.0

build(deps-dev): bump typescript-eslint from 8.28.0 to 8.31.0
…te-dependencies/rollup-4.40.0

build(deps-dev): bump rollup from 4.39.0 to 4.40.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.2.1 to 4.3.0.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4.2.1...v4.3.0)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: 4.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [rollup](https://github.com/rollup/rollup) from 4.40.0 to 4.40.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.40.0...v4.40.1)

---
updated-dependencies:
- dependency-name: rollup
  dependency-version: 4.40.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…te-dependencies/typescript-eslint-8.31.1

build(deps-dev): bump typescript-eslint from 8.31.0 to 8.31.1
…te-dependencies/rollup-4.40.1

build(deps-dev): bump rollup from 4.40.0 to 4.40.1
…date-dependencies/actions/download-artifact-4.3.0

build(deps): bump actions/download-artifact from 4.2.1 to 4.3.0
…te-dependencies/types/node-22.15.3

build(deps-dev): bump @types/node from 22.14.1 to 22.15.3
@vio vio merged commit bb96d60 into master Apr 29, 2025
16 of 17 checks passed
@vio vio deleted the update-dependencies branch April 29, 2025 17:18
@coderabbitai coderabbitai Bot mentioned this pull request May 9, 2025
@coderabbitai coderabbitai Bot mentioned this pull request Jun 14, 2025
This was referenced Jul 20, 2025
@coderabbitai coderabbitai Bot mentioned this pull request Jul 31, 2025
@coderabbitai coderabbitai Bot mentioned this pull request Sep 16, 2025
@coderabbitai coderabbitai Bot mentioned this pull request Oct 26, 2025
This was referenced Jan 4, 2026
@coderabbitai coderabbitai Bot mentioned this pull request Feb 5, 2026
@coderabbitai coderabbitai Bot mentioned this pull request Apr 11, 2026
@coderabbitai coderabbitai Bot mentioned this pull request Apr 28, 2026
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.

1 participant