Skip to content

Conversation

JounQin
Copy link
Member

@JounQin JounQin commented Apr 6, 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

@pkgr/browser@0.1.2

Patch Changes

@pkgr/core@0.2.1

Patch Changes

@pkgr/es-modules@0.6.5

Patch Changes

@pkgr/imagemin@4.1.2

Patch Changes

@pkgr/rollup@6.0.2

Patch Changes

  • #384 2559cb1 Thanks @JounQin! - fix: incorrect typing for cjs entry, add module-sync entry

  • Updated dependencies [2559cb1]:

    • @pkgr/umd-globals@0.8.4
    • @pkgr/es-modules@0.6.5
    • @pkgr/utils@3.1.1

@pkgr/umd-globals@0.8.4

Patch Changes

@pkgr/utils@3.1.1

Patch Changes

  • #384 2559cb1 Thanks @JounQin! - fix: incorrect typing for cjs entry, add module-sync entry

  • Updated dependencies [2559cb1]:

    • @pkgr/core@0.2.1

Summary by CodeRabbit

  • Bug Fixes
    • Addressed minor issues to improve overall compatibility and stability across the platform.
  • Chores
    • Updated patch versions for multiple packages.
    • Refreshed dependency configurations and release documentation to ensure up-to-date functionality.

Copy link

coderabbitai bot commented Apr 6, 2025

Walkthrough

This pull request removes a changeset file that listed patch details and updates the changelogs and package metadata for several packages. Each package’s changelog now documents a patch version that fixes an incorrect typing in the cjs entry and adds a new module-sync entry. Additionally, package version numbers have been incremented, and dependency versions were updated in a few cases.

Changes

