fix(deps): update shared components packages #1784
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.2.0
->2.4.3
2.2.0
->2.4.3
ba14867
->bff814e
6d338c1
->fd5ace9
v2.3.6
->v2.3.7
v1.2.1
->v1.4.0
v1.19.0
->v1.23.1
v3.4.0
->v3.11.0
v1.13.0
->v1.18.0
v0.0.16
->v0.0.20
v2.2.1
->v2.4.1
v1.2.0
->v1.6.0
v0.1.306
->v0.1.453
v1.6.1
->v1.8.1
6ca2374
->411dd12
v0.3.0
->v0.24.0
v0.5.0
->v0.21.0
08e2f20
->1ac3686
b508e2e
->9ed2f89
v0.24.8
->v0.32.0
v0.24.8
->v0.32.0
v0.24.8
->v0.32.0
26b39ed
->eb6b7b4
65a8dda
->4fc2b23
3ea6ae1
->0b492c0
4160451
->0184f5a
Release Notes
facebook/docusaurus (@docusaurus/core)
v2.4.3
Compare Source
🐛 Bug Fix
docusaurus-plugin-content-docs
docusaurus-theme-classic
docusaurus-theme-classic
,docusaurus-theme-common
Committers: 4
v2.4.1
Compare Source
🐛 Bug Fix
docusaurus-theme-classic
,docusaurus-theme-common
docusaurus-theme-translations
docusaurus
docusaurus-plugin-content-blog
,docusaurus-theme-common
,docusaurus-utils-common
,docusaurus
docusaurus-theme-common
docusaurus-utils
docusaurus-theme-classic
,docusaurus-theme-translations
create-docusaurus
💅 Polish
docusaurus-theme-classic
Committers: 7
v2.4.0
Compare Source
🚀 New Feature
docusaurus-plugin-content-docs
,docusaurus-theme-classic
docusaurus-theme-classic
docusaurus-remark-plugin-npm2yarn
docusaurus
docusaurus-theme-classic
,docusaurus-theme-common
prefers-reduced-motion: reduce
mediaquery, bump Infima to alpha.43 (@slorber)docusaurus-theme-translations
docusaurus-theme-common
docusaurus-plugin-google-gtag
🐛 Bug Fix
docusaurus-theme-classic
docusaurus-theme-classic
,docusaurus-theme-common
docusaurus-theme-common
,docusaurus-theme-search-algolia
docusaurus
docusaurus-theme-translations
💅 Polish
create-docusaurus
docusaurus-theme-classic
,docusaurus-theme-common
,docusaurus-utils-common
,docusaurus
docusaurus-theme-classic
,docusaurus-theme-common
,docusaurus
Committers: 14
v2.3.1
Compare Source
🐛 Bug Fix
docusaurus-theme-common
docusaurus-theme-classic
,docusaurus-theme-common
docusaurus-utils
docusaurus-preset-classic
💅 Polish
docusaurus-theme-translations
🤖 Dependencies
docusaurus-plugin-client-redirects
,docusaurus-theme-search-algolia
,docusaurus
Committers: 3
v2.3.0
Compare Source
🚀 New Feature
docusaurus-theme-translations
docusaurus-plugin-content-blog
docusaurus-theme-classic
,docusaurus-theme-common
,docusaurus
docusaurus
docusaurus-theme-search-algolia
docusaurus-plugin-google-tag-manager
🐛 Bug Fix
docusaurus-mdx-loader
docusaurus-theme-common
docusaurus
docusaurus-theme-classic
,docusaurus
docusaurus-theme-search-algolia
docusaurus-theme-classic
,docusaurus-theme-common
docusaurus-theme-classic
docusaurus-theme-translations
docusaurus-plugin-content-blog
docusaurus-plugin-content-docs
docusaurus-utils
create-docusaurus
,docusaurus-theme-classic
💅 Polish
docusaurus-theme-classic
,docusaurus
docusaurus-theme-translations
eslint-plugin
Committers: 16
AlecAivazis/survey (github.com/AlecAivazis/survey/v2)
v2.3.7
Compare Source
BurntSushi/toml (github.com/BurntSushi/toml)
v1.4.0
Compare Source
This version requires Go 1.18
Add toml.Marshal() (#405)
Require 2-digit hour (#320)
Wrap UnmarshalTOML() and UnmarshalText() return values in ParseError for position information (#398)
Fix inline tables with dotted keys inside inline arrays (e.g.
k=[{a.b=1}]
) (#400)v1.3.2
Compare Source
Fix reading
BURNTSUSHI_TOML_110
again 😅 The fix for 1.3.1 caused a race issue with multiple decodes being run in parallel.v1.3.1
Compare Source
This fixes two small bugs:
The
BURNTSUSHI_TOML_110
environment variable would be checked on package import, rather than Decode().This meant that setting
os.Setenv("BURNTSUSHI_TOML_110", "")
had no effect, as it happens after the import.Fix order of
Meta.Keys()
for inline tables (this has been an issue since support for inline tables was added).v1.3.0
Compare Source
New features:
Support upcoming TOML 1.1
While it looks like TOML 1.1 is mostly stable and I don't expect any further major changes, there are NO compatibility guarantees as it is NOT yet released and anything can still change.
To use it, set the
BURNTSUSHI_TOML_110
environment variable to any value, which can be done either withos.SetEnv()
or by the user running a program.A full list is changes is available in the TOML ChangeLog; the two most notable ones are that newlines and trailing commas are now allowed in inline tables, and Unicode in bare keys can now be used – this is now a valid document:
Allow MarshalTOML and MarshalText to be used on the document type itself, instead of only fields (#383).
Bufixes:
\
escapes at the end of line weren't processed correctly in multiline strings (#372).Read over UTF-8 BOM (#381).
omitempty
struct tag did not work for pointer values (#371).Fix encoding anonymous structs on 32bit systems (#374).
briandowns/spinner (github.com/briandowns/spinner)
v1.23.1
Compare Source
What's Changed
New Contributors
Full Changelog: briandowns/spinner@v1.23.0...v1.23.1
v1.23.0
Compare Source
v1.22.0
Compare Source
v1.21.0
Compare Source
v1.20.0
Compare Source
coreos/go-oidc (github.com/coreos/go-oidc/v3)
v3.11.0
Compare Source
What's Changed
New Contributors
Full Changelog: coreos/go-oidc@v3.10.0...v3.11.0
v3.10.0
Compare Source
What's Changed
New Contributors
Full Changelog: coreos/go-oidc@v3.9.0...v3.10.0
v3.9.0
Compare Source
What's Changed
New Contributors
Full Changelog: coreos/go-oidc@v3.8.0...v3.9.0
v3.8.0
Compare Source
What's Changed
New Contributors
Full Changelog: coreos/go-oidc@v3.7.0...v3.8.0
v3.7.0
Compare Source
What's Changed
New Contributors
Full Changelog: coreos/go-oidc@v3.6.0...v3.7.0
v3.6.0
Compare Source
What's Changed
New Contributors
Full Changelog: coreos/go-oidc@v3.5.0...v3.6.0
v3.5.0
Compare Source
What's Changed
New Contributors
Full Changelog: coreos/go-oidc@v3.4.0...v3.5.0
fatih/color (github.com/fatih/color)
v1.18.0
Compare Source
What's Changed
New Contributors
Full Changelog: fatih/color@v1.17.0...v1.18.0
v1.17.0
Compare Source
What's Changed
New Contributors
Full Changelog: fatih/color@v1.16.0...v1.17.0
v1.16.0
Compare Source
What's Changed
Dependency updates
New Contributors
Full Changelog: fatih/color@v1.15.0...v1.16.0
v1.15.0
Compare Source
What's Changed
New Contributors
Full Changelog: fatih/color@v1.14.1...v1.15.0
v1.14.1
Compare Source
What's Changed
Full Changelog: fatih/color@v1.14.0...v1.14.1
v1.14.0
[Compare Source](ht
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.