-
-
Notifications
You must be signed in to change notification settings - Fork 623
Migrate monorepo tooling to Vite+ #3503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
anymaniax
wants to merge
27
commits into
master
Choose a base branch
from
feature/setup-vite-plus
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 15 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
87edd8d
feat(viteplus): migration
anymaniax 2dbbaa1
Merge branch 'master' into feature/setup-vite-plus
anymaniax 7afd538
chore(bun): lock update
anymaniax ba7854a
chore(format): update
anymaniax ce28582
chore(lint): using a spread operator here creates a new object unnece…
anymaniax c341937
fix(workspace): linking again orval
anymaniax d3ce18a
fix(package): nuke
anymaniax 4b83d48
fix(vite-config): shared config cache missing
anymaniax df32fe5
fix(vite-config-base): make dev command working in all env
anymaniax a4470a5
chore(readme): sync readme with change to viteplus
anymaniax 3f74ae0
Merge branch 'master' into feature/setup-vite-plus
anymaniax 13c2a8e
feat(workspace): use vp check, add typeAware and typeCheck, rename de…
anymaniax ee17c1d
feat(viteplus): migrate all command to vp
anymaniax 86a0834
fix(format): check
anymaniax c08dcab
feat(viteplus): lint samples
anymaniax e4eb0f6
fix(viteplus): ci lint issues
anymaniax ce0a591
feat(viteplus): default formater
anymaniax b3df43b
fix(ci): apply recommendations by coderabbit
anymaniax 40a8d58
fix(hono): update snapshot
anymaniax 42b56c1
fix(ci): upgrade node to 24
anymaniax aae3677
Merge branch 'master' into feature/setup-vite-plus
anymaniax 1ac5ae3
Merge branch 'master' into feature/setup-vite-plus
anymaniax 1ab96f3
fix(node): version 22 minimum again
anymaniax 08f400b
fix(docs): change bun install to vp install
anymaniax 9ae5edc
fix(precommit): move from husky to viteplus
anymaniax 91ecb71
fix(package): command samples deep run
anymaniax 0b884bd
fix(snapshot): update properly
anymaniax File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| bun run commitlint --edit | ||
| vp run -w commitlint --edit |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| bun run format:staged | ||
| vp run -w format:staged |
This file was deleted.
Oops, something went wrong.
|
snebjorn marked this conversation as resolved.
Outdated
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,11 @@ | ||
| { | ||
| "recommendations": [ | ||
| "streetsidesoftware.code-spell-checker", | ||
| "dbaeumer.vscode-eslint", | ||
| "vitest.explorer", | ||
| "VoidZero.vite-plus-extension-pack", | ||
| "unifiedjs.vscode-mdx" | ||
| ], | ||
| "unwantedRecommendations": [ | ||
| "esbenp.prettier-vscode", | ||
| "dbaeumer.vscode-eslint" | ||
| ] | ||
| } |
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.