-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update all non-major dependencies #1465
Conversation
⚠ Artifact update problemRenovate 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:
The artifact failure details are included below: File name: go.sum
|
✅ Deploy Preview for zarf-docs canceled.
|
370448d
to
9cc539f
Compare
d572f32
to
1b72fc1
Compare
1b72fc1
to
94ba7b9
Compare
94ba7b9
to
4f8aaa5
Compare
Edited/Blocked NotificationRenovate 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 was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
This PR contains the following updates:
0.0.37
->0.0.42
2.3.1
->2.4.0
2.3.1
->2.4.0
2.3.1
->2.4.0
2.3.1
->2.4.0
1.31.2
->1.32.1
1.12.0
->1.15.0
5.55.0
->5.57.0
5.55.0
->5.57.0
v3.4.0
->v3.5.0
v0.13.3
->v0.13.4
8.36.0
->8.37.0
8.7.0
->8.8.0
v0.75.0-DU
->v0.75.0
v23.0.1+incompatible
->v23.0.2+incompatible
v0.31.1
->v0.31.2
v0.36.0
->v0.36.1
v1.2.3
->v1.2.4
v1.10.0
->v1.10.1
v23.0.1+incompatible
->v23.0.2+incompatible
v0.12.56
->v0.12.57
v2.2.7
->v2.2.9
0.5.0
->0.5.3
2.0.21
->2.0.22
v2.1.2
->v2.1.3
1.31.2
->1.32.1
2.8.5
->2.8.7
2.9.0
->2.10.0
23.0.17
->23.0.19
1.59.3
->1.60.0
1.0.94
->1.0.95
v0.12.1
->v0.13.2
3.57.0
->3.58.0
5.0.2
->5.0.3
Release Notes
facebook/docusaurus
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
Microsoft/playwright
v1.32.1
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/21832 - [BUG] Trace is not opening on specific broken locatorhttps://github.com/microsoft/playwright/issues/218977 - [BUG] --ui fails to open with error reading mainFrame from an undefined this._pahttps://github.com/microsoft/playwright/issues/21918918 - [BUG]: UI mode, skipped tests not being fohttps://github.com/microsoft/playwright/issues/219411941 - [BUG] UI mode does not show webServer startup erhttps://github.com/microsoft/playwright/issues/2195321953 - [BUG] Parameterized tests are not displayed in the UI mode
Browser Versions
This version was also tested against the following stable channels:
v1.32.0
Compare Source
📣 Introducing UI Mode (preview)
Playwright v1.32 updates
New UI Mode lets you explore, run and debug tests. Comes with a built-in watch mode.
Engage with a new flag
--ui
:npx playwright test --ui
New APIs
option: updateMode
andoption: updateContent
inpage.routeFromHAR()
andbrowserContext.routeFromHAR()
.TestInfo.testId
.name
in methodTracing.startChunk()
.Note: component tests only, does not affect end-to-end tests.
@playwright/experimental-ct-react
now supports React 18 only.@playwright/experimental-ct-react
with@playwright/experimental-ct-react17
.Browser Versions
This version was also tested against the following stable channels:
sveltejs/kit
v1.15.0
Compare Source
Minor Changes
SubmitFunction
through./$types
(#9201)Patch Changes
fix: throw error when file can't be found in Vite manifest (#9558)
fix: make
error.message
enumerable when sendingssrLoadModule
error to client (#9440)fix: pass
publicDir
Vite config in SSR (#9565)fix: balance parentheses in error about wrong content type for action (#9513)
v1.14.0
Compare Source
Minor Changes
Patch Changes
submitter
type toSumbitFunction
(#9484)v1.13.0
Compare Source
Minor Changes
Patch Changes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.57.0
Compare Source
Bug Fixes
Features
no-duplicate-type-constituents
rule (#5728) (bc31078)v5.56.0
Compare Source
Bug Fixes
Features
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.57.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.56.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
actions/checkout
v3.5.0
Compare Source
What's Changed
New Contributors
Full Changelog: actions/checkout@v3.4.0...v3.5.0
anchore/sbom-action
v0.13.4
: v0.14.0Compare Source
Changes in v0.13.4
eslint/eslint
v8.37.0
Compare Source
Features
b6ab8b2
feat:require-unicode-regexp
add suggestions (#17007) (Josh Goldberg)10022b1
feat: Copy getScope() to SourceCode (#17004) (Nicholas C. Zakas)1665c02
feat: Use plugin metadata for flat config serialization (#16992) (Nicholas C. Zakas)b3634f6
feat: docs license (#17010) (Samuel Roldan)892e6e5
feat: languageOptions.parser must be an object. (#16985) (Nicholas C. Zakas)Bug Fixes
619f3fd
fix: correctly handlenull
default config inRuleTester
(#17023) (Brad Zacher)1fbf118
fix:getFirstToken
/getLastToken
on comment-only node (#16889) (Francesco Trotta)129e252
fix: Fix typo inlogical-assignment-operators
rule description (#17000) (Francesco Trotta)Documentation
75339df
docs: fix typos and missing info in id-match docs (#17029) (Ed Lucas)ec2d830
docs: Fix typos in thesemi
rule docs (#17012) (Andrii Lundiak)e39f28d
docs: add back to top button (#16979) (Tanuj Kanti)721c717
docs: Custom Processors cleanup and expansion (#16838) (Ben Perlmutter)d049f97
docs: 'How ESLint is Maintained' page (#16961) (Ben Perlmutter)5251a92
docs: Describe guard options for guard-for-in (#16986) (alope107)6157d81
docs: Add example to guard-for-in docs. (#16983) (alope107)fd47998
docs: updateArray.prototype.toSorted
specification link (#16982) (Milos Djermanovic)3e1cf6b
docs: Copy edits on Maintain ESLint docs (#16939) (Ben Perlmutter)Chores
c67f299
chore: upgrade @eslint/js@8.37.0 (#17033) (Milos Djermanovic)ee9ddbd
chore: package.json update for @eslint/js release (ESLint Jenkins)dddb475
chore: upgrade @eslint/eslintrc@2.0.2 (#17032) (Milos Djermanovic)522431e
chore: upgrade espree@9.5.1 (#17031) (Milos Djermanovic)f5f9a88
chore: upgrade eslint-visitor-keys@3.4.0 (#17030) (Milos Djermanovic)4dd8d52
ci: bump actions/stale from 7 to 8 (#17026) (dependabot[bot])ad9dd6a
chore: remove duplicate scss, (#17005) (Strek)ada6a3e
ci: unpin Node 19 (#16993) (Milos Djermanovic)c3da975
chore: Remove triage label from template (#16990) (Nicholas C. Zakas)69bc0e2
ci: pin Node 19 to 19.7.0 (#16987) (Milos Djermanovic)prettier/eslint-config-prettier
v8.8.0
Compare Source
defenseunicorns/syft
v0.75.0
Compare Source
docker/cli
v23.0.2+incompatible
Compare Source
fluxcd/helm-controller
v0.31.2
Compare Source
CHANGELOG
fluxcd/source-controller
v0.36.1
Compare Source
CHANGELOG
go-logr/logr
v1.2.4
Compare Source
This is a collection of small bugfixes and documentation updates.
What's Changed
New Contributors
Full Changelog: go-logr/logr@v1.2.3...v1.2.4
goccy/go-yaml
v1.10.1
: 1.10.1Compare Source
What's Changed
New Contributors
Full Changelog: goccy/go-yaml@v1.10.0...v1.10.1
moby/moby
v23.0.2+incompatible
Compare Source
pterm/pterm
v0.12.57
Compare Source
Code Refactoring
pterm.Print
instead offmt.Print
functionsConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR has been generated by Mend Renovate. View repository job log here.