Skip to content

chore: drop manual markdown prettier override now in shared config - #215

Merged
iamnewton merged 4 commits into
mainfrom
fix/env-utils-exports
Aug 10, 2026
Merged

chore: drop manual markdown prettier override now in shared config#215
iamnewton merged 4 commits into
mainfrom
fix/env-utils-exports

Conversation

@iamnewton

Copy link
Copy Markdown
Contributor

Summary

  • Removes the manual *.md override block from prettier.config.ts
  • Updates @theholocron/prettier-config to 7.17.0 in the lockfile

Why

@theholocron/prettier-config@7.17.0 now includes the *.md / *.mdx useTabs: false, tabWidth: 2 override directly (theholocron/configs#352). No need to repeat it in every repo.

Test plan

  • CI passes

The library preset outputs index.mjs and index.d.mts but exports
referenced index.js and index.d.ts which don't exist. TypeScript with
moduleResolution: "bundler" strictly follows the exports map and fails
when the referenced files are missing.

Signed-off-by: Newton <vj2kp2hfh4@privaterelay.appleid.com>
Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com>
@theholocron/prettier-config@7.17.0 includes the *.md useTabs:false
override directly. Removed the manual overrides block (configs#352).

Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com>
@iamnewton
iamnewton requested a review from a team as a code owner August 10, 2026 19:07
@codecov

codecov Bot commented Aug 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #215   +/-   ##
=======================================
  Coverage   97.43%   97.43%           
=======================================
  Files          22       22           
  Lines         234      234           
  Branches       57       57           
=======================================
  Hits          228      228           
  Partials        6        6           
🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

All configs packages released together at 7.17.0. Update catalog
specifiers and lockfile to match — per lockstep policy.

Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com>
@iamnewton
iamnewton merged commit 445a0fe into main Aug 10, 2026
30 checks passed
@iamnewton
iamnewton deleted the fix/env-utils-exports branch August 10, 2026 19:16
@iamnewton

Copy link
Copy Markdown
Contributor Author

🎉 This PR is included in version 1.2.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@iamnewton iamnewton added the released Included in a release label Aug 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

released Included in a release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant