Skip to content

chore: release deeplx#41

Merged
JounQin merged 1 commit intomasterfrom
changeset-release/master
Apr 18, 2025
Merged

chore: release deeplx#41
JounQin merged 1 commit intomasterfrom
changeset-release/master

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Apr 18, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

@deeplx/cli@0.1.3

Patch Changes

  • #40 65855bf Thanks @JounQin! - feat: add proxy support with node-fetch-native/proxy

  • Updated dependencies [65855bf]:

    • @deeplx/core@0.1.3

@deeplx/core@0.1.3

Patch Changes

deeplx@0.3.2

Patch Changes

  • #40 65855bf Thanks @JounQin! - feat: add proxy support with node-fetch-native/proxy

  • Updated dependencies [65855bf]:

    • @deeplx/cli@0.1.3
    • @deeplx/core@0.1.3

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 18, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


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 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.

@codesandbox-ci
Copy link
Copy Markdown

codesandbox-ci bot commented Apr 18, 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.

@socket-security
Copy link
Copy Markdown

socket-security bot commented Apr 18, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Added@​changesets/​should-skip-package@​0.1.21001005983100
Added@​changesets/​write@​0.4.01001008083100

View full report

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Apr 18, 2025

Open in StackBlitz

npm i https://pkg.pr.new/deeplx@41
npm i https://pkg.pr.new/@deeplx/cli@41
npm i https://pkg.pr.new/@deeplx/core@41

commit: a0f5e19

@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions bot commented Apr 18, 2025

size-limit report 📦

Path Size
packages/@deeplx/cli/lib/cli.js 815 B (0%)
packages/@deeplx/core/lib/index.js 110 B (0%)
packages/deeplx/lib/index.js 83 B (0%)

@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions bot commented Apr 18, 2025

Deploy preview for deeplx ready!

✅ Preview
https://deeplx-n2fbpljal-1stg.vercel.app

Built with commit a0f5e19.
This pull request is being automatically deployed with vercel-action

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.55%. Comparing base (65855bf) to head (a0f5e19).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #41   +/-   ##
=======================================
  Coverage   86.55%   86.55%           
=======================================
  Files           4        4           
  Lines         119      119           
  Branches       30       30           
=======================================
  Hits          103      103           
  Misses         15       15           
  Partials        1        1           

☔ 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.

@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions bot commented Apr 18, 2025

📊 Package size report   0.03%↑

File Before After
.changeset/great-steaks-melt.md 109 B
packages/@deeplx/cli/CHANGELOG.md 1.1 kB 38%↑1.5 kB
packages/@deeplx/core/CHANGELOG.md 771 B 36%↑1.0 kB
packages/deeplx/CHANGELOG.md 2.8 kB 16%↑3.3 kB
Total (Includes all files) 3.1 MB 0.03%↑3.1 MB
Tarball size 1.1 MB 0%↑1.1 MB
Unchanged files
File Size
.changeset/config.json 311 B
.changeset/README.md 510 B
.codesandbox/ci.json 77 B
.commitlintrc 25 B
.editorconfig 145 B
.gitattributes 35 B
.github/workflows/autofix.yml 909 B
.github/workflows/ci.yml 1.6 kB
.github/workflows/pkg-pr-new.yml 691 B
.github/workflows/pkg-size.yml 542 B
.github/workflows/release.yml 1.2 kB
.github/workflows/size-limit.yml 829 B
.github/workflows/vercel.yml 986 B
.nano-staged.js 48 B
.prettierignore 22 B
.prettierrc 24 B
.remarkrc 42 B
.simple-git-hooks.js 49 B
.size-limit.json 236 B
.yarn/plugins/plugin-prepare-lifecycle.cjs 202 B
.yarn/releases/yarn-4.9.1.cjs 3.0 MB
.yarnrc.yml 397 B
api/translate.ts 1.6 kB
CHANGELOG.md 318 B
eslint.config.js 46 B
LICENSE 1.1 kB
package.json 2.2 kB
packages/@deeplx/cli/package.json 1.3 kB
packages/@deeplx/cli/README.md 8.3 kB
packages/@deeplx/cli/src/cli.ts 2.1 kB
packages/@deeplx/cli/src/fetch.ts 255 B
packages/@deeplx/cli/tsconfig.json 156 B
packages/@deeplx/core/index.d.cts 54 B
packages/@deeplx/core/package.json 1.5 kB
packages/@deeplx/core/README.md 7.1 kB
packages/@deeplx/core/src/api.ts 448 B
packages/@deeplx/core/src/constants.ts 2.6 kB
packages/@deeplx/core/src/index.ts 146 B
packages/@deeplx/core/src/translate.ts 6.2 kB
packages/@deeplx/core/src/types.ts 2.6 kB
packages/@deeplx/core/src/utils.ts 2.0 kB
packages/@deeplx/core/test/translation.spec.ts 4.3 kB
packages/@deeplx/core/test/utils.spec.ts 332 B
packages/@deeplx/core/tsconfig.json 156 B
packages/deeplx/index.d.cts 58 B
packages/deeplx/package.json 1.7 kB
packages/deeplx/README.md 9.1 kB
packages/deeplx/src/cli.ts 28 B
packages/deeplx/src/index.ts 29 B
packages/deeplx/tsconfig.json 156 B
public/apple-touch-icon.png 4.8 kB
public/favicon_16.png 540 B
public/favicon_32.png 978 B
public/favicon_96.png 2.7 kB
README.md 8.3 kB
renovate.json 146 B
scripts/build.ts 1.7 kB
test/gliobal.d.ts 41 B
test/tsconfig.json 156 B
tsconfig.json 205 B
tsconfig.lib.json 195 B
vercel.json 146 B
vitest.config.ts 414 B

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

@JounQin JounQin force-pushed the changeset-release/master branch from beac06d to a0f5e19 Compare April 18, 2025 18:28
@sonarqubecloud
Copy link
Copy Markdown

@JounQin JounQin enabled auto-merge (squash) April 18, 2025 18:29
@JounQin JounQin merged commit 5a9a3ed into master Apr 18, 2025
23 of 24 checks passed
@JounQin JounQin deleted the changeset-release/master branch April 18, 2025 18:29
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