Skip to content

Claude/fix pr review trigger 01 as v ap7uog8g35 woq k9 ak vj#1689

Closed
00o-sh wants to merge 649 commits into
CorentinTh:mainfrom
TheTechNetwork:claude/fix-pr-review-trigger-01AsVAp7uog8g35WoqK9AkVj
Closed

Claude/fix pr review trigger 01 as v ap7uog8g35 woq k9 ak vj#1689
00o-sh wants to merge 649 commits into
CorentinTh:mainfrom
TheTechNetwork:claude/fix-pr-review-trigger-01AsVAp7uog8g35WoqK9AkVj

Conversation

@00o-sh

@00o-sh 00o-sh commented Dec 11, 2025

Copy link
Copy Markdown

No description provided.

00o-sh and others added 30 commits May 13, 2024 16:40
…ckfile

Update dependency cronstrue to v2.50.0
…rollbar-0.x

Update dependency unocss-preset-scrollbar to v0.3.1
…ponents-0.x

Update dependency unplugin-vue-components to v0.27.0
…-lockfile

Update dependency @vueuse/core to v10.9.0
…lockfile

Update dependency @vueuse/head to v1.3.1
….x-lockfile

Update dependency @vueuse/router to v10.9.0
…tion-digest

Update github/codeql-action digest to d05fceb
Update dependency @types/node to v18.19.33
00o-sh and others added 27 commits December 10, 2025 08:14
…flow-01AsVAp7uog8g35WoqK9AkVj

Add automated PR review workflow
Added maximumFileSizeToCacheInBytes configuration to allow caching of
large assets (up to 8 MB). This resolves the build failure caused by
vite-plugin-pwa 0.21.2's stricter asset size validation, which rejected
files exceeding the default 2 MB limit (ts.worker, text-diff, and
mac-address-lookup assets).
…2oPvuS3VgoWVA5R4xegS

chore(deps): update dependency vite-plugin-pwa to v0.21.2
chore(deps): pin actions/checkout action to 34e1148
fix(deps): update dependency @vicons/tabler to ^0.13.0
…on-0.x

fix(deps): update dependency unicode-emoji-json to ^0.8.0
fix(deps): update tiptap monorepo to v2.27.1
…-6.x

chore(deps): update actions/checkout action to v6
…de-6.x

chore(deps): update actions/setup-node action to v6
…fig-6.x

chore(deps): update dependency @antfu/eslint-config to v6
The upgrade to unplugin-auto-import ^0.19.0 caused unit tests to fail
with "TypeError: markRaw is not a function" in icon components.

This was due to the breaking change in v0.18.0 where viteOptimizeDeps
now defaults to true. Setting it to false restores compatibility with
unplugin-icons virtual module imports in the test environment.
- Upgrade eslint from 8.57.1 to 9.39.0 to fix compatibility with
  eslint-plugin-unicorn@62.0.0 (requires ESLint >=9.38.0)
- Auto-fix 409 lint errors (import sorting, type specifiers, etc.)
- Preserve @ts-nocheck directives at top of script blocks to maintain
  type checking suppression where needed
@00o-sh 00o-sh closed this Dec 11, 2025
@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
1 Security Hotspot
E Security Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

if [ "${{ github.event_name }}" = "pull_request" ]; then
echo "pr_number=${{ github.event.pull_request.number }}" >> $GITHUB_OUTPUT
elif [ "${{ github.event_name }}" = "workflow_run" ]; then
PR_NUMBER=$(gh pr list --head "${{ github.event.workflow_run.head_branch }}" --json number --jq '.[0].number')

Check failure

Code scanning / SonarCloud

GitHub Actions should not be vulnerable to script injections High

Change this workflow to not use user-controlled data directly in a run block. See more on SonarQube Cloud
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants