Skip to content

chore: release package(s)#405

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

chore: release package(s)#405
JounQin merged 1 commit intomasterfrom
changeset-release/master

Conversation

@JounQin
Copy link
Member

@JounQin JounQin commented Jun 1, 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.4

Patch Changes

@pkgr/core@0.2.5

Patch Changes

@pkgr/rollup@6.0.4

Patch Changes


Important

Update dependencies and fix CommonJS environment detection in @pkgr/browser, @pkgr/core, and @pkgr/rollup.

  • Packages Updated:
    • @pkgr/browser to version 0.1.4
    • @pkgr/core to version 0.2.5
    • @pkgr/rollup to version 6.0.4
  • Changes:
    • Update all dependencies in @pkgr/browser, @pkgr/core, and @pkgr/rollup.
    • Fix CommonJS environment detection in all three packages.
  • Files Modified:
    • CHANGELOG.md and package.json for each package to reflect version updates and changes.

This description was created by Ellipsis for 99b7afb. You can customize this summary. It will automatically update as commits are pushed.

Summary by CodeRabbit

  • Bug Fixes
    • Improved CommonJS environment detection across multiple packages.
  • Chores
    • Updated all dependencies for better stability and compatibility.
    • Incremented patch versions for affected packages.
    • Added changelog entries to document these updates.

@coderabbitai
Copy link

coderabbitai bot commented Jun 1, 2025

Walkthrough

This change updates the version numbers and changelogs for the @pkgr/browser, @pkgr/core, and @pkgr/rollup packages to document a patch release. The update reflects dependency upgrades and a fix for CommonJS environment detection. A changeset metadata file was also removed.

Changes

Files/Paths Change Summary
.changeset/fluffy-candles-bow.md Deleted changeset metadata file for patch updates and env fix
packages/browser/CHANGELOG.md Added changelog entry for v0.1.4: deps update, CommonJS env fix
packages/core/CHANGELOG.md Added changelog entry for v0.2.5: deps update, CommonJS env fix
packages/rollup/CHANGELOG.md Added changelog entry for v6.0.4: deps update, CommonJS env fix
packages/browser/package.json Bumped version: 0.1.3 → 0.1.4
packages/core/package.json Bumped version: 0.2.4 → 0.2.5
packages/rollup/package.json Bumped version: 6.0.3 → 6.0.4

Sequence Diagram(s)

sequenceDiagram
    participant Developer
    participant Repo
    participant Packages

    Developer->>Repo: Merge PR (bump versions, update changelogs)
    Repo->>Packages: Release new patch versions
    Packages->>Packages: Updated dependencies, CommonJS env detection fix
Loading

Possibly related PRs

  • chore: release package(s) #385: Updates versions and changelogs for overlapping packages, focusing on fixing incorrect typings for the CommonJS entry and adding a module-sync entry; both PRs involve version bumps and changelog updates.

Poem

A patch hops in with gentle cheer,
Dependencies fresh, the changelogs clear.
CommonJS now knows its place,
Each package dons a newer face.
The changeset’s gone, the versions climb—
Release day’s here: it’s bunny time! 🐇✨


📜 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 3d28918 and 99b7afb.

📒 Files selected for processing (7)
  • .changeset/fluffy-candles-bow.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/rollup/CHANGELOG.md (1 hunks)
  • packages/rollup/package.json (1 hunks)
💤 Files with no reviewable changes (1)
  • .changeset/fluffy-candles-bow.md
⏰ Context from checks skipped due to timeout of 90000ms (5)
  • GitHub Check: Codacy Static Code Analysis
  • GitHub Check: Lint and Test with Node.js 22 on windows-latest
  • GitHub Check: Lint and Test with Node.js 18 on windows-latest
  • GitHub Check: Lint and Test with Node.js 20 on windows-latest
  • GitHub Check: Lint and Test with Node.js 18 on macos-latest
🔇 Additional comments (7)
packages/browser/package.json (1)

3-3: Version bump to 0.1.4
The version field has been correctly updated to match the coordinated patch release.

packages/browser/CHANGELOG.md (1)

3-8: Add changelog entry for v0.1.4
The new “## 0.1.4” section clearly documents the patch changes, links to PR #404 and commit 3d28918, and follows the existing format.

packages/rollup/package.json (1)

