Skip to content

Conversation

yifancong
Copy link
Contributor

Summary

Release 1.2.4-beta.2

Related Links

@Copilot Copilot AI review requested due to automatic review settings September 23, 2025 06:58
Copy link

netlify bot commented Sep 23, 2025

Deploy Preview for rsdoctor ready!

Name Link
🔨 Latest commit eb20bdc
🔍 Latest deploy log https://app.netlify.com/projects/rsdoctor/deploys/68d27f5eafce1600089f0d7d
😎 Deploy Preview https://deploy-preview-1322--rsdoctor.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Release version bump from 1.2.3 to 1.2.4-beta.2 across all packages in the rsdoctor monorepo.

  • Version updates across all package.json files
  • Build process updates in core package to include prebundling
  • New prebundle configuration and dependency management

Reviewed Changes

Copilot reviewed 13 out of 14 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
packages/webpack-plugin/package.json Version bump to 1.2.4-beta.2
packages/utils/package.json Version bump to 1.2.4-beta.2
packages/types/package.json Version bump to 1.2.4-beta.2
packages/sdk/package.json Version bump to 1.2.4-beta.2
packages/rspack-plugin/package.json Version bump to 1.2.4-beta.2
packages/graph/package.json Version bump to 1.2.4-beta.2
packages/document/package.json Version bump to 1.2.4-beta.2
packages/core/rslib.config.ts Added prebundle configuration and external dependency handling
packages/core/prebundle.config.mjs New prebundle configuration file for dependency management
packages/core/package.json Version bump, build script update, and dependency changes
packages/components/package.json Version bump to 1.2.4-beta.2
packages/client/package.json Version bump to 1.2.4-beta.2
packages/cli/package.json Version bump to 1.2.4-beta.2
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

import { join } from 'path';

const prebundleConfigPath = join(__dirname, './prebundle.config.mjs');
const prebundleConfigModule = await import(prebundleConfigPath);
Copy link
Preview

Copilot AI Sep 23, 2025

Choose a reason for hiding this comment

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

Top-level await is being used outside of an async function or ES module context. This will cause a syntax error unless the file is configured as an ES module.

Copilot uses AI. Check for mistakes.

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