brave / ads-ui

Self-service ads UI
Mozilla Public License 2.0
22 stars 11 forks source link

Production Release 2024-04-22 #1166

Closed IanKrieger closed 4 months ago

IanKrieger commented 4 months ago

Features

Chores

github-actions[bot] commented 4 months ago

[puLL-Merge] - brave/ads-ui@1166

Description

This PR updates several dependencies and configuration files in the Brave ads-ui project. The main changes are bumping dependency versions in package.json and updating the CodeQL GitHub Actions workflow.

Changes ### Changes - .github/workflows/codeql-analysis.yml - Updates the versions of the "Initialize CodeQL", "Autobuild", and "Perform CodeQL Analysis" actions to v3.24.10 - .node-version - Updates the Node version from 20.12.0 to 20.12.2 - package.json - Updates several dependencies to newer versions, including @fontsource/poppins, @lingui packages, @mui packages, babel, graphql-codegen, highcharts, typescript, vite, and vitest - src/locales/en.po, src/locales/es.po, src/locales/pt.po, src/locales/test.po - Removes an unused translation string: "Domain must match the email domain" - Updates line numbers for some translations due to code changes

Security Hotspots

None identified - the changes are mainly routine dependency updates and translation file cleanup. The updated dependencies should be vetted to ensure they don't introduce any new vulnerabilities, but the diff itself does not appear to have any security hotspots.