Skip to content

Commit 6becc85

Browse files
committed
Merge branch 'master' of github.com:kubernetes/dashboard
2 parents 62d3bc5 + a5f28e4 commit 6becc85

File tree

9 files changed

+181
-54
lines changed

9 files changed

+181
-54
lines changed

.github/workflows/cd-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
type=match,pattern=\d+\.\d+\.\d+
5050
type=sha
5151
- uses: docker/[email protected]
52-
- uses: docker/setup-buildx-action@v3.2.0
52+
- uses: docker/setup-buildx-action@v3.3.0
5353
with:
5454
config: .github/buildkitd.toml
5555
- uses: docker/[email protected]

.github/workflows/cd-auth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
type=match,pattern=\d+\.\d+\.\d+
5050
type=sha
5151
- uses: docker/[email protected]
52-
- uses: docker/setup-buildx-action@v3.2.0
52+
- uses: docker/setup-buildx-action@v3.3.0
5353
with:
5454
config: .github/buildkitd.toml
5555
- uses: docker/[email protected]

.github/workflows/cd-metrics-scraper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
type=match,pattern=\d+\.\d+\.\d+
5050
type=sha
5151
- uses: docker/[email protected]
52-
- uses: docker/setup-buildx-action@v3.2.0
52+
- uses: docker/setup-buildx-action@v3.3.0
5353
with:
5454
config: .github/buildkitd.toml
5555
- uses: docker/[email protected]

.github/workflows/cd-web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
type=match,pattern=\d+\.\d+\.\d+
5050
type=sha
5151
- uses: docker/[email protected]
52-
- uses: docker/setup-buildx-action@v3.2.0
52+
- uses: docker/setup-buildx-action@v3.3.0
5353
with:
5454
config: .github/buildkitd.toml
5555
- uses: docker/[email protected]

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
- working-directory: modules/web
134134
run: yarn
135135
- run: PATH=$PATH:$GOPATH/bin make coverage
136-
- uses: codecov/codecov-action@v4.1.1
136+
- uses: codecov/codecov-action@v4.2.0
137137
with:
138138
directory: ./.tmp
139139
token: ${{ secrets.CODECOV_TOKEN }}

modules/common/tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22
55
toolchain go1.22.0
66

77
require (
8-
github.com/apache/skywalking-eyes v0.5.0
8+
github.com/apache/skywalking-eyes v0.6.0
99
github.com/cosmtrek/air v1.51.0
1010
github.com/golangci/golangci-lint v1.57.2
1111
k8s.io/code-generator v0.29.2

modules/common/tools/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ github.com/alingse/asasalint v0.0.11 h1:SFwnQXJ49Kx/1GghOFz1XGqHYKp21Kq1nHad/0WQ
9696
github.com/alingse/asasalint v0.0.11/go.mod h1:nCaoMhw7a9kSJObvQyVzNTPBDbNpdocqrSP7t/cW5+I=
9797
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be h1:9AeTilPcZAjCFIImctFaOjnTIavg87rW78vTPkQqLI8=
9898
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be/go.mod h1:ySMOLuWl6zY27l47sB3qLNK6tF2fkHG55UZxx8oIVo4=
99-
github.com/apache/skywalking-eyes v0.5.0 h1:X41jAhmnJazHuR5mOGt1nZA7mFaAluf9mvB1JBzr5xI=
100-
github.com/apache/skywalking-eyes v0.5.0/go.mod h1:rwVEbfh8GovISedSOc7nHGrcnkQ7sfTc31iYU5hSpEE=
99+
github.com/apache/skywalking-eyes v0.6.0 h1:qlEE8Wgy6fKXusxAOrI7ANNdO9vKfiGNczI6kygMR4o=
100+
github.com/apache/skywalking-eyes v0.6.0/go.mod h1:rwVEbfh8GovISedSOc7nHGrcnkQ7sfTc31iYU5hSpEE=
101101
github.com/armon/go-radix v1.0.1-0.20221118154546-54df44f2176c h1:651/eoCRnQ7YtSjAnSzRucrJz+3iGEFt+ysraELS81M=
102102
github.com/armon/go-radix v1.0.1-0.20221118154546-54df44f2176c/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8=
103103
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=

modules/web/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@
8989
"@angular/cli": "16.2.0",
9090
"@angular/compiler-cli": "16.2.1",
9191
"@angular/language-service": "16.2.1",
92-
"@babel/core": "7.24.0",
93-
"@babel/preset-env": "7.24.3",
92+
"@babel/core": "7.24.4",
93+
"@babel/preset-env": "7.24.4",
9494
"@babel/register": "7.23.7",
9595
"@cypress/webpack-preprocessor": "6.0.1",
9696
"@graphql-mesh/cli": "0.89.8",
@@ -104,7 +104,7 @@
104104
"@types/jest": "29.5.12",
105105
"@types/js-yaml": "4.0.9",
106106
"@types/lodash-es": "4.17.12",
107-
"@types/node": "20.12.3",
107+
"@types/node": "20.12.5",
108108
"@typescript-eslint/eslint-plugin": "7.5.0",
109109
"@typescript-eslint/parser": "7.5.0",
110110
"codelyzer": "6.0.2",
@@ -129,13 +129,13 @@
129129
"lodash-es": "4.17.21",
130130
"minimatch": "9.0.4",
131131
"minimist": "1.2.8",
132-
"ng-extract-i18n-merge": "2.11.1",
132+
"ng-extract-i18n-merge": "2.11.2",
133133
"node-gyp": "10.1.0",
134134
"prettier": "3.2.5",
135135
"q": "1.5.1",
136136
"raw-loader": "4.0.2",
137137
"run-node": "2.0.0",
138-
"sass": "1.72.0",
138+
"sass": "1.74.1",
139139
"sass-loader": "14.1.1",
140140
"semver": "7.6.0",
141141
"source-map-explorer": "2.5.3",

0 commit comments

Comments
 (0)