docs(webpack-plugin): flag broken 1.5.25 release in changelog#3991
Merged
Conversation
Contributor
📝 No Changeset FoundThis PR doesn't include a changeset. A changeset is required to release a new version. How to add a changesetRun this command and follow the prompts: pnpm changesetRemember: Never use |
Contributor
|
Reviews (1): Last reviewed commit: "docs(webpack-plugin): flag broken 1.5.25..." | Re-trigger Greptile |
Contributor
Contributor
|
Size Change: 0 B Total Size: 16.9 MB ℹ️ View Unchanged
|
marandaneto
approved these changes
Jun 26, 2026
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.
Problem
@posthog/webpack-plugin@1.5.25is a broken release: the published tarball is missingdist/config.jsanddist/config.mjs, so builds fail withCannot find module './config.js'(e.g.next buildvia@posthog/nextjs-config). The fix ships in 1.5.26 (#3990), but the changelog gives no signal that 1.5.25 should be avoided. Related to #3988.Changes
[!WARNING]callout under the## 1.5.25heading inpackages/webpack-plugin/CHANGELOG.mdtelling readers the release is broken and to upgrade to 1.5.26+ (or pin 1.5.24), with a link to @posthog/webpack-plugin 1.5.25: published package missing dist/config.js + config.mjs #3988.Docs-only change, no changeset (no version bump). Changesets only prepends new version sections on release, so this manual note on the 1.5.25 entry is preserved when 1.5.26 publishes.
Release info Sub-libraries affected
Libraries affected
Checklist
If releasing new changes
pnpm changesetto generate a changeset file🤖 Agent context
Autonomy: Human-driven (agent-assisted)
DRI: @ioannisj.