fix(deps): update shared components packages
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | Type | Update |
|---|---|---|---|---|---|---|---|
| @docusaurus/core | 2.0.1 -> 2.2.0 |
dependencies | minor | ||||
| @docusaurus/preset-classic | 2.0.1 -> 2.2.0 |
dependencies | minor | ||||
| @svgr/webpack (source) | 6.3.0 -> 6.5.1 |
dependencies | minor | ||||
| JamesIves/github-pages-deploy-action | v4.3.4 -> v4.4.1 |
action | minor | ||||
| github.com/AlecAivazis/survey/v2 | v2.3.5 -> v2.3.6 |
require | patch | ||||
| github.com/BurntSushi/toml | v1.2.0 -> v1.2.1 |
require | patch | ||||
| github.com/briandowns/spinner | v1.18.1 -> v1.19.0 |
require | minor | ||||
| github.com/coreos/go-oidc/v3 | v3.2.0 -> v3.4.0 |
require | minor | ||||
| github.com/mattn/go-isatty | v0.0.14 -> v0.0.16 |
require | patch | ||||
| github.com/nicksnyder/go-i18n/v2 | v2.2.0 -> v2.2.1 |
require | patch | ||||
| github.com/openconfig/goyang | v1.0.0 -> v1.1.0 |
require | minor | ||||
| github.com/redhat-developer/app-services-sdk-go/accountmgmt | v0.2.0 -> v0.3.0 |
require | minor | ||||
| github.com/redhat-developer/app-services-sdk-go/connectormgmt | v0.8.0 -> v0.9.0 |
require | minor | ||||
| github.com/redhat-developer/app-services-sdk-go/kafkainstance | v0.9.0 -> v0.11.0 |
require | minor | ||||
| github.com/redhat-developer/app-services-sdk-go/kafkamgmt | v0.13.0 -> v0.14.0 |
require | minor | ||||
| github.com/redhat-developer/app-services-sdk-go/registrymgmt | v0.10.0 -> v0.11.1 |
require | minor | ||||
| github.com/spf13/cobra | v1.5.0 -> v1.6.1 |
require | minor | ||||
| go (source) | 1.18 -> 1.18.8 |
golang | pin | ||||
| golang.org/x/oauth2 | v0.0.0-20220909003341-f21342109be1 -> v0.2.0 |
require | minor | ||||
| golang.org/x/text | v0.3.7 -> v0.4.0 |
require | minor | ||||
| k8s.io/api | v0.22.4 -> v0.25.4 |
require | minor | ||||
| k8s.io/apimachinery | v0.22.4 -> v0.25.4 |
require | minor | ||||
| k8s.io/client-go | v0.22.4 -> v0.25.4 |
require | minor |
Release Notes
facebook/docusaurus
v2.2.0
:rocket: New Feature
-
docusaurus-plugin-client-redirects- #8227 feat(plugin-client-redirects): keep the query string + hash (@Xabilahu)
-
docusaurus -
docusaurus-mdx-loader,docusaurus-plugin-content-blog,docusaurus-plugin-content-docs,docusaurus-plugin-content-pages,docusaurus-theme-classic,docusaurus-theme-mermaid,docusaurus-types,docusaurus -
docusaurus-types,docusaurus- #8151 feat(core): siteConfig.headTags API to render extra tags in document head (@johnnyreilly)
:bug: Bug Fix
-
docusaurus-plugin-ideal-image -
docusaurus-theme-common- #8246 fix(mdx-loader): properly unwrap mdxAdmonitionTitle placeholder (@Josh-Cena)
-
docusaurus-plugin-content-docs- #8234 fix(plugin-content-docs): fix error message context (error cause) when doc processing fails (@shanpriyan)
-
docusaurus-theme-classic,docusaurus-theme-translations- #8207 fix(theme-classic): hamburger menu control navigation by keyboard (@jeferson-sb)
-
docusaurus-theme-classic,docusaurus-theme-common -
docusaurus -
docusaurus-theme-classic- #8174 fix(theme): announce theme switches (@mturoci)
- #8190 fix(theme): add more tag names to inline code element set (@Josh-Cena)
- #8163 fix(theme): mobile navbar & skipToContent should cover announcementBar (@adnanhashmi09)
- #8068 fix(theme): preserve line breaks when copying code with showLineNumbers in Firefox (@LittleboyHarry)
-
docusaurus-utils- #8137 fix(utils): remove non-ASCII limitation for path normalization (@birjj)
- #8158 fix(content-blog): make RSS feed generation work with slugs with .html extension (@Pranav2612000)
-
docusaurus-theme-translations- #8105 fix(theme-translations): complete turkish theme default translations (@ramazansancar)
- #8087 fix(theme-translations): remove extra vi translations (@namnguyenthanhwork)
-
docusaurus-plugin-client-redirects- #8067 fix(redirect): tolerate trailing slash difference if config is undefined (@Josh-Cena)
:nail_care: Polish
-
docusaurus-theme-translations -
docusaurus- #8159 fix(core): throw error for invalid URL in config file (@forgeRW)
- #8109 feat(core): prefetch on mobile touchstart (@sanjaiyan-dev)
-
docusaurus-theme-classic- #8161 fix(theme): do not show tab content when tabbing over it; show after selection only (@mturoci)
- #8062 refactor(theme): remove hard-coded tag border-radius (@homotechsual)
-
docusaurus-utils-validation,docusaurus- #8066 fix(core): normalize slashes for url/baseUrl instead of throwing (@Josh-Cena)
Committers: 22
- Adnan Hashmi (@adnanhashmi09)
- Alexey Pyltsyn (@lex111)
- Forresst (@forresst)
- Jan Peer Stöcklmair (@JPeer264)
- Jeferson S. Brito (@jeferson-sb)
- Johan Fagerberg (@birjj)
- John Reilly (@johnnyreilly)
- Joshua Chen (@Josh-Cena)
- LittleboyHarry (@LittleboyHarry)
- Masahiko Hara (@pasora)
- Mikey O'Toole (@homotechsual)
- Nguyễn Thành Nam (@namnguyenthanhwork)
- Pranav Joglekar (@Pranav2612000)
- Ramazan SANCAR (@ramazansancar)
- Sam Wall (@sjwall)
- Sanjaiyan Parthipan (@sanjaiyan-dev)
- Shanmughapriyan S (@shanpriyan)
- Sébastien Lorber (@slorber)
- Xabier Lahuerta Vazquez (@Xabilahu)
- @forgeRW
- @mturoci
- evan (@e-im)
v2.1.0
:rocket: New Feature
-
docusaurus-theme-classic,docusaurus-theme-common -
docusaurus-plugin-content-docs,docusaurus-theme-classic -
docusaurus-theme-translations- #7953 feat(theme): adds Ukrainian default theme translations (@b-ovsepian)
:bug: Bug Fix
-
create-docusaurus -
docusaurus-preset-classic -
docusaurus -
docusaurus-plugin-sitemap -
docusaurus-theme-classic- #7910 fix(theme-classic): code block line number display with line wrapping (@yzhe819)
- #7786 fix: collapse siblings when first category is selected (@whiteand)
:nail_care: Polish
-
docusaurus-theme-classic- #7982 fix(theme): add aria-label to skip to content link region (@YoniChechik)
- #7940 refactor(theme-classic): split AnnouncementBar, increase z-index, use shadow (@slorber)
- #7876 refactor(theme-classic): make tag text visually certered (@Kosai106)
-
docusaurus-utils -
docusaurus-theme-classic,docusaurus-types -
docusaurus-theme-translations- #7928 chore(theme-translations): complete vi translations (@datlechin)
:memo: Documentation
-
create-docusaurus -
docusaurus-plugin-content-blog,docusaurus-plugin-content-docs,docusaurus-plugin-content-pages,docusaurus-plugin-debug,docusaurus-plugin-google-analytics,docusaurus-plugin-google-gtag,docusaurus-plugin-ideal-image,docusaurus-plugin-sitemap,docusaurus-theme-classic- #7905 docs: remove mention of beta (@Josh-Cena)
Committers: 10
- Bagdasar Ovsepyan (@b-ovsepian)
- Joshua Chen (@Josh-Cena)
- Kevin Østerkilde (@Kosai106)
- Morgane Dubus (@mdubus)
- Ngô Quốc Đạt (@datlechin)
- Sébastien Lorber (@slorber)
- Yoni Chechik (@YoniChechik)
- @whiteand
- @yzhe819
- adventure-yunfei (@adventure-yunfei)
gregberge/svgr
v6.5.1
Reverts
v6.5.0
Bug Fixes
- fix Yarn peer dependency warning from @babel/core (#786) (db35837), closes #785
Features
v6.4.0
Bug Fixes
Features
- a11y: add attribute role="img" to the svg element (#750) (8b9edc4)
- support spaces in file names (#779) (6ee639a)
6.3.1 (2022-07-22)
Bug Fixes
- fix duplicate plugin/preset detected error (#747) (3c6a54c), closes #746
- fix exports compat with ESM (#749) (f3e304c)
v6.3.1
Bug Fixes
JamesIves/github-pages-deploy-action
v4.4.1
What's Changed
- The action now fully runs on Node 16. (Thank you @nickmccurdy)
Changelog
- Bump eslint-plugin-jest from 26.5.3 to 26.7.0 by @dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1177
- Bump @types/node from 18.0.6 to 18.6.3 by @dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1178
- Bump @actions/core from 1.9.0 to 1.9.1 by @dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1186
- Bump eslint-plugin-jest from 26.7.0 to 26.8.3 by @dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1193
- Bump @types/node from 18.6.3 to 18.7.6 by @dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1195
- Typographical Error by @sojinsamuel in https://github.com/JamesIves/github-pages-deploy-action/pull/1197
- Typographical Error by @sojinsamuel in https://github.com/JamesIves/github-pages-deploy-action/pull/1198
- Bump eslint-plugin-jest from 26.8.3 to 26.8.7 by @dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1200
- Bump @types/node from 18.7.6 to 18.7.13 by @dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1202
- Bump typescript from 4.7.4 to 4.8.3 by @dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1215
- Bump eslint-plugin-jest from 26.8.7 to 27.0.4 by @dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1216
- Bump @types/node from 18.7.13 to 18.7.18 by @dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1219
- Bump codecov/codecov-action from 3.1.0 to 3.1.1 by @dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1220
- Use Node 16 by @nickmccurdy in https://github.com/JamesIves/github-pages-deploy-action/pull/1221
- Bump @types/node from 18.7.18 to 18.8.0 by @dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1233
- Bump typescript from 4.8.3 to 4.8.4 by @dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1227
- Bump @actions/core from 1.9.1 to 1.10.0 by @dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1230
- Bump @actions/github from 5.0.3 to 5.1.1 by @dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1232
New Contributors
- @sojinsamuel made their first contribution in https://github.com/JamesIves/github-pages-deploy-action/pull/1197
Full Changelog: https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.4.1
v4.4.0
What's Changed
- Adding tag option to action by @germa89 in https://github.com/JamesIves/github-pages-deploy-action/pull/1142 - this can be used by applying a version number to your workflow. You can source this input via a workflow variable to dynamically add a tag to a branch on each deployment. You can find more information about how to use this field in the readme.
- fix: :bug: Fixes an issue where informational messages are throwing errors by in https://github.com/JamesIves/github-pages-deploy-action/pull/1168
- Bump eslint-plugin-prettier from 4.0.0 to 4.2.1 by @dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1159
- Bump @types/node from 18.0.0 to 18.0.6 by @dependabot in https://github.com/JamesIves/github-pages-deploy-action/pull/1169
New Contributors
- @germa89 made their first contribution in https://github.com/JamesIves/github-pages-deploy-action/pull/1142
Sponsors ❤️
- Special thanks to @github for their generous sponsorship contributions.
Full Changelog: https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.4.0
BurntSushi/toml
v1.2.1
This release fixes the omitempty struct tag on an uncomparable type panicking.
coreos/go-oidc
v3.4.0
What's Changed
- oidc: add Config.InsecureSkipSignatureCheck by @ericchiang in https://github.com/coreos/go-oidc/pull/351
Full Changelog: https://github.com/coreos/go-oidc/compare/v3.3.0...v3.4.0
v3.3.0
What's Changed
- feat: export token expired error by @crenshaw-dev in https://github.com/coreos/go-oidc/pull/342
- oidc: don't parse JWT twice by @ericchiang in https://github.com/coreos/go-oidc/pull/347
- update go deps to more recent versions by @ericchiang in https://github.com/coreos/go-oidc/pull/348
New Contributors
- @crenshaw-dev made their first contribution in https://github.com/coreos/go-oidc/pull/342
Full Changelog: https://github.com/coreos/go-oidc/compare/v3.2.0...v3.3.0
nicksnyder/go-i18n
v2.2.1
What's Changed
- doc(localizer): add specification about language tag detection by @ColinBoisLydia in https://github.com/nicksnyder/go-i18n/pull/270
- chore: add "README.zh-Hans.md" and optimized documentation by @misitebao in https://github.com/nicksnyder/go-i18n/pull/273
- go 1.18.3 by @nicksnyder in https://github.com/nicksnyder/go-i18n/pull/274
- Update to golang.org/x/text v0.4.0 by @nicksnyder in https://github.com/nicksnyder/go-i18n/pull/286
- Upgrade to Go 1.19.3 by @nicksnyder in https://github.com/nicksnyder/go-i18n/pull/288
New Contributors
- @ColinBoisLydia made their first contribution in https://github.com/nicksnyder/go-i18n/pull/270
- @misitebao made their first contribution in https://github.com/nicksnyder/go-i18n/pull/273
Full Changelog: https://github.com/nicksnyder/go-i18n/compare/v2.2.0...v2.2.1
openconfig/goyang
v1.1.0
What's Changed
- Add scheduled workflow. by @robshakir in https://github.com/openconfig/goyang/pull/228
- Fix workflow syntax and run on every pull request by @wenovus in https://github.com/openconfig/goyang/pull/230
- enum values are not exported in rawSchema JSON Fixes #227 by @SeanCondon in https://github.com/openconfig/goyang/pull/229
- identities that have a base identity are not sorted Fixes #234 by @SeanCondon in https://github.com/openconfig/goyang/pull/235
Full Changelog: https://github.com/openconfig/goyang/compare/v1.0.0...v1.1.0
spf13/cobra
v1.6.1
Bug fixes 🐛
- Fixes a panic when
AddGroupisn't called beforeAddCommand(my-sub-command)is executed. This can happen within more complex cobra file structures that have many differentinits to be executed. Now, the check for groups has been moved toExecuteCand provides more flexibility when working with grouped commands - @marckhouzam (and shout out to @aawsome, @andig and @KINGSABRI for a deep investigation into this! 👏🏼)
v1.6.0
Summer 2022 Release
Some exciting changes make their way to Cobra! Command completions continue to get better and better (including adding --help and --version automatic flags to the completions list). Grouping is now possible in your help output as well! And you can now use the OnFinalize method to cleanup things when all "work" is done. Checkout the full changelog below:
Features 🌠
- Add groups for commands in help: @aawsome @marckhouzam #1003
- Support for case-insensitive command names: @YuviGold #1802
- Expose
ValidateRequiredFlagsandValidateFlagGroups: @skeetwu #1760 - Add
--versionflag to help output: @fnickels #1707 - Add
--helpand--versionflag in completions: @marckhouzam #1813 - Add
OnFinalizemethod: @yann-soubeyrand #1788 - Allow user to add completion for powershell alias: @marckhouzam #1621
- Make
InitDefaultcompletionCmdpublic: @gssbzn #1467
Deprecation 👎🏼
-
ExactValidArgsis deprecated (but not being removed entirely). This is abit nuanced, so checkout #1643 for further information and the updateduser_guide.mdon how this may affect you (and how you can take advantage of the correct behavior in the validators): @umarcor #1643
Bug fixes 🐛
- Fix (bash-v2)
activeHelplength check syntax: @scop #1762 - Fix correct command path in
see_alsofor yaml documentation: @zregvart #1771 - Fix showing flags that shadow parent persistent flag in child help messaging: @brianpursley #1776
Dependencies 🗳️
- Upgrade to use
gopkg.in/yaml.v3: @tklauser #1766
Testing 🤔
- Test on Golang 1.19: @umarcor & @jpmcb #1782
- Renamed powershell completion tests: @marckhouzam #1803
- Use
action/setup-gocache: @umarcor #1783 - Add
workflow_dispatchto CI actions: @umarcor #1387 - Add minimum GitHub token permissions for workflows: @varunsh-coder #1792
Docs ✏️
- Fixup spelling for GitHub CLI: @eltociear #1744
- Clarify
SetContextdocumentation: @katexochen #1748 - Instruct user to
go installfor binary: @marckhouzam #1726 - User guide cleanup: @marckhouzam #1656
- Document option to hide the default completion command: @marckhouzam #1779
Misc 💭
- Add KubeVirt, CloudQuery, Cilium, Okteto, Zitadel, Allero to projects using cobra: @maiqueb #1741, @yevgenypats #1742, @tklauser #1745, @jLopezbarb #1759, @fforootd #1772, @dimabru #1819
- Use correct stale action
exemptyaml keys: @jpmcb #1800 - Add missing license headers: @umarcor #1809
Note: Per #1804, we will be moving away from "seasonal" releases and doing more generic point release targets. Continue to track the milestones and issues in the spf13/cobra GitHub repository for more information!
Great work everyone! Cobra would never be possible without your contributions! 🐍
Full Changelog: https://github.com/spf13/cobra/compare/v1.5.0...v1.6.0
kubernetes/api
v0.25.4
v0.25.3
v0.25.2
v0.25.1
v0.25.0
v0.24.8
v0.24.7
v0.24.6
v0.24.5
v0.24.4
[v0.24.3](https://togithub.com/kubernetes/api/compare/v0.24.2...v0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
⚠ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: go.sum
Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v "/mnt/renovate/gh/redhat-developer/app-services-cli":"/mnt/renovate/gh/redhat-developer/app-services-cli" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/containerbase":"/tmp/containerbase" -e GOPATH -e GOPROXY -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_KEY_1 -e GIT_CONFIG_VALUE_1 -e GIT_CONFIG_KEY_2 -e GIT_CONFIG_VALUE_2 -e GIT_CONFIG_COUNT -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/mnt/renovate/gh/redhat-developer/app-services-cli" docker.io/renovate/sidecar bash -l -c "install-tool golang 1.19.3 && go get -d -t ./... && go mod tidy && go mod vendor && go mod tidy && go mod tidy"
go: errors parsing go.mod:
/mnt/renovate/gh/redhat-developer/app-services-cli/go.mod:3: invalid go version '1.18.8': must match format 1.23
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above.
⚠ Warning: custom changes will be lost.
There's some scope of automation in future renovate PRs. The reason this was failing on lint were:
-
goversion was being updated to1.18.8, which is invalid to be put ingo.mod. Also downstream version is go 1.18.4, this needs to be set as upper limit. -
go mod vendorneeds to be run aftergo.modfile is updated.
