Commit Graph

5818 Commits

Author SHA1 Message Date
Matthias
74d59bd47d
Merge pull request #1999 from freqtrade/dependabot/npm_and_yarn/main/vue-1aa51cd8fa
chore(deps): bump the vue group with 6 updates
2024-07-31 07:05:02 +02:00
Matthias
ec7f5b7f03 chore: Revert pinia update for now 2024-07-31 07:00:30 +02:00
dependabot[bot]
88db4e2f5c
chore(deps): bump the vue group with 6 updates
Bumps the vue group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [pinia](https://github.com/vuejs/pinia) | `2.1.7` | `2.2.0` |
| [vue](https://github.com/vuejs/core) | `3.4.33` | `3.4.34` |
| [vue-demi](https://github.com/antfu/vue-demi) | `0.14.9` | `0.14.10` |
| [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc) | `3.4.33` | `3.4.34` |
| [@vue/runtime-dom](https://github.com/vuejs/core/tree/HEAD/packages/runtime-dom) | `3.4.33` | `3.4.34` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `2.0.28` | `2.0.29` |


Updates `pinia` from 2.1.7 to 2.2.0
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](https://github.com/vuejs/pinia/compare/pinia@2.1.7...pinia@2.2.0)

Updates `vue` from 3.4.33 to 3.4.34
- [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.33...v3.4.34)

Updates `vue-demi` from 0.14.9 to 0.14.10
- [Release notes](https://github.com/antfu/vue-demi/releases)
- [Commits](https://github.com/antfu/vue-demi/compare/v0.14.9...v0.14.10)

Updates `@vue/compiler-sfc` from 3.4.33 to 3.4.34
- [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.34/packages/compiler-sfc)

Updates `@vue/runtime-dom` from 3.4.33 to 3.4.34
- [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.34/packages/runtime-dom)

Updates `vue-tsc` from 2.0.28 to 2.0.29
- [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/HEAD/packages/tsc)

---
updated-dependencies:
- dependency-name: pinia
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vue
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: vue
- dependency-name: vue-demi
  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-31 04:51:10 +00:00
Matthias
fe95564a6c
Merge pull request #2003 from freqtrade/dependabot/npm_and_yarn/main/vite-5.3.5
chore(deps-dev): bump vite from 5.3.4 to 5.3.5
2024-07-31 06:49:40 +02:00
Matthias
39a00db10d
Merge pull request #1998 from freqtrade/dependabot/npm_and_yarn/main/eslint-cb2d6e2047
chore(deps-dev): bump the eslint group with 5 updates
2024-07-31 06:49:21 +02:00
dependabot[bot]
7b7c486742
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.7.0` | `9.8.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.17.0` | `7.18.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.17.0` | `7.18.0` |
| [eslint](https://github.com/eslint/eslint) | `9.7.0` | `9.8.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `7.17.0` | `7.18.0` |


Updates `@eslint/js` from 9.7.0 to 9.8.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.8.0/packages/js)

Updates `@typescript-eslint/eslint-plugin` from 7.17.0 to 7.18.0
- [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.18.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.17.0 to 7.18.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/v7.18.0/packages/parser)

Updates `eslint` from 9.7.0 to 9.8.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.7.0...v9.8.0)

Updates `typescript-eslint` from 7.17.0 to 7.18.0
- [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.18.0/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-minor
  dependency-group: eslint
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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-minor
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-31 04:45:03 +00:00
dependabot[bot]
e0338ac659
chore(deps-dev): bump vite from 5.3.4 to 5.3.5
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.3.4 to 5.3.5.
- [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.5/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-31 04:44:12 +00:00
Matthias
d21eb67832
Merge pull request #2001 from freqtrade/dependabot/npm_and_yarn/main/types/node-22.0.0
chore(deps-dev): bump @types/node from 20.14.12 to 22.0.0
2024-07-31 06:43:30 +02:00
Matthias
85d0675c4e
Merge pull request #2000 from freqtrade/dependabot/npm_and_yarn/main/unplugin-164729136d
chore(deps-dev): bump the unplugin group with 2 updates
2024-07-31 06:43:18 +02:00
dependabot[bot]
6663db1a46
chore(deps-dev): bump @types/node from 20.14.12 to 22.0.0
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.12 to 22.0.0.
- [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-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-31 04:38:54 +00:00
dependabot[bot]
e2ab6d211e
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-icons](https://github.com/unplugin/unplugin-icons).


Updates `unplugin-auto-import` from 0.18.1 to 0.18.2
- [Release notes](https://github.com/unplugin/unplugin-auto-import/releases)
- [Commits](https://github.com/unplugin/unplugin-auto-import/compare/v0.18.1...v0.18.2)

Updates `unplugin-icons` from 0.19.0 to 0.19.1
- [Release notes](https://github.com/unplugin/unplugin-icons/releases)
- [Commits](https://github.com/unplugin/unplugin-icons/compare/v0.19.0...v0.19.1)

---
updated-dependencies:
- dependency-name: unplugin-auto-import
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: unplugin
- dependency-name: unplugin-icons
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: unplugin
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-31 04:38:54 +00:00
Matthias
c101386f95
Merge pull request #2002 from freqtrade/dependabot/npm_and_yarn/main/vitejs/plugin-vue-5.1.1
chore(deps-dev): bump @vitejs/plugin-vue from 5.1.0 to 5.1.1
2024-07-31 06:38:00 +02:00
dependabot[bot]
d699842903
chore(deps-dev): bump @vitejs/plugin-vue from 5.1.0 to 5.1.1
Bumps [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/vitejs/vite-plugin-vue/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@5.1.1/packages/plugin-vue)

---
updated-dependencies:
- dependency-name: "@vitejs/plugin-vue"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-31 03:19:32 +00:00
Matthias
4014183931 chore: fix missed property name 2024-07-30 07:21:31 +02:00
Matthias
4a7a7087d0 chore: fix type-error in plotIndicator component 2024-07-30 07:09:37 +02:00
Matthias
1e588283fb chore: add chartTypeString helper type 2024-07-30 07:08:33 +02:00
Matthias
c3659509e1 chore: add components.d.ts to source control 2024-07-30 07:02:29 +02:00
Matthias
a927e8ca8f chore: move component.d.ts to src directory 2024-07-30 07:02:03 +02:00
Matthias
65a6bcd9a1 chore: bump package manager to latest version 2024-07-30 06:55:46 +02:00
Matthias
78dfce6775 chore: remove empty style tags 2024-07-30 06:25:38 +02:00
Matthias
fa4a95fdc2 chore: enforce block-order in components
script before template before style.
2024-07-30 06:23:27 +02:00
Matthias
89181fdc71 chore: update block-order in components
script before template.
2024-07-30 06:23:04 +02:00
Matthias
dc3553bb3e chore: update block-order in components
script before template.
2024-07-30 06:21:02 +02:00
Matthias
8b40c2a862 chore: update block-order in components
script before template.
2024-07-30 06:19:46 +02:00
Matthias
e6273955f2
Merge pull request #1987 from freqtrade/feat/plot_template
Add Plot Template functionality
2024-07-24 18:08:03 +02:00
Matthias
05ce049c52 feat: Display Stake currency value on partial force exit 2024-07-24 07:21:31 +02:00
Matthias
c6384d2a65
Merge pull request #1989 from freqtrade/dependabot/npm_and_yarn/main/vue-d9e87b273d
chore(deps): bump the vue group with 5 updates
2024-07-24 06:47:13 +02:00
Matthias
c5d3d0ee5f Allow slight pixel deviation 2024-07-24 06:47:03 +02:00
Matthias
b2b7d22100
Merge pull request #1988 from freqtrade/dependabot/npm_and_yarn/main/eslint-f44e10fcd8
chore(deps-dev): bump the eslint group with 4 updates
2024-07-24 06:45:45 +02:00
dependabot[bot]
645e328384
chore(deps): 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.31` | `3.4.33` |
| [vue-demi](https://github.com/antfu/vue-demi) | `0.14.8` | `0.14.9` |
| [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc) | `3.4.31` | `3.4.33` |
| [@vue/runtime-dom](https://github.com/vuejs/core/tree/HEAD/packages/runtime-dom) | `3.4.31` | `3.4.33` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `2.0.26` | `2.0.28` |


Updates `vue` from 3.4.31 to 3.4.33
- [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.31...v3.4.33)

Updates `vue-demi` from 0.14.8 to 0.14.9
- [Release notes](https://github.com/antfu/vue-demi/releases)
- [Commits](https://github.com/antfu/vue-demi/compare/v0.14.8...v0.14.9)

Updates `@vue/compiler-sfc` from 3.4.31 to 3.4.33
- [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.33/packages/compiler-sfc)

Updates `@vue/runtime-dom` from 3.4.31 to 3.4.33
- [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.33/packages/runtime-dom)

Updates `vue-tsc` from 2.0.26 to 2.0.28
- [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.28/packages/tsc)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: vue
- dependency-name: vue-demi
  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-24 04:43:16 +00:00
dependabot[bot]
5a79652199
chore(deps-dev): bump the eslint group with 4 updates
Bumps the eslint group with 4 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), [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


Updates `@typescript-eslint/eslint-plugin` from 7.16.1 to 7.17.0
- [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.17.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.16.1 to 7.17.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/v7.17.0/packages/parser)

Updates `eslint-plugin-prettier` from 5.1.3 to 5.2.1
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.1.3...v5.2.1)

Updates `typescript-eslint` from 7.16.1 to 7.17.0
- [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.17.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-prettier
  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-minor
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-24 04:41:53 +00:00
Matthias
306212b9a6
Merge pull request #1997 from freqtrade/dependabot/npm_and_yarn/main/typescript-5.5.4
chore(deps-dev): bump typescript from 5.5.3 to 5.5.4
2024-07-24 06:34:10 +02:00
Matthias
85d5402f78 chore: increase screenshot threshold 2024-07-24 06:30:40 +02:00
dependabot[bot]
abebad0862
chore(deps-dev): bump typescript from 5.5.3 to 5.5.4
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.5.3 to 5.5.4.
- [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.3...v5.5.4)

---
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-24 04:29:51 +00:00
Matthias
55599b0567
Merge pull request #1994 from freqtrade/dependabot/npm_and_yarn/main/types/node-20.14.12
chore(deps-dev): bump @types/node from 20.14.11 to 20.14.12
2024-07-24 06:29:24 +02:00
Matthias
827e76efd8
Merge pull request #1990 from freqtrade/dependabot/npm_and_yarn/main/bootstrap-10a66bc04f
chore(deps): bump bootstrap-vue-next from 0.23.5 to 0.24.2 in the bootstrap group
2024-07-24 06:29:08 +02:00
Matthias
875e22802e
Merge pull request #1992 from freqtrade/dependabot/npm_and_yarn/main/playwright/test-1.45.3
chore(deps-dev): bump @playwright/test from 1.45.2 to 1.45.3
2024-07-24 06:28:51 +02:00
Matthias
8a84bbb828
Merge pull request #1996 from freqtrade/dependabot/npm_and_yarn/main/vuepic/vue-datepicker-9.0.1
chore(deps): bump @vuepic/vue-datepicker from 9.0.0 to 9.0.1
2024-07-24 06:27:41 +02:00
Matthias
f2fea5ca08
Merge pull request #1991 from freqtrade/dependabot/npm_and_yarn/main/unplugin-359ec2d478
chore(deps-dev): bump unplugin-auto-import from 0.18.0 to 0.18.1 in the unplugin group
2024-07-24 06:27:29 +02:00
dependabot[bot]
c643b65b1e
chore(deps-dev): bump @types/node from 20.14.11 to 20.14.12
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.11 to 20.14.12.
- [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-24 04:25:11 +00:00
Matthias
b4bb083a65
Merge pull request #1995 from freqtrade/dependabot/npm_and_yarn/main/vitest-2.0.4
chore(deps-dev): bump vitest from 2.0.3 to 2.0.4
2024-07-24 06:24:25 +02:00
Matthias
e84688f27c
Merge pull request #1993 from freqtrade/dependabot/npm_and_yarn/main/vitejs/plugin-vue-5.1.0
chore(deps-dev): bump @vitejs/plugin-vue from 5.0.5 to 5.1.0
2024-07-24 06:24:11 +02:00
dependabot[bot]
5852b155bc
chore(deps): bump @vuepic/vue-datepicker from 9.0.0 to 9.0.1
Bumps [@vuepic/vue-datepicker](https://github.com/Vuepic/vue-datepicker) from 9.0.0 to 9.0.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/v9.0.0...v9.0.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-24 03:59:20 +00:00
dependabot[bot]
4d7ab7fc83
chore(deps-dev): bump vitest from 2.0.3 to 2.0.4
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.0.4/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-24 03:59:06 +00:00
dependabot[bot]
cc023a9675
chore(deps-dev): bump @vitejs/plugin-vue from 5.0.5 to 5.1.0
Bumps [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) from 5.0.5 to 5.1.0.
- [Release notes](https://github.com/vitejs/vite-plugin-vue/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@5.1.0/packages/plugin-vue)

---
updated-dependencies:
- dependency-name: "@vitejs/plugin-vue"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-24 03:58:38 +00:00
dependabot[bot]
dd8a2ed64d
chore(deps-dev): bump @playwright/test from 1.45.2 to 1.45.3
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.45.2 to 1.45.3.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.45.2...v1.45.3)

---
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-24 03:58:26 +00:00
dependabot[bot]
a793540298
chore(deps-dev): bump unplugin-auto-import in the unplugin group
Bumps the unplugin group with 1 update: [unplugin-auto-import](https://github.com/unplugin/unplugin-auto-import).


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

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-24 03:58:04 +00:00
dependabot[bot]
19d220e7ff
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.5 to 0.24.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.24.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-07-24 03:57:37 +00:00
Matthias
a5c21d2443 chore: remove faulty import 2024-07-23 20:54:46 +02:00
Matthias
0dea63e6e9 Add test for plot config 2024-07-23 20:52:25 +02:00