Commit Graph

5524 Commits

Author SHA1 Message Date
Matthias
bba00cd918 Ensure Trades is at the beginning of a longer legend 2024-07-05 12:36:31 +02:00
Matthias
0ebe6ec08b Don't fail on non-git executions
warn about this not being supported.
2024-07-05 12:36:31 +02:00
Matthias
7650b4842a Sort vite imports 2024-07-05 12:36:31 +02:00
Matthias
3e91115df0 Update deprecated resolver ... 2024-07-05 12:36:31 +02:00
Matthias
45b7031c22 Improve logout view 2024-07-05 12:36:30 +02:00
Matthias
b53fa93874
Merge pull request #1966 from haxwell/readme
pnpm run install -->  pnpm install.
2024-07-05 07:31:25 +02:00
Johnathan James
f5609d9d4b pnpm run install --> pnpm install. There is no target in package.json defining install. Instead what is meant is the pnpm command 'install' 2024-07-04 14:17:52 -06:00
Matthias
e6923e7881 chore: Move LoginModal to components (it's not a view) 2024-07-03 15:26:28 +02:00
Matthias
aa156d3b42 Hide overlapping labels 2024-07-03 15:20:42 +02:00
Matthias
7724ca60f5 Add Option to configure chart Scale side (left or right). 2024-07-03 15:04:10 +02:00
Matthias
742edecb64 Add Left / right chart pane option 2024-07-03 15:01:32 +02:00
Matthias
7dfabba2cc Use type-based props declaration for CandleChart 2024-07-03 14:52:38 +02:00
Matthias
6e7a7295e2 Auto-import Pinia, add HMR to most stores 2024-07-03 14:39:53 +02:00
Matthias
b602a699ac Update exchange entry type 2024-07-03 13:37:11 +02:00
Matthias
0fb99be76a
Merge pull request #1962 from freqtrade/dependabot/npm_and_yarn/main/eslint-2654f0bd83
Bump eslint-plugin-vue from 9.26.0 to 9.27.0 in the eslint group across 1 directory
2024-07-03 10:03:26 +02:00
dependabot[bot]
0328a6f548
Bump eslint-plugin-vue in the eslint group across 1 directory
Bumps the eslint group with 1 update in the / directory: [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue).


Updates `eslint-plugin-vue` from 9.26.0 to 9.27.0
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.26.0...v9.27.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-vue
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-03 07:56:20 +00:00
Matthias
76b3bcf50b
Merge pull request #1953 from freqtrade/dependabot/npm_and_yarn/main/vue-9e26b9232d
Bump the vue group with 4 updates
2024-07-03 09:54:24 +02:00
dependabot[bot]
c116f56846 Bump the vue group with 4 updates
Bumps the vue group with 4 updates: [vue](https://github.com/vuejs/core), [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc), [@vue/runtime-dom](https://github.com/vuejs/core/tree/HEAD/packages/runtime-dom) and [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc).

Updates `vue` from 3.4.30 to 3.4.31
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/compare/v3.4.30...v3.4.31)

Updates `@vue/compiler-sfc` from 3.4.30 to 3.4.31
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits/v3.4.31/packages/compiler-sfc)

Updates `@vue/runtime-dom` from 3.4.30 to 3.4.31
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits/v3.4.31/packages/runtime-dom)

