Commit Graph

5599 Commits

Author SHA1 Message Date
dependabot[bot]
064c66a281
chore(deps): bump node from 22.5.0-alpine to 22.5.1-alpine
Bumps node from 22.5.0-alpine to 22.5.1-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-22 03:19:59 +00:00
Matthias
1469086623 Further simplify stuff 2024-07-20 14:20:15 +02:00
Matthias
6ac1831ec5 chore: use defineModel for forceEntry form 2024-07-20 14:18:33 +02:00
Matthias
98583a5825 chore: simplify force-exit form 2024-07-20 14:17:06 +02:00
Matthias
78001c3b91 chore: Fix remaining emit styles 2024-07-20 11:24:17 +02:00
Matthias
a44ff57032 chore: Add eslint rule for consistent emits style 2024-07-20 11:23:33 +02:00
Matthias
17cd426ca6 chore: consistent emits style 2024-07-20 11:23:33 +02:00
Matthias
e766f36167 chore: consistent emits style 2024-07-20 11:23:33 +02:00
Matthias
9efbf574ff chore: add additional eslint rules 2024-07-20 11:23:31 +02:00
Matthias
3279fd5bab chore: Ensure new components use lang=ts 2024-07-20 11:06:59 +02:00
Matthias
13a54d8ac4 chore: fix type missmatch 2024-07-19 07:21:05 +02:00
Matthias
1099d7b43e chore: Extract click method 2024-07-19 07:12:59 +02:00
Matthias
9583a994a8
Merge pull request #1985 from freqtrade/dependabot/docker/node-22.5.0-alpine
chore(deps): bump node from 22.4.1-alpine to 22.5.0-alpine
2024-07-19 06:09:09 +02:00
dependabot[bot]
9666dcf89a
chore(deps): bump node from 22.4.1-alpine to 22.5.0-alpine
Bumps node from 22.4.1-alpine to 22.5.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-19 03:32:33 +00:00
Matthias
01efa53e7e chore: lint fixes 2024-07-18 20:16:00 +02:00
Matthias
d99151c578 fix: Re-render Plot when deleting subplot 2024-07-18 20:15:56 +02:00
Matthias
5745b23aec chore: Fix button styling 2024-07-18 20:15:54 +02:00
Matthias
f49aa167d2 chore: update autoimport file 2024-07-17 20:28:50 +02:00
Matthias
2e8ab4235b
Merge pull request #1981 from freqtrade/dependabot/npm_and_yarn/main/vuepic/vue-datepicker-9.0.0
chore(deps): bump @vuepic/vue-datepicker from 8.8.1 to 9.0.0
2024-07-17 19:15:08 +02:00
Matthias
0183c72734
Merge pull request #1976 from freqtrade/dependabot/npm_and_yarn/main/bootstrap-185ebc63d9
chore(deps): bump bootstrap-vue-next from 0.23.1 to 0.23.5 in the bootstrap group
2024-07-17 08:17:30 +02:00
Matthias
98337dac2f
Merge pull request #1975 from freqtrade/dependabot/npm_and_yarn/main/eslint-37c0bb9473
chore(deps-dev): bump the eslint group with 5 updates
2024-07-17 08:16:35 +02:00
dependabot[bot]
266a51976c
chore(deps-dev): bump the eslint group with 5 updates
Bumps the eslint group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.6.0` | `9.7.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.16.0` | `7.16.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.16.0` | `7.16.1` |
| [eslint](https://github.com/eslint/eslint) | `9.6.0` | `9.7.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `7.16.0` | `7.16.1` |


Updates `@eslint/js` from 9.6.0 to 9.7.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.7.0/packages/js)

Updates `@typescript-eslint/eslint-plugin` from 7.16.0 to 7.16.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.16.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.16.0 to 7.16.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/v7.16.1/packages/parser)

Updates `eslint` from 9.6.0 to 9.7.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.6.0...v9.7.0)

