renovate[bot]
ae68fd879c
chore(deps): update codemirror
...
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-02-19 08:06:52 +01:00
renovate[bot]
7e4b7680bc
chore(deps): update testing-library
...
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-02-19 08:06:08 +01:00
renovate[bot]
6b24399668
chore(deps): update dependency @types/node to v18.14.0
...
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-02-19 08:04:22 +01:00
renovate[bot]
77e594ce14
chore(deps): update dependency cypress to v12.6.0
...
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-02-19 08:04:06 +01:00
renovate[bot]
b8073841e2
chore(deps): update dependency turbo to v1.8.1
...
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-02-19 08:03:30 +01:00
renovate[bot]
6e98c20f73
fix(deps): update vega
...
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-02-19 04:25:29 +00:00
renovate[bot]
96ebb38893
fix(deps): update nestjs packages to v9.3.9
...
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-02-19 00:31:39 +00:00
renovate[bot]
0848792af0
chore(deps): update test packages to v29.4.3
...
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-02-18 21:42:18 +00:00
renovate[bot]
2c76ab1214
chore(deps): update node.js to 045b1a1
...
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-02-18 21:58:54 +01:00
renovate[bot]
378799d3b5
fix(deps): update dependency markdown-it-anchor to v8.6.7
...
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-02-18 21:57:49 +01:00
renovate[bot]
2b31807cdd
fix(deps): update dependency yjs to v13.5.46
...
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-02-18 21:54:27 +01:00
renovate[bot]
9a41f87bd9
fix(deps): update dependency ws to v8.12.1
...
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-02-18 21:50:25 +01:00
renovate[bot]
57aad0ffa2
fix(deps): update dependency react-bootstrap to v2.7.2
...
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-02-18 21:47:35 +01:00
renovate[bot]
a6d4ea492f
chore(deps): update dependency eslint-plugin-testing-library to v5.10.2
...
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-02-18 21:46:49 +01:00
renovate[bot]
e58ae7482a
chore(deps): update dependency @jest/types to v29.4.3
...
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-02-18 20:50:57 +01:00
renovate[bot]
5c707ecfde
fix(deps): update dependency sass to v1.58.3
...
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-02-18 20:50:25 +01:00
renovate[bot]
84eb8d0d00
chore(deps): update dependency @types/react-dom to v18.0.11
...
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-02-18 20:05:01 +01:00
renovate[bot]
8dc7190140
fix(deps): update dependency dompurify to v2.4.4
...
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-02-18 20:02:55 +01:00
renovate[bot]
d5645c7bfd
chore(deps): update dependency mkdocs-material to v9.0.13
...
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-02-18 20:02:27 +01:00
renovate[bot]
9360e9553e
fix(deps): update dependency i18next to v22.4.10
...
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-02-18 20:01:45 +01:00
renovate[bot]
ea76346233
chore(deps): update node.js to 78fa26e
...
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-02-18 15:21:10 +00:00
renovate[bot]
40ddf2a7c6
chore(deps): update codemirror
...
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-02-18 16:09:12 +01:00
Erik Michelson
7c9f2aa3be
chore(reuse): add cc-by-4.0 license
...
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
2023-02-18 15:57:44 +01:00
Erik Michelson
eec3fcfe13
ci(caching): do not cache by node-version
...
As we cache the yarn cache and not the node_modules, we can safely ignore the node version in the cache key.
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
2023-02-18 15:57:44 +01:00
Erik Michelson
51365bae59
ci(caching): add cleanup workflow
...
This workflow is recommended by GitHub (docs: https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#force-deleting-cache-entries ) to remove caches for closed PRs as every PR writes their own cache.
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
2023-02-18 15:57:44 +01:00
Erik Michelson
b8f6910fe2
ci(caching): use cache-key without hash and docker cache without max setting
...
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
2023-02-18 15:57:44 +01:00
renovate[bot]
aadedb698a
fix(deps): update dependency abcjs to v6.1.9
...
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-02-18 14:34:26 +01:00
Erik Michelson
97216e78ff
fix(tests): add license field to frontmatter
...
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
2023-02-18 14:05:56 +01:00
Erik Michelson
90ae3e2e75
test(e2e): add cypress test for license frontmatter
...
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
2023-02-13 18:10:51 +01:00
Erik Michelson
cf34df21b7
feat: add license frontmatter field for link header
...
This commit adds the "license" frontmatter property which sets a link with the "license" relation in the head of the HTML page.
Furthermore, this commit restructures the other head elements for a note altogether into a single component that can be used to inject all head elements at once.
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
2023-02-13 18:10:51 +01:00
Tilman Vatteroth
91e7056882
fix(frontend e2e): name of iframe capsule test
...
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2023-02-13 18:06:17 +01:00
Tilman Vatteroth
9ff9c2de27
deps: add dotenv to read env files
...
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2023-02-13 18:06:17 +01:00
renovate[bot]
dfd3addd6c
chore(deps): lock file maintenance
...
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-02-13 05:40:33 +00:00
Tilman Vatteroth
57bfca7b15
fix(frontend): refactor api error handling
...
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2023-02-12 22:10:31 +01:00
Tilman Vatteroth
e93144eb40
fix: add .env to gitignore
...
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2023-02-12 22:10:31 +01:00
Tilman Vatteroth
32127b14cb
fix: move nvmrc into root directory
...
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2023-02-12 22:10:31 +01:00
David Mehren
9e78776412
refactor(notes-service): use default-access-level & cleanup createNote
...
Signed-off-by: David Mehren <git@herrmehren.de>
2023-02-12 20:42:10 +01:00
David Mehren
cdc9ebd352
refactor(default-access-level): rename from default-access-permission
...
Signed-off-by: David Mehren <git@herrmehren.de>
2023-02-12 20:42:10 +01:00
David Mehren
1d1c367309
ci: disable renovate auto-rebase
...
Save CI resources by not rebasing unnecessarily
Signed-off-by: David Mehren <git@herrmehren.de>
2023-02-12 20:20:15 +01:00
renovate[bot]
acb920a4b6
fix(deps): update dependency @uiw/react-codemirror to v4.19.9
...
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-02-12 11:59:10 +01:00
renovate[bot]
0eb49954b4
chore(deps): update dependency @types/express-session to v1.17.6
...
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-02-12 02:06:59 +00:00
renovate[bot]
3e8756ed54
chore(deps): update dependency @types/react to v18.0.28
...
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-02-11 19:44:05 +00:00
renovate[bot]
06a9c3f6dd
chore(deps): update node.js to 992dd13
...
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-02-11 17:37:11 +00:00
renovate[bot]
d0776f8620
chore(deps): update node.js to 45748c3
...
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-02-11 17:30:06 +00:00
renovate[bot]
4bf672c736
chore(deps): lock file maintenance
...
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-02-11 10:44:23 +01:00
renovate[bot]
35d02a945f
chore(deps): update dependency eslint to v8.34.0
...
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-02-11 10:43:28 +01:00
renovate[bot]
29f79f5cdd
fix(deps): update nestjs packages
...
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-02-11 10:37:57 +01:00
renovate[bot]
f34e0ac588
fix(deps): update dependency @uiw/react-codemirror to v4.19.8
...
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-02-11 10:34:56 +01:00
renovate[bot]
2eb5aad0f2
fix(deps): update dependency joi to v17.7.1
...
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-02-11 10:28:16 +01:00
renovate[bot]
51049b7c36
fix(deps): update dependency react-bootstrap to v2.7.1
...
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-02-11 10:27:38 +01:00