Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 31 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,41 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Updated sub-dependency postcss due to CVE-2026-41305.
- Patched dependency astro due to CVE-2026-41067.
- Added dependency patch-package.

### Changed

- Updated sub-dependency ws to 8.20.1 due to CVE-2026-45736.
- Updated sub-dependency fast-uri to 3.1.2 due to CVE-2026-6321 and CVE-2026-6322.
- Updated sub-dependency devalue to 5.8.1 due to CVE-2026-42570.
- Updated dependency vitest to 4.1.7.
- Updated dependency typescript-eslint to 8.59.4.
- Updated dependency react-dom to 19.2.6.
- Updated dependency react to 19.2.6.
- Updated dependency prettier to 3.8.3.
- Updated dependency happy-dom to 20.9.0.
- Updated dependency globals to 17.6.0.
- Updated dependency eslint-plugin-testing-library to 7.16.2.
- Updated dependency eslint-plugin-react-hooks to 7.1.1.
- Updated dependency eslint-plugin-playwright to 2.10.4.
- Updated dependency eslint-plugin-perfectionist to 5.9.0.
- Updated dependency eslint-plugin-jest to 29.15.2.
- Updated dependency eslint-plugin-astro to 1.7.0.
- Updated dependency eslint to 9.39.4.
- Updated dependency dotenv to 17.4.2.
- Updated dependency astro to 6.3.6.
- Updated dependency @vitejs/plugin-react to 5.2.0.
- Updated dependency @types/react to 19.2.15.
- Updated dependency @types/node to 25.9.1.
- Updated dependency @playwright/test to 1.60.0.
- Updated dependency @eslint/markdown to 8.0.2.
- Updated dependency @eslint/js to 9.39.4.
- Updated dependency @eslint/compat to 2.1.0.
- Updated dependency @astrojs/react to 5.0.5.

### Security

- Updated sub-dependency js-cookie to 3.0.7 due to CVE-2026-46625.
- Updated sub-dependency vite to 6.42. and 7.3.2 due to CVE-2026-39363, CVE-2026-39364 and CVE-2026-39365.
- Updated sub-dependency defu to 6.1.6 due to CVE-2026-35209.
- Updated sub-dependency yaml to 1.10.3 and 2.8.3 due to CVE-2026-33532.
Expand Down
1 change: 1 addition & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { defineConfig } from "astro/config";
// https://astro.build/config
export default defineConfig({
build: {
assets: "assets",
inlineStylesheets: "always",
},
integrations: [react()],
Expand Down
Loading