Skip to content

Move internal packages to @msinternal/*#5531

Merged
compulim merged 4 commits intomainfrom
feat-use-msinternal
Aug 3, 2025
Merged

Move internal packages to @msinternal/*#5531
compulim merged 4 commits intomainfrom
feat-use-msinternal

Conversation

@compulim
Copy link
Copy Markdown
Contributor

@compulim compulim commented Aug 3, 2025

Changelog Entry

Description

Move internal/non-publishing packages to @msinternal/*.

Design

Specific Changes

  • Renamed all internal/non-publishing packages to @msinternal/*
  • I have added tests and executed them locally
  • I have updated CHANGELOG.md
  • I have updated documentation

Review Checklist

This section is for contributors to review your work.

  • Accessibility reviewed (tab order, content readability, alt text, color contrast)
  • Browser and platform compatibilities reviewed
  • CSS styles reviewed (minimal rules, no z-index)
  • Documents reviewed (docs, samples, live demo)
  • Internationalization reviewed (strings, unit formatting)
  • package.json and package-lock.json reviewed
  • Security reviewed (no data URIs, check for nonce leak)
  • Tests reviewed (coverage, legitimacy)

@compulim compulim marked this pull request as ready for review August 3, 2025 00:05
OEvgeny
OEvgeny previously approved these changes Aug 3, 2025
@OEvgeny
Copy link
Copy Markdown
Collaborator

OEvgeny commented Aug 3, 2025

Add .npmrc

@OEvgeny OEvgeny requested a review from Copilot August 3, 2025 00:10
Copy link
Copy Markdown
Contributor

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

This PR moves internal/non-publishing packages to the @msinternal/* namespace by renaming package names and updating imports throughout the codebase. This provides better organization and clarity by distinguishing internal development packages from publicly published packages.

  • Renamed all internal package names from their original names to @msinternal/* scoped packages
  • Updated all import statements and dependencies to reference the new scoped package names
  • Added .npmrc with ignore-scripts=true configuration to prevent script execution during installs

Reviewed Changes

Copilot reviewed 129 out of 132 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
packages/*/package.json Updated package names to @msinternal/* and dependency references
packages/*/src/**/*.{ts,tsx,js,mjs} Updated import statements to use new scoped package names
packages/*/tsconfig.json Updated TypeScript configuration references
.github/workflows/*.yml Added --ignore-scripts flag to npm install commands
.npmrc Added ignore-scripts configuration

@compulim compulim merged commit 6044b59 into main Aug 3, 2025
28 checks passed
@compulim compulim deleted the feat-use-msinternal branch August 3, 2025 00:24
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.

3 participants