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

chore(npm): Update deps #395

Merged
merged 2 commits into from
Mar 9, 2025
Merged

chore(npm): Update deps #395

merged 2 commits into from
Mar 9, 2025

Conversation

yamadashy
Copy link
Owner

Checklist

  • Run npm run test
  • Run npm run lint

Copy link

cloudflare-workers-and-pages bot commented Mar 8, 2025

Deploying repomix with  Cloudflare Pages  Cloudflare Pages

Latest commit: c20696f
Status: ✅  Deploy successful!
Preview URL: https://9630ed18.repomix.pages.dev
Branch Preview URL: https://feat-deps-update.repomix.pages.dev

View logs

@yamadashy yamadashy force-pushed the feat/deps-update branch 2 times, most recently from 78ce3da to d095099 Compare March 8, 2025 14:58
Copy link

codecov bot commented Mar 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.21%. Comparing base (990cef7) to head (c20696f).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #395   +/-   ##
=======================================
  Coverage   90.21%   90.21%           
=======================================
  Files          72       72           
  Lines        3484     3484           
  Branches      755      755           
=======================================
  Hits         3143     3143           
  Misses        341      341           

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

@yamadashy yamadashy force-pushed the feat/deps-update branch 2 times, most recently from 427081d to 422ceaf Compare March 8, 2025 16:20
@yamadashy yamadashy merged commit f71b940 into main Mar 9, 2025
53 checks passed
@yamadashy yamadashy deleted the feat/deps-update branch March 9, 2025 06:59
@yamadashy yamadashy requested a review from Copilot March 9, 2025 06:59

Choose a reason for hiding this comment

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

PR Overview

This PR updates dependency versions while also enhancing the documentation code examples to reflect a new code compression workflow using Tree-sitter. Key changes include:

  • Updating TypeScript code examples in guides for multiple languages by adding an explicit import and documentation comments.
  • Adjusting the interface definition in the examples to include a missing “quantity” field.
  • Revising the README to include details about the new code compression option.

Reviewed Changes

File Description
website/client/src/en/guide/code-compress.md Updated code example with import statement, added function documentation, and modified interface definition
website/client/src/es/guide/code-compress.md Spanish guide updated with consistent code example changes
website/client/src/de/guide/code-compress.md German guide updated to reflect new code compression changes
website/client/src/pt-br/guide/code-compress.md Brazilian Portuguese guide updated with revised code example and comments
website/client/src/ko/guide/code-compress.md Korean guide updated with new code example formatting and comments
website/client/src/zh-cn/guide/code-compress.md Chinese guide updated with revised code comments and interface adjustments
website/client/src/ja/guide/code-compress.md Japanese guide updated with new code documentation and interface changes
README.md Revised option description and example code to highlight the new code compression feature

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

Comments suppressed due to low confidence (2)

website/client/src/en/guide/code-compress.md:59

  • [nitpick] Consider renaming the interface 'Item' to 'ShoppingItem' to match the imported type and avoid potential confusion.
interface Item {

website/client/src/en/guide/code-compress.md:70

  • [nitpick] The elision marker '⋮----' might be unclear to readers; consider adding a brief explanatory comment for clarity.
⋮----
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