Updates `vue-tsc` from 2.0.22 to 2.0.24
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/v2.0.24/packages/tsc)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: vue
- dependency-name: "@vue/compiler-sfc"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vue
- dependency-name: "@vue/runtime-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vue
- dependency-name: vue-tsc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vue
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-03 09:50:15 +02:00
Matthias
5ba64bf04b
Merge pull request #1955 from freqtrade/dependabot/npm_and_yarn/main/typescript-5.5.3
Bump typescript from 5.5.2 to 5.5.3
2024-07-03 09:34:29 +02:00
dependabot[bot]
6e647778d4
Bump typescript from 5.5.2 to 5.5.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.5.2 to 5.5.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.5.2...v5.5.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-03 07:27:13 +00:00
Matthias
b18393a3ee
Merge pull request #1960 from freqtrade/dependabot/npm_and_yarn/main/echarts-5.5.1
Bump echarts from 5.5.0 to 5.5.1
2024-07-03 09:26:12 +02:00
Matthias
df530f7446
Merge pull request #1958 from freqtrade/dependabot/npm_and_yarn/main/playwright/test-1.45.1
Bump @playwright/test from 1.45.0 to 1.45.1
2024-07-03 09:25:33 +02:00
Matthias
ccca426619
Merge pull request #1954 from freqtrade/dependabot/npm_and_yarn/main/bootstrap-e2d03e2f8d
Bump bootstrap-vue-next from 0.22.2 to 0.22.7 in the bootstrap group
2024-07-03 09:25:09 +02:00
Matthias
77e06fc5eb
Merge pull request #1956 from freqtrade/dependabot/npm_and_yarn/main/vite-5.3.2
Bump vite from 5.3.1 to 5.3.2
2024-07-03 09:23:49 +02:00
Matthias
df08a7092b
Merge pull request #1961 from freqtrade/dependabot/docker/node-22.4.0-alpine
Bump node from 22.3.0-alpine to 22.4.0-alpine
2024-07-03 09:20:31 +02:00
Matthias
c5b4030f8a
Merge pull request #1959 from freqtrade/dependabot/npm_and_yarn/main/globals-15.8.0
Bump globals from 15.6.0 to 15.8.0
2024-07-03 09:20:21 +02:00
Matthias
f63f9bd7e9
Merge pull request #1957 from freqtrade/dependabot/npm_and_yarn/main/vuepic/vue-datepicker-8.8.1
Bump @vuepic/vue-datepicker from 8.8.0 to 8.8.1
2024-07-03 09:20:13 +02:00
dependabot[bot]
20d4850557
Bump node from 22.3.0-alpine to 22.4.0-alpine
Bumps node from 22.3.0-alpine to 22.4.0-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-03 03:44:38 +00:00
dependabot[bot]
2febd5f196
Bump echarts from 5.5.0 to 5.5.1
Bumps [echarts](https://github.com/apache/echarts) from 5.5.0 to 5.5.1.
- [Release notes](https://github.com/apache/echarts/releases)
- [Commits](https://github.com/apache/echarts/compare/5.5.0...5.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-03 03:12:02 +00:00
dependabot[bot]
0a81d00727
Bump globals from 15.6.0 to 15.8.0
Bumps [globals](https://github.com/sindresorhus/globals) from 15.6.0 to 15.8.0.
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](https://github.com/sindresorhus/globals/compare/v15.6.0...v15.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-03 03:11:36 +00:00
dependabot[bot]
cbc61a4074
Bump @playwright/test from 1.45.0 to 1.45.1
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.45.0 to 1.45.1.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.45.0...v1.45.1)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-03 03:11:12 +00:00
dependabot[bot]
c8e8d8eeff
Bump @vuepic/vue-datepicker from 8.8.0 to 8.8.1
Bumps [@vuepic/vue-datepicker](https://github.com/Vuepic/vue-datepicker) from 8.8.0 to 8.8.1.
- [Release notes](https://github.com/Vuepic/vue-datepicker/releases)
- [Changelog](https://github.com/Vuepic/vue-datepicker/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Vuepic/vue-datepicker/compare/v8.8.0...v8.8.1)

---
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>
2024-07-03 03:10:45 +00:00
dependabot[bot]
b30b3d3718
Bump vite from 5.3.1 to 5.3.2
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.3.1 to 5.3.2.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.3.2/packages/vite)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-03 03:10:19 +00:00
dependabot[bot]
7c434f02f8
Bump bootstrap-vue-next from 0.22.2 to 0.22.7 in the bootstrap group
Bumps the bootstrap group with 1 update: [bootstrap-vue-next](https://github.com/bootstrap-vue-next/bootstrap-vue-next/tree/HEAD/packages/bootstrap-vue-next).


Updates `bootstrap-vue-next` from 0.22.2 to 0.22.7
- [Release notes](https://github.com/bootstrap-vue-next/bootstrap-vue-next/releases)
- [Changelog](https://github.com/bootstrap-vue-next/bootstrap-vue-next/blob/main/packages/bootstrap-vue-next/CHANGELOG.md)
- [Commits](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commits/nuxt-v0.22.7/packages/bootstrap-vue-next)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-03 03:08:53 +00:00
Matthias
de8e298d90
Merge pull request #1949 from freqtrade/dependabot/npm_and_yarn/main/unplugin-7bc0cfd411
Bump unplugin-vue-components from 0.27.0 to 0.27.2 in the unplugin group across 1 directory
2024-06-27 09:26:19 +02:00
dependabot[bot]
1903e2a273
Bump unplugin-vue-components in the unplugin group across 1 directory
Bumps the unplugin group with 1 update in the / directory: [unplugin-vue-components](https://github.com/unplugin/unplugin-vue-components).


Updates `unplugin-vue-components` from 0.27.0 to 0.27.2
- [Release notes](https://github.com/unplugin/unplugin-vue-components/releases)
- [Commits](https://github.com/unplugin/unplugin-vue-components/compare/v0.27.0...v0.27.2)

---
updated-dependencies:
- dependency-name: unplugin-vue-components
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: unplugin
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-27 05:46:36 +00:00
Matthias
81dfc979d6
Merge pull request #1948 from freqtrade/dependabot/npm_and_yarn/main/bootstrap-bed32bf3c4
Bump bootstrap-vue-next from 0.22.0 to 0.22.2 in the bootstrap group across 1 directory
2024-06-27 07:45:16 +02:00
dependabot[bot]
9b6e75d521
Bump bootstrap-vue-next in the bootstrap group across 1 directory
Bumps the bootstrap group with 1 update in the / directory: [bootstrap-vue-next](https://github.com/bootstrap-vue-next/bootstrap-vue-next/tree/HEAD/packages/bootstrap-vue-next).


Updates `bootstrap-vue-next` from 0.22.0 to 0.22.2
- [Release notes](https://github.com/bootstrap-vue-next/bootstrap-vue-next/releases)
- [Changelog](https://github.com/bootstrap-vue-next/bootstrap-vue-next/blob/main/packages/bootstrap-vue-next/CHANGELOG.md)
- [Commits](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commits/nuxt-v0.22.2/packages/bootstrap-vue-next)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-27 05:35:24 +00:00
Matthias
4c43833814
Merge pull request #1946 from freqtrade/dependabot/npm_and_yarn/main/types/node-20.14.9
Bump @types/node from 20.14.5 to 20.14.9
2024-06-26 07:57:31 +02:00
dependabot[bot]
510c0decb7
Bump @types/node from 20.14.5 to 20.14.9
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.5 to 20.14.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-26 05:52:53 +00:00
Matthias
f1346bcc02
Merge pull request #1944 from freqtrade/dependabot/npm_and_yarn/main/typescript-5.5.2
Bump typescript from 5.4.5 to 5.5.2
2024-06-26 07:52:11 +02:00
dependabot[bot]
d16cd8fc08
Bump typescript from 5.4.5 to 5.5.2
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.5 to 5.5.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.5...v5.5.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-26 05:48:22 +00:00
Matthias
fa5900faaf
Merge pull request #1943 from freqtrade/dependabot/npm_and_yarn/main/playwright/test-1.45.0
Bump @playwright/test from 1.44.1 to 1.45.0
2024-06-26 07:47:02 +02:00
dependabot[bot]
de16fc40d2
Bump @playwright/test from 1.44.1 to 1.45.0
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.44.1 to 1.45.0.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.44.1...v1.45.0)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-26 05:42:38 +00:00
Matthias
6ff6d59e92
Merge pull request #1947 from freqtrade/dependabot/npm_and_yarn/main/iconify-json/mdi-1.1.67
Bump @iconify-json/mdi from 1.1.66 to 1.1.67
2024-06-26 07:41:40 +02:00
Matthias
de2af52520
Merge pull request #1945 from freqtrade/dependabot/npm_and_yarn/main/happy-dom-14.12.3
Bump happy-dom from 14.12.0 to 14.12.3
2024-06-26 07:41:12 +02:00
Matthias
ad9103de65
Merge pull request #1940 from freqtrade/dependabot/npm_and_yarn/main/vue-9615e7983d
Bump the vue group with 5 updates
2024-06-26 07:40:16 +02:00
dependabot[bot]
6dc527fe3c
Bump @iconify-json/mdi from 1.1.66 to 1.1.67
Bumps [@iconify-json/mdi](https://github.com/iconify/icon-sets) from 1.1.66 to 1.1.67.
- [Commits](https://github.com/iconify/icon-sets/compare/1.1.66...1.1.67)

---
updated-dependencies:
- dependency-name: "@iconify-json/mdi"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-26 03:24:37 +00:00
dependabot[bot]
8eebc6a81a
Bump happy-dom from 14.12.0 to 14.12.3
Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 14.12.0 to 14.12.3.
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](https://github.com/capricorn86/happy-dom/compare/v14.12.0...v14.12.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-26 03:24:08 +00:00
dependabot[bot]
6b66663312
Bump the vue group with 5 updates
Bumps the vue group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [vue](https://github.com/vuejs/core) | `3.4.29` | `3.4.30` |
| [vue-router](https://github.com/vuejs/router) | `4.3.3` | `4.4.0` |
| [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc) | `3.4.29` | `3.4.30` |
| [@vue/runtime-dom](https://github.com/vuejs/core/tree/HEAD/packages/runtime-dom) | `3.4.29` | `3.4.30` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `2.0.21` | `2.0.22` |


Updates `vue` from 3.4.29 to 3.4.30
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/compare/v3.4.29...v3.4.30)

Updates `vue-router` from 4.3.3 to 4.4.0
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](https://github.com/vuejs/router/compare/v4.3.3...v4.4.0)

Updates `@vue/compiler-sfc` from 3.4.29 to 3.4.30
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits/v3.4.30/packages/compiler-sfc)

Updates `@vue/runtime-dom` from 3.4.29 to 3.4.30
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits/v3.4.30/packages/runtime-dom)

Updates `vue-tsc` from 2.0.21 to 2.0.22
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/v2.0.22/packages/tsc)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: vue
- dependency-name: vue-router
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vue
- dependency-name: "@vue/compiler-sfc"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vue
- dependency-name: "@vue/runtime-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vue
- dependency-name: vue-tsc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vue
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-26 03:22:19 +00:00