From 3bdbeb251c3e7366687305dc968ec89d62e7cdcd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 11:45:08 +0000 Subject: [PATCH] fix(deps): update shared components packages --- .github/workflows/commit_lint.yml | 2 +- .github/workflows/release.yml | 4 ++-- go.mod | 12 ++++++------ website/package.json | 2 +- website/yarn.lock | 24 +++++++++++++++++++++++- 5 files changed, 33 insertions(+), 11 deletions(-) diff --git a/.github/workflows/commit_lint.yml b/.github/workflows/commit_lint.yml index a536af4a74..f3b75d221b 100644 --- a/.github/workflows/commit_lint.yml +++ b/.github/workflows/commit_lint.yml @@ -11,4 +11,4 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: wagoid/commitlint-github-action@v4 \ No newline at end of file + - uses: wagoid/commitlint-github-action@v5 \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 26dd82cc0f..e6983fdb31 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: run: cat RELEASE_NOTES.md - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v3 + uses: goreleaser/goreleaser-action@v4 if: steps.check-tag.outputs.prerelease == 'false' with: version: latest @@ -57,7 +57,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Run GoReleaser on pre-release - uses: goreleaser/goreleaser-action@v3 + uses: goreleaser/goreleaser-action@v4 if: steps.check-tag.outputs.prerelease == 'true' with: version: latest diff --git a/go.mod b/go.mod index 748994f048..42be25240d 100644 --- a/go.mod +++ b/go.mod @@ -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/v12 v12.0.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/google/go-github/v48 v48.2.0 github.com/jackdelahunt/survey-json-schema v0.12.0 github.com/kataras/tablewriter v0.0.0-20180708051242-e063d29b7c23 // indirect github.com/landoop/tableprinter v0.0.0-20201125135848-89e81fc956e7 @@ -37,12 +37,12 @@ require ( gitlab.com/c0b/go-ordered-json v0.0.0-20201030195603-febf46534d5a golang.org/x/oauth2 v0.2.0 golang.org/x/text v0.4.0 - gopkg.in/AlecAivazis/survey.v1 v1.8.8 + gopkg.in/AlecAivazis/survey.v2 v2.3.6 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.22.4 k8s.io/apimachinery v0.22.4 - k8s.io/client-go v0.22.4 + k8s.io/client-go/v11 v11.0.0+incompatible k8s.io/utils v0.0.0-20220713171938-56c0de1e6f5e ) diff --git a/website/package.json b/website/package.json index 6b0084cafb..8714188c43 100644 --- a/website/package.json +++ b/website/package.json @@ -16,7 +16,7 @@ "dependencies": { "@docusaurus/core": "2.2.0", "@docusaurus/preset-classic": "2.2.0", - "@mdx-js/react": "1.6.22", + "@mdx-js/react": "2.2.1", "@svgr/webpack": "6.5.1", "clsx": "1.2.1", "file-loader": "6.2.0", diff --git a/website/yarn.lock b/website/yarn.lock index 5f2e53491b..cb9ded8f20 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -3383,7 +3383,15 @@ unist-builder "2.0.3" unist-util-visit "2.0.3" -"@mdx-js/react@1.6.22", "@mdx-js/react@^1.6.22": +"@mdx-js/react@2.2.1": + version "2.2.1" + resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-2.2.1.tgz#5a70592418d52b1b01538c37e795034601c96ec5" + integrity sha512-YdXcMcEnqZhzql98RNrqYo9cEhTTesBiCclEtoiQUbJwx87q9453GTapYU6kJ8ZZ2ek1Vp25SiAXEFy5O/eAPw== + dependencies: + "@types/mdx" "^2.0.0" + "@types/react" ">=16" + +"@mdx-js/react@^1.6.22": version "1.6.22" resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-1.6.22.tgz#ae09b4744fddc74714ee9f9d6f17a66e77c43573" integrity sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg== @@ -3783,6 +3791,11 @@ dependencies: "@types/unist" "*" +"@types/mdx@^2.0.0": + version "2.0.3" + resolved "https://registry.yarnpkg.com/@types/mdx/-/mdx-2.0.3.tgz#43fd32414f17fcbeced3578109a6edd877a2d96e" + integrity sha512-IgHxcT3RC8LzFLhKwP3gbMPeaK7BM9eBH46OdapPA7yvuIUJ8H6zHZV53J8hGZcTSnt95jANt+rTBNUUc22ACQ== + "@types/mime@^1": version "1.3.2" resolved "https://registry.yarnpkg.com/@types/mime/-/mime-1.3.2.tgz#93e25bf9ee75fe0fd80b594bc4feb0e862111b5a" @@ -3858,6 +3871,15 @@ "@types/scheduler" "*" csstype "^3.0.2" +"@types/react@>=16": + version "18.0.26" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.26.tgz#8ad59fc01fef8eaf5c74f4ea392621749f0b7917" + integrity sha512-hCR3PJQsAIXyxhTNSiDFY//LhnMZWpNNr5etoCqx/iUfGc5gXWtQR2Phl908jVR6uPXacojQWTg4qRpkxTuGug== + dependencies: + "@types/prop-types" "*" + "@types/scheduler" "*" + csstype "^3.0.2" + "@types/retry@^0.12.0": version "0.12.1" resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.1.tgz#d8f1c0d0dc23afad6dc16a9e993a0865774b4065"