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
de941508b8
ci: fix unit test pipeline
2023-09-08 11:15:13 +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
9361ea9df5
chore: update vite project
2023-09-08 11:15:13 +08:00
mutoe
94a8774756
ci: update versions
2023-09-07 16:40:07 +08:00
dependabot[bot]
2ed7786949
chore(deps): bump pnpm/action-setup in /.github/workflows
...
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup ) from 2.2.4 to 2.4.0.
- [Release notes](https://github.com/pnpm/action-setup/releases )
- [Commits](https://github.com/pnpm/action-setup/compare/v2.2.4...v2.4.0 )
---
updated-dependencies:
- dependency-name: pnpm/action-setup
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-27 00:54:36 +08:00
mutoe
76f2e149a0
chore: split ci on pull request and push action
2023-08-01 10:42:26 +08:00
mutoe
6868465c4c
extend the e2e test command timeout
2023-03-01 01:56:43 +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
Dongsen
03974e52a2
Update badges
2022-12-22 15:22:20 +08:00
mutoe
e59d1d56c1
fix: request format issue
2022-12-04 01:37:22 +08:00
mutoe
8e2d90c1d7
fix: typescript project issue
2022-12-03 15:32:54 +08:00
mutoe
e03ea374ff
chore: upgrade dependencies
2022-12-03 15:32:40 +08:00
mutoe
bfd506956a
chore: remove useless file
2022-12-03 15:25:20 +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
dependabot[bot]
4de6c58070
chore(deps): bump actions/checkout from 2 to 3 in /.github/workflows
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-03 00:23:45 +08:00
dependabot[bot]
1c5c414d93
chore(deps): bump codecov/codecov-action in /.github/workflows
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 1 to 3.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v1...v3 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-03 00:23:17 +08:00
dependabot[bot]
5608e8792f
chore(deps): bump github/codeql-action from 1 to 2 in /.github/workflows
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-03 00:00:36 +08:00
mutoe
95c1a5d7cb
chore: upgrade cypress
2022-12-02 00:04:55 +08:00
mutoe
aab063acc7
docs: add github action as CI/CD
2022-12-01 23:49:38 +08:00
mutoe
718eca652e
ci: fix github action cache key
2022-12-01 23:45:27 +08:00
mutoe
5173b4a4dd
ci: fix cypress cache issue
2022-12-01 23:36:43 +08:00
mutoe
98d7f38a56
fix: login and register error message issue
2022-12-01 23:03:32 +08:00
mutoe
b3480f6eb1
chore: upgrade vue-tsc
2022-12-01 21:49:38 +08:00
mutron3k
5b7a0f72fa
Updating Vue Tsc link
...
"The original repository has been archived by the owner"
2022-12-01 21:49:38 +08:00
mutoe
7bbca095e1
ci: fix pipeline arguments
2022-12-01 21:34:46 +08:00
mutoe
d1e94c1efa
chore: change package manager to pnpm
2022-12-01 21:28:32 +08:00
mutoe
2028366292
chore: upgrade dependencies
2022-10-09 14:40:29 +08:00
mutoe
44279eb948
fix: type issue of e2e tests
2022-09-23 16:01:07 +08:00
mutoe
45dea6fbef
fix: cannot update password issue
2022-09-23 16:01:07 +08:00
mutoe
073587711e
chore: add TODO remark for api issue
2022-09-23 16:01:07 +08:00
zhang.kaiyu
a8bd1605bb
fix:vscode ts2307
2022-07-14 13:13:23 +08:00
jettison200
76c7405fa0
fix: remove horizontal overflow on article page
2022-07-14 13:12:31 +08:00
mutoe
e1c2706714
chore: upgrade dependencies
2022-06-12 02:57:13 +08:00
mutoe
662b349b3f
chore: upgrade lint rules for support cy.ts test file
2022-06-12 02:54:40 +08:00
mutoe
275cadd596
fix: type missing issue
2022-06-12 02:50:08 +08:00
mutoe
bb000036fd
fix: wrong follow profile api call
2022-06-12 02:17:16 +08:00
mutoe
5f725fa878
ci: add health check pipeline
2022-06-12 01:05:41 +08:00
mutoe
606cb8e764
refactor: using swagger-typescript-api instead of services
2022-06-12 00:53:30 +08:00
mutoe
954df75f75
fix: Object.entries need ESNext lib
2022-06-11 23:07:50 +08:00
mutoe
f27a3a5962
chore: remove useless file
2022-06-11 23:03:30 +08:00
dependabot[bot]
67fcc3c7e2
chore(deps): bump minimist from 1.2.5 to 1.2.6
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-11 22:08:27 +08:00
mutoe
cc464be582
docs: the second branch (ref-sugar) no longer maintained
2022-06-11 22:08:27 +08:00
mutoe
d03aa7a99c
ci: update pipeline setup
2022-06-11 22:08:27 +08:00
mutoe
ee0ce6db31
docs: update README.md
2022-06-11 21:37:07 +08:00