Skip to content

Conversation

Dargon789
Copy link
Owner

@Dargon789 Dargon789 commented Sep 2, 2025

Summary by Sourcery

Add a basic CircleCI configuration and publish patch releases for the CLI and core runtimes with corresponding changelog updates

New Features:

  • Add .circleci/config.yml defining a simple hello-world CircleCI pipeline

Bug Fixes:

  • Restore previous behavior by skipping empty rewrite headers for no-op or external Next.js rewrites

Enhancements:

  • Bump versions and update dependencies for packages: vercel CLI to 47.0.1, @vercel/hono to 0.0.20, @vercel/express to 0.0.12, @vercel/next to 4.12.4, and @vercel/node to 5.3.19

Chores:

  • Remove obsolete changeset files

Copy link

sourcery-ai bot commented Sep 2, 2025

Reviewer's Guide

This PR introduces a basic CircleCI pipeline and delivers a coordinated patch release (v47.0.1) across our CLI and runtime packages by bumping versions, updating dependencies, refreshing changelogs, and removing stale changesets.

File-Level Changes

Change Details Files
Add initial CircleCI configuration
  • Set pipeline version to 2.1
  • Define a Docker‐based ‘say-hello’ job
  • Add checkout and echo steps
  • Create a ‘say-hello-workflow’
.circleci/config.yml
Publish CLI v47.0.1 patch
  • Bump CLI package version
  • Update @vercel/* dependencies to latest
  • Add 47.0.1 entry in changelog
packages/cli/package.json
packages/cli/CHANGELOG.md
Publish @vercel/hono v0.0.20 patch
  • Bump Hono package version
  • Always compile .mts to ESM
  • Update @vercel/node dependency
  • Add 0.0.20 entry in changelog
packages/hono/package.json
packages/hono/CHANGELOG.md
Publish @vercel/express v0.0.12 patch
  • Bump Express package version
  • Update @vercel/node dependency
  • Add 0.0.12 entry in changelog
packages/express/package.json
packages/express/CHANGELOG.md
Publish @vercel/next v4.12.4 patch
  • Bump Next package version
  • Skip empty rewrite headers for no-op/external rewrites
  • Add 4.12.4 entry in changelog
packages/next/package.json
packages/next/CHANGELOG.md
Publish @vercel/node v5.3.19 patch
  • Bump Node package version
  • Always compile .mts to ESM
  • Add 5.3.19 entry in changelog
packages/node/package.json
packages/node/CHANGELOG.md
Remove obsolete changesets
  • Delete avoid-empty-rewrite-headers.md
  • Delete young-games-cheat.md
.changeset/avoid-empty-rewrite-headers.md
.changeset/young-games-cheat.md

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Summary of Changes

Hello @Dargon789, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request primarily focuses on integrating CircleCI into the project to automate build and test processes. Concurrently, it includes routine patch version updates across several core @vercel packages, incorporating recent bug fixes and minor enhancements that were previously documented in temporary changeset files.

Highlights

  • Initial CircleCI Setup: A new .circleci/config.yml file has been added to establish continuous integration for the project, including a basic "say-hello" job.
  • Package Version Bumps: Multiple @vercel packages, including @vercel/cli, @vercel/express, @vercel/hono, @vercel/next, and @vercel/node, have received patch version updates.
  • Specific Fixes and Features Included in Patch Releases: @vercel/next now correctly handles rewrite headers, preventing schema validation failures for empty headers. Additionally, @vercel/hono and @vercel/node now consistently compile .mts files to ESM.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point in your pull request via creating an issue comment (i.e. comment on the pull request page) using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in issue comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

Hey there - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request introduces a basic CircleCI configuration and updates package versions across the repository. The changes are generally good, but I've provided a suggestion to improve the CI configuration's reproducibility by pinning the Docker image to a specific version. This will help prevent unexpected build failures in the future.

Dargon789 and others added 2 commits September 3, 2025 07:04
This PR was opened by the [Changesets
release](https://github.com/changesets/action) 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 main, this PR will
be updated.


# Releases
## vercel@47.0.1

### Patch Changes

- Updated dependencies
\[[`17f3c91aa96ce272d265d809f3b765a12a1f38b3`](vercel@17f3c91),
[`fea94eea32f9df7c72d9ea95434d84c44f4ef082`](vercel@fea94ee)]:
    -   @vercel/next@4.12.4
    -   @vercel/hono@0.0.20
    -   @vercel/node@5.3.19
    -   @vercel/express@0.0.12

## @vercel/express@0.0.12

### Patch Changes

- Updated dependencies
\[[`fea94eea32f9df7c72d9ea95434d84c44f4ef082`](vercel@fea94ee)]:
    -   @vercel/node@5.3.19

## @vercel/hono@0.0.20

### Patch Changes

- Always compile `.mts` to ESM
([vercel#13693](vercel#13693))

- Updated dependencies
\[[`fea94eea32f9df7c72d9ea95434d84c44f4ef082`](vercel@fea94ee)]:
    -   @vercel/node@5.3.19

## @vercel/next@4.12.4

### Patch Changes

- Skip adding rewrite headers when the destination has no rewritten
pathname or query (and when external origin is not allowed). This
prevents generating an empty `rewrite.headers` object that fails schema
validation and restores previous behavior for external or no-op
rewrites. ([vercel#13844](vercel#13844))

## @vercel/node@5.3.19

### Patch Changes

- Always compile `.mts` to ESM
([vercel#13693](vercel#13693))

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@Dargon789 Dargon789 force-pushed the circleci-project-setup branch from 0fc1ca9 to 34504e5 Compare September 3, 2025 00:04
Copy link

vercel bot commented Sep 3, 2025

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

Project Deployment Preview Comments Updated (UTC)
vercel Error Error Sep 3, 2025 0:08am

@Dargon789 Dargon789 merged commit 12d8b4a into main Sep 3, 2025
17 of 18 checks passed
@Dargon789 Dargon789 deleted the circleci-project-setup branch September 3, 2025 00:09
@Dargon789 Dargon789 restored the circleci-project-setup branch September 3, 2025 00:09
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