Skip to content

Commit

Permalink
fix(deps): update shared components packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 1, 2024
1 parent 530f590 commit ee1873b
Show file tree
Hide file tree
Showing 8 changed files with 3,813 additions and 1,843 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Fetch changes
run: git fetch --prune --tags --unshallow
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commit_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
# v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 1.18.x
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: golangci-lint
# v3
uses: golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/modular-docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Checkout Source
- name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 1.17.x
- run: make generate-downstream-docs
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 1.18.x

Expand All @@ -29,7 +29,7 @@ jobs:
echo "::set-output name=prerelease::true"
fi
- id: set-version
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const version = context.ref.replace(/^refs\/tags\//, '').replace(/^v/, '')
Expand Down Expand Up @@ -82,9 +82,9 @@ jobs:
runs-on: ubuntu-latest
if: needs.release.steps.check-tag.outputs.prerelease == 'false'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Notify tools repo
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
github.request('POST /repos/redhat-developer/app-services-tools/actions/workflows/20880234/dispatches', {
Expand Down
26 changes: 13 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ go 1.18
require (
github.com/AlecAivazis/survey/v2 v2.3.6
github.com/BurntSushi/toml v1.2.1
github.com/MakeNowJust/heredoc v1.0.0
github.com/Nerzal/gocloak/v7 v7.11.0
github.com/MakeNowJust/heredoc/v2 v2.0.1
github.com/Nerzal/gocloak/v13 v13.9.0
github.com/aerogear/charmil v0.8.3
github.com/blang/semver v3.5.1+incompatible
github.com/briandowns/spinner v1.19.0
github.com/coreos/go-oidc/v3 v3.4.0
github.com/fatih/color v1.13.0
github.com/golang-jwt/jwt/v4 v4.4.3
github.com/google/go-github/v39 v39.2.0
github.com/golang-jwt/jwt/v5 v5.2.0
github.com/google/go-github/v58 v58.0.0
github.com/jackdelahunt/survey-json-schema v0.13.0
github.com/kataras/tablewriter v0.0.0-20180708051242-e063d29b7c23 // indirect
github.com/landoop/tableprinter v0.0.0-20201125135848-89e81fc956e7
Expand All @@ -30,23 +30,23 @@ require (
gitlab.com/c0b/go-ordered-json v0.0.0-20201030195603-febf46534d5a
golang.org/x/oauth2 v0.3.0
golang.org/x/text v0.5.0
gopkg.in/AlecAivazis/survey.v1 v1.8.8
gopkg.in/AlecAivazis/survey.v2 v2.3.7
gopkg.in/segmentio/analytics-go.v3 v3.1.0
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
k8s.io/api v0.24.8
k8s.io/apimachinery v0.24.8
k8s.io/client-go v0.24.8
k8s.io/utils v0.0.0-20220713171938-56c0de1e6f5e
)

require (
github.com/redhat-developer/app-services-sdk-core/app-services-sdk-go/accountmgmt/apiv1/client v0.0.0-20230216114230-4ff0373de47f
github.com/redhat-developer/app-services-sdk-core/app-services-sdk-go/connectormgmt v0.0.0-20230227102917-4a6410d5d4c2
github.com/redhat-developer/app-services-sdk-core/app-services-sdk-go/kafkainstance v0.0.0-20230227102917-4a6410d5d4c2
github.com/redhat-developer/app-services-sdk-core/app-services-sdk-go/kafkamgmt v0.0.0-20230227102917-4a6410d5d4c2
github.com/redhat-developer/app-services-sdk-core/app-services-sdk-go/registryinstance v0.0.0-20230301144502-065a5966657b
github.com/redhat-developer/app-services-sdk-core/app-services-sdk-go/registrymgmt v0.0.0-20230301144502-065a5966657b
github.com/redhat-developer/app-services-sdk-core/app-services-sdk-go/serviceaccountmgmt v0.0.0-20230227102917-4a6410d5d4c2
github.com/redhat-developer/app-services-sdk-core/app-services-sdk-go/accountmgmt/apiv1/client v1.0.5
github.com/redhat-developer/app-services-sdk-core/app-services-sdk-go/connectormgmt v1.0.5
github.com/redhat-developer/app-services-sdk-core/app-services-sdk-go/kafkainstance v1.0.5
github.com/redhat-developer/app-services-sdk-core/app-services-sdk-go/kafkamgmt v1.0.5
github.com/redhat-developer/app-services-sdk-core/app-services-sdk-go/registryinstance v1.0.5
github.com/redhat-developer/app-services-sdk-core/app-services-sdk-go/registrymgmt v1.0.5
github.com/redhat-developer/app-services-sdk-core/app-services-sdk-go/serviceaccountmgmt v1.0.5
)

require (
Expand Down
12 changes: 6 additions & 6 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "2.2.0",
"@docusaurus/preset-classic": "2.2.0",
"@mdx-js/react": "1.6.22",
"@svgr/webpack": "6.5.1",
"clsx": "1.2.1",
"@docusaurus/core": "3.1.1",
"@docusaurus/preset-classic": "3.1.1",
"@mdx-js/react": "3.0.0",
"@svgr/webpack": "8.1.0",
"clsx": "2.1.0",
"file-loader": "6.2.0",
"prism-react-renderer": "1.3.5",
"prism-react-renderer": "2.3.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"url-loader": "4.1.1"
Expand Down

0 comments on commit ee1873b

Please sign in to comment.