Commit graph

4686 commits

Author SHA1 Message Date
Renovate Bot
e89e2b89d8 Update dependency sass to v1.39.2
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2021-09-12 21:41:27 +02:00
renovate[bot]
39687d35b7
Update dependency @testing-library/react to v12.1.0 (#1499)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-12 01:23:10 +00:00
renovate[bot]
6a42339ead
Update dependency mermaid to v8.12.1 (#1491)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-12 03:02:28 +02:00
renovate[bot]
5f67cf50c4
Update dependency @craco/craco to v6.3.0 (#1498)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-12 02:59:15 +02:00
renovate[bot]
092f8b870d
Update i18next (#1495)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-12 02:55:29 +02:00
renovate[bot]
ad4e994e5d
Update dependency prettier to v2.4.0 (#1496)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Erik Michelson <github@erik.michelson.eu>
2021-09-12 02:53:33 +02:00
renovate[bot]
e5b72a3e5c
Update linters to v4.31.0 (#1497)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-12 02:48:08 +02:00
renovate[bot]
ac96de670b
Update definitely typed (#1490)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-12 02:47:07 +02:00
renovate[bot]
f87cdaea82
Update dependency react-bootstrap to v1.6.3 (#1492)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-12 02:43:18 +02:00
renovate[bot]
d98f766c09
Update dependency typescript to v4.4.3 (#1494)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-12 02:30:49 +02:00
David Mehren
bbca4ab1dd
Combine build & prebuild scripts
Yarn 2 does not support pre-scripts anymore

Signed-off-by: David Mehren <git@herrmehren.de>
2021-09-06 18:04:14 +02:00
David Mehren
af908a6489
Remove ts-loader
Nest uses Webpack only for monorepo projects.
As we have a standalone Nest application, we can remove
the webpack-only dependency to ts-loader.

See https://docs.nestjs.com/cli/overview#project-structure

Signed-off-by: David Mehren <git@herrmehren.de>
2021-09-06 18:02:42 +02:00
David Mehren
ed1dd428b7
Move eslint plugins to devDependencies
Signed-off-by: David Mehren <git@herrmehren.de>
2021-09-06 18:01:05 +02:00
David Mehren
49112647cb
Add missing implicit dependencies
Yarn PnP does not allow modules to
access implicit dependencies.
This adds the missing dependencies to express and source-map-support.

Signed-off-by: David Mehren <git@herrmehren.de>
2021-09-06 16:38:14 +02:00
David Mehren
6733456add
Setup Prettier plugins explicitly
Prettier can't autodetect the plugins with Yarn PnP,
as there is no node_modules folder.

Signed-off-by: David Mehren <git@herrmehren.de>
2021-09-06 16:37:10 +02:00
David Mehren
9395db2744
Remove typeRoots from tsconfig
As we got rid of the express types in
`./types`, we can also remove the
`typeRoots` setting.
This also allows ts-jest to find the Jest typings
when run with Yarn PnP.

Signed-off-by: David Mehren <git@herrmehren.de>
2021-09-06 16:35:54 +02:00
David Mehren
1f2067288a
Explicitly import URL
With Yarn PnP, URL is seems to not automatically be
part of the global scope.

Signed-off-by: David Mehren <git@herrmehren.de>
2021-09-06 16:32:24 +02:00
Renovate Bot
0852e76bdd Lock file maintenance
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2021-09-06 09:46:15 +02:00
Tilman Vatteroth
262208657c Remove deprecated code in basic markdown-it configurator
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2021-09-05 22:35:47 +02:00
Tilman Vatteroth
ec921f775c
Remove unneeded props interface (#1487)
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2021-09-05 21:37:01 +02:00
David Mehren
241164261e
Add REUSE license info for Yarn 2
Signed-off-by: David Mehren <git@herrmehren.de>
2021-09-05 18:22:47 +02:00
David Mehren
692300cdc9
CI: Use immutable flag and built-in caching
Signed-off-by: David Mehren <git@herrmehren.de>
2021-09-05 18:14:18 +02:00
David Mehren
921500efe9
Add yarn typescript plugin
Signed-off-by: David Mehren <git@herrmehren.de>
2021-09-05 18:07:06 +02:00
David Mehren
75563a0343
Add yarn interactive-tools plugin
Signed-off-by: David Mehren <git@herrmehren.de>
2021-09-05 18:06:39 +02:00
David Mehren
7ef881d829
Setup .gitignore for Yarn 2
Signed-off-by: David Mehren <git@herrmehren.de>
2021-09-05 18:05:26 +02:00
David Mehren
485ca2f043
Install & configure Yarn 2
Signed-off-by: David Mehren <git@herrmehren.de>
2021-09-05 18:04:08 +02:00
Renovate Bot
6948de51e1
chore(deps): update dependency mkdocs-material to v7.3.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2021-09-23 09:07:52 +00:00
Tilman Vatteroth
7ec956e5c3
Remove document content (#1470)
* Merge documentContent and markdownContent

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>

* Add hook for markdown content without frontmatter

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>

* Use hook for export

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>

* Let subcomponent handle the markdown content

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2021-09-05 14:27:44 +02:00
Tilman Vatteroth
bb0dd4d935 Replace imsize with @hedgedoc/markdown-it-image-size
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2021-09-05 14:09:29 +02:00
Renovate Bot
7aec58f847 Update dependency react-redux to v7.2.5
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2021-09-04 22:44:42 +02:00
Renovate Bot
9dda77656d Update dependency @hedgedoc/html-to-react to v1.1.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2021-09-04 20:06:25 +02:00
Renovate Bot
0b61b34f18 Update dependency @hedgedoc/markdown-it-task-lists to v1.0.2
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2021-09-04 17:25:26 +02:00
Renovate Bot
03f0ea865d Update dependency react-use to v17.3.1
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2021-09-04 15:58:09 +02:00
Renovate Bot
d2e8f4881f Update dependency react-router-dom to v5.3.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2021-09-04 15:55:26 +02:00
Renovate Bot
527aaf4a4f Update dependency katex to v0.13.18
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2021-09-04 15:47:27 +02:00
Renovate Bot
9797ab4215 Update linters to v4.30.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2021-09-04 15:26:16 +02:00
Renovate Bot
8a1781b5c9 Update dependency sass to v1.39.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2021-09-04 15:25:46 +02:00
Renovate Bot
1cd5c695c3 Update dependency i18next to v20.6.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2021-09-04 15:24:24 +02:00
Renovate Bot
e7c34c94ac Update dependency @types/luxon to v2.0.2
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2021-09-04 15:22:20 +02:00
Renovate Bot
d45a0b1751 Update dependency @testing-library/cypress to v8.0.1
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2021-09-04 15:21:30 +02:00
Renovate Bot
e8202bd707 Update dependency emoji-picker-element to v1.8.1
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2021-09-04 15:21:04 +02:00
Renovate Bot
21e43b7083 Lock file maintenance
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2021-09-02 11:29:27 +02:00
Erik Michelson
04e16d8880
Move frontmatter extraction from renderer to redux (#1413) 2021-09-02 11:15:31 +02:00
Tilman Vatteroth
7fb7c55877
Replace i18next-http-backend with i18next-resources-to-backend (#1466)
* Replace i18next-http-backend with i18next-resources-to-backend

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2021-08-31 20:40:33 +00:00
Tilman Vatteroth
dee494386a
Replace custom gist implementation with github rendering (#1436)
* Replace custom gist implementation with github rendering

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2021-08-31 20:37:33 +00:00
Tilman Vatteroth
64443a3b64
Fix missing scrollbars for abcjs overflow (#1469)
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2021-08-31 22:25:06 +02:00
Tilman Vatteroth
90ae3c1f76
Fix DoS in CSV parser (#1467)
* Fix DoS in CSV parser

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2021-08-31 22:23:18 +02:00
Tilman Vatteroth
553e9f8ead
Rework notifications (#1465)
* Rework notifications

- dispatchUINotification returns a promise that contains the notification id
- notifications use i18n instead of plain text

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>

* Reformat code

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2021-08-31 22:21:29 +02:00
Erik Michelson
808601eaba
Restructure CodeMirror imports + syntax highlighting (#1464) 2021-08-29 20:34:07 +02:00
renovate[bot]
98f1433b9e
Update dependency fork-awesome to v1.2.0 (#1453)
* Update dependency fork-awesome to v1.2.0

Signed-off-by: Renovate Bot <bot@renovateapp.com>

* Move fork awesome icon definition

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>

* Add icons of fork awesome 1.2

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>

* Reorganize icon name list

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2021-08-29 19:41:09 +02:00