8000 chore: bump all (dev) deps by JounQin · Pull Request #228 · un-ts/synckit · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore: bump all (dev) deps #228

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

Merged
merged 4 commits into from
Apr 7, 2025
Merged

chore: bump all (dev) deps #228

merged 4 commits into from
Apr 7, 2025

Conversation

JounQin
Copy link
Member
@JounQin JounQin commented Apr 7, 2025

Summary by CodeRabbit

  • Chores
    • Enhanced quality reporting by integrating an external coverage reporting service.
    • Removed an outdated security analysis workflow.
    • Updated key dependencies for improved performance and stability.
  • Documentation
    • Added a new badge on the project page that showcases our maintained release practices.
  • Bug Fixes
    • Adjusted the system to prefer the .d.cts file format for legacy top-level types entries.

@JounQin JounQin requested a review from Copilot April 7, 2025 10:39
Copy link
changeset-bot bot commented Apr 7, 2025

🦋 Changeset detected

Latest commit: c2493fb

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
synckit Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 3 out of 5 changed files in this pull request and generated no comments.

Files not reviewed (2)
  • .github/workflows/codeql.yml: Language not supported
  • package.json: Language not supported

Copy link
Contributor
coderabbitai bot commented Apr 7, 2025

Walkthrough

This set of changes updates the project's CI/CD workflow and dependency management. A new Codacy coverage reporter step is added to the CI workflow, while the CodeQL workflow is deleted. The README now includes a Changesets badge, and package.json has been modified by adding the "types" field and updating multiple dependency versions.

Changes

File(s) Change Summary
.github/workflows/ci.yml Updated the "Lint" step condition to exclude only Node.js version 18.18 and added a new step "Run codacy-coverage-reporter" after the Codecov step, using the codacy/codacy-coverage-reporter-action with an API token from secrets.
.github/workflows/codeql.yml Deleted the CodeQL workflow file which ran security/quality analysis on pushes, pull requests, and via a scheduled trigger.
README.md Added a badge indicating that the project is maintained with Changesets.
package.json Added the "types": "./index.d.cts" field, removed the previous "types": "./lib/index.d.ts" field, and updated dependency versions for several packages.

Sequence Diagram(s)

sequenceDiagram
    participant CI as "CI Workflow"
    participant Codecov as "Codecov Step"
    participant Codacy as "Codacy Reporter Step"
    participant Secrets as "Repository Secrets"
    
    CI->>Codecov: Run Codecov Coverage
    Codecov-->>CI: Return Codecov results
    CI->>Secrets: Retrieve Codacy API token
    Secrets-->>CI: Provide API token
    CI->>Codacy: Run Codacy Coverage Reporter Step
    Codacy-->>CI: Report Codacy coverage results
Loading

Possibly related PRs

  • feat: add oxc ts runner support #222: The changes in the main PR, specifically the updates to the package.json file regarding dependency versions, are related to the retrieved PR, which also modifies the package.json by adding new dependencies, including @oxc-node/core and @swc/core, indicating a direct connection at the code level.

Poem

Hop, hop, I scurry on the run,
Adding steps for Codecov fun,
Codacy joins with secret cheer,
CodeQL vanishes, now it's clear.
Dependencies updated with a beat,
Changesets badge makes docs complete.
Hoppity hops—coding is sweet!


📜 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 7012af7 and c2493fb.

📒 Files selected for processing (1)
  • .changeset/funny-bobcats-fly.md (1 hunks)
✅ Files skipped from review due to trivial changes (1)
  • .changeset/funny-bobcats-fly.md
⏰ Context from checks skipped due to timeout of 90000ms (19)
  • GitHub Check: Lint and Test with Node.js 18 on windows-latest
  • GitHub Check: Lint and Test with Node.js 20 on ubuntu-latest
  • GitHub Check: Lint and Test with Node.js 20 on windows-latest
  • GitHub Check: Lint and Test with Node.js 20 on macos-latest
  • GitHub Check: Lint and Test with Node.js 18.18 on ubuntu-latest
  • GitHub Check: Lint and Test with Node.js 22 on macos-latest
  • GitHub Check: Lint and Test with Node.js 22 on ubuntu-latest
  • GitHub Check: Lint and Test with Node.js 18.18 on macos-latest
  • GitHub Check: Lint and Test with Node.js 23 on macos-latest
  • GitHub Check: Lint and Test with Node.js 23 on windows-latest
  • GitHub Check: Lint and Test with Node.js 22 on windows-latest
  • GitHub Check: Lint and Test with Node.js 18.18 on windows-latest
  • GitHub Check: Lint and Test with Node.js 20 on windows-latest
  • GitHub Check: Lint and Test with Node.js 23 on windows-latest
  • GitHub Check: Lint and Test with Node.js 18 on windows-latest
  • GitHub Check: Lint and Test with Node.js 22 on windows-latest
  • GitHub Check: Lint and Test with Node.js 23 on macos-latest
  • GitHub Check: Lint and Test with Node.js 18.18 on windows-latest
  • GitHub Check: Codacy Static Code Analysis

