Commit Graph

862 Commits

Author SHA1 Message Date
Mathias Schopmans
4b5a7abbc9 chore: add .prettierrc and commit fixed files 2024-03-11 10:40:14 +01:00
Mathias Schopmans
f15164c5cd chore: add husky and commit-hook to use prettier 2024-03-11 10:40:14 +01:00
Mathias Schopmans
064918ff4d chore: add prettier 2024-03-11 10:40:14 +01:00
Mathias Schopmans
81a15c9cd2 Initial commit from Create Next App 2024-03-11 10:40:14 +01:00
Mathias Schopmans
ab005e03b3 feat: cleanup 2024-03-11 10:40:14 +01:00
Semanticore Bot
1583363ab8 Release v3.6.0 2023-06-29 10:41:52 +02:00
renovate[bot]
fbb23ab3a3 chore(deps): update dependency @types/node to v18.16.18 2023-06-29 10:29:06 +02:00
renovate[bot]
12ed582864 chore(deps): update dependency react-router-dom to v6.14.0 2023-06-29 10:26:02 +02:00
renovate[bot]
4ae9299a1a chore(deps): update dependency jsdom to v22 2023-06-29 10:13:32 +02:00
renovate[bot]
9d53b95861 chore(deps): update react monorepo 2023-06-29 10:05:52 +02:00
renovate[bot]
769cc9056b chore(deps): update dependency xml2js to v0.6.0 2023-06-29 10:00:17 +02:00
renovate[bot]
28aed80c23 chore(deps): update dependency react-icons to v4.10.1 2023-06-29 09:35:31 +02:00
renovate[bot]
fcc770168d chore(deps): update dependency d3 to v7.8.5 2023-06-28 17:13:50 +02:00
Stefan Rotsch
dd9ce8ed77 refactor: remove test code 2023-06-28 17:02:25 +02:00
Danny Koppenhagen
0d2265c57e refactor: prevent duplicated title for index page by making prop optional 2023-06-28 17:02:25 +02:00
Danny Koppenhagen
810db6aea6 feat: allow to define format for page title
respect this config option also when generating static content.

closes #376
2023-06-28 17:02:25 +02:00
Danny Koppenhagen
8876d3b1c7 fix: remove <noscript> when static content is generated and rendered already 2023-06-28 17:02:25 +02:00
Semanticore Bot
3dcb9075b7 Release v3.5.3 2023-06-01 16:53:34 +02:00
Stefan Rotsch
9948712690 style: run prettier on pre-commit hook 2023-06-01 16:49:41 +02:00
renovate[bot]
b82d5a9da9 chore(deps): update react monorepo 2023-06-01 15:59:13 +02:00
Stefan Rotsch
8dd67b76eb chore(deps): remove unused dependency yaml 2023-06-01 15:54:10 +02:00
renovate[bot]
398b3026db chore(deps): update dependency highlight.js to v11.8.0 2023-06-01 15:38:37 +02:00
renovate[bot]
c1a0c194e0 chore(deps): update dependency @types/marked to v4.3.1 2023-06-01 15:34:29 +02:00
renovate[bot]
a73708548a chore(deps): update dependency @types/react-modal to v3.16.0 2023-06-01 15:28:48 +02:00
renovate[bot]
2e2def59df chore(deps): update dependency @types/node to v18.16.16 2023-06-01 15:24:01 +02:00
renovate[bot]
b0820aa5e1 chore(deps): update dependency @types/jest to v29.5.2 2023-06-01 15:16:34 +02:00
renovate[bot]
f0276509db chore(deps): update dependency jsdom to v21.1.2 2023-06-01 15:14:08 +02:00
renovate[bot]
eeb40569ff chore(deps): update dependency sass to v1.62.1 2023-06-01 15:09:30 +02:00
renovate[bot]
fcd15907b5 chore(deps): update dependency @typescript-eslint/parser to v5.59.8 2023-06-01 15:06:07 +02:00
renovate[bot]
90863555ee chore(deps): update dependency eslint to v8.41.0 2023-06-01 14:28:03 +02:00
Stefan Rotsch
34e6f0eb8b build(deps): update transitive dependency xml2js to v0.5.0 2023-06-01 14:22:53 +02:00
renovate[bot]
37dbc4edd3 chore(deps): update dependency yaml to v2.2.2 [security] 2023-06-01 14:00:32 +02:00
Eddie Whiteside
3b272dacb3 fix: deterministic behaviour for radar by storing the random fractions when generating rd.json (#372)
* Store the random blip positions when generating rd.json

Fixes: https://github.com/AOEpeople/aoe_technology_radar/issues/148

Simple solution to creating stable blips is to store the randomly generated angle and radius in rg.json.

Attempted a few hash functions but found it hard to spread blips 'nicely'
(they tended to clump into groups or sections of the radar).

* distribute points within .1 and .9 of the arc

---------

Co-authored-by: Bastian Ike <bastian.ike@bare.id>
2023-06-01 12:01:42 +02:00
Danny Koppenhagen
71e397459f fix: generate static files content
closes #327
2023-06-01 11:45:13 +02:00
Semanticore Bot
a81221573a Release v3.5.2 2023-04-14 16:48:52 +02:00
Bastian Ike
24a295cb8d fix build 2023-04-14 16:46:39 +02:00
Semanticore Bot
9625510467 Release v3.5.1 2023-04-14 16:35:02 +02:00
dependabot[bot]
cd1441014d build(deps): bump webpack from 5.72.1 to 5.79.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.72.1 to 5.79.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.72.1...v5.79.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-14 16:30:22 +02:00
renovate[bot]
114534c138 chore(deps): update dependency @typescript-eslint/parser to v5.58.0 2023-04-14 16:28:02 +02:00
renovate[bot]
e906c79aad chore(deps): update dependency eslint to v8.38.0 2023-04-14 16:27:41 +02:00
renovate[bot]
58a31cb806 chore(deps): update actions/setup-go action to v4 2023-04-14 16:26:23 +02:00
renovate[bot]
cd98daa288 chore(deps): update dependency marked to v4.3.0 2023-04-14 16:25:51 +02:00
renovate[bot]
af11d27cad chore(deps): update dependency @types/jest to v29.5.0 2023-04-14 16:25:34 +02:00
renovate[bot]
14effde006 chore(deps): update dependency fs-extra to v11.1.1 2023-04-14 16:25:18 +02:00
renovate[bot]
62b2657d19 chore(deps): update dependency d3 to v7.8.4 2023-04-14 16:21:31 +02:00
renovate[bot]
d469d428b2 chore(deps): update dependency sass to v1.62.0 2023-04-14 16:20:18 +02:00
renovate[bot]
9799892ca8 chore(deps): update dependency @types/react to v18.0.35 2023-04-14 16:19:44 +02:00
renovate[bot]
ff9c013bf5 chore(deps): update dependency react-router-dom to v6.10.0 2023-04-14 16:18:57 +02:00
renovate[bot]
4144445d2c chore(deps): update dependency eslint-config-prettier to v8.8.0 2023-04-14 16:18:32 +02:00
renovate[bot]
8768d10966 chore(deps): update dependency react-icons to v4.8.0 2023-04-14 16:18:15 +02:00