3-3: Patch version bump approved

The version update from 6.0.3 to 6.0.4 aligns correctly with the documented patch release.

packages/rollup/CHANGELOG.md (2)

3-4: Add new changelog header for 6.0.4

The header entry for version 6.0.4 is correctly inserted in the changelog.


7-7: Documented patch changes entry

The changelog entry properly references PR #404 and commit 3d28918 with a clear description of the dependency updates and CJS environment detection fix.

packages/core/package.json (1)

3-3: Version bump is correct. The package version has been updated to 0.2.5 as intended for this patch release.

packages/core/CHANGELOG.md (1)

3-8: Changelog entry is well formatted. The ## 0.2.5 section and its patch changes bullet accurately document the dependency updates and CommonJS environment detection fix, referencing PR #404 and commit 3d28918.


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.
    • Explain this complex logic.
    • 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 explain this code block.
    • @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 explain its main purpose.
    • @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.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

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
Copy link

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

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License

View full report

@codesandbox-ci
Copy link

codesandbox-ci bot commented Jun 1, 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.

@github-actions
Copy link
Contributor

github-actions bot commented Jun 1, 2025

📊 Package size report   No changes

File Before After
Total (Includes all files) 3.1 MB 3.1 MB
Tarball size 1.1 MB 1.1 MB
Unchanged files
File Size
.changeset/config.json 309 B
.changeset/fluffy-candles-bow.md 132 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.7 kB
.github/workflows/pkg-pr-new.yml 641 B
.github/workflows/pkg-size.yml 723 B
.github/workflows/release.yml 1.5 kB
.github/workflows/vercel.yml 1.0 kB
.markuplintrc 43 B
.nano-staged.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.9.1.cjs 3.0 MB
.yarnrc.yml 397 B
CHANGELOG.md 486 B
docs/App.tsx 1.2 kB
docs/global.css 321 B
docs/index.tsx 299 B
eslint.config.js 302 B
index.html 402 B
LICENSE 1.1 kB
package.json 2.9 kB
packages/browser/CHANGELOG.md 1.1 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.1 kB
packages/browser/tsconfig.json 139 B
packages/core/CHANGELOG.md 2.2 kB
packages/core/index.d.cts 54 B
packages/core/package.json 957 B
packages/core/src/constants.ts 538 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/CHANGELOG.md 5.2 kB
packages/es-modules/index.d.cts 64 B
packages/es-modules/index.ts 1.4 kB
packages/es-modules/package.json 1.0 kB
packages/es-modules/README.md 3.7 kB
packages/es-modules/test/test.spec.ts 936 B
packages/es-modules/tsconfig.json 139 B
packages/imagemin/CHANGELOG.md 9.0 kB
packages/imagemin/index.d.cts 57 B
packages/imagemin/package.json 1.3 kB
packages/imagemin/src/cli.ts 508 B
packages/imagemin/src/index.ts 1.2 kB
packages/imagemin/tsconfig.json 154 B
packages/rollup/CHANGELOG.md 21.7 kB
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/CHANGELOG.md 6.2 kB
packages/umd-globals/index.d.cts 66 B
packages/umd-globals/index.ts 1.8 kB
packages/umd-globals/package.json 919 B
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/CHANGELOG.md 12.2 kB
packages/utils/index.d.cts 51 B
packages/utils/package.json 961 B
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 395 B
vercel.json 190 B
vite.config.ts 544 B
vitest.config.ts 342 B

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

@pkg-pr-new
Copy link

pkg-pr-new bot commented Jun 1, 2025

Open in StackBlitz

@pkgr/browser

npm i https://pkg.pr.new/@pkgr/browser@405

@pkgr/core

npm i https://pkg.pr.new/@pkgr/core@405

@pkgr/es-modules

npm i https://pkg.pr.new/@pkgr/es-modules@405

@pkgr/imagemin

npm i https://pkg.pr.new/@pkgr/imagemin@405

@pkgr/rollup

npm i https://pkg.pr.new/@pkgr/rollup@405

@pkgr/umd-globals

npm i https://pkg.pr.new/@pkgr/umd-globals@405

@pkgr/utils

npm i https://pkg.pr.new/@pkgr/utils@405

commit: 99b7afb

@github-actions
Copy link
Contributor