🪧 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 resolve resolve all the CodeRabbit review comments.
  • @coderabbitai plan to trigger planning for file edits and PR creation.
  • @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.

Copy link
codesandbox-ci bot commented Apr 7, 2025

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Copy link
socket-security bot commented Apr 7, 2025

Updated dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@1stg/common-config@11.1.212.0.0 None 0 48 kB jounqin
npm/@1stg/config@1.0.21.0.3 None 0 6.57 kB jounqin
npm/@1stg/eslint-config@8.3.28.4.0 None 0 85.9 kB jounqin
npm/@1stg/lint-staged@4.0.74.0.8 None 0 37.3 kB jounqin
npm/@1stg/markuplint-config@4.0.24.0.3 None 0 0 B
npm/@1stg/prettier-config@4.0.75.0.0 None 0 31.8 kB jounqin
npm/@1stg/remark-preset@3.0.23.0.3 None 0 12.4 kB jounqin
npm/@eslint-react/ast@1.40.31.40.4 None 0 0 B
npm/@eslint-react/core@1.40.31.40.4 None 0 155 kB rel1cx
npm/@eslint-react/eff@1.40.31.40.4 None 0 0 B
npm/@eslint-react/eslint-plugin@1.40.31.40.4 None 0 819 kB rel1cx
npm/@eslint-react/jsx@1.40.31.40.4 None 0 32 kB rel1cx
npm/@eslint-react/kit@1.40.31.40.4 None 0 28.9 kB rel1cx
npm/@eslint-react/shared@1.40.31.40.4 None 0 178 kB rel1cx
npm/@eslint-react/var@1.40.31.40.4 None 0 32.3 kB rel1cx
npm/@eslint/js@9.23.09.24.0 None 0 14.4 kB eslintbot
npm/@pkgr/core@0.2.00.2.1 None 0 0 B
npm/@pkgr/utils@3.1.03.1.1 None 0 15.6 kB i1stg, jounqin
npm/@taplo/core@0.1.10.2.0 None 0 25.5 kB jounqin
npm/@taplo/lib@0.4.0-alpha.20.5.0 None 0 35.6 MB jounqin
npm/@unrs/resolver-binding-darwin-arm64@1.3.31.4.1 None 0 2.28 MB jounqin
npm/@unrs/resolver-binding-darwin-x64@1.3.31.4.1 None 0 2.58 MB jounqin
npm/@unrs/resolver-binding-freebsd-x64@1.3.31.4.1 None 0 2.8 MB jounqin
npm/@unrs/resolver-binding-linux-arm-gnueabihf@1.3.31.4.1 None 0 2.34 MB jounqin
npm/@unrs/resolver-binding-linux-arm-musleabihf@1.3.31.4.1 None 0 2.35 MB jounqin
npm/@unrs/resolver-binding-linux-arm64-gnu@1.3.31.4.1 None 0 2.55 MB jounqin
npm/@unrs/resolver-binding-linux-arm64-musl@1.3.31.4.1 None 0 2.56 MB jounqin
npm/@unrs/resolver-binding-linux-ppc64-gnu@1.3.31.4.1 None 0 3.1 MB jounqin
npm/@unrs/resolver-binding-linux-s390x-gnu@1.3.31.4.1 None 0 4.13 MB jounqin
npm/@unrs/resolver-binding-linux-x64-gnu@1.3.31.4.1 None 0 2.95 MB jounqin
npm/@unrs/resolver-binding-linux-x64-musl@1.3.31.4.1 None 0 2.96 MB jounqin
npm/@unrs/resolver-binding-wasm32-wasi@1.3.31.4.1 environment 0 2.07 MB jounqin
npm/@unrs/resolver-binding-win32-arm64-msvc@1.3.31.4.1 None 0 2.44 MB jounqin
npm/@unrs/resolver-binding-win32-ia32-msvc@1.3.31.4.1 None 0 2.52 MB jounqin
npm/@unrs/resolver-binding-win32-x64-msvc@1.3.31.4.1 None 0 2.79 MB jounqin
npm/caniuse-lite@1.0.300017091.0.30001712 None 0 2.21 MB ai, beneb, caniuse-lite
npm/electron-to-chromium@1.5.1311.5.132 None 0 161 kB kilianvalkhof
npm/eslint-import-resolver-typescript@4.3.14.3.2 None 0 54.3 kB jounqin
npm/eslint-mdx@3.3.13.4.0 None 0 88 kB wooorm
npm/eslint-plugin-import-x@4.10.04.10.2 None 0 1.04 MB jounqin
npm/eslint-plugin-mdx@3.3.13.4.0 None 0 84.5 kB wooorm
npm/eslint-plugin-react-debug@1.40.31.40.4 None 0 23.4 kB rel1cx
npm/eslint-plugin-react-dom@1.40.31.40.4 None 0 132 kB rel1cx
npm/eslint-plugin-react-hooks-extra@1.40.31.40.4 None 0 66.2 kB rel1cx
npm/eslint-plugin-react-naming-convention@1.40.31.40.4 None 0 42.1 kB rel1cx
npm/eslint-plugin-react-web-api@1.40.31.40.4 None 0 59.2 kB rel1cx
npm/eslint-plugin-react-x@1.40.31.40.4 None 0 333 kB rel1cx
npm/prettier-plugin-pkg@0.18.10.19.0 None 0 41.1 kB jounqin
npm/prettier-plugin-sh@0.16.00.16.1 None 0 52.1 kB jounqin
npm/prettier-plugin-toml@2.0.32.0.4 None 0 23.2 kB jounqin
npm/typescript@5.8.25.8.3 None 0 22.9 MB typescript-bot
npm/unrs- 8000 resolver@1.3.31.4.1 None 0 0 B

