Commit Graph

5402 Commits

Author SHA1 Message Date
dependabot[bot]
304efb5b47
build(deps-dev): bump globals from 15.0.0 to 15.1.0
Bumps [globals](https://github.com/sindresorhus/globals) from 15.0.0 to 15.1.0.
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](https://github.com/sindresorhus/globals/compare/v15.0.0...v15.1.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-05-01 03:30:20 +00:00
dependabot[bot]
b77679143f
build(deps-dev): bump vitest from 1.5.2 to 1.5.3
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 1.5.2 to 1.5.3.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.5.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-05-01 03:29:56 +00:00
dependabot[bot]
c96637dcc0
build(deps-dev): bump sass from 1.75.0 to 1.76.0
Bumps [sass](https://github.com/sass/dart-sass) from 1.75.0 to 1.76.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.75.0...1.76.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-01 03:29:29 +00:00
dependabot[bot]
ea63a9f3b9
build(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.17.2 to 0.17.4
- [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.17.4/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-05-01 03:28:57 +00:00
Matthias
f9935751e3
Merge pull request #1858 from freqtrade/dependabot/docker/node-22.0.0-alpine
build(deps): bump node from 21.7.3-alpine to 22.0.0-alpine
2024-04-30 06:45:57 +02:00
Matthias
980f5bf9fd
Merge pull request #1859 from freqtrade/ci_22
Run CI against node 22
2024-04-30 06:45:43 +02:00
Matthias
1ee73fd919 Run CI against node 22 2024-04-30 06:21:12 +02:00
dependabot[bot]
c8bfdea84f
build(deps): bump node from 21.7.3-alpine to 22.0.0-alpine
Bumps node from 21.7.3-alpine to 22.0.0-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-30 03:54:18 +00:00
Matthias
e18091eb27 Don't pointlessly log 2024-04-28 22:10:02 +02:00
Matthias
bc743179c1 Improve interceptor to avoidwrongly showing "loggedout" stati 2024-04-28 22:08:33 +02:00
Matthias
850152eabe Use scrollable legend
(helps when there's tons of indicators in a chart)
2024-04-28 16:13:33 +02:00
Matthias
918b57d055 Improve visual feedback when loading 2024-04-28 15:58:31 +02:00
Matthias
fa18c043c4 Use "reduced" pair_history endpoint 2024-04-28 15:58:16 +02:00
Matthias
d51246d1d1 Trigger candle reload if plotconfig changes in "reduced" mode 2024-04-28 15:46:13 +02:00
Matthias
f9355790c8 Add setting to disable reduced pair calls 2024-04-28 15:45:18 +02:00
Matthias
275bad172c Improve refresh logic 2024-04-28 15:30:27 +02:00
Matthias
348cb8349b move Plotted Pair to store for easier reloads 2024-04-28 15:24:03 +02:00
Matthias
74883723ce only download usedColumns by default 2024-04-28 13:51:19 +02:00
Matthias
6dc6bc0661 Extract pair/candle type from types.ts 2024-04-28 13:37:42 +02:00
Matthias
658271ea91 Implement apiv 2.35 pair_candles post call 2024-04-28 11:50:42 +02:00
Matthias
e87daa38bf Switch getPairCandles to async 2024-04-28 11:45:55 +02:00
Matthias
4d4556e59c Explicitly use eslint.config.mjs 2024-04-28 09:54:58 +02:00
Matthias
9d42d2caba Prevent some odd Update calls if bot is not logged in 2024-04-28 09:52:25 +02:00
Matthias
ea55ab606f
Merge pull request #1855 from freqtrade/dependabot/npm_and_yarn/main/eslint-d3931a42c4
build(deps-dev): bump eslint from 8.57.0 to 9.1.1 in the eslint group
2024-04-26 12:10:13 +02:00
Matthias
a339a25751
Merge pull request #1857 from freqtrade/dependabot/npm_and_yarn/main/vitest-1.5.2
build(deps-dev): bump vitest from 1.5.0 to 1.5.2
2024-04-26 12:05:56 +02:00
dependabot[bot]
cb4981ffdf
build(deps-dev): bump eslint from 8.57.0 to 9.1.1 in the eslint group
Bumps the eslint group with 1 update: [eslint](https://github.com/eslint/eslint).


Updates `eslint` from 8.57.0 to 9.1.1
- [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/v8.57.0...v9.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-26 10:02:15 +00:00
dependabot[bot]
12df333145
build(deps-dev): bump vitest from 1.5.0 to 1.5.2
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 1.5.0 to 1.5.2.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.5.2/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-04-26 10:01:51 +00:00
Matthias
ea978d6249
Merge pull request #1856 from freqtrade/dependabot/npm_and_yarn/main/vue-a06e3c37bd
build(deps): bump the vue group with 3 updates
2024-04-26 12:01:05 +02:00
dependabot[bot]
0768a118a9
build(deps): bump the vue group with 3 updates
Bumps the vue group with 3 updates: [vue](https://github.com/vuejs/core), [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc) and [@vue/runtime-dom](https://github.com/vuejs/core/tree/HEAD/packages/runtime-dom).


Updates `vue` from 3.4.24 to 3.4.25
- [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.24...v3.4.25)

Updates `@vue/compiler-sfc` from 3.4.24 to 3.4.25
- [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.25/packages/compiler-sfc)

Updates `@vue/runtime-dom` from 3.4.24 to 3.4.25
- [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.25/packages/runtime-dom)

---
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
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-26 06:58:25 +00:00
Matthias
8f9f76dcb6
Merge pull request #1854 from freqtrade/eslint_9.0
use eslint flat config
2024-04-26 08:56:12 +02:00
Matthias
b1ece5eaf9 Add parser options 2024-04-26 07:00:23 +02:00
Matthias
8b83d1dfec Revert eslint update for now 2024-04-25 17:07:26 +02:00
Matthias
23197ee029 Remove unused dependency 2024-04-25 17:06:47 +02:00
Matthias
420cf71f3b Auto-fix a few unused eslint-excludes 2024-04-25 16:57:53 +02:00
Matthias
d9ae0f566d Remove unused types file 2024-04-25 16:57:37 +02:00
Matthias
470298230c Use a more standard eslint.config.js 2024-04-25 16:57:20 +02:00
Matthias
4e2735ecaa Use eslint-init style ... 2024-04-25 16:39:32 +02:00
Matthias
f09bfd18aa Remove some unused "eslint-ignore" calls 2024-04-25 16:39:03 +02:00
Matthias
7d9e2d038a Remove unused imports 2024-04-25 16:31:34 +02:00
Matthias
2dcec30f26 Remove outdated eslintrc config 2024-04-25 15:31:31 +02:00
Matthias
c0ec94b20b Add eslint.config.js, fix one gotcha 2024-04-25 15:27:45 +02:00
Matthias
d7a9ef9646 Update package.json for eslint.config.js files 2024-04-25 15:27:15 +02:00
Matthias
65a59a8d7b Hide open stoploss orders
they're usually way off spot - making vertical zoom odd.
2024-04-25 12:13:45 +02:00
Matthias
690bff0a23
Merge pull request #1847 from freqtrade/dependabot/npm_and_yarn/main/eslint-10a42def30
build(deps-dev): bump the eslint group with 3 updates
2024-04-24 06:45:22 +02:00
Matthias
97fc912056 Revert eslint 9.x update for now 2024-04-24 06:38:06 +02:00
Matthias
d9b92b45d9
Merge pull request #1849 from freqtrade/dependabot/npm_and_yarn/main/bootstrap-ab925e64a0
build(deps): bump bootstrap-vue-next from 0.16.6 to 0.17.2 in the bootstrap group
2024-04-24 06:32:55 +02:00
Matthias
1f98fe6575
Merge pull request #1853 from freqtrade/dependabot/npm_and_yarn/main/vue-echarts-6.7.1
build(deps): bump vue-echarts from 6.6.9 to 6.7.1
2024-04-24 06:27:08 +02:00
dependabot[bot]
f318512898
build(deps-dev): bump the eslint group with 3 updates
Bumps the eslint group with 3 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [eslint](https://github.com/eslint/eslint).


Updates `@typescript-eslint/eslint-plugin` from 7.7.0 to 7.7.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.7.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.7.0 to 7.7.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.7.1/packages/parser)

Updates `eslint` from 8.57.0 to 9.1.1
- [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/v8.57.0...v9.1.1)

---
updated-dependencies:
- 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-major
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-24 04:23:11 +00:00
dependabot[bot]
e750682704
build(deps): bump vue-echarts from 6.6.9 to 6.7.1
Bumps [vue-echarts](https://github.com/ecomfe/vue-echarts) from 6.6.9 to 6.7.1.
- [Release notes](https://github.com/ecomfe/vue-echarts/releases)
- [Changelog](https://github.com/ecomfe/vue-echarts/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ecomfe/vue-echarts/compare/v6.6.9...v6.7.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-24 04:21:08 +00:00
dependabot[bot]
be91985324
build(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.16.6 to 0.17.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.17.2/packages/bootstrap-vue-next)

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

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