feat: Angular 21.0.8 upgrade e resolução de vulnerabilidades de segurança#85
Merged
robsonalvesdevbr merged 4 commits intomainfrom Jan 12, 2026
Merged
feat: Angular 21.0.8 upgrade e resolução de vulnerabilidades de segurança#85robsonalvesdevbr merged 4 commits intomainfrom
robsonalvesdevbr merged 4 commits intomainfrom
Conversation
- Upgrade @angular/* packages from 21.0.6 to 21.0.8 - Upgrade @angular/cli from 21.0.4 to 21.0.5 - Resolve 11 HIGH security vulnerabilities - Update Vitest, Playwright, typescript-eslint, and other dependencies - Create CHANGELOG.md and bump version to 2.1.0 Author: Robson Alves <robson.curitibapr@gmail.com>
- Documentar que .sassrc.json não é lido pelo Angular CLI - Adicionar alternativas testadas e descartadas - Explicar por que warnings não podem ser silenciados - Conclusão: warnings são informativos e devem ser aceitos até Bootstrap 6 Author: Robson Alves <robson.curitibapr@gmail.com>
- Remover trigger de develop do workflow de E2E - Normalizar aspas em configuração do Node.js - Atualizar .gitignore para excluir arquivos de configuração pessoal Author: Robson Alves <robson.curitibapr@gmail.com>
Contributor
Playwright E2E Test ResultsBrowsers tested: Chromium, Firefox, Mobile Chrome ArtifactsDownload test results, traces, screenshots, and videos from the workflow run artifacts. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📋 Resumo
Atualização do Angular para versão 21.0.8 e resolução de 11 vulnerabilidades de segurança HIGH.
🔐 Segurança
🚀 Atualizações Principais
Framework & Core
Testes & Qualidade
Build & Dev Tools
📝 Mudanças de Configuração
📊 Testes
📖 Documentação
SCSS @import Warnings
Documentação adicionada em CLAUDE.md explicando:
Arquivos de Backup
Criados arquivos de referência pré-upgrade:
✅ Checklist
🔄 Versão
Versão atualizada: 2.0.0 → 2.1.0
Author: Robson Alves robson.curitibapr@gmail.com