Skip to content

chore(prettier): ignore assemble-release-plan package#4516

Merged
ScriptedAlchemy merged 1 commit intomainfrom
codex/prettier-ignore-assemble-release-plan
Mar 10, 2026
Merged

chore(prettier): ignore assemble-release-plan package#4516
ScriptedAlchemy merged 1 commit intomainfrom
codex/prettier-ignore-assemble-release-plan

Conversation

@ScriptedAlchemy
Copy link
Copy Markdown
Member

@ScriptedAlchemy ScriptedAlchemy commented Mar 10, 2026

Summary

  • add packages/assemble-release-plan/** to .prettierignore
  • stop recurring Prettier churn on generated assemble-release-plan source files during package builds

Why

pnpm install + pnpm build can rewrite packages/assemble-release-plan/src/index.ts as a generated artifact. This creates noisy format deltas unrelated to feature work and can fail formatting gates on otherwise unrelated branches.

This PR intentionally applies a temporary package-level Prettier ignore to unblock CI while we decide on a longer-term fix (for example, preventing tracked source rewrites during build).

Validation

  • pnpm install
  • pnpm build
  • pnpm exec prettier --check packages/assemble-release-plan/src/index.ts

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Mar 10, 2026

⚠️ No Changeset found

Latest commit: 6f489bf

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@netlify
Copy link
Copy Markdown

netlify bot commented Mar 10, 2026

Deploy Preview for module-federation-docs ready!

Name Link
🔨 Latest commit 6f489bf
🔍 Latest deploy log https://app.netlify.com/projects/module-federation-docs/deploys/69b0a151a15715000855ce99
😎 Deploy Preview https://deploy-preview-4516--module-federation-docs.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.

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Mar 10, 2026

Open in StackBlitz

@module-federation/devtools

pnpm add https://pkg.pr.new/@module-federation/devtools@4516

@module-federation/cli

pnpm add https://pkg.pr.new/@module-federation/cli@4516

create-module-federation

pnpm add https://pkg.pr.new/create-module-federation@4516

@module-federation/data-prefetch

pnpm add https://pkg.pr.new/@module-federation/data-prefetch@4516

@module-federation/dts-plugin

pnpm add https://pkg.pr.new/@module-federation/dts-plugin@4516

@module-federation/enhanced

pnpm add https://pkg.pr.new/@module-federation/enhanced@4516

@module-federation/error-codes

pnpm add https://pkg.pr.new/@module-federation/error-codes@4516

@module-federation/esbuild

pnpm add https://pkg.pr.new/@module-federation/esbuild@4516

@module-federation/managers

pnpm add https://pkg.pr.new/@module-federation/managers@4516

@module-federation/manifest

pnpm add https://pkg.pr.new/@module-federation/manifest@4516

@module-federation/metro

pnpm add https://pkg.pr.new/@module-federation/metro@4516

@module-federation/metro-plugin-rnc-cli

pnpm add https://pkg.pr.new/@module-federation/metro-plugin-rnc-cli@4516

@module-federation/metro-plugin-rnef

pnpm add https://pkg.pr.new/@module-federation/metro-plugin-rnef@4516

@module-federation/modern-js

pnpm add https://pkg.pr.new/@module-federation/modern-js@4516

@module-federation/modern-js-v3

pnpm add https://pkg.pr.new/@module-federation/modern-js-v3@4516

@module-federation/native-federation-tests

pnpm add https://pkg.pr.new/@module-federation/native-federation-tests@4516

@module-federation/native-federation-typescript

pnpm add https://pkg.pr.new/@module-federation/native-federation-typescript@4516

@module-federation/nextjs-mf

pnpm add https://pkg.pr.new/@module-federation/nextjs-mf@4516

@module-federation/node

pnpm add https://pkg.pr.new/@module-federation/node@4516

@module-federation/retry-plugin

pnpm add https://pkg.pr.new/@module-federation/retry-plugin@4516

@module-federation/rsbuild-plugin

pnpm add https://pkg.pr.new/@module-federation/rsbuild-plugin@4516

@module-federation/rspack

pnpm add https://pkg.pr.new/@module-federation/rspack@4516

@module-federation/rspress-plugin

pnpm add https://pkg.pr.new/@module-federation/rspress-plugin@4516

@module-federation/runtime

pnpm add https://pkg.pr.new/@module-federation/runtime@4516

@module-federation/runtime-core

pnpm add https://pkg.pr.new/@module-federation/runtime-core@4516

@module-federation/runtime-tools

pnpm add https://pkg.pr.new/@module-federation/runtime-tools@4516

@module-federation/sdk

pnpm add https://pkg.pr.new/@module-federation/sdk@4516

@module-federation/storybook-addon

pnpm add https://pkg.pr.new/@module-federation/storybook-addon@4516

@module-federation/third-party-dts-extractor

pnpm add https://pkg.pr.new/@module-federation/third-party-dts-extractor@4516

@module-federation/treeshake-frontend

pnpm add https://pkg.pr.new/@module-federation/treeshake-frontend@4516

@module-federation/treeshake-server

pnpm add https://pkg.pr.new/@module-federation/treeshake-server@4516

@module-federation/typescript

pnpm add https://pkg.pr.new/@module-federation/typescript@4516

@module-federation/utilities

pnpm add https://pkg.pr.new/@module-federation/utilities@4516

@module-federation/webpack-bundler-runtime

pnpm add https://pkg.pr.new/@module-federation/webpack-bundler-runtime@4516

@module-federation/bridge-react

pnpm add https://pkg.pr.new/@module-federation/bridge-react@4516

@module-federation/bridge-react-webpack-plugin

pnpm add https://pkg.pr.new/@module-federation/bridge-react-webpack-plugin@4516

@module-federation/bridge-shared

pnpm add https://pkg.pr.new/@module-federation/bridge-shared@4516

@module-federation/bridge-vue3

pnpm add https://pkg.pr.new/@module-federation/bridge-vue3@4516

@module-federation/inject-external-runtime-core-plugin

pnpm add https://pkg.pr.new/@module-federation/inject-external-runtime-core-plugin@4516

commit: 085fe44

@ScriptedAlchemy ScriptedAlchemy merged commit 89fd09c into main Mar 10, 2026
26 checks passed
@ScriptedAlchemy ScriptedAlchemy deleted the codex/prettier-ignore-assemble-release-plan branch March 10, 2026 23:09
@2heal1 2heal1 mentioned this pull request Mar 14, 2026
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