Compare commits

..

15 Commits

Author SHA1 Message Date
257cd7e0ef fix(deps): update dependency postcss-preset-env to v10.1.5
All checks were successful
Lint / Lint (push) Successful in 32s
2025-02-23 18:01:59 +00:00
3bdd75d3ab chore(deps): update react monorepo
All checks were successful
Lint / Lint (push) Successful in 40s
2025-02-22 02:03:00 +00:00
f632ce0e8a chore(deps): update dependency postcss to v8.5.3
All checks were successful
Lint / Lint (push) Successful in 32s
2025-02-22 01:02:50 +00:00
efac1f21ad chore(deps): update dependency @types/node to v22.13.5
All checks were successful
Lint / Lint (push) Successful in 34s
2025-02-22 00:02:09 +00:00
81e72ebff3 chore(deps): update dependency @types/react to v19.0.9
All checks were successful
Lint / Lint (push) Successful in 32s
2025-02-16 13:01:39 +00:00
6ca2dac723 fix(deps): update nextjs monorepo to v15.1.7
All checks were successful
Lint / Lint (push) Successful in 35s
2025-02-15 04:02:58 +00:00
35841b1e43 fix(deps): update dependency postcss-preset-env to v10.1.4
All checks were successful
Lint / Lint (push) Successful in 30s
2025-02-15 03:02:56 +00:00
bbdfba69a5 chore(deps): update dependency turbo to v2.4.2
All checks were successful
Lint / Lint (push) Successful in 29s
2025-02-15 02:02:48 +00:00
85b455ee51 chore(deps): update dependency postcss to v8.5.2
All checks were successful
Lint / Lint (push) Successful in 35s
2025-02-15 01:02:24 +00:00
a5cd851201 chore(deps): update dependency @types/node to v22.13.4
All checks were successful
Lint / Lint (push) Successful in 32s
2025-02-15 00:01:52 +00:00
d25b1001b1 fix(deps): update dependency lucide-react to ^0.475.0
All checks were successful
Lint / Lint (push) Successful in 30s
2025-02-08 01:02:37 +00:00
192671633f chore(deps): update dependency @types/node to v22.13.1
All checks were successful
Lint / Lint (push) Successful in 33s
2025-02-08 00:02:02 +00:00
eaf7fe11ed Delete .gitea/workflows/sonarqube.yml
All checks were successful
Lint / Lint (push) Successful in 29s
2025-02-04 17:05:44 +01:00
6ffcd88b82 chore(deps): update dependency turbo to v2.4.0
All checks were successful
Lint / Lint (push) Successful in 31s
SonarQube Scan / SonarQube Trigger (push) Successful in 52s
2025-02-01 02:02:56 +00:00
ccc03e4da2 chore(deps): update dependency @types/node to v22.13.0
All checks were successful
Lint / Lint (push) Successful in 32s
SonarQube Scan / SonarQube Trigger (push) Successful in 49s
2025-02-01 01:02:27 +00:00
3 changed files with 267 additions and 290 deletions

View File

@ -1,33 +0,0 @@
on:
push:
branches:
- main
- dev
- "!renovate/**"
pull_request:
types: [opened, synchronize, reopened]
name: SonarQube Scan
jobs:
sonarqube:
name: SonarQube Trigger
runs-on: ubuntu-latest
steps:
- name: Checking out
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
- name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@bfd4e558cda28cda6b5defafb9232d191be8c203 # v4.2.1
env:
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }}
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
# Check the Quality Gate status.
- name: SonarQube Quality Gate check
uses: sonarsource/sonarqube-quality-gate-action@master
timeout-minutes: 2
env:
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }}
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}

502
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -13,30 +13,30 @@
"class-variance-authority": "^0.7.0", "class-variance-authority": "^0.7.0",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"cssnano": "^7.0.1", "cssnano": "^7.0.1",
"lucide-react": "^0.474.0", "lucide-react": "^0.475.0",
"next": "15.1.6", "next": "15.1.7",
"next-plausible": "^3.12.0", "next-plausible": "^3.12.0",
"postcss-flexbugs-fixes": "^5.0.2", "postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^10.0.0", "postcss-preset-env": "^10.0.0",
"react": "19.0.0", "react": "19.0.0",
"react-dom": "19.0.0", "react-dom": "19.0.0",
"sharp": "^0.33.4", "sharp": "^0.33.4",
"tailwind-merge": "^3.0.0", "tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7" "tailwindcss-animate": "^1.0.7"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "22.10.10", "@types/node": "22.13.5",
"@types/react": "19.0.8", "@types/react": "19.0.10",
"@types/react-dom": "19.0.3", "@types/react-dom": "19.0.4",
"eslint": "8.57.1", "eslint": "8.57.1",
"eslint-config-next": "15.1.6", "eslint-config-next": "15.1.7",
"postcss": "8.5.1", "postcss": "8.5.3",
"tailwindcss": "3.4.17", "tailwindcss": "3.4.17",
"turbo": "2.3.4", "turbo": "2.4.2",
"typescript": "5.7.3" "typescript": "5.7.3"
}, },
"overrides": { "overrides": {
"@types/react": "19.0.8", "@types/react": "19.0.10",
"@types/react-dom": "19.0.3" "@types/react-dom": "19.0.4"
} }
} }