Conversation
🦋 Changeset detectedLatest commit: 0aae642 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
WalkthroughA changeset file was added to document patch-level updates for three packages: 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 0
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
packages/language-tools/marko.internal.d.ts (1)
400-418:⚠️ Potential issue | 🟠 MajorAdd TypeScript 5.0+ peer dependency constraint.
The
consttype parameter inattrTagFor(line 405) is a TypeScript 5.0+ feature. The@marko/language-toolspackage exportsmarko.internal.d.tsas a public export but has no TypeScript version constraint inpeerDependencies. Consumers using TypeScript < 5.0 will encounter parse errors. Add"typescript": ">=5.0"topeerDependenciesinpackages/language-tools/package.json.
No description provided.