Revert "feat(bolt-vite-react-ts): modernize toolchain and remove eslint (#120)" - #123
Merged
Merged
Conversation
|
|
|
Issue reopened: BOAI-983 Modernize our |
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.
Reverts #120 (commit 9e5405c).
bolt-vite-react-tsgoes back to its pre-#120 state: Vite 5, React 18 types, Tailwind 3 withtailwind.config.jsandpostcss.config.js, ESLint restored, andsrc/vite-env.d.tsback.Conflict resolution
package.jsonandpackage-lock.jsonconflicted because #121 landed afterwards and tightened the@types/react/@types/react-domranges from^19.2.18to~19.2.18— versions that #120 itself introduced. Those lines disappear entirely in the revert, so both files were resolved to their pre-#120 state. The resulting tree is byte-identical tobe9cf85for every path #120 touched.Notes
@/path alias and its prompt line from feat(bolt-vite-react-ts): add @/ path alias for src #116 / docs(bolt-vite-react-ts): clarify @/ alias mapping in template prompt #117 are untouched. Only the Tailwind v4 and Vite 8 paragraphs added by feat(bolt-vite-react-ts): modernize toolchain and remove eslint #120 were removed from.bolt/prompt.removeFileHashchange intest/utils/index.tsis reverted along with everything else. It is only used bytest/bolt-vite-react-ts.test.ts, whose inline snapshot feat(bolt-vite-react-ts): modernize toolchain and remove eslint #120 never changed, so the old/-\w*/regex lines up with Vite 5 output again.Test plan
bolt-vite-react-tstests pass (build producesindex.css/index.js, dev server preview updates on edit)Made with Cursor