Matthias
|
b18446fc07
|
Merge pull request #1201 from freqtrade/dependabot/npm_and_yarn/main/vuepic/vue-datepicker-4.4.0
build(deps): bump @vuepic/vue-datepicker from 4.3.0 to 4.4.0
|
2023-04-19 07:04:06 +02:00 |
|
Matthias
|
1ba215aa51
|
Merge pull request #1202 from freqtrade/dependabot/npm_and_yarn/main/vue-demi-0.14.0
build(deps): bump vue-demi from 0.13.11 to 0.14.0
|
2023-04-19 07:03:51 +02:00 |
|
Matthias
|
762e3adab9
|
Merge pull request #1194 from freqtrade/dependabot/npm_and_yarn/main/core-js-3.30.1
build(deps): bump core-js from 3.30.0 to 3.30.1
|
2023-04-19 07:03:43 +02:00 |
|
Matthias
|
8aeaa9615e
|
Merge pull request #1199 from freqtrade/dependabot/npm_and_yarn/main/types/echarts-4.9.17
build(deps-dev): bump @types/echarts from 4.9.16 to 4.9.17
|
2023-04-19 07:03:19 +02:00 |
|
Matthias
|
db20e3da4d
|
Merge pull request #1203 from freqtrade/dependabot/npm_and_yarn/main/eslint-plugin-vue-9.11.0
build(deps-dev): bump eslint-plugin-vue from 9.10.0 to 9.11.0
|
2023-04-19 07:03:08 +02:00 |
|
dependabot[bot]
|
4f7e9b9e46
|
build(deps-dev): bump eslint-plugin-vue from 9.10.0 to 9.11.0
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.10.0 to 9.11.0.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.10.0...v9.11.0)
---
updated-dependencies:
- dependency-name: eslint-plugin-vue
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-19 04:32:57 +00:00 |
|
dependabot[bot]
|
fa5c5acf5a
|
build(deps): bump vue-demi from 0.13.11 to 0.14.0
Bumps [vue-demi](https://github.com/antfu/vue-demi) from 0.13.11 to 0.14.0.
- [Release notes](https://github.com/antfu/vue-demi/releases)
- [Commits](https://github.com/antfu/vue-demi/compare/v0.13.11...v0.14.0)
---
updated-dependencies:
- dependency-name: vue-demi
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-19 04:32:47 +00:00 |
|
dependabot[bot]
|
0418a29fe4
|
build(deps): bump @vuepic/vue-datepicker from 4.3.0 to 4.4.0
Bumps [@vuepic/vue-datepicker](https://github.com/Vuepic/vue-datepicker) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/Vuepic/vue-datepicker/releases)
- [Commits](https://github.com/Vuepic/vue-datepicker/compare/v4.3.0...v4.4.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-19 04:32:36 +00:00 |
|
dependabot[bot]
|
6fb0f43bc9
|
build(deps-dev): bump @types/echarts from 4.9.16 to 4.9.17
Bumps [@types/echarts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/echarts) from 4.9.16 to 4.9.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/echarts)
---
updated-dependencies:
- dependency-name: "@types/echarts"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-19 04:32:10 +00:00 |
|
dependabot[bot]
|
7aab3f11d6
|
build(deps): bump core-js from 3.30.0 to 3.30.1
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.30.0 to 3.30.1.
- [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.1/packages/core-js)
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-19 04:30:43 +00:00 |
|
Matthias
|
6c6d3e587b
|
Ensure default sorting
|
2023-04-19 06:25:24 +02:00 |
|
Matthias
|
2edfb5a20c
|
make sortId mandatory
|
2023-04-19 06:25:16 +02:00 |
|
Matthias
|
a4ba5754f3
|
Allow reordering of bots
|
2023-04-19 06:16:58 +02:00 |
|
Matthias
|
ac1b39aaae
|
Further refactor botRename method
|
2023-04-18 20:20:17 +02:00 |
|
Matthias
|
6aeb3755b2
|
Make updateBot method more dynamic, allowing for random updates
|
2023-04-18 19:26:31 +02:00 |
|
Matthias
|
8570aed525
|
Rename botstore wrapper
|
2023-04-18 18:08:17 +02:00 |
|
Matthias
|
e88469c69f
|
Improve dependeabot timing
|
2023-04-17 06:27:01 +02:00 |
|
Matthias
|
ad5ececb5e
|
Add help hint over orders showing order type
|
2023-04-14 18:33:35 +02:00 |
|
Matthias
|
abc1277e4f
|
Improve typing in numberformat
|
2023-04-14 18:33:35 +02:00 |
|
Matthias
|
2fdbe2bbc9
|
Fix duplicate actions in list
|
2023-04-14 18:14:44 +02:00 |
|
Matthias
|
aac69dce2c
|
Update eslint config
|
2023-04-13 07:28:08 +02:00 |
|
Matthias
|
214112aafb
|
Remove now unused eslint-disable-next-line @typescript-eslint/camelcase
|
2023-04-13 07:19:34 +02:00 |
|
Matthias
|
eb8cd302d4
|
loginview -> script setup
|
2023-04-13 07:13:23 +02:00 |
|
Matthias
|
c06fe4f501
|
Enhance prettier config
|
2023-04-13 07:08:39 +02:00 |
|
Matthias
|
9e79efb058
|
Fix some rename errors
|
2023-04-13 06:47:46 +02:00 |
|
Matthias
|
e57df49144
|
ftbot store types
|
2023-04-13 06:45:31 +02:00 |
|
Matthias
|
0677843bd5
|
multi-word components
|
2023-04-13 06:44:12 +02:00 |
|
Matthias
|
5bc75e4ac1
|
Remove more deprecated usags
|
2023-04-13 06:40:59 +02:00 |
|
Matthias
|
dab29a1f68
|
Errorview to script setup
|
2023-04-13 06:37:13 +02:00 |
|
Matthias
|
5a3dcce1ef
|
Views to script setup
|
2023-04-13 06:36:41 +02:00 |
|
Matthias
|
724e99d2ef
|
Rename Views to correspond to best practices
|
2023-04-13 06:35:06 +02:00 |
|
Matthias
|
7c01e0e5f9
|
small linting fixes
|
2023-04-13 06:34:39 +02:00 |
|
Matthias
|
b4d1c99179
|
Fix some styling issues
|
2023-04-13 06:32:00 +02:00 |
|
Matthias
|
7f7f449936
|
Bump eslint to latest
|
2023-04-13 06:31:04 +02:00 |
|
Matthias
|
7a18bf6cc8
|
Remove deprecated options
|
2023-04-12 18:32:35 +02:00 |
|
Matthias
|
1fdd72908c
|
Improve some subtle bugs
|
2023-04-12 18:26:17 +02:00 |
|
Matthias
|
81a445f44c
|
Bump vue
|
2023-04-12 18:17:40 +02:00 |
|
Matthias
|
c0e64f0bd3
|
Merge pull request #1189 from freqtrade/dependabot/npm_and_yarn/main/sass-1.62.0
build(deps-dev): bump sass from 1.60.0 to 1.62.0
|
2023-04-12 08:16:45 +02:00 |
|
dependabot[bot]
|
50400ab736
|
build(deps-dev): bump sass from 1.60.0 to 1.62.0
Bumps [sass](https://github.com/sass/dart-sass) from 1.60.0 to 1.62.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.60.0...1.62.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-04-12 06:01:30 +00:00 |
|
Matthias
|
938e3de02e
|
Merge pull request #1192 from freqtrade/dependabot/npm_and_yarn/main/pinia-2.0.34
build(deps): bump pinia from 2.0.33 to 2.0.34
|
2023-04-12 07:58:41 +02:00 |
|
Matthias
|
8180d81a57
|
Merge pull request #1190 from freqtrade/dependabot/npm_and_yarn/main/axios-1.3.5
build(deps): bump axios from 1.3.4 to 1.3.5
|
2023-04-12 07:58:26 +02:00 |
|
dependabot[bot]
|
2e6446a8b8
|
build(deps): bump axios from 1.3.4 to 1.3.5
Bumps [axios](https://github.com/axios/axios) from 1.3.4 to 1.3.5.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.3.4...v1.3.5)
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-12 05:28:23 +00:00 |
|
Matthias
|
ba8674dfb9
|
Merge pull request #1191 from freqtrade/dependabot/npm_and_yarn/main/bootstrap-vue-next-0.8.2
build(deps): bump bootstrap-vue-next from 0.8.0 to 0.8.2
|
2023-04-12 07:27:14 +02:00 |
|
dependabot[bot]
|
77e5fcb698
|
build(deps): bump pinia from 2.0.33 to 2.0.34
Bumps [pinia](https://github.com/vuejs/pinia) from 2.0.33 to 2.0.34.
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](https://github.com/vuejs/pinia/compare/pinia@2.0.33...pinia@2.0.34)
---
updated-dependencies:
- dependency-name: pinia
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-12 05:24:21 +00:00 |
|
Matthias
|
a698efb102
|
Merge pull request #1193 from freqtrade/dependabot/npm_and_yarn/main/typescript-eslint/parser-5.58.0
build(deps-dev): bump @typescript-eslint/parser from 5.57.1 to 5.58.0
|
2023-04-12 07:23:42 +02:00 |
|
Matthias
|
9713401a57
|
Merge pull request #1188 from freqtrade/dependabot/npm_and_yarn/main/vitest-0.30.1
build(deps-dev): bump vitest from 0.30.0 to 0.30.1
|
2023-04-12 07:23:10 +02:00 |
|
dependabot[bot]
|
0d7c19b8b4
|
build(deps): bump bootstrap-vue-next from 0.8.0 to 0.8.2
Bumps [bootstrap-vue-next](https://github.com/bootstrap-vue/bootstrap-vue-next) from 0.8.0 to 0.8.2.
- [Release notes](https://github.com/bootstrap-vue/bootstrap-vue-next/releases)
- [Commits](https://github.com/bootstrap-vue/bootstrap-vue-next/compare/v0.8.0...v0.8.2)
---
updated-dependencies:
- dependency-name: bootstrap-vue-next
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-12 05:23:00 +00:00 |
|
Matthias
|
d44255f1ad
|
Merge pull request #1187 from freqtrade/dependabot/docker/node-19.9.0-alpine
build(deps): bump node from 19.8.1-alpine to 19.9.0-alpine
|
2023-04-12 07:22:50 +02:00 |
|
dependabot[bot]
|
27a981dffa
|
build(deps-dev): bump vitest from 0.30.0 to 0.30.1
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 0.30.0 to 0.30.1.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.30.1/packages/vitest)
---
updated-dependencies:
- dependency-name: vitest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-12 05:18:59 +00:00 |
|
dependabot[bot]
|
2fcb2e5c41
|
build(deps): bump node from 19.8.1-alpine to 19.9.0-alpine
Bumps node from 19.8.1-alpine to 19.9.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>
|
2023-04-12 05:18:34 +00:00 |
|