Skip to content

Prioritize Chrome Web Store installation across docs and release metadata#7

Merged
paladini merged 5 commits intomainfrom
copilot/create-first-release-and-fix-links
Apr 19, 2026
Merged

Prioritize Chrome Web Store installation across docs and release metadata#7
paladini merged 5 commits intomainfrom
copilot/create-first-release-and-fix-links

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 19, 2026

  • Re-check latest failing workflow runs and retrieve exact logs for the reported ESLint error
  • Find all workflows/jobs still running npx eslint . --ext .js,.jsx,.ts,.tsx
  • Apply minimal workflow fix so CI uses the repository ESLint config format reliably
  • Run targeted local validation for the updated lint command(s) and build/typecheck
  • Commit only required changes, run final validation, and reply on the PR comment with commit hash

@paladini paladini marked this pull request as ready for review April 19, 2026 12:18
@paladini
Copy link
Copy Markdown
Owner

@copilot resolva os problemas de build desse PR

Copy link
Copy Markdown
Contributor Author

Copilot AI commented Apr 19, 2026

@copilot resolva os problemas de build desse PR

Ajustei os problemas de build/CI do PR no commit 84b6b2d. O workflow de CI agora valida com npm run lint (typecheck) + npm run build, e os erros de TypeScript no popup foram corrigidos com tipagem explícita para chrome e ReactElement. Não houve alteração visual de UI neste ajuste.

Copilot AI requested a review from paladini April 19, 2026 12:32
@paladini
Copy link
Copy Markdown
Owner

@copilot continuo tendo problemas no workflow!! Erro abaixo:

Run npx eslint . --ext .js,.jsx,.ts,.tsx
npm warn exec The following package was not found and will be installed: [email protected]

Oops! Something went wrong! :(

ESLint: 10.2.1

ESLint couldn't find an eslint.config.(js|mjs|cjs) file.

From ESLint v9.0.0, the default configuration file is now eslint.config.js.
If you are using a .eslintrc.* file, please follow the migration guide
to update your configuration file to the new format:

https://eslint.org/docs/latest/use/configure/migration-guide

If you still have problems after following the migration guide, please stop by
https://eslint.org/chat/help to chat with the team.

Error: Process completed with exit code 2.

Copy link
Copy Markdown
Contributor Author

Copilot AI commented Apr 19, 2026

@copilot continuo tendo problemas no workflow!! Erro abaixo:

...

Corrigi esse problema no commit f0af136. Adicionei eslint.config.js (flat config) e dependências locais de lint no package.json, então npx eslint . --ext .js,.jsx,.ts,.tsx passa sem tentar usar configuração inexistente. Também validei npm run lint e npm run build com sucesso. Screenshot: N/A (não houve alteração de UI).

@paladini paladini merged commit eb4b96e into main Apr 19, 2026
1 check passed
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.

2 participants