github-actions bot commented Jun 1, 2025

Deploy preview for pkgr ready!

✅ Preview
https://pkgr-8czuh8op1-1stg.vercel.app

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

Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

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

Important

Looks good to me! 👍

Reviewed everything up to 99b7afb in 1 minute and 6 seconds. Click for details.
  • Reviewed 97 lines of code in 7 files
  • Skipped 0 files when reviewing.
  • Skipped posting 8 draft comments. View those below.
  • Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. .changeset/fluffy-candles-bow.md:1
  • Draft comment:
    Deleted changeset file appears as expected as part of the release process. Ensure this fits your workflow.
  • Reason this comment was not posted:
    Comment was not on a location in the diff, so it can't be submitted as a review comment.
2. packages/browser/CHANGELOG.md:3
  • Draft comment:
    CHANGELOG entry for version 0.1.4 with patch details is properly added.
  • Reason this comment was not posted:
    Comment did not seem useful. Confidence is useful = 0% <= threshold 50% This comment is purely informative, as it only states that the CHANGELOG entry is properly added. It does not provide any actionable feedback or suggestions for improvement.
3. packages/browser/package.json:3
  • Draft comment:
    Version bump from 0.1.3 to 0.1.4 is correctly updated.
  • Reason this comment was not posted:
    Comment did not seem useful. Confidence is useful = 0% <= threshold 50% This comment is purely informative and does not provide any actionable feedback or suggestions. It simply states that a version bump is correctly updated, which is not necessary for the PR author to know.
4. packages/core/CHANGELOG.md:3
  • Draft comment:
    Changelog for @pkgr/core now includes version 0.2.5 with clear patch notes.
  • Reason this comment was not posted:
    Comment did not seem useful. Confidence is useful = 0% <= threshold 50% This comment is purely informative, as it only states that the changelog includes version 0.2.5 with clear patch notes. It does not provide any actionable feedback or suggestions for improvement.
5. packages/core/package.json:3
  • Draft comment:
    Version bump from 0.2.4 to 0.2.5 is updated correctly.
  • Reason this comment was not posted:
    Comment did not seem useful. Confidence is useful = 0% <= threshold 50% This comment is purely informative and does not provide any actionable feedback or suggestions. It simply states that a version bump is correct, which is not necessary for the PR author to know.
6. packages/rollup/CHANGELOG.md:3
  • Draft comment:
    Rollup CHANGELOG now includes version 6.0.4 with the appropriate patch changes.
  • Reason this comment was not posted:
    Comment did not seem useful. Confidence is useful = 0% <= threshold 50% This comment is purely informative, as it only states that the CHANGELOG now includes a specific version with patch changes. It doesn't provide any actionable feedback or suggestions for improvement.
7. packages/rollup/package.json:3
  • Draft comment:
    Rollup package version updated to 6.0.4 is correct. Note: the Node engine requirement is set to '>=16.0.0', differing from other packages—verify if this restriction is intended.
  • Reason this comment was not posted:
    Comment was not on a location in the diff, so it can't be submitted as a review comment.
8. packages/core/package.json:5
  • Draft comment:
    Typographical note: The description message 'Shared core module for @pkgr packages or any package else' might benefit from rephrasing for clarity. Consider revising to something like 'Shared core module for @pkgr packages or any other package'.
  • Reason this comment was not posted:
    Comment was on unchanged code.

Workflow ID: wflow_ipK5cdI1wloyq6y4

You can customize Ellipsis by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.

@codecov
Copy link

codecov bot commented Jun 1, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 9.85%. Comparing base (3d28918) to head (99b7afb).
Report is 1 commits behind head on master.

Additional details and impacted files
@@          Coverage Diff           @@
##           master    #405   +/-   ##
======================================
  Coverage    9.85%   9.85%           
======================================
  Files          12      12           
  Lines         426     426           
  Branches      186     189    +3     
======================================
  Hits           42      42           
  Misses        384     384           

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

@JounQin JounQin merged commit 65c4cc5 into master Jun 1, 2025
26 checks passed
@JounQin JounQin deleted the changeset-release/master branch June 1, 2025 01:56
@coderabbitai coderabbitai bot mentioned this pull request Jul 19, 2025
@coderabbitai coderabbitai bot mentioned this pull request Aug 19, 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