Commit Graph

5375 Commits

Author SHA1 Message Date
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
Matthias
9bfe9a6c49
Merge pull request #1850 from freqtrade/dependabot/npm_and_yarn/main/date-fns-c573c9d14f
build(deps): bump date-fns-tz from 3.1.2 to 3.1.3 in the date-fns group
2024-04-24 06:20:15 +02:00
Matthias
c8b911957c
Merge pull request #1851 from freqtrade/dependabot/npm_and_yarn/main/vuepic/vue-datepicker-8.5.0
build(deps): bump @vuepic/vue-datepicker from 8.4.0 to 8.5.0
2024-04-24 06:20:01 +02:00
Matthias
b8d6a033eb
Merge pull request #1852 from freqtrade/dependabot/npm_and_yarn/main/vite-5.2.10
build(deps-dev): bump vite from 5.2.9 to 5.2.10
2024-04-24 06:19:34 +02:00
Matthias
82d084765d
Merge pull request #1848 from freqtrade/dependabot/npm_and_yarn/main/vue-3ca7a0f3e6
build(deps): bump the vue group with 5 updates
2024-04-24 06:19:25 +02:00
Matthias
4fdf701743
Merge pull request #1846 from freqtrade/dependabot/docker/nginx-1.26.0-alpine
build(deps): bump nginx from 1.25.5-alpine to 1.26.0-alpine
2024-04-24 06:19:00 +02:00
dependabot[bot]
e181c5a485
build(deps-dev): bump vite from 5.2.9 to 5.2.10
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.2.9 to 5.2.10.
- [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.2.10/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-04-24 03:36:22 +00:00
dependabot[bot]
232473ad96
build(deps): bump @vuepic/vue-datepicker from 8.4.0 to 8.5.0
Bumps [@vuepic/vue-datepicker](https://github.com/Vuepic/vue-datepicker) from 8.4.0 to 8.5.0.
- [Release notes](https://github.com/Vuepic/vue-datepicker/releases)
- [Commits](https://github.com/Vuepic/vue-datepicker/compare/v8.4.0...v8.5.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>
2024-04-24 03:35:47 +00:00
dependabot[bot]
b9049a49c2
build(deps): bump date-fns-tz from 3.1.2 to 3.1.3 in the date-fns group
Bumps the date-fns group with 1 update: [date-fns-tz](https://github.com/marnusw/date-fns-tz).


Updates `date-fns-tz` from 3.1.2 to 3.1.3
- [Release notes](https://github.com/marnusw/date-fns-tz/releases)
- [Changelog](https://github.com/marnusw/date-fns-tz/blob/master/CHANGELOG.md)
- [Commits](https://github.com/marnusw/date-fns-tz/compare/v3.1.2...v3.1.3)

---
updated-dependencies:
- dependency-name: date-fns-tz
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: date-fns
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-24 03:35:23 +00:00
dependabot[bot]
7d815421d7
build(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.23` | `3.4.24` |
| [vue-router](https://github.com/vuejs/router) | `4.3.0` | `4.3.2` |
| [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc) | `3.4.23` | `3.4.24` |
| [@vue/runtime-dom](https://github.com/vuejs/core/tree/HEAD/packages/runtime-dom) | `3.4.23` | `3.4.24` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `2.0.13` | `2.0.14` |


Updates `vue` from 3.4.23 to 3.4.24
- [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.23...v3.4.24)

Updates `vue-router` from 4.3.0 to 4.3.2
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](https://github.com/vuejs/router/compare/v4.3.0...v4.3.2)

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

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

Updates `vue-tsc` from 2.0.13 to 2.0.14
- [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.14/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-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-04-24 03:34:28 +00:00
dependabot[bot]
b92765e5f9
build(deps): bump nginx from 1.25.5-alpine to 1.26.0-alpine
Bumps nginx from 1.25.5-alpine to 1.26.0-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-24 03:25:31 +00:00
Matthias
2dde67ad41
Merge pull request #1845 from freqtrade/dependabot/docker/nginx-1.25.5-alpine
build(deps): bump nginx from 1.25.4-alpine to 1.25.5-alpine
2024-04-18 06:38:31 +02:00
dependabot[bot]
b7a6e1664a
build(deps): bump nginx from 1.25.4-alpine to 1.25.5-alpine
Bumps nginx from 1.25.4-alpine to 1.25.5-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-18 03:44:14 +00:00
Matthias
fa397be144
Merge pull request #1835 from freqtrade/dependabot/npm_and_yarn/main/eslint-7b7d5d82a3
build(deps-dev): bump the eslint group with 4 updates
2024-04-17 07:09:50 +02:00
Matthias
c0c4bb4928 keep eslint at 8.x for now 2024-04-17 07:05:04 +02:00
Matthias
eb4d46d40c
Merge pull request #1836 from freqtrade/dependabot/npm_and_yarn/main/vue-df3e6add63
build(deps): bump the vue group with 4 updates
2024-04-17 07:03:58 +02:00
dependabot[bot]
4c4f515e8e
build(deps): 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.21 to 3.4.23
- [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.21...v3.4.23)

Updates `@vue/compiler-sfc` from 3.4.21 to 3.4.23
- [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.23/packages/compiler-sfc)

Updates `@vue/runtime-dom` from 3.4.21 to 3.4.23
- [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.23/packages/runtime-dom)

Updates `vue-tsc` from 2.0.11 to 2.0.13
- [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.13/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-04-17 04:45:02 +00:00
Matthias
908435d275
Merge pull request #1839 from freqtrade/dependabot/npm_and_yarn/main/sass-1.75.0
build(deps-dev): bump sass from 1.74.1 to 1.75.0
2024-04-17 06:43:09 +02:00
Matthias
0d51509e54
Merge pull request #1844 from freqtrade/dependabot/npm_and_yarn/main/vitest-1.5.0
build(deps-dev): bump vitest from 1.4.0 to 1.5.0
2024-04-17 06:42:58 +02:00
dependabot[bot]
f630ec2018
build(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](https://github.com/eslint/eslint) and [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue).


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

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

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

Updates `eslint-plugin-vue` from 9.24.1 to 9.25.0
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.24.1...v9.25.0)

---
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
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
- 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-04-17 04:40:10 +00:00
dependabot[bot]
963742a585
build(deps-dev): bump sass from 1.74.1 to 1.75.0
Bumps [sass](https://github.com/sass/dart-sass) from 1.74.1 to 1.75.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.74.1...1.75.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-04-17 04:37:23 +00:00
Matthias
a5a25bc6e5
Merge pull request #1841 from freqtrade/dependabot/npm_and_yarn/main/playwright/test-1.43.1
build(deps-dev): bump @playwright/test from 1.43.0 to 1.43.1
2024-04-17 06:36:40 +02:00
Matthias
5919c39865
Merge pull request #1843 from freqtrade/dependabot/npm_and_yarn/main/typescript-5.4.5
build(deps-dev): bump typescript from 5.4.4 to 5.4.5
2024-04-17 06:36:21 +02:00
dependabot[bot]
a5161110cf
build(deps-dev): bump vitest from 1.4.0 to 1.5.0
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.5.0/packages/vitest)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-17 04:36:20 +00:00
Matthias
7a552fea8c
Merge pull request #1838 from freqtrade/dependabot/npm_and_yarn/main/date-fns-aaf264751a
build(deps): bump date-fns-tz from 3.0.0 to 3.1.2 in the date-fns group
2024-04-17 06:36:02 +02:00
Matthias
c1e825ee30
Merge pull request #1842 from freqtrade/dependabot/npm_and_yarn/main/core-js-3.37.0
build(deps): bump core-js from 3.36.1 to 3.37.0
2024-04-17 06:35:23 +02:00
Matthias
570d5a51b5
Merge pull request #1840 from freqtrade/dependabot/npm_and_yarn/main/vite-5.2.9
build(deps-dev): bump vite from 5.2.8 to 5.2.9
2024-04-17 06:34:36 +02:00
dependabot[bot]
38a412ad6a
build(deps-dev): bump typescript from 5.4.4 to 5.4.5
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.4 to 5.4.5.
- [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.4...v5.4.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-17 03:43:54 +00:00