Commit Graph

15 Commits

Author SHA1 Message Date
mutoe 6d528ff2b8
chore: Update vue-router package to version 4.2.4
Upgraded vue-router package version from 4.1.6 to 4.2.4 as part of project's current dependencies update routine. Also, the '@vue/devtools-api' package dependency of vue-router has been updated from version 6.4.5 to 6.5.0. This is in line with ensuring that our application utilizes the latest features, benefits from updated documentation, and remains secure from vulnerabilities that may have been patched in the new release.

close #136
2023-09-08 15:40:14 +08:00
mutoe f418145402
feat: Update dependency 'marked' to version 8
Upgraded the 'marked' package from version 4.2.5 to version 8.0.1 to make the application compatible with the latest features provided by the package. This caused a breaking change, which led to the need to remove the ids from the H1, H2, H3, H4 heading tags from ArticleDetail component for precise snapshot testing. Also removed '@types/marked' as it is no longer needed due to the updated 'marked' package version.

close #145
2023-09-08 15:34:07 +08:00
mutoe 56276a913b test: fix cypress e2e tests 2023-09-08 11:15:13 +08:00
mutoe fc9ffe1bc9 test: add settings page tests 2023-09-08 11:15:13 +08:00
mutoe 4e0c2955bd chore: migrate to vitest 2023-09-08 11:15:13 +08:00
mutoe 76f2e149a0
chore: split ci on pull request and push action 2023-08-01 10:42:26 +08:00
mutoe dc8ee3c517
upgrade vite@^4 2022-12-31 21:20:49 +08:00
mutoe 1c0d32139f
chore: upgrade dependencies 2022-12-31 21:17:18 +08:00
mutoe e03ea374ff
chore: upgrade dependencies 2022-12-03 15:32:40 +08:00
mutoe 0b5c47e372
fix: update API (swagger document changed) 2022-12-03 15:25:06 +08:00
mutoe 09de9e21d3
style: update lint rules 2022-12-03 11:57:25 +08:00
mutoe 2c8b13eb31
chore: upgrade typescript 2022-12-03 00:46:41 +08:00
mutoe 95c1a5d7cb
chore: upgrade cypress 2022-12-02 00:04:55 +08:00
mutoe b3480f6eb1 chore: upgrade vue-tsc 2022-12-01 21:49:38 +08:00
mutoe d1e94c1efa
chore: change package manager to pnpm 2022-12-01 21:28:32 +08:00