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
2 changes: 1 addition & 1 deletion .github/workflows/bun-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- uses: oven-sh/setup-bun@v1
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/cloudrun-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Authenticate to Google Cloud
uses: google-github-actions/auth@v2
uses: google-github-actions/auth@v3
with:
credentials_json: ${{ secrets.GCP_SA_KEY }}

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v2
uses: google-github-actions/setup-gcloud@v3
with:
project_id: ${{ env.PROJECT_ID }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Dependency Review
uses: actions/dependency-review-action@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v2
uses: dependabot/fetch-metadata@v3
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Command Dependabot to merge
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-hacklytics.yml.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Setup Node.js
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-to-main-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Create or Update PR
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/feature-to-dev-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Create or Update PR
env:
Expand Down
82 changes: 45 additions & 37 deletions bun.lock

Large diffs are not rendered by default.

50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"lucide-react": "^1.14.0",
"minimatch": "10.2.3",
"next": "16.2.3",
"postcss": "8.5.6",
"postcss": "8.5.14",
"react": "19.0.0",
"react-dom": "19.0.0"
},
Expand All @@ -57,30 +57,30 @@
"babel-plugin-react-compiler": "^1.0.0",
"prettier": "3.5.3",
"tsx": "4.19.3",
"turbo": "2.5.4",
"typescript": "5.8.3",
"turbo": "2.9.9",
"typescript": "5.8.3"
},
"prettier": "@query/prettier-config",
"resolutions": {
"basic-ftp": ">=5.2.0",
"minimatch": ">=10.2.3",
"next": "16.2.3",
"js-yaml": ">=4.1.0",
"esbuild": ">=0.25.0",
"qs": ">=6.14.2",
"tmp": ">=0.2.3",
"rollup": ">=4.59.0",
"immutable": ">=5.1.5",
"undici": ">=6.24.0",
"flatted": ">=3.3.2",
"picomatch": ">=4.0.0",
"handlebars": ">=4.7.9",
"brace-expansion": ">=2.0.1",
"nodemailer": ">=6.9.16",
"ipaddr.js": ">=2.2.0",
"typescript": "^5.8.3",
"eslint": "9.24.0",
"@types/react": "19.1.3",
"@types/react-dom": "19.0.3"
}
}
"basic-ftp": ">=5.2.0",
"minimatch": ">=10.2.3",
"next": "16.2.3",
"js-yaml": ">=4.1.0",
"esbuild": ">=0.25.0",
"qs": ">=6.14.2",
"tmp": ">=0.2.3",
"rollup": ">=4.59.0",
"immutable": ">=5.1.5",
"undici": ">=6.24.0",
"flatted": ">=3.3.2",
"picomatch": ">=4.0.0",
"handlebars": ">=4.7.9",
"brace-expansion": ">=2.0.1",
"nodemailer": ">=6.9.16",
"ipaddr.js": ">=2.2.0",
"typescript": "^5.8.3",
"eslint": "9.24.0",
"@types/react": "19.1.3",
"@types/react-dom": "19.0.3"
}
}
4 changes: 2 additions & 2 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"devDependencies": {
"@query/tsconfig": "workspace:*",
"@types/pg": "^8.10.9",
"drizzle-kit": "^0.28.1",
"drizzle-kit": "0.31.10",
"tsx": "^4.21.0",
"typescript": "^5.8.3",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
}
}
}
6 changes: 3 additions & 3 deletions sites/hacklytics2027/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"react-icons": "5.5.0",
"tailwind-merge": "3.0.2"
"tailwind-merge": "3.5.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "16.2.1",
Expand All @@ -29,9 +29,9 @@
"autoprefixer": "10.4.22",
"baseline-browser-mapping": "2.9.19",
"eslint": "9.24.0",
"postcss": "8.5.6",
"postcss": "8.5.14",
"tailwindcss": "4.1.8",
"typescript": "5.8.3",
"typescript-eslint": "^8.28.0"
}
}
}
6 changes: 3 additions & 3 deletions sites/mainweb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
"autoprefixer": "^10.4.22",
"cross-env": "^7.0.3",
"eslint": "9.24.0",
"postcss": "^8.5.6",
"postcss": "8.5.14",
"tailwindcss": "4.1.8",
"turbo": "2.5.4",
"turbo": "2.9.9",
"typescript": "^5.6.3",
"typescript-eslint": "^8.28.0"
}
}
}
2 changes: 1 addition & 1 deletion tooling/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@typescript-eslint/parser": "8.26.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.1",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-turbo": "2.1.3",
Expand Down
2 changes: 1 addition & 1 deletion tooling/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@tailwindcss/postcss": "4.0.0",
"minimatch": "10.2.3",
"next": "16.2.3",
"postcss": "8.5.6",
"postcss": "8.5.14",
"react": "19.0.0",
"react-dom": "19.0.0",
"tailwindcss": "4.0.0"
Expand Down
Loading