From 9a5228ae167a0b55f0b814fffd9668a6f0487178 Mon Sep 17 00:00:00 2001 From: Virul Nirmala Wickramasinghe <89099391+iamvirul@users.noreply.github.com> Date: Sun, 12 Jul 2026 01:11:37 +0530 Subject: [PATCH 1/3] Add dependency update section to CHANGELOG Added a section for dependency updates in the changelog. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 570d6d0..730486c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Dependency Update +- **Dependabot dependency update** : Some javascript automated dependency update. ## [1.2.1] - 2026-06-02 From ff2e0377c3253e02c702a1770a2a29e7b5043dfc Mon Sep 17 00:00:00 2001 From: "coderabbitai[bot]" <136622811+coderabbitai[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 19:49:02 +0000 Subject: [PATCH 2/3] fix: apply CodeRabbit auto-fixes Fixed 1 file(s) based on 1 unresolved review comment. Co-authored-by: CodeRabbit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 730486c..2a53aaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Dependency Update -- **Dependabot dependency update** : Some javascript automated dependency update. +- **Dependabot dependency updates**: Updated `@tailwindcss/postcss` to 4.3.2 ([#68](https://github.com/OpenDevFlow/mdlatex-app/pull/68)), `prettier` to 3.9.4 ([#67](https://github.com/OpenDevFlow/mdlatex-app/pull/67)), `vitest` to 4.1.10 ([#66](https://github.com/OpenDevFlow/mdlatex-app/pull/66)), and `@codemirror/language` to 6.12.4 ([#65](https://github.com/OpenDevFlow/mdlatex-app/pull/65)). ## [1.2.1] - 2026-06-02 From 8d987161b832eaa21cb1cf83266ef8dca725160a Mon Sep 17 00:00:00 2001 From: Virul Nirmala Wickramasinghe <89099391+iamvirul@users.noreply.github.com> Date: Sun, 12 Jul 2026 01:21:31 +0530 Subject: [PATCH 3/3] Refactor dependency update format in CHANGELOG Reformatted the dependency update section for clarity. --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a53aaf..dbfb207 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Dependency Update -- **Dependabot dependency updates**: Updated `@tailwindcss/postcss` to 4.3.2 ([#68](https://github.com/OpenDevFlow/mdlatex-app/pull/68)), `prettier` to 3.9.4 ([#67](https://github.com/OpenDevFlow/mdlatex-app/pull/67)), `vitest` to 4.1.10 ([#66](https://github.com/OpenDevFlow/mdlatex-app/pull/66)), and `@codemirror/language` to 6.12.4 ([#65](https://github.com/OpenDevFlow/mdlatex-app/pull/65)). +- **Dependabot dependency updates**: + - `@tailwindcss/postcss` to 4.3.2 ([#68](https://github.com/OpenDevFlow/mdlatex-app/pull/68)) + - `prettier` to 3.9.4 ([#67](https://github.com/OpenDevFlow/mdlatex-app/pull/67)) + - `vitest` to 4.1.10 ([#66](https://github.com/OpenDevFlow/mdlatex-app/pull/66)) + - `@codemirror/language` to 6.12.4 ([#65](https://github.com/OpenDevFlow/mdlatex-app/pull/65)). ## [1.2.1] - 2026-06-02