aboutsummaryrefslogtreecommitdiffstats
path: root/webui/package-lock.json
Commit message (Collapse)AuthorAgeFilesLines
* Add emoji rendering support via remark-gemojiSascha2021-04-071-3/+23
|
* Merge pull request #520 from ↵Michael Muré2021-02-281-17/+14
|\ | | | | | | | | MichaelMure/dependabot/npm_and_yarn/webui/node-notifier-8.0.1 build(deps): [security] bump node-notifier from 8.0.0 to 8.0.1 in /webui
| * build(deps): [security] bump node-notifier from 8.0.0 to 8.0.1 in /webuidependabot-preview[bot]2020-12-211-17/+14
| | | | | | | | | | | | | | | | Bumps [node-notifier](https://github.com/mikaelbr/node-notifier) from 8.0.0 to 8.0.1. **This update includes a security fix.** - [Release notes](https://github.com/mikaelbr/node-notifier/releases) - [Changelog](https://github.com/mikaelbr/node-notifier/blob/v8.0.1/CHANGELOG.md) - [Commits](https://github.com/mikaelbr/node-notifier/compare/v8.0.0...v8.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #536 from ↵Cláudio Silva2021-02-111-14/+475
|\ \ | | | | | | | | | | | | MichaelMure/dependabot/npm_and_yarn/webui/graphql-tools/git-loader-6.2.6 build(deps): [security] bump @graphql-tools/git-loader from 6.2.4 to 6.2.6 in /webui
| * | build(deps): [security] bump @graphql-tools/git-loader in /webuidependabot-preview[bot]2021-01-291-14/+475
| |/ | | | | | | | | | | | | | | Bumps [@graphql-tools/git-loader](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/loaders/git) from 6.2.4 to 6.2.6. **This update includes a security fix.** - [Release notes](https://github.com/ardatan/graphql-tools/releases) - [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/loaders/git/CHANGELOG.md) - [Commits](https://github.com/ardatan/graphql-tools/commits/@graphql-tools/git-loader@6.2.6/packages/loaders/git) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #517 from MichaelMure/dependabot/npm_and_yarn/webui/ini-1.3.8Cláudio Silva2021-02-051-3/+3
|\ \ | | | | | | build(deps): [security] bump ini from 1.3.5 to 1.3.8 in /webui
| * | build(deps): [security] bump ini from 1.3.5 to 1.3.8 in /webuidependabot-preview[bot]2020-12-141-3/+3
| |/ | | | | | | | | | | | | Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. **This update includes a security fix.** - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* / Partial commit to #158Cláudio2021-01-241-3/+3
|/ | | | - Prettier package update to fix CRLF problem when running on Windows
* webui: dependencies upgradesQuentin Gliech2020-09-301-7492/+7764
| | | | | | | | | | | | | | | | Most upgrades are minor version without breaking changes. One big upgrade is Apollo 2 -> 3, which required a few changes in the Apollo setup (see src/apollo.ts). Other changes are due to changes in Prettier, requiring to add parenthesis around arrow function parameters. Because of an incompatibility in older version of typescript-eslint with newer versions of typescript, I had to switch to the "next" unstable version of react-scripts. It should not break stuff though. See typescript-eslint/typescript-eslint#2442
* build(deps): [security] bump minimist from 1.2.0 to 1.2.5 in /webuidependabot-preview[bot]2020-06-141-86/+11
| | | | | | | Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.5. **This update includes security fixes.** - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.0...1.2.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* webui: update some depsMichael Muré2020-06-141-3439/+6438
|
* build(deps): [security] bump acorn from 5.7.3 to 5.7.4 in /webuidependabot-preview[bot]2020-03-131-15/+15
| | | | | | | Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. **This update includes a security fix.** - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* webui: create comment formQuentin Gliech2020-02-131-0/+5
|
* webui: lint graphql filesQuentin Gliech2020-02-111-0/+55
|
* webui: typecheck remaining bug list componentsQuentin Gliech2020-02-111-3/+8
|
* webui: convert bug list to typescriptQuentin Gliech2020-02-111-10/+65
|
* webui: generate TS types for graphql queriesQuentin Gliech2020-02-111-110/+482
|
* webui: transform index and App to TypeScriptludovicm672020-02-111-0/+27
|
* webui: upgrade packages + add some typescript dependenciesludovicm672020-02-111-2615/+4834
|
* webui: enhance the issue list pageQuentin Gliech2020-01-241-29/+38
| | | | | | This starts some ground work for filtering & moves the pagination logic in the query params. Also has a nice loading placeholder.
* webui: use the IntrospectionFragmentMatcher & update dependenciesQuentin Gliech2020-01-211-2502/+5439
|
* webui: Fix bug listing styleQuentin Gliech2019-09-041-9/+9
|
* webui: upgrade to material-ui 4Michael Muré2019-08-311-287/+263
|
* webui: update react-scriptsMichael Muré2019-08-311-7497/+4120
|
* Merge pull request #160 from ↵Michael Muré2019-06-061-3/+3
|\ | | | | | | | | MichaelMure/dependabot/npm_and_yarn/webui/js-yaml-3.13.1 build(deps): bump js-yaml from 3.13.0 to 3.13.1 in /webui
| * build(deps): bump js-yaml from 3.13.0 to 3.13.1 in /webuidependabot[bot]2019-06-051-3/+3
| | | | | | | | | | | | Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.13.0 to 3.13.1. - [Release notes](https://github.com/nodeca/js-yaml/releases) - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/3.13.0...3.13.1)
* | build(deps): bump handlebars from 4.1.1 to 4.1.2 in /webuidependabot[bot]2019-06-051-3/+3
|/ | | | | | | | Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.1...v4.1.2) Signed-off-by: dependabot[bot] <support@github.com>
* build(deps): [security] bump tar from 4.4.1 to 4.4.9 in /webuidependabot-preview[bot]2019-06-031-36/+61
| | | | | Bumps [tar](https://github.com/npm/node-tar) from 4.4.1 to 4.4.9. **This update includes security fixes.** - [Release notes](https://github.com/npm/node-tar/releases) - [Commits](https://github.com/npm/node-tar/compare/v4.4.1...v4.4.9)
* webui: Render markdownQuentin Gliech2019-05-221-9/+343
|
* webui: Bump dependenciesQuentin Gliech2019-05-221-25/+27
|
* webui: Rework paginationQuentin Gliech2019-05-221-22/+170
|
* webui: Upgrade dependenciesQuentin Gliech2019-03-301-2412/+3813
| | | | | | | | | | | | | | | | | | @material-ui/core: 1.5.1 → 3.9.3 @material-ui/icons: 2.0.3 → 3.0.2 apollo-boost: 0.1.23 → 0.3.1 graphql: 14.0.2 → 14.2.0 moment: 2.23.0 → 2.24.0 react: 16.7.0 → 16.8.6 react-apollo: 2.3.3 → 2.5.3 react-dom: 16.7.0 → 16.8.6 react-router: 4.3.1 → 5.0.0 react-router-dom: 4.3.1 → 5.0.0 react-scripts: 2.1.3 → 2.1.8 eslint-config-prettier: 3.3.0 → 4.1.0 eslint-plugin-prettier: 2.7.0 → 3.0.1 prettier: 1.15.3 → 1.16.4
* upgrade webui dependencyMichael Muré2019-01-071-282/+413
|
* webui: upgrade npm dependencies to fix ↵Michael Muré2018-12-231-4837/+8666
| | | | https://nvd.nist.gov/vuln/detail/CVE-2018-16469
* webui: Format everything with prettierQuentin Gliech2018-08-191-0/+47
|
* webui: revamp the bug listMichael Muré2018-08-141-2355/+2763
|
* Basic WebUIQuentin Gliech2018-07-221-2325/+2558
| | | | Based on Material-UI, react-router and react-apollo
* add compiled webuiMichael Muré2018-07-181-4/+9
|
* cleanup webuiMichael Muré2018-07-171-7/+21
|
* add the infrastructure for an embedded web UI + commandMichael Muré2018-07-161-0/+11258