Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 34 additions & 11 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,91 +6,114 @@
"AGENTS",
"alstr",
"animatedgradient",
"ayuda",
"Behaviour",
"bunx",
"Chakra",
"checkov",
"clsx",
"cmdk",
"cva",
"Codegen",
"CODEOWNERS",
"codepaths",
"commitlint",
"comunidad",
"cosmiconfig",
"contenido",
"controlado",
"copypaste",
"cpath",
"crect",
"cspell",
"csvg",
"cva",
"dangerfile",
"docstrings",
"dompurify",
"dotenv",
"Elipssis",
"ellipsis",
"embla",
"esbuild",
"eslintcache",
"español",
"extraida",
"extraída",
"fastapi",
"grype",
"hookform",
"httpx",
"Instala",
"Instalación",
"interactiva",
"jeremias",
"jscoverage",
"jscpd",
"jspm",
"jumpstart",
"linaria",
"Lingui",
"lintstagedrc",
"lucide",
"makepkg",
"megalinter",
"mermaid",
"minimatch",
"misconfig",
"mypy",
"necesitas",
"nextjs",
"npmjs",
"nuestra",
"nums",
"oneliner",
"Pagespeed",
"paru",
"PBAC",
"pgvector",
"picomatch",
"pids",
"PKGBUILD",
"preconfigured",
"pyright",
"radix",
"Reakit",
"recharts",
"bunx",
"Codegen",
"Lingui",
"makepkg",
"paru",
"PKGBUILD",
"rápida",
"saas",
"Supabase",
"Selenoid",
"shadcn",
"sonner",
"sqlalchemy",
"srcset",
"SSCCE",
"stefanzweifel",
"Supabase",
"syft",
"tailwindcss",
"transpiling",
"trivy",
"trufflehog",
"turborepo",
"Turborepo",
"Typer",
"ulises",
"ulisesjeremias",
"unmemoized",
"unvetted",
"vaul",
"veb",
"vercel",
"vite",
"vitest",
"vlang",
"Vlang",
"vlang",
"vmod",
"vmodules",
"vweb",
"webextension",
"workdir",
"wscript"
"wscript",
"únete"
],
"ignorePaths": [
"node_modules/**",
Expand Down
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ trim_trailing_whitespace = true
[*.md]
insert_final_newline = true
trim_trailing_whitespace = false

[*.sh]
indent_style = tab
17 changes: 11 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: "weekly"
interval: 'weekly'
open-pull-requests-limit: 5
- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: 'npm'
directory: '/tools/danger'
schedule:
interval: "weekly"
interval: 'weekly'
open-pull-requests-limit: 5
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'
open-pull-requests-limit: 5
14 changes: 5 additions & 9 deletions .github/workflows/pr-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,16 @@ jobs:
- name: Checkout
uses: actions/checkout@v7

- name: Setup Danger Files
run: |
echo "Setting up Danger files..."
mv tools/danger/* .

- uses: actions/setup-node@v4
with:
node-version-file: .node-version

- name: Install dependencies
run: npm install
- name: Install Danger dependencies
working-directory: tools/danger
run: npm ci

- name: Danger JS Action
uses: danger/danger-js@13.0.10
- name: Run Danger
run: tools/danger/node_modules/.bin/danger ci --dangerfile tools/danger/dangerfile.ts --failOnErrors
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DANGER_GITHUB_API_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"embla-carousel-react": "^8.5.2",
"input-otp": "^1.4.2",
"lucide-react": "^0.485.0",
"mermaid": "^11.16.0",
"next": "15.5.21",
"mermaid": "^11.16.1",
"next": "15.5.24",
"next-themes": "^0.4.6",
"react": "^19.1.0",
"react-day-picker": "^8.10.1",
Expand All @@ -73,15 +73,15 @@
"devDependencies": {
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@next/eslint-plugin-next": "^15.5.20",
"@next/eslint-plugin-next": "^15.5.24",
"@testing-library/react": "^16.1.0",
"@types/node": "^24.13.3",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"@typescript-eslint/eslint-plugin": "^8.28.0",
"@vitejs/plugin-react": "^6.0.3",
"eslint": "^9.23.0",
"eslint-config-next": "^15.5.20",
"eslint-config-next": "^15.5.24",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-import": "^2.31.0",
"happy-dom": "^20.10.6",
Expand Down
Loading
Loading