View full report↗︎

Copy link
Contributor
github-actions bot commented Apr 7, 2025

📊 Package size report   0.1%↑

File Before After
package.json 4.3 kB -0.09%↓4.3 kB
README.md 15.9 kB 0.8%↑16.1 kB
Total (Includes all files) 96.1 kB 0.1%↑96.2 kB
Tarball size 23.1 kB 0.2%↑23.2 kB
Unchanged files
File Size
index.d.cts 60 B
lib/common.d.ts 329 B
lib/common.js 987 B
lib/common.js.map 1.2 kB
lib/constants.d.ts 1.8 kB
lib/constants.js 2.4 kB
lib/constants.js.map 2.3 kB
lib/helpers.d.ts 1.5 kB
lib/helpers.js 17.3 kB
lib/helpers.js.map 15.3 kB
lib/index.cjs 24.3 kB
lib/index.d.ts 424 B
lib/index.js 2.6 kB
lib/index.js.map 2.5 kB
lib/types.d.ts 1.4 kB
lib/types.js 44 B
lib/types.js.map 102 B
LICENSE 1.1 kB

🤖 This report was automatically generated by pkg-size-action

Copy link
Contributor
github-actions bot commented Apr 7, 2025

size-limit report 📦

Path Size
lib/index.js 912 B (0%)

Copy link
co 8000 decov bot commented Apr 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.80%. Comparing base (7003b68) to head (c2493fb).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #228   +/-   ##
=======================================
  Coverage   95.80%   95.80%           
=======================================
  Files           4        4           
  Lines         334      334           
  Branches      156      156           
=======================================
  Hits          320      320           
  Misses         11       11           
  Partials        3        3           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
pkg-pr-new bot commented Apr 7, 2025

Open in StackBlitz

npm i https://pkg.pr.new/synckit@228

commit: 9febed6

Copy link
sonarqubecloud bot commented Apr 7, 2025

@JounQin JounQin merged commit cc7c724 into main Apr 7, 2025
48 checks passed
@JounQin JounQin deleted the chore/bump branch April 7, 2025 14:04
@JounQin JounQin mentioned this pull request Apr 7, 2025
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
0