Skip to content

Commit

Permalink
(chore) update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MaXal committed Nov 4, 2024
1 parent 7ab6b09 commit 62f558c
Show file tree
Hide file tree
Showing 9 changed files with 659 additions and 494 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Test build
run: pnpm build
- name: Run ESLint
run: pnpm eslint .
run: pnpm eslint
- name: Run VueTSC
run: pnpm vue-tsc
- name: Run Prettier
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ lint:
golangci-lint run cmd/... pkg/...
#To fix run: pnpm prettier --write . --loglevel
pnpm prettier --check . --log-level warn
eslint .
pnpm eslint
vue-tsc


Expand Down
2 changes: 1 addition & 1 deletion dashboard/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@primevue/themes": "^4.0.7",
"echarts": "5.5.1",
"new-dashboard": "workspace:*",
"pinia": "^2.2.4",
"pinia": "^2.2.6",
"primevue": "4.0.7",
"rxjs": "8.0.0-alpha.14",
"vue": "3.5.12",
Expand Down
6 changes: 3 additions & 3 deletions dashboard/new-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"dependencies": {
"@heroicons/vue": "2.1.5",
"@primevue/core": "^4.0.7",
"@vueuse/core": "^11.1.0",
"@vueuse/core": "^11.2.0",
"echarts": "5.5.1",
"fast-equals": "5.0.1",
"humanize-duration": "3.32.1",
"p-limit": "^6.1.0",
"pinia": "^2.2.4",
"pinia": "^2.2.6",
"primevue": "4.0.7",
"rxjs": "8.0.0-alpha.14",
"vue": "3.5.12",
Expand All @@ -20,6 +20,6 @@
"@types/sanitize-html": "^2.13.0",
"global-jsdom": "^25.0.0",
"jsdom": "^25.0.1",
"msw": "^2.5.0"
"msw": "^2.6.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import { BarChartManager } from "../common/BarChartManager"
import { DataQueryExecutor } from "../common/DataQueryExecutor"
import { chartDefaultStyle } from "../common/chart"
// eslint-disable-next-line vue/require-valid-default-prop
const { height = 440, measures = [] } = defineProps<{
height?: number
measures: string[]
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.23

require (
github.com/Altinity/clickhouse-backup v1.6.3-0.20230612080849-d0f5b1987694
github.com/ClickHouse/ch-go v0.62.0
github.com/ClickHouse/ch-go v0.63.1
github.com/ClickHouse/clickhouse-go/v2 v2.30.0
github.com/VictoriaMetrics/fastcache v1.12.2
github.com/alecthomas/kingpin v2.2.6+incompatible
Expand Down Expand Up @@ -81,7 +81,7 @@ require (
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/djherbis/buffer v1.2.0 // indirect
github.com/djherbis/nio/v3 v3.0.1 // indirect
github.com/dmarkham/enumer v1.5.9 // indirect
github.com/dmarkham/enumer v1.5.10 // indirect
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // indirect
github.com/eapache/go-resiliency v1.4.0 // indirect
github.com/fatih/color v1.15.0 // indirect
Expand All @@ -103,7 +103,7 @@ require (
github.com/gorilla/websocket v1.5.1 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/hashicorp/go-version v1.7.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jlaffaye/ftp v0.2.0 // indirect
Expand Down
6 changes: 6 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ github.com/BurntSushi/toml v1.3.2/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbi
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/ClickHouse/ch-go v0.62.0 h1:eXH0hytXeCEEZHgMvOX9IiW7wqBb4w1MJMp9rArbkrc=
github.com/ClickHouse/ch-go v0.62.0/go.mod h1:uzso52/PD9+gZj7tL6XAo8/EYDrx7CIwNF4c6PnO6S0=
github.com/ClickHouse/ch-go v0.63.1 h1:s2JyZvWLTCSAGdtjMBBmAgQQHMco6pawLJMOXi0FODM=
github.com/ClickHouse/ch-go v0.63.1/go.mod h1:I1kJJCL3WJcBMGe1m+HVK0+nREaG+JOYYBWjrDrF3R0=
github.com/ClickHouse/clickhouse-go/v2 v2.29.0 h1:Dj1w59RssRyLgGHXtYaWU0eIM1pJsu9nGPi/btmvAqw=
github.com/ClickHouse/clickhouse-go/v2 v2.29.0/go.mod h1:bLookq6qZJ4Ush/6tOAnJGh1Sf3Sa/nQoMn71p7ZCUE=
github.com/ClickHouse/clickhouse-go/v2 v2.30.0 h1:AG4D/hW39qa58+JHQIFOSnxyL46H6h2lrmGGk17dhFo=
Expand Down Expand Up @@ -152,6 +154,8 @@ github.com/djherbis/nio/v3 v3.0.1 h1:6wxhnuppteMa6RHA4L81Dq7ThkZH8SwnDzXDYy95vB4
github.com/djherbis/nio/v3 v3.0.1/go.mod h1:Ng4h80pbZFMla1yKzm61cF0tqqilXZYrogmWgZxOcmg=
github.com/dmarkham/enumer v1.5.9 h1:NM/1ma/AUNieHZg74w67GkHFBNB15muOt3sj486QVZk=
github.com/dmarkham/enumer v1.5.9/go.mod h1:e4VILe2b1nYK3JKJpRmNdl5xbDQvELc6tQ8b+GsGk6E=
github.com/dmarkham/enumer v1.5.10 h1:ygL0L6quiTiH1jpp68DyvsWaea6MaZLZrTTkIS++R0M=
github.com/dmarkham/enumer v1.5.10/go.mod h1:e4VILe2b1nYK3JKJpRmNdl5xbDQvELc6tQ8b+GsGk6E=
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 h1:iFaUwBSo5Svw6L7HYpRu/0lE3e0BaElwnNO1qkNQxBY=
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5/go.mod h1:qssHWj60/X5sZFNxpG4HBPDHVqxNm4DfnCKgrbZOT+s=
github.com/dsnet/golib v0.0.0-20171103203638-1ea166775780/go.mod h1:Lj+Z9rebOhdfkVLjJ8T6VcRQv3SXugXy999NBtR9aFY=
Expand Down Expand Up @@ -268,6 +272,8 @@ github.com/hashicorp/go-multierror v1.1.1 h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+l
github.com/hashicorp/go-multierror v1.1.1/go.mod h1:iw975J/qwKPdAO1clOe2L8331t/9/fmwbPZ6JB6eMoM=
github.com/hashicorp/go-version v1.6.0 h1:feTTfFNnjP967rlCxM/I9g701jU+RN74YKx2mOkIeek=
github.com/hashicorp/go-version v1.6.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
github.com/hashicorp/go-version v1.7.0 h1:5tqGy27NaOTB8yJKUZELlFAS/LTKJkrmONwQKeRZfjY=
github.com/hashicorp/go-version v1.7.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,26 @@
"@primevue/auto-import-resolver": "^4.0.7",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/compiler-sfc": "^3.5.12",
"@vue/eslint-config-typescript": "^14.1.3",
"autoprefixer": "^10.4.20",
"eslint": "^9.13.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-vue": "^9.29.1",
"lightningcss": "^1.27.0",
"eslint-plugin-vue": "^9.30.0",
"lightningcss": "^1.28.1",
"postcss": "^8.4.47",
"rollup": "^4.24.0",
"rollup": "^4.24.4",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"unplugin-vue-components": "^0.27.4",
"vite": "5.4.9",
"vite": "5.4.10",
"vite-plugin-static-copy": "^2.0.0",
"vue": "^3.5.12",
"vue-tsc": "^2.1.6"
"vue-tsc": "^2.1.10"
},
"pnpm": {
"peerDependencyRules": {
Expand All @@ -59,6 +59,6 @@
"eslint-plugin-unicorn": "^56.0.0",
"isoworker": "^0.2.4",
"prettier": "^3.3.3",
"vitest": "^2.1.3"
"vitest": "^2.1.4"
}
}
Loading

0 comments on commit 62f558c

Please sign in to comment.