File(s) Change Summary
.changeset/five-worms-dress.md Deleted file that contained patch details for various packages, including a fix for incorrect cjs typing and the addition of a module-sync entry.
`packages/[browser core
`packages/[browser core

Possibly related PRs

Poem

I’m a rabbit hopping in the code maze,
Fixing bugs and patching through the haze.
With a skip and a hop, I mend each line,
Correcting types to make the entries shine.
Cheers to smooth releases and a fluffy good day! 🐇✨


📜 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 0cbec15 and c3925fa.

⛔ Files ignored due to path filters (1)
  • yarn.lock is excluded by !**/yarn.lock, !**/*.lock
📒 Files selected for processing (15)
  • .changeset/five-worms-dress.md (0 hunks)
  • packages/browser/CHANGELOG.md (1 hunks)
  • packages/browser/package.json (1 hunks)
  • packages/core/CHANGELOG.md (1 hunks)
  • packages/core/package.json (1 hunks)
  • packages/es-modules/CHANGELOG.md (1 hunks)
  • packages/es-modules/package.json (1 hunks)
  • packages/imagemin/CHANGELOG.md (1 hunks)
  • packages/imagemin/package.json (1 hunks)
  • packages/rollup/CHANGELOG.md (1 hunks)
  • packages/rollup/package.json (2 hunks)
  • packages/umd-globals/CHANGELOG.md (1 hunks)
  • packages/umd-globals/package.json (1 hunks)
  • packages/utils/CHANGELOG.md (1 hunks)
  • packages/utils/package.json (2 hunks)
💤 Files with no reviewable changes (1)
  • .changeset/five-worms-dress.md
🚧 Files skipped from review as they are similar to previous changes (14)
  • packages/browser/package.json
  • packages/es-modules/package.json
  • packages/core/CHANGELOG.md
  • packages/browser/CHANGELOG.md
  • packages/imagemin/package.json
  • packages/es-modules/CHANGELOG.md
  • packages/umd-globals/package.json
  • packages/core/package.json
  • packages/utils/CHANGELOG.md
  • packages/utils/package.json
  • packages/rollup/CHANGELOG.md
  • packages/umd-globals/CHANGELOG.md
  • packages/imagemin/CHANGELOG.md
  • packages/rollup/package.json
⏰ Context from checks skipped due to timeout of 90000ms (1)
  • 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

socket-security bot commented Apr 6, 2025

Copy link

codesandbox-ci bot commented Apr 6, 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
Contributor

github-actions bot commented Apr 6, 2025

📊 Package size report   0.07%↑

File Before After
.changeset/five-worms-dress.md 235 B
packages/browser/CHANGELOG.md 596 B 47%↑878 B
packages/core/CHANGELOG.md 1.1 kB 25%↑1.4 kB
packages/es-modules/CHANGELOG.md 4.7 kB 6%↑5.0 kB
packages/imagemin/CHANGELOG.md 8.4 kB 3%↑8.7 kB
packages/rollup/CHANGELOG.md 20.7 kB 2%↑21.2 kB
packages/umd-globals/CHANGELOG.md 5.7 kB 5%↑5.9 kB
packages/utils/CHANGELOG.md 11.4 kB 4%↑11.8 kB
Total (Includes all files) 2.9 MB 0.07%↑2.9 MB
Tarball size 1.0 MB 0%↑1.0 MB
Unchanged files
File Size
.changeset/config.json 309 B
.changeset/README.md 510 B
.codesandbox/ci.json 76 B
.editorconfig 145 B
.gitattributes 35 B
.github/workflows/autofix.yml 917 B
.github/workflows/ci.yml 1.4 kB
.github/workflows/pkg-pr-new.yml 641 B
.github/workflows/pkg-size.yml 688 B
.github/workflows/release.yml 1.5 kB
.github/workflows/vercel.yml 908 B
.lintstagedrc.js 48 B
.nvmrc 6 B
.prettierignore 6 B
.remarkrc 42 B
.renovaterc 49 B
.simple-git-hooks.js 49 B
.stylelintignore 99 B
.stylelintrc 42 B
.yarn/plugins/plugin-prepare-lifecycle.cjs 202 B
.yarn/releases/yarn-4.8.1.cjs 2.8 MB
.yarnrc.yml 397 B
CHANGELOG.md 486 B
docs/App.tsx 1.2 kB
docs/global.css 156 B
docs/index.tsx 211 B
eslint.config.js 258 B
index.html 414 B
LICENSE 1.1 kB
package.json 2.8 kB
packages/browser/index.d.cts 60 B
packages/browser/index.ts 4.7 kB
packages/browser/openChrome.applescript 2.5 kB
packages/browser/package.json 1.2 kB
packages/browser/tsconfig.json 139 B
packages/core/package.json 784 B
packages/core/src/constants.ts 448 B
packages/core/src/helpers.ts 1.9 kB
packages/core/src/index.ts 60 B
packages/core/tsconfig.json 154 B
packages/es-modules/index.d.cts 64 B
packages/es-modules/index.ts 1.4 kB
packages/es-modules/package.json 1.1 kB
packages/es-modules/README.md 3.6 kB
packages/es-modules/test/test.spec.ts 936 B
packages/es-modules/tsconfig.json 139 B
packages/imagemin/index.d.cts 57 B
packages/imagemin/package.json 1.4 kB
packages/imagemin/src/cli.ts 508 B
packages/imagemin/src/index.ts 1.2 kB
packages/imagemin/tsconfig.json 154 B
packages/rollup/package.json 1.6 kB
packages/rollup/shim.d.ts 647 B
packages/rollup/src/cli.ts 4.0 kB
packages/rollup/src/config.ts 11.9 kB
packages/rollup/tsconfig.json 132 B
packages/umd-globals/index.d.cts 66 B
packages/umd-globals/index.ts 1.8 kB
packages/umd-globals/package.json 1.0 kB
packages/umd-globals/README.md 3.4 kB
packages/umd-globals/test/test.spec.ts 1.9 kB
packages/umd-globals/tsconfig.json 139 B
packages/utils/index.d.cts 51 B
packages/utils/package.json 1.1 kB
packages/utils/src/constants.ts 497 B
packages/utils/src/helpers.ts 2.8 kB
packages/utils/src/index.ts 117 B
packages/utils/src/monorepo.ts 691 B
packages/utils/tsconfig.json 154 B
README.md 4.1 kB
test/global.d.ts 41 B
test/tsconfig.json 96 B
tsconfig.base.json 41 B
tsconfig.json 381 B
vercel.json 190 B
vite.config.ts 299 B
vitest.config.ts 342 B

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

Copy link

codecov bot commented Apr 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 9.97%. Comparing base (2559cb1) to head (836cfae).

Additional details and impacted files
@@          Coverage Diff           @@
##           master    #385   +/-   ##
======================================
  Coverage    9.97%   9.97%           
======================================
  Files          12      12           
  Lines         421     421           
  Branches      187     187           
======================================
  Hits           42      42           
  Misses        379     379           

☔ 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 github-actions bot force-pushed the changeset-release/master branch from 836cfae to 0cbec15 Compare April 6, 2025 12:20
@github-actions github-actions bot force-pushed the changeset-release/master branch from 0cbec15 to c3925fa Compare April 6, 2025 12:29
@JounQin JounQin merged commit a4acfbc into master Apr 6, 2025
4 of 5 checks passed
@JounQin JounQin deleted the changeset-release/master branch April 6, 2025 12:31
@coderabbitai coderabbitai bot mentioned this pull request Jun 1, 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