dependabot[bot]
54152e5a0b
Bump marked from 2.1.3 to 4.0.10
...
Bumps [marked](https://github.com/markedjs/marked ) from 2.1.3 to 4.0.10.
- [Release notes](https://github.com/markedjs/marked/releases )
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json )
- [Commits](https://github.com/markedjs/marked/compare/v2.1.3...v4.0.10 )
---
updated-dependencies:
- dependency-name: marked
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-04 17:08:52 +01:00
dependabot[bot]
bf01bab726
build(deps): bump url-parse from 1.5.7 to 1.5.10
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.5.7 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.7...1.5.10 )
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-02 12:08:17 +01:00
dependabot[bot]
1732867261
build(deps): bump follow-redirects from 1.14.7 to 1.14.8
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-23 18:33:41 +01:00
dependabot[bot]
d12c0928b3
build(deps): bump url-parse from 1.5.3 to 1.5.7
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.5.3 to 1.5.7.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.7 )
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-23 18:33:33 +01:00
Christian Köberl
39618b7e9e
fix: make build work with npm
2022-02-14 08:22:15 +01:00
Danny Koppenhagen
fcdbb403e6
docs: move editLink config into readme
2022-02-02 15:18:36 +01:00
Danny Koppenhagen
72883ca20c
refactor: return null when editLink config is not defined
2022-02-02 15:18:36 +01:00
Danny Koppenhagen
7e65a17e7c
feat: provide edito button to jump directly to the item in a repo
...
closes #115
2022-02-02 15:18:36 +01:00
dependabot[bot]
95fefb55ff
Bump nanoid from 3.1.28 to 3.2.0
...
Bumps [nanoid](https://github.com/ai/nanoid ) from 3.1.28 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases )
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ai/nanoid/compare/3.1.28...3.2.0 )
---
updated-dependencies:
- dependency-name: nanoid
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-30 19:03:33 +01:00
dependabot[bot]
c2bd8dd3e4
Bump follow-redirects from 1.14.4 to 1.14.7
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.4 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.4...v1.14.7 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-17 17:32:02 +01:00
Danny Koppenhagen
d226eeb526
fix: use correct default flag type
...
closes #118
2022-01-11 22:32:29 +01:00
Danny Koppenhagen
dc84d19236
feat: allow to use custom date output formats
...
closes #116
2022-01-11 15:39:13 +01:00
Danny Koppenhagen
e0113c446d
feat: sanitize HTML in footer
...
moved sanitize function into a separate file including some simple tests
closes #91
2022-01-11 15:38:16 +01:00
Bastian Ike
5a5928f2dd
Merge remote-tracking branch 'jar0s/feature/radar-chart'
2022-01-07 13:25:05 +01:00
Bastian Ike
e89e9ff3a6
release v3.1.2
2022-01-06 16:55:05 +01:00
Tom Clift
cba3767195
feat: config.json option to show empty rings
...
The `showEmptyRings` option in `config.ts` can now be set via
`config.json`. This enables display of headers for rings that contain no
items.
2021-12-02 15:01:44 +01:00
Tom Clift
5c37fdf26e
fix: sanitize-html missing types
...
Fix error for dependent package builds missing `@types/sanitize-html` by
moving from a dev depdendency to a regular dependency.
refs AOEpeople/aoe_technology_radar#106
2021-12-02 15:00:10 +01:00
Bastian Ike
1c5ce4c590
public package
2021-11-12 09:54:25 +01:00
Bastian Ike
b0d5f2f6f7
v3.1.1, npm release
2021-11-12 09:50:21 +01:00
Danny Koppenhagen
70ea8d5bcd
feat: define rings and quadrants via config file
...
closes #96
2021-11-11 13:43:55 +01:00
Danny Koppenhagen
8d28e4c3a3
style: remove log
2021-11-11 12:00:01 +01:00
Danny Koppenhagen
22cafc34fa
feat: anitize descriptions on help page
...
allow to customize description content by sanitizing it's content
closes #102
2021-11-11 12:00:01 +01:00
Danny Koppenhagen
b672ee7cb5
style(messages): sort messages by alphanum
2021-11-10 19:29:22 +00:00
Danny Koppenhagen
8b052b6221
feat(Footer): make Footer texts configurable
2021-11-10 19:29:22 +00:00
Danny Koppenhagen
887d4cd9c3
feat(Header): make Header texts configurable
2021-11-10 19:29:22 +00:00
Danny Koppenhagen
9d2efc10d9
feat(RevisionsText): make RevisionsText prefix configurable
2021-11-10 19:29:22 +00:00
Danny Koppenhagen
1e3433274b
feat(PageHelp): make PageHelp messages configurable
2021-11-10 19:29:22 +00:00
Danny Koppenhagen
265a8318b0
feat(PageIndex): make PageIndex published text configurable
2021-11-10 19:29:22 +00:00
Danny Koppenhagen
a509e0a0da
feat(PageItem): make PageItem back to quadrant overview text configurable
2021-11-10 19:29:22 +00:00
Danny Koppenhagen
0e180cc841
feat(PageOverview): make PageOverview title text configurable
2021-11-10 19:29:22 +00:00
Danny Koppenhagen
1f01f6ccb6
feat(Search): make search placeholder text configurable
2021-11-10 19:29:22 +00:00
Danny Koppenhagen
c8a3b528b8
feat(SocialLink): add fallback to FaExternalLinkAlt
...
this will be used, when no iconName is provided
2021-11-10 19:29:22 +00:00
Mathias Schopmans
5a5dbee6f5
Merge pull request #79 from AOEpeople/dependabot/npm_and_yarn/dns-packet-1.3.4
...
Bump dns-packet from 1.3.1 to 1.3.4
2021-10-15 08:41:28 +02:00
Mathias Schopmans
f69bb23878
Merge pull request #75 from AOEpeople/dependabot/npm_and_yarn/hosted-git-info-2.8.9
...
Bump hosted-git-info from 2.8.8 to 2.8.9
2021-10-15 08:40:59 +02:00
Mathias Schopmans
5a4361c83a
Merge pull request #72 from AOEpeople/dependabot/npm_and_yarn/ssri-6.0.2
...
Bump ssri from 6.0.1 to 6.0.2
2021-10-15 08:40:46 +02:00
Mathias Schopmans
127a7a9c48
Merge pull request #69 from AOEpeople/dependabot/npm_and_yarn/elliptic-6.5.4
...
Bump elliptic from 6.5.3 to 6.5.4
2021-10-15 08:38:53 +02:00
Mathias Schopmans
12b53e7923
Merge pull request #94 from AOEpeople/dependabot/npm_and_yarn/tar-6.1.11
...
Bump tar from 6.1.0 to 6.1.11
2021-10-15 08:38:16 +02:00
Mathias Schopmans
f9eac8d0dc
Merge pull request #95 from AOEpeople/dependabot/npm_and_yarn/tmpl-1.0.5
...
Bump tmpl from 1.0.4 to 1.0.5
2021-10-15 08:37:48 +02:00
Mathias Schopmans
a873cfe412
Merge pull request #98 from AOEpeople/dependabot/npm_and_yarn/url-parse-1.5.3
...
Bump url-parse from 1.5.1 to 1.5.3
2021-10-15 08:37:22 +02:00
dependabot[bot]
1ba037430b
Bump url-parse from 1.5.1 to 1.5.3
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.5.1 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.3 )
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-10-06 22:38:23 +00:00
dennis.ludwig
ffd5fb5e7e
feat: Upgrade husky
2021-09-28 11:36:15 +02:00
dennis.ludwig
8614314b00
feat: upgrade minor and bug versions of dependencies
2021-09-28 10:49:53 +02:00
dennis.ludwig
bce561a0ac
feat: upgrade minor and bug versions of dependencies
2021-09-28 10:40:18 +02:00
dependabot[bot]
192a0753c7
Bump tmpl from 1.0.4 to 1.0.5
...
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl ) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases )
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5 )
---
updated-dependencies:
- dependency-name: tmpl
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-09-22 05:01:59 +00:00
dependabot[bot]
c906536513
Bump tar from 6.1.0 to 6.1.11
...
Bumps [tar](https://github.com/npm/node-tar ) from 6.1.0 to 6.1.11.
- [Release notes](https://github.com/npm/node-tar/releases )
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/npm/node-tar/compare/v6.1.0...v6.1.11 )
---
updated-dependencies:
- dependency-name: tar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-09-01 02:28:38 +00:00
dennis.ludwig
8bf898c486
Fix some a11y bugs
2021-07-06 16:21:48 +02:00
dennis.ludwig
3ae49882f0
Fix some a11y bugs
2021-07-06 15:46:29 +02:00
dennis.ludwig
a02f721d88
update changelog
2021-07-02 16:05:43 +02:00
dennis.ludwig
53084ad3d2
remove unnecessary check of existing rd.json on build
2021-07-02 15:52:07 +02:00
dennis.ludwig
291b553618
Add changelog for version 3.0.0
2021-07-02 14:47:24 +02:00