Skip to content

ci: publish package previews with pkg.pr.new - #3226

Open
lishaduck wants to merge 3 commits into
mainfrom
publish-package-previews
Open

ci: publish package previews with pkg.pr.new#3226
lishaduck wants to merge 3 commits into
mainfrom
publish-package-previews

Conversation

@lishaduck

@lishaduck lishaduck commented Aug 12, 2026

Copy link
Copy Markdown
Member

PR Checklist

Overview

Publish installable package previews through pkg.pr.new.

@changeset-bot

changeset-bot Bot commented Aug 12, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: ea44910

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

netlify Bot commented Aug 12, 2026

Copy link
Copy Markdown

Deploy Preview for flint-fyi ready!

Name Link
🔨 Latest commit ea44910
🔍 Latest deploy log https://app.netlify.com/projects/flint-fyi/deploys/6a8353d702c72a0008d78285
😎 Deploy Preview https://deploy-preview-3226--flint-fyi.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

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

Comment thread .github/workflows/package-previews.yaml Fixed
@codecov

codecov Bot commented Aug 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Comment thread .github/workflows/package-previews.yaml Fixed
Comment thread .github/workflows/package-previews.yaml Dismissed
@pkg-pr-new

pkg-pr-new Bot commented Aug 12, 2026

Copy link
Copy Markdown

Open in StackBlitz

@flint.fyi/astro

pnpm add https://pkg.pr.new/@flint.fyi/astro@ea44910 -D

@flint.fyi/astro-language

pnpm add https://pkg.pr.new/@flint.fyi/astro-language@ea44910 -D

@flint.fyi/browser

pnpm add https://pkg.pr.new/@flint.fyi/browser@ea44910 -D

@flint.fyi/cli

pnpm add https://pkg.pr.new/@flint.fyi/cli@ea44910 -D

@flint.fyi/core

pnpm add https://pkg.pr.new/@flint.fyi/core@ea44910 -D

@flint.fyi/css

pnpm add https://pkg.pr.new/@flint.fyi/css@ea44910 -D

@flint.fyi/css-language

pnpm add https://pkg.pr.new/@flint.fyi/css-language@ea44910 -D

flint

pnpm add https://pkg.pr.new/flint@ea44910 -D

@flint.fyi/json

pnpm add https://pkg.pr.new/@flint.fyi/json@ea44910 -D

@flint.fyi/json-language

pnpm add https://pkg.pr.new/@flint.fyi/json-language@ea44910 -D

@flint.fyi/jsx

pnpm add https://pkg.pr.new/@flint.fyi/jsx@ea44910 -D

@flint.fyi/markdown-language

pnpm add https://pkg.pr.new/@flint.fyi/markdown-language@ea44910 -D

@flint.fyi/md

pnpm add https://pkg.pr.new/@flint.fyi/md@ea44910 -D

@flint.fyi/next

pnpm add https://pkg.pr.new/@flint.fyi/next@ea44910 -D

@flint.fyi/node

pnpm add https://pkg.pr.new/@flint.fyi/node@ea44910 -D

@flint.fyi/nuxt

pnpm add https://pkg.pr.new/@flint.fyi/nuxt@ea44910 -D

@flint.fyi/package-json

pnpm add https://pkg.pr.new/@flint.fyi/package-json@ea44910 -D

@flint.fyi/performance

pnpm add https://pkg.pr.new/@flint.fyi/performance@ea44910 -D

@flint.fyi/plugin-flint

pnpm add https://pkg.pr.new/@flint.fyi/plugin-flint@ea44910 -D

@flint.fyi/react

pnpm add https://pkg.pr.new/@flint.fyi/react@ea44910 -D

@flint.fyi/rule-data

pnpm add https://pkg.pr.new/@flint.fyi/rule-data@ea44910 -D

@flint.fyi/rule-tester

pnpm add https://pkg.pr.new/@flint.fyi/rule-tester@ea44910 -D

@flint.fyi/solid

pnpm add https://pkg.pr.new/@flint.fyi/solid@ea44910 -D

@flint.fyi/spelling

pnpm add https://pkg.pr.new/@flint.fyi/spelling@ea44910 -D

@flint.fyi/svelte

pnpm add https://pkg.pr.new/@flint.fyi/svelte@ea44910 -D

@flint.fyi/svelte-language

pnpm add https://pkg.pr.new/@flint.fyi/svelte-language@ea44910 -D

@flint.fyi/text-language

pnpm add https://pkg.pr.new/@flint.fyi/text-language@ea44910 -D

@flint.fyi/ts

pnpm add https://pkg.pr.new/@flint.fyi/ts@ea44910 -D

@flint.fyi/ts-patch

pnpm add https://pkg.pr.new/@flint.fyi/ts-patch@ea44910 -D

@flint.fyi/typescript-language

pnpm add https://pkg.pr.new/@flint.fyi/typescript-language@ea44910 -D

@flint.fyi/utils

pnpm add https://pkg.pr.new/@flint.fyi/utils@ea44910 -D

@flint.fyi/vitest

pnpm add https://pkg.pr.new/@flint.fyi/vitest@ea44910 -D

@flint.fyi/volar-language

pnpm add https://pkg.pr.new/@flint.fyi/volar-language@ea44910 -D

@flint.fyi/vue

pnpm add https://pkg.pr.new/@flint.fyi/vue@ea44910 -D

@flint.fyi/vue-language

pnpm add https://pkg.pr.new/@flint.fyi/vue-language@ea44910 -D

@flint.fyi/yaml

pnpm add https://pkg.pr.new/@flint.fyi/yaml@ea44910 -D

@flint.fyi/yaml-language

pnpm add https://pkg.pr.new/@flint.fyi/yaml-language@ea44910 -D

commit: ea44910

@lishaduck
lishaduck force-pushed the publish-package-previews branch from 4823e3b to f6d6c5d Compare August 17, 2026 18:25
@lishaduck
lishaduck force-pushed the gate-release-environment branch from f356a79 to 448782e Compare August 17, 2026 18:25
@lishaduck
lishaduck changed the base branch from gate-release-environment to main August 17, 2026 18:32
@lishaduck
lishaduck force-pushed the publish-package-previews branch from f6d6c5d to ea44910 Compare August 17, 2026 18:32
@lishaduck
lishaduck marked this pull request as ready for review August 17, 2026 18:32

@michaelfaith michaelfaith left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Just a minor suggestion to add a condition so we're only running this on this repo (and not forks).

Comment thread .github/workflows/package-previews.yaml
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.

4 participants