-
Notifications
You must be signed in to change notification settings - Fork 0
chore: config cleanup and dependency upgrades #42
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
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
ab96710
chore: update Claude settings formatting and disable pr-review-toolkit
michellepace e0a68e5
refactor: update search hints to replace author filter with accepted …
michellepace 38fdd14
refactor: redirect /questions to root
michellepace 37df4ad
rules: reorganise Claude Code settings and update marketplace reference
michellepace 54914f3
chore: update dependencies
michellepace 1e5eb08
chore: update dependencies and reorganise config
michellepace d4a499e
rules: update coderabbit command with diff context and reply support
michellepace 8435bdb
rules: sync commit command template from nextjs-base
michellepace b1ca1d8
chore: migrate markdownlint config to cli2 format
michellepace be07a35
chore: update dependencies and apply Biome formatting fixes
michellepace ca2df45
chore: add Ref MCP server configuration
michellepace f50dabc
chore: upgrade Vercel Analytics and Speed Insights to v2, add to layo…
michellepace 8947dda
chore: upgrade Vite plugin-react to v6, TypeScript to v6, jsdom to v29
michellepace 72ffb65
chore: upgrade lucide-react to v1.7.0
michellepace a3df4ff
chore: upgrade shadcn CLI to v4 and migrate to unified radix-ui package
michellepace 75cf162
chore: upgrade Clerk to v7 (Core 3) and @clerk/testing to v2
michellepace 339616f
docs: rename x_docs/ to .xdocs/ and update all references
michellepace 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 |
|---|---|---|
|
|
@@ -42,4 +42,4 @@ next-env.d.ts | |
| .playwright-mcp/ | ||
|
|
||
| # Temporary docs | ||
| x_docs/temp/ | ||
| .xdocs/temp/ | ||
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 |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| # Configuration for markdownlint-cli2 and VSCode/Cursor extension | ||
| # Extension: davidanson.vscode-markdownlint | ||
|
|
||
| ignores: | ||
| - "node_modules/**" | ||
|
|
||
| # Disable only the rules that interfere with practical markdown writing | ||
| config: | ||
| MD013: false # Line length (inappropriate for markdown) | ||
| MD024: false # Allow duplicate headings ("### Example", "### Example") | ||
| MD033: false # Allow inline HTML (<details>, <tags>, etc.) | ||
| MD036: false # Allow emphasis (bold/italic) without treating it as heading | ||
| MD040: false # Fenced code blocks don't need language specified | ||
| MD028: false # Allow blank lines between blockquotes (attributed quotes) | ||
| MD041: false # First line doesn't need to be h1 | ||
| MD060: false # Table column style (compact tables are fine) | ||
| MD032: false # Lists in templates don't need surrounding blank lines |
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
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion
2
x_docs/figma/nav-over-breakpoints.md → .xdocs/figma/nav-over-breakpoints.md
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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.