Skip to content

Commit 7c263ec

Browse files
fix(deps): update shared components packages
1 parent 94e0a4a commit 7c263ec

File tree

8 files changed

+4001
-2982
lines changed

8 files changed

+4001
-2982
lines changed

.github/workflows/changelog.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515

1616
- name: Fetch changes
1717
run: git fetch --prune --tags --unshallow

.github/workflows/commit_lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
env:
99
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
with:
1313
fetch-depth: 0
1414
# v4

.github/workflows/gobuild.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Install Go
22-
uses: actions/setup-go@v3
22+
uses: actions/setup-go@v5
2323
with:
2424
go-version: 1.18.x
2525
- name: Checkout code
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727
- name: golangci-lint
2828
# v3
2929
uses: golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5

.github/workflows/modular-docs-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
name: Checkout Source
1515
- name: Install Go
16-
uses: actions/setup-go@v3
16+
uses: actions/setup-go@v5
1717
with:
1818
go-version: 1.17.x
1919
- run: make generate-downstream-docs

.github/workflows/release.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
steps:
1212
-
1313
name: Checkout
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
1717
-
1818
name: Set up Go
19-
uses: actions/setup-go@v3
19+
uses: actions/setup-go@v5
2020
with:
2121
go-version: 1.18.x
2222

@@ -29,7 +29,7 @@ jobs:
2929
echo "::set-output name=prerelease::true"
3030
fi
3131
- id: set-version
32-
uses: actions/github-script@v6
32+
uses: actions/github-script@v7
3333
with:
3434
script: |
3535
const version = context.ref.replace(/^refs\/tags\//, '').replace(/^v/, '')
@@ -82,9 +82,9 @@ jobs:
8282
runs-on: ubuntu-latest
8383
if: needs.release.steps.check-tag.outputs.prerelease == 'false'
8484
steps:
85-
- uses: actions/checkout@v3
85+
- uses: actions/checkout@v4
8686
- name: Notify tools repo
87-
uses: actions/github-script@v6
87+
uses: actions/github-script@v7
8888
with:
8989
script: |
9090
github.request('POST /repos/redhat-developer/app-services-tools/actions/workflows/20880234/dispatches', {

go.mod

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ go 1.18
55
require (
66
github.com/AlecAivazis/survey/v2 v2.3.6
77
github.com/BurntSushi/toml v1.2.1
8-
github.com/MakeNowJust/heredoc v1.0.0
9-
github.com/Nerzal/gocloak/v7 v7.11.0
8+
github.com/MakeNowJust/heredoc/v2 v2.0.1
9+
github.com/Nerzal/gocloak/v13 v13.9.0
1010
github.com/aerogear/charmil v0.8.3
1111
github.com/blang/semver v3.5.1+incompatible
1212
github.com/briandowns/spinner v1.19.0
1313
github.com/coreos/go-oidc/v3 v3.4.0
1414
github.com/fatih/color v1.13.0
15-
github.com/golang-jwt/jwt/v4 v4.4.3
16-
github.com/google/go-github/v39 v39.2.0
15+
github.com/golang-jwt/jwt/v5 v5.2.1
16+
github.com/google/go-github/v65 v65.0.0
1717
github.com/jackdelahunt/survey-json-schema v0.13.0
1818
github.com/kataras/tablewriter v0.0.0-20180708051242-e063d29b7c23 // indirect
1919
github.com/landoop/tableprinter v0.0.0-20201125135848-89e81fc956e7
@@ -30,9 +30,9 @@ require (
3030
gitlab.com/c0b/go-ordered-json v0.0.0-20201030195603-febf46534d5a
3131
golang.org/x/oauth2 v0.3.0
3232
golang.org/x/text v0.5.0
33-
gopkg.in/AlecAivazis/survey.v1 v1.8.8
33+
gopkg.in/AlecAivazis/survey.v2 v2.3.7
3434
gopkg.in/segmentio/analytics-go.v3 v3.1.0
35-
gopkg.in/yaml.v2 v2.4.0
35+
gopkg.in/yaml.v3 v3.0.1
3636
k8s.io/api v0.24.8
3737
k8s.io/apimachinery v0.24.8
3838
k8s.io/client-go v0.24.8

website/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"write-heading-ids": "docusaurus write-heading-ids"
1515
},
1616
"dependencies": {
17-
"@docusaurus/core": "2.2.0",
18-
"@docusaurus/preset-classic": "2.2.0",
19-
"@mdx-js/react": "1.6.22",
20-
"@svgr/webpack": "6.5.1",
21-
"clsx": "1.2.1",
17+
"@docusaurus/core": "3.5.2",
18+
"@docusaurus/preset-classic": "3.5.2",
19+
"@mdx-js/react": "3.0.1",
20+
"@svgr/webpack": "8.1.0",
21+
"clsx": "2.1.1",
2222
"file-loader": "6.2.0",
23-
"prism-react-renderer": "1.3.5",
23+
"prism-react-renderer": "2.4.0",
2424
"react": "17.0.2",
2525
"react-dom": "17.0.2",
2626
"url-loader": "4.1.1"

0 commit comments

Comments
 (0)