refactor(docs): move astro config to root, shim docs/package.json, bump configs/cli - #222
Merged
Conversation
…mp configs/cli Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com>
…on can resolve /astro Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com>
Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #222 +/- ##
=======================================
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:
|
Contributor
Author
|
🎉 This PR is included in version 1.2.4 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
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.
Summary
Brings utils in line with the docs structure adopted across clients, node-template, react-template, themes, and configs:
docs/astro.config.ts→ rootastro.config.ts; replacesimportMetaUrlwith explicitsrcDir/outDir/publicDirdocs/package.jsonwith a minimal shim (astro build/dev/preview --root ..); astro deps +@theholocron/utils-docsmove to rootpackage.jsondocs/tsconfig.jsonto extend@theholocron/tsconfig/astro(requires 7.19.1 for the./astroexport)docs/**to root ESLint ignores —eslint-plugin-ncan't resolve tsconfig from the shim's deplessnode_modulesdeploy-docs.yml— superseded bydeploy.yml(already on main)catalog:configs→^7.19.1,catalog:holocron→^3.24.4(includes thenpm bump-versionssingle-package fix)