Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
930e4a5
Initial plan
Copilot Jun 11, 2026
fea84c7
fix: toggle sm:flex instead of hidden for achievement badges visibility
Copilot Jun 11, 2026
e76e09b
Bump esbuild from 0.28.0 to 0.28.1 (#524)
dependabot[bot] Jun 13, 2026
caaf9ce
Bump prek from 0.4.3 to 0.4.4 in the uv-dependencies group (#525)
dependabot[bot] Jun 14, 2026
9d550e9
Bump enhanced-resolve in the npm-dependencies group (#526)
dependabot[bot] Jun 15, 2026
a9dfe42
Bump enhanced-resolve in the npm-dependencies group (#527)
dependabot[bot] Jun 19, 2026
164559b
Bump ws from 8.20.1 to 8.21.0 (#528)
dependabot[bot] Jun 19, 2026
23cbbf3
Bump https://github.com/biomejs/pre-commit in the pre-commit-hooks gr…
dependabot[bot] Jun 21, 2026
8821453
Bump the npm-dependencies group with 2 updates (#530)
dependabot[bot] Jun 22, 2026
33abda6
Bump actions/checkout in the github-actions-dependencies group (#531)
dependabot[bot] Jun 24, 2026
543bb9b
Bump the github-actions-dependencies group with 2 updates (#532)
dependabot[bot] Jun 26, 2026
4d9f880
Pin prek hooks to sha; Update package.json and lock; (#533)
jbampton Jun 28, 2026
6e8ea9b
Bump prek from 0.4.4 to 0.4.5 in the uv-dependencies group (#536)
dependabot[bot] Jun 28, 2026
1b96c68
Bump https://github.com/zizmorcore/zizmor-pre-commit (#535)
dependabot[bot] Jun 28, 2026
aeff9f6
Disable fail-fast in Prek workflow (#537)
jbampton Jun 28, 2026
298b95d
Disable fail-fast in prek-manual workflow (#538)
jbampton Jun 28, 2026
2172335
Disable fail-fast in prek-audit workflow (#539)
jbampton Jun 28, 2026
86b95df
Initial plan
Copilot Jun 11, 2026
48a33ac
fix: toggle sm:flex instead of hidden for achievement badges visibility
Copilot Jun 11, 2026
8ea6813
Merge remote-tracking branch 'origin/copilot/fix-achievement-badge-lo…
Copilot Jun 28, 2026
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/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Setup Node.js (or other environment if needed)
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ permissions:
contents: read
jobs:
build_and_deploy:
if: github.repository == 'NextCommunity/NextCommunity.github.io'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- run: npm ci && npm run build
- uses: FirebaseExtended/action-hosting-deploy@e2eda2e106cfa35cdbcf4ac9ddaf6c4756df2c8c # v0.10.0
- uses: FirebaseExtended/action-hosting-deploy@500ac625ca2dd40cbd15f7659af953801858032a # v0.11.0
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_NEXTCOMMUNITY_EEA10 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- run: npm ci && npm run build
- uses: FirebaseExtended/action-hosting-deploy@e2eda2e106cfa35cdbcf4ac9ddaf6c4756df2c8c # v0.10.0
- uses: FirebaseExtended/action-hosting-deploy@500ac625ca2dd40cbd15f7659af953801858032a # v0.11.0
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_NEXTCOMMUNITY_EEA10 }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/prek-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ jobs:
name: Prek Audit Hooks - ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Run prek-action
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/prek-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ jobs:
name: Prek Manual Hooks - ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Run prek-action
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/prek.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ jobs:
name: Prek Standard Hooks - ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Run prek-action
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
contents: read
steps:
- name: Checkout Code
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
# super-linter needs the full git history to get the
# list of files that changed across commits
fetch-depth: 0
persist-credentials: false
- name: Super-Linter
uses: super-linter/super-linter@9e863354e3ff62e0727d37183162c4a88873df41 # v8.6.0
uses: super-linter/super-linter@4ce20838b8ab83717e78138c5b3a1407148e0918 # v8.7.0
env:
ERROR_ON_MISSING_EXEC_BIT: true
VALIDATE_EDITORCONFIG: true
Expand Down
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ repos:

# GO-based
- repo: https://github.com/gitleaks/gitleaks
rev: v8.30.1
rev: 83d9cd684c87d95d656c1458ef04895a7f1cbd8e # frozen: v8.30.1
hooks:
- id: gitleaks
name: Run gitleaks
description: Check for secrets with gitleaks

- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.6
rev: ad1b27d73581aa16cca06fc4a0761fc563ffe8e8 # frozen: v1.5.6
hooks:
- id: chmod
name: Set file permissions
Expand All @@ -63,7 +63,7 @@ repos:
stages: [manual]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # frozen: v6.0.0
hooks:
- id: trailing-whitespace
name: run trailing-whitespace
Expand Down Expand Up @@ -109,15 +109,15 @@ repos:
args: [--fix=lf]

- repo: https://github.com/biomejs/pre-commit
rev: "v2.4.16"
rev: 19865851e014cbe6138e295365f95ca51bf953f8 # frozen: v2.5.0
hooks:
- id: biome-check
name: run biome-check
description: Run Biome linter and formatter for JSON files
additional_dependencies: ["@biomejs/biome"]

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.48.0
rev: a4d5d37e66ebcd6b3705204a1d6dbb56dea66338 # frozen: v0.49.0
hooks:
- id: markdownlint
name: run markdownlint
Expand All @@ -127,7 +127,7 @@ repos:
files: \.md$

- repo: https://github.com/adrienverge/yamllint
rev: v1.38.0
rev: cba56bcde1fdd01c1deb3f945e69764c291a6530 # frozen: v1.38.0
hooks:
- id: yamllint
name: run yamllint
Expand All @@ -137,7 +137,7 @@ repos:
files: \.ya?ml$

- repo: https://github.com/zizmorcore/zizmor-pre-commit
rev: v1.25.2
rev: e3eebf65325ccc992422292cb7a4baee967cf815 # frozen: v1.26.1
hooks:
- id: zizmor
name: run zizmor
Expand Down
Loading