Skip to content

chore: Release packages#123

Merged
stefashkaa merged 7 commits into
mainfrom
chore/release-packages
Jul 13, 2026
Merged

chore: Release packages#123
stefashkaa merged 7 commits into
mainfrom
chore/release-packages

Conversation

@stefashkaa

@stefashkaa stefashkaa commented Jul 13, 2026

Copy link
Copy Markdown
Member

Description

  • What does this PR do?

    • Updates release/tooling metadata for the package set:
      • Refreshes dev dependencies and lockfile entries
      • Bumps Core, React, Vue, Svelte, and Nuxt packages from 1.4.0 to 1.4.1
      • Adds 1.4.1 changelog entries
      • Upgrades pnpm from 11.9.0 to 11.10.0 to avoid issues with duplicated logs and updates pinned pnpm/action-setup references in CI workflows
  • Why is this change needed?

    • Keeps the release metadata, package manager version, CI setup, and development tooling current before publishing the patch release

Type of Change

  • Bug fix (non-breaking)
  • New feature (non-breaking)
  • Breaking change
  • Documentation update
  • Tests
  • Other (describe below): Release/tooling maintenance

Testing

  • pnpm install
  • pnpm build
  • pnpm format
  • pnpm test:unit
  • pnpm test:e2e

Screenshots (if applicable)

  • N/A - no UI changes.

Checklist

  • Code follows project style guidelines
  • Self-review completed
  • Comments added for complex code
  • Documentation updated
  • No new warnings generated
  • Tests added/updated
  • All tests passing

Manual Coverage (Optional)

Run Coverage Workflow

Maintainers only (write/maintain/admin access): open the workflow, click Run workflow, and set pr_number to this PR number to post/update a coverage comment on this PR

Copilot AI review requested due to automatic review settings July 13, 2026 18:48
@vercel

vercel Bot commented Jul 13, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
phone-mask Ready Ready Preview, Comment Jul 13, 2026 9:38pm

Request Review

@coderabbitai

coderabbitai Bot commented Jul 13, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@stefashkaa, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 49 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 4cbeeb48-dc32-433f-9785-d24abbff35f4

📥 Commits

Reviewing files that changed from the base of the PR and between fefde0a and 88aa199.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (15)
  • .github/workflows/coverage.yml
  • .github/workflows/release.yml
  • .github/workflows/weekly-benchmarks.yml
  • .github/workflows/weekly-gen.yml
  • package.json
  • packages/phone-mask-nuxt/CHANGELOG.md
  • packages/phone-mask-nuxt/package.json
  • packages/phone-mask-react/CHANGELOG.md
  • packages/phone-mask-react/package.json
  • packages/phone-mask-svelte/CHANGELOG.md
  • packages/phone-mask-svelte/package.json
  • packages/phone-mask-vue/CHANGELOG.md
  • packages/phone-mask-vue/package.json
  • packages/phone-mask/CHANGELOG.md
  • packages/phone-mask/package.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/release-packages

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

Comment @coderabbitai help to get the list of available commands.

@socket-security

socket-security Bot commented Jul 13, 2026

Copy link
Copy Markdown

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

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Added@​types/​node@​26.1.11001008196100
Added@​sveltejs/​vite-plugin-svelte@​7.2.01001008196100
Addedprettier@​3.9.5961009498100

View full report

@stefashkaa stefashkaa changed the title Chore/release packages chore: Release packages Jul 13, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates release/tooling metadata across the monorepo in preparation for publishing patch 1.4.1, aligning package versions, changelogs, pnpm tooling, and CI setup.

Changes:

  • Bump @desource/phone-mask and framework packages (Vue/React/Svelte/Nuxt) from 1.4.0 to 1.4.1 and add corresponding 1.4.1 changelog entries.
  • Upgrade pnpm from 11.9.0 to 11.12.0, refresh root dev dependencies, and regenerate pnpm-lock.yaml.
  • Update GitHub Actions workflows to use the newer pinned pnpm/action-setup reference and pnpm version.

Reviewed changes

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

Show a summary per file
File Description
pnpm-lock.yaml Lockfile refresh reflecting updated dev tooling and pnpm version.
package.json Updates packageManager to pnpm 11.12.0 and bumps dev dependency ranges.
packages/phone-mask/package.json Bumps core package version to 1.4.1.
packages/phone-mask/CHANGELOG.md Adds 1.4.1 patch release notes for core.
packages/phone-mask-vue/package.json Bumps Vue package version to 1.4.1.
packages/phone-mask-vue/CHANGELOG.md Adds 1.4.1 patch release notes for Vue.
packages/phone-mask-react/package.json Bumps React package version to 1.4.1.
packages/phone-mask-react/CHANGELOG.md Adds 1.4.1 patch release notes for React.
packages/phone-mask-svelte/package.json Bumps Svelte package version to 1.4.1 and refreshes Svelte dev tooling deps.
packages/phone-mask-svelte/CHANGELOG.md Adds 1.4.1 patch release notes for Svelte.
packages/phone-mask-nuxt/package.json Bumps Nuxt package version to 1.4.1.
packages/phone-mask-nuxt/CHANGELOG.md Adds 1.4.1 patch release notes for Nuxt.
.github/workflows/weekly-gen.yml Updates pnpm action pin and pnpm version for CI job.
.github/workflows/weekly-benchmarks.yml Updates pnpm action pin and pnpm version for CI job.
.github/workflows/release.yml Updates pnpm action pin and pnpm version for release workflow.
.github/workflows/coverage.yml Updates pnpm action pin and pnpm version for coverage workflow.
Files not reviewed (1)
  • pnpm-lock.yaml: Generated file

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 457ba93e67

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread packages/phone-mask/package.json
@DeSource-Labs DeSource-Labs deleted a comment from github-actions Bot Jul 13, 2026
@sonarqubecloud

Copy link
Copy Markdown

@github-actions

Copy link
Copy Markdown
Contributor

Manual Coverage Report

Package Lines Branches Baseline line Delta vs baseline
phone-mask 587/587 (100.00%) 223/230 (96.96%) 100.00% 0.00%
phone-mask-vue 405/405 (100.00%) 234/248 (94.35%) 100.00% 0.00%
phone-mask-react 294/294 (100.00%) 182/186 (97.85%) 100.00% 0.00%
phone-mask-svelte 515/515 (100.00%) 196/209 (93.78%) 100.00% 0.00%
phone-mask-nuxt 23/23 (100.00%) 14/14 (100.00%) 100.00% 0.00%

✅ Unit coverage workflow completed successfully.

@DeSource-Labs DeSource-Labs deleted a comment from github-actions Bot Jul 13, 2026
@stefashkaa
stefashkaa merged commit 0f48203 into main Jul 13, 2026
7 checks passed
@stefashkaa
stefashkaa deleted the chore/release-packages branch July 13, 2026 21:47
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.

2 participants