Updates `typescript-eslint` from 7.16.0 to 7.16.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.16.1/packages/typescript-eslint)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-17 05:11:26 +00:00
Matthias
14aad277b3
Merge pull request #1978 from freqtrade/dependabot/npm_and_yarn/main/types/node-20.14.11
chore(deps-dev): bump @types/node from 20.14.10 to 20.14.11
2024-07-17 07:09:37 +02:00
dependabot[bot]
e3b1050357
chore(deps-dev): bump @types/node from 20.14.10 to 20.14.11
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.10 to 20.14.11.
- [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-07-17 05:05:16 +00:00
Matthias
aa2bf2aa3f
Merge pull request #1982 from freqtrade/dependabot/npm_and_yarn/main/vitest-2.0.3
chore(deps-dev): bump vitest from 2.0.1 to 2.0.3
2024-07-17 07:03:46 +02:00
Matthias
d930c4fa8c
Merge pull request #1977 from freqtrade/dependabot/npm_and_yarn/main/unplugin-6d596373b4
chore(deps-dev): bump the unplugin group with 2 updates
2024-07-17 07:02:28 +02:00
dependabot[bot]
d349fe7731
chore(deps-dev): bump vitest from 2.0.1 to 2.0.3
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 2.0.1 to 2.0.3.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.0.3/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>
2024-07-17 04:59:39 +00:00
Matthias
2429dc2680
Merge pull request #1980 from freqtrade/dependabot/npm_and_yarn/main/prettier-3.3.3
chore(deps-dev): bump prettier from 3.3.2 to 3.3.3
2024-07-17 06:59:18 +02:00
dependabot[bot]
62a72ff516
chore(deps-dev): bump the unplugin group with 2 updates
Bumps the unplugin group with 2 updates: [unplugin-auto-import](https://github.com/unplugin/unplugin-auto-import) and [unplugin-vue-components](https://github.com/unplugin/unplugin-vue-components).


Updates `unplugin-auto-import` from 0.17.6 to 0.18.0
- [Release notes](https://github.com/unplugin/unplugin-auto-import/releases)
- [Commits](https://github.com/unplugin/unplugin-auto-import/compare/v0.17.6...v0.18.0)

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

---
updated-dependencies:
- dependency-name: unplugin-auto-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: unplugin
- 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-07-17 04:58:17 +00:00
Matthias
91651a729a
Merge pull request #1979 from freqtrade/dependabot/npm_and_yarn/main/vite-5.3.4
chore(deps-dev): bump vite from 5.3.3 to 5.3.4
2024-07-17 06:56:57 +02:00
dependabot[bot]
360e659b9b
chore(deps-dev): bump prettier from 3.3.2 to 3.3.3
Bumps [prettier](https://github.com/prettier/prettier) from 3.3.2 to 3.3.3.
- [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/3.3.2...3.3.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-17 04:53:09 +00:00
dependabot[bot]
a0e5335e55
chore(deps-dev): bump vite from 5.3.3 to 5.3.4
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.3.3 to 5.3.4.
- [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.4/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-17 04:52:38 +00:00
Matthias
ce3e50e47f
Merge pull request #1984 from freqtrade/dependabot/npm_and_yarn/main/playwright/test-1.45.2
chore(deps-dev): bump @playwright/test from 1.45.1 to 1.45.2
2024-07-17 06:51:36 +02:00
Matthias
b94d06f474
Merge pull request #1983 from freqtrade/dependabot/npm_and_yarn/main/sass-1.77.8
chore(deps-dev): bump sass from 1.77.7 to 1.77.8
2024-07-17 06:50:59 +02:00
dependabot[bot]
1104212cb2
chore(deps-dev): bump @playwright/test from 1.45.1 to 1.45.2
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.45.1 to 1.45.2.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.45.1...v1.45.2)

---
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-17 03:40:34 +00:00
dependabot[bot]
42ff4dac67
chore(deps-dev): bump sass from 1.77.7 to 1.77.8
Bumps [sass](https://github.com/sass/dart-sass) from 1.77.7 to 1.77.8.
- [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.77.7...1.77.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-17 03:40:19 +00:00
dependabot[bot]
47b6d616c6
chore(deps): bump @vuepic/vue-datepicker from 8.8.1 to 9.0.0
Bumps [@vuepic/vue-datepicker](https://github.com/Vuepic/vue-datepicker) from 8.8.1 to 9.0.0.
- [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.1...v9.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-17 03:39:51 +00:00
dependabot[bot]
15cad21345
chore(deps): bump bootstrap-vue-next 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.23.1 to 0.23.5
- [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.23.5/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-17 03:38:11 +00:00
Matthias
1b087065b5 Show signal type in chart tooltip 2024-07-10 07:03:06 +02:00
Matthias
291502f6de Don't export private functions 2024-07-10 07:03:06 +02:00
Matthias
71e8e314ee
Merge pull request #1972 from freqtrade/dependabot/npm_and_yarn/main/vitest-2.0.1
chore(deps-dev): bump vitest from 1.6.0 to 2.0.1
2024-07-10 06:50:15 +02:00
Matthias
d5aa66346a
Merge pull request #1971 from freqtrade/dependabot/npm_and_yarn/main/bootstrap-004f3a5122
chore(deps): bump bootstrap-vue-next from 0.22.7 to 0.23.1 in the bootstrap group
2024-07-10 06:47:16 +02:00
dependabot[bot]
323b80a638
chore(deps-dev): bump vitest from 1.6.0 to 2.0.1
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 1.6.0 to 2.0.1.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.0.1/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-10 04:45:53 +00:00
Matthias
9ac8e4c88e
Merge pull request #1974 from freqtrade/dependabot/npm_and_yarn/main/types/node-20.14.10
chore(deps-dev): bump @types/node from 20.14.9 to 20.14.10
2024-07-10 06:45:08 +02:00
dependabot[bot]
f671a8880e
chore(deps-dev): bump @types/node from 20.14.9 to 20.14.10
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.9 to 20.14.10.
- [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-07-10 04:40:51 +00:00
Matthias
1ec9bef9ef
Merge pull request #1970 from freqtrade/dependabot/npm_and_yarn/main/vue-0879d9d0a6
chore(deps-dev): bump vue-tsc from 2.0.24 to 2.0.26 in the vue group
2024-07-10 06:40:17 +02:00
Matthias
6dc359c1dc
Merge pull request #1973 from freqtrade/dependabot/npm_and_yarn/main/sass-1.77.7
chore(deps-dev): bump sass from 1.77.6 to 1.77.7
2024-07-10 06:39:28 +02:00
Matthias
ec57019055
Merge pull request #1969 from freqtrade/dependabot/npm_and_yarn/main/eslint-2cb1f7b52d
chore(deps-dev): bump the eslint group with 3 updates
2024-07-10 06:39:14 +02:00
Matthias
3ebc50312e
Merge pull request #1968 from freqtrade/dependabot/docker/node-22.4.1-alpine
chore(deps): bump node from 22.4.0-alpine to 22.4.1-alpine
2024-07-10 06:38:56 +02:00
dependabot[bot]
e091768086
chore(deps-dev): bump sass from 1.77.6 to 1.77.7
Bumps [sass](https://github.com/sass/dart-sass) from 1.77.6 to 1.77.7.
- [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.77.6...1.77.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-10 04:00:53 +00:00