Commit Graph

3325 Commits

Author SHA1 Message Date
Matthias
c06e290290
Merge pull request #1181 from freqtrade/dependabot/npm_and_yarn/main/bootstrap-vue-next-0.8.0
build(deps): bump bootstrap-vue-next from 0.7.3 to 0.8.0
2023-04-06 19:47:22 +02:00
Matthias
8aaa9f25fb Improve test resilience 2023-04-06 18:22:28 +02:00
Matthias
554ada9fd0 Fix remaining type error 2023-04-06 07:17:29 +02:00
Matthias
2d4a8cad93 Types in backtestResultView 2023-04-06 07:16:57 +02:00
Matthias
3645f14da1 Update botcomparison type error 2023-04-06 07:15:14 +02:00
Matthias
213b5c3af1 Update tradeList to fix types 2023-04-06 07:15:05 +02:00
Matthias
b08e1286c9 Fix some type errors with bootstrap table 2023-04-05 21:11:46 +02:00
Matthias
daf7bdf318
Merge pull request #1182 from freqtrade/dependabot/npm_and_yarn/main/vuepic/vue-datepicker-4.3.0
build(deps): bump @vuepic/vue-datepicker from 4.2.3 to 4.3.0
2023-04-05 09:57:39 +02:00
dependabot[bot]
fa01c39b5b
build(deps): bump bootstrap-vue-next from 0.7.3 to 0.8.0
Bumps [bootstrap-vue-next](https://github.com/bootstrap-vue/bootstrap-vue-next) from 0.7.3 to 0.8.0.
- [Release notes](https://github.com/bootstrap-vue/bootstrap-vue-next/releases)
- [Commits](https://github.com/bootstrap-vue/bootstrap-vue-next/compare/v0.7.3...v0.8.0)

---
updated-dependencies:
- dependency-name: bootstrap-vue-next
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-05 06:11:46 +00:00
Matthias
65b6b4fe54
Merge pull request #1184 from freqtrade/dependabot/npm_and_yarn/main/typescript-eslint/parser-5.57.1
build(deps-dev): bump @typescript-eslint/parser from 5.57.0 to 5.57.1
2023-04-05 08:10:56 +02:00
Matthias
789aec04b3
Merge pull request #1183 from freqtrade/dependabot/npm_and_yarn/main/core-js-3.30.0
build(deps): bump core-js from 3.29.1 to 3.30.0
2023-04-05 08:10:49 +02:00
dependabot[bot]
c6a0242fe9
build(deps-dev): bump @typescript-eslint/parser from 5.57.0 to 5.57.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.57.0 to 5.57.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.57.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-05 05:59:00 +00:00
dependabot[bot]
9a12b931ef
build(deps): bump core-js from 3.29.1 to 3.30.0
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.29.1 to 3.30.0.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.30.0/packages/core-js)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-05 05:57:59 +00:00
dependabot[bot]
2943f46546
build(deps): bump @vuepic/vue-datepicker from 4.2.3 to 4.3.0
Bumps [@vuepic/vue-datepicker](https://github.com/Vuepic/vue-datepicker) from 4.2.3 to 4.3.0.
- [Release notes](https://github.com/Vuepic/vue-datepicker/releases)
- [Commits](https://github.com/Vuepic/vue-datepicker/compare/v4.2.3...v4.3.0)

---
updated-dependencies:
- dependency-name: "@vuepic/vue-datepicker"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-05 05:57:45 +00:00
Matthias
e26431c891 Improve "recovery" behavior if UI is started before the bot is ready 2023-04-02 15:26:45 +02:00
Matthias
0644a49ca8 Reliably use setIsBotOnline 2023-04-02 15:26:05 +02:00
Matthias
8a7c6cbddc Cleanup unused code 2023-04-02 15:25:45 +02:00
Matthias
c8db6dfcca
Merge pull request #1179 from freqtrade/dependabot/npm_and_yarn/main/cypress-12.9.0
build(deps-dev): bump cypress from 12.8.1 to 12.9.0
2023-03-29 10:12:50 +02:00
dependabot[bot]
0afe73dbd9
build(deps-dev): bump cypress from 12.8.1 to 12.9.0
Bumps [cypress](https://github.com/cypress-io/cypress) from 12.8.1 to 12.9.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v12.8.1...v12.9.0)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-29 06:53:07 +00:00
Matthias
eb4aa6a220
Merge pull request #1177 from freqtrade/dependabot/npm_and_yarn/main/popperjs/core-2.11.7
build(deps): bump @popperjs/core from 2.11.6 to 2.11.7
2023-03-29 08:52:01 +02:00
Matthias
e4f4694900
Merge pull request #1180 from freqtrade/dependabot/npm_and_yarn/main/echarts-5.4.2
build(deps): bump echarts from 5.4.1 to 5.4.2
2023-03-29 08:51:54 +02:00
Matthias
4f1f369443
Merge pull request #1173 from freqtrade/dependabot/npm_and_yarn/main/sass-1.60.0
build(deps-dev): bump sass from 1.59.3 to 1.60.0
2023-03-29 08:51:36 +02:00
dependabot[bot]
ae422227d1
build(deps-dev): bump sass from 1.59.3 to 1.60.0
Bumps [sass](https://github.com/sass/dart-sass) from 1.59.3 to 1.60.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.59.3...1.60.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-29 06:33:50 +00:00
dependabot[bot]
e57b900ea7
build(deps): bump @popperjs/core from 2.11.6 to 2.11.7
Bumps [@popperjs/core](https://github.com/popperjs/popper-core) from 2.11.6 to 2.11.7.
- [Release notes](https://github.com/popperjs/popper-core/releases)
- [Commits](https://github.com/popperjs/popper-core/compare/v2.11.6...v2.11.7)

---
updated-dependencies:
- dependency-name: "@popperjs/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-29 06:33:32 +00:00
dependabot[bot]
d03ca200b9
build(deps): bump echarts from 5.4.1 to 5.4.2
Bumps [echarts](https://github.com/apache/echarts) from 5.4.1 to 5.4.2.
- [Release notes](https://github.com/apache/echarts/releases)
- [Commits](https://github.com/apache/echarts/compare/5.4.1...5.4.2)

---
updated-dependencies:
- dependency-name: echarts
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-29 06:33:20 +00:00
Matthias
8e3061ac49
Merge pull request #1176 from freqtrade/dependabot/npm_and_yarn/main/vuepic/vue-datepicker-4.2.3
build(deps): bump @vuepic/vue-datepicker from 4.2.2 to 4.2.3
2023-03-29 08:32:17 +02:00
Matthias
6f4bde250c
Merge pull request #1172 from freqtrade/dependabot/docker/nginx-1.23.4-alpine
build(deps): bump nginx from 1.23.3-alpine to 1.23.4-alpine
2023-03-29 08:31:54 +02:00
Matthias
8fd034d61d
Merge pull request #1174 from freqtrade/dependabot/npm_and_yarn/main/prettier-2.8.7
build(deps-dev): bump prettier from 2.8.6 to 2.8.7
2023-03-29 08:31:45 +02:00
Matthias
2d2d7a067c
Merge pull request #1178 from freqtrade/dependabot/npm_and_yarn/main/sass-loader-13.2.2
build(deps-dev): bump sass-loader from 13.2.1 to 13.2.2
2023-03-29 08:31:38 +02:00
Matthias
0b2a297e2b
Merge pull request #1175 from freqtrade/dependabot/npm_and_yarn/main/typescript-eslint/parser-5.57.0
build(deps-dev): bump @typescript-eslint/parser from 5.56.0 to 5.57.0
2023-03-29 08:30:58 +02:00
dependabot[bot]
649cdc59aa
build(deps-dev): bump sass-loader from 13.2.1 to 13.2.2
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 13.2.1 to 13.2.2.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v13.2.1...v13.2.2)

---
updated-dependencies:
- dependency-name: sass-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-29 06:01:30 +00:00
dependabot[bot]
d71fa8a848
build(deps): bump @vuepic/vue-datepicker from 4.2.2 to 4.2.3
Bumps [@vuepic/vue-datepicker](https://github.com/Vuepic/vue-datepicker) from 4.2.2 to 4.2.3.
- [Release notes](https://github.com/Vuepic/vue-datepicker/releases)
- [Commits](https://github.com/Vuepic/vue-datepicker/compare/v4.2.2...v4.2.3)

---
updated-dependencies:
- dependency-name: "@vuepic/vue-datepicker"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-29 05:59:48 +00:00
dependabot[bot]
455586c877
build(deps-dev): bump @typescript-eslint/parser from 5.56.0 to 5.57.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.56.0 to 5.57.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.57.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-29 05:58:49 +00:00
dependabot[bot]
ae2f22d15b
build(deps-dev): bump prettier from 2.8.6 to 2.8.7
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.6 to 2.8.7.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.8.6...2.8.7)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-29 05:58:05 +00:00
dependabot[bot]
8a74c4254f
build(deps): bump nginx from 1.23.3-alpine to 1.23.4-alpine
Bumps nginx from 1.23.3-alpine to 1.23.4-alpine.

---
updated-dependencies:
- dependency-name: nginx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-29 05:56:40 +00:00
Matthias
52f24a78b0 Extend types to new interface 2023-03-25 13:48:34 +01:00
Matthias
83c8bdc1b1 Merge branch 'bootswatch_remove' 2023-03-24 20:16:32 +01:00
Matthias
a4436a482a Remove bootswatch themes 2023-03-24 20:16:24 +01:00
Matthias
646a160750 Rename Theme-select component 2023-03-24 20:13:44 +01:00
Matthias
2c26ad9fb2 Remove unused bootswatch dependency 2023-03-24 20:13:44 +01:00
Matthias
8b86322f27 Improve bootswatch load behavior 2023-03-24 20:13:17 +01:00
Matthias
7e93fb8ab3 Partially fix bootswatch select 2023-03-24 06:49:50 +01:00
Matthias
5ed68096e6 Navbar to script setup 2023-03-23 19:41:00 +01:00
Matthias
b1ceb7158a Bootswatch to script setup 2023-03-23 19:40:30 +01:00
Matthias
e3d5ceff84
Merge pull request #1168 from freqtrade/dependabot/npm_and_yarn/main/cypress/vite-dev-server-5.0.5
build(deps-dev): bump @cypress/vite-dev-server from 5.0.4 to 5.0.5
2023-03-22 08:31:54 +01:00
Matthias
1bae325af1
Merge pull request #1171 from freqtrade/dependabot/npm_and_yarn/main/prettier-2.8.6
build(deps-dev): bump prettier from 2.8.4 to 2.8.6
2023-03-22 07:11:11 +01:00
dependabot[bot]
103366a69e
build(deps-dev): bump @cypress/vite-dev-server from 5.0.4 to 5.0.5
Bumps [@cypress/vite-dev-server](https://github.com/cypress-io/cypress) from 5.0.4 to 5.0.5.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/@cypress/vite-dev-server-v5.0.4...@cypress/vite-dev-server-v5.0.5)

---
updated-dependencies:
- dependency-name: "@cypress/vite-dev-server"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-22 06:08:58 +00:00
dependabot[bot]
925b6eca3c
build(deps-dev): bump prettier from 2.8.4 to 2.8.6
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.4 to 2.8.6.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.8.4...2.8.6)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-22 06:06:27 +00:00
Matthias
43522ae639
Merge pull request #1170 from freqtrade/dependabot/npm_and_yarn/main/sass-loader-13.2.1
build(deps-dev): bump sass-loader from 13.2.0 to 13.2.1
2023-03-22 07:05:59 +01:00
Matthias
4a0baf0333
Merge pull request #1169 from freqtrade/dependabot/npm_and_yarn/main/typescript-eslint/parser-5.56.0
build(deps-dev): bump @typescript-eslint/parser from 5.55.0 to 5.56.0
2023-03-22 07:05:31 +01:00