Bump postcss from 8.4.49 to 8.5.10#1
Open
dependabot[bot] wants to merge 4 commits intomasterfrom
Open
Conversation
GitHub Packages requires scoped names matching the publishing org. Rename the top-level package and the eleven platform-specific binary packages from 'lightningcss[-platform]' to '@fellowapp/lightningcss[-platform]', update node/index.js to require the scoped platform package at runtime, and point publishConfig.registry at https://npm.pkg.github.com. Drop CLI packaging from build-npm.js — the fork is consumed as a library (via Vite/lightningcss-napi), not as a CLI, and the per-platform CLI bundles are dead weight. Version bumped to 1.32.0-fellow.0 so the fork doesn't shadow upstream.
Adapted from .github/workflows/release.yml. Builds the same matrix of
platform-specific .node binaries (10 targets: macOS x64/arm64, Windows
x64/arm64, Linux x64/arm64 gnu+musl, Linux armv7, Android arm64) and
publishes them to GitHub Packages as @fellowapp/lightningcss-<platform>,
plus the main @fellowapp/lightningcss package.
Differences from the upstream workflow:
- Triggered on workflow_dispatch only (no automated tag-based release).
- Drops FreeBSD and wasm targets (not needed for the Vite-via-napi use case).
- Drops CLI build/publish (the fork is consumed as a library).
- Authenticates with GITHUB_TOKEN against npm.pkg.github.com via
setup-node's registry-url + scope inputs.
- Requires permissions: { packages: write, contents: read } on the
release job.
Fellow fork: css-modules webpack-parity hashing + GH Packages publishing
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.49 to 8.5.10. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.49...8.5.10) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.10 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
b0b8324 to
c675fb7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps postcss from 8.4.49 to 8.5.10.
Release notes
Sourced from postcss's releases.
... (truncated)
Changelog
Sourced from postcss's changelog.
Commits
33b9790Release 8.5.10 version536c79eEscape </style> in CSS output (#2074)afa96b2Update dependencies (#2073)effe88bTypo (#2072)3ee79a2Thread model (#2071)2e0683dCreate incident response docs (#2070)fe88ac2Release 8.5.9 versionc551632Avoid RegExp when we can use simple JS89a6b74Move SECURITY.txt for docs folder to keep GitHub page cleaner6ceb8a4Create SECURITY.md