-
Notifications
You must be signed in to change notification settings - Fork 173
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 #1709
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 ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
bfad739
to
2191fa2
Compare
c7e8d07
to
a19fed1
Compare
b9ebc8a
to
1445a3a
Compare
1445a3a
to
856eb8a
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. |
Update grype vulnerability false positives
This PR contains the following updates:
^0.0.48
->^0.0.49
2.4.0
->2.4.1
2.4.0
->2.4.1
2.4.0
->2.4.1
2.4.0
->2.4.1
1.2.7
->1.2.9
5.0.1
->5.0.2
1.33.0
->1.34.3
1.16.3
->1.20.1
5.59.5
->5.59.8
5.59.5
->5.59.8
v4.0.0
->v4.0.1
v2.0.0
->v2.1.0
8.0.1
->8.1.0
8.40.0
->8.42.0
v0.80.0
->v0.82.0
v0.32.2
->v0.34.1
v5.6.1
->v5.7.0
v0.12.59
->v0.12.62
v1.15.0
->v1.16.0
v1.8.2
->v1.8.4
v2.3.3
->v2.3.6
v1.24.1+k3s1
->v1.27.2+k3s1
v0.27.1
->v0.27.2
v0.27.1
->v0.27.2
v0.27.1
->v0.27.2
v0.27.1
->v0.27.2
v0.27.1
->v0.27.2
v2.1.0
->v2.2.0
1.33.0
->1.34.3
2.10.0
->2.10.1
23.0.30
->23.0.47
3.3.2
->3.4.3
5.0.3
->5.0.4
2.5.0
->2.5.3
5.0.4
->5.1.3
4.3.5
->4.3.9
v0.136.0
->v0.143.0
2.2.2
->2.3.1
Release Notes
facebook/docusaurus
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
floating-ui/floating-ui
v1.2.9
Compare Source
Bug Fixes
fix: incorrect position of
fixed
floating elements if container specifiesfilter
in latest Chromium versions (#2334)fix: incorrect position of
fixed
floating elements in Safari inside certain containing blocks (#2336)v1.2.8
Compare Source
Bug Fixes
NaN
measurements in testing environments (#2326)fontsource/font-files
v5.0.2
Compare Source
Microsoft/playwright
v1.34.3
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/23228 - [BUG] Getting "Please install @playwright/test package..." after upgrading from 1.34.0 to 1.34.1
Browser Versions
This version was also tested against the following stable channels:
v1.34.2
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/23225 - [BUG] VSCode Extension broken with Playwright 1.34.1
Browser Versions
This version was also tested against the following stable channels:
v1.34.1
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/23186 - [BUG] Container image for v1.34.0 missing library for webkithttps://github.com/microsoft/playwright/issues/232066 - [BUG] Unable to install supported browsers for v1.34.0 from playwright-corhttps://github.com/microsoft/playwright/issues/2320707 - [BUG] importing ES Module JSX component is broken since 1.34
Browser Versions
This version was also tested against the following stable channels:
v1.34.0
Compare Source
Highlights
UI Mode now shows steps, fixtures and attachments:
New property
testProject.teardown
to specify a project that needs to run after thisand all dependent projects have finished. Teardown is useful to cleanup any resources acquired by this project.
A common pattern would be a
setup
dependency with a correspondingteardown
:New method
expect.configure
to create pre-configured expect instance with its own defaults such astimeout
andsoft
.New options
stderr
andstdout
intestConfig.webServer
to configure output handling:New
locator.and()
to create a locator that matches both locators.New events
browserContext.on('console')
andbrowserContext.on('dialog')
to subscribe to any dialogsand console messages from any page from the given browser context. Use the new methods
consoleMessage.page()
and
dialog.page()
to pin-point event source.npx playwright test
no longer works if you install bothplaywright
and@playwright/test
. There's no needto install both, since you can always import browser automation APIs from
@playwright/test
directly:Node.js 14 is no longer supported since it reached its end-of-life on April 30, 2023.
Browser Versions
This version was also tested against the following stable channels:
sveltejs/kit
v1.20.1
Compare Source
Patch Changes
v1.20.0
Compare Source
Minor Changes
v1.19.0
Compare Source
Minor Changes
feat: allow link options to be set to
"true"
and"false"
(#10039)feat: add
resolvePath
export for building relative paths from route IDs and parameters (#9949)Patch Changes
fix: prevent history change when clicking same hash link (#10032)
fix: gracefully handle server endpoints that return
Response
s with immutableHeaders
when prerendering (#10030)fix: do not add content-security-policy meta element if content is empty (#10026)
docs: correct
ResolveOptions['preload']
inline documentation (#10037)fix: avoid creating update check timer on the server (#10015)
v1.18.0
Compare Source
Minor Changes
load
s (#9945)v1.17.1
Compare Source
Patch Changes
fix: ensure styles are loaded in dev mode for routes containing special characters (#9894)
feat: warn users when enhancing forms with files but no
enctype="multipart/form-data"
(#9888)v1.17.0
Compare Source
Minor Changes
feat: unshadow
data
andform
inenhance
and warn about future deprecation when used indev
mode (#9902)feat: crawl URLs in
<meta>
tags (#9900)Patch Changes
fix: avoid trying to inline raw or url css imports (#9925)
feat: prerender in worker rather than subprocess to support Deno (#9919)
perf: add
<script>
to prerendered redirects for faster redirects (#9911)fix: add typing for
vitePlugin
toConfig
(#9946)fix: stop setting Kit cookie defaults on cookies parsed from headers (#9908)
fix: only skip hydration with vite overlay if current page is an error (#9892)
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.59.8
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.59.7
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.59.6
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.59.8
Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.59.7
Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.59.6
Compare Source
Note: Version bump only for package @typescript-eslint/parser
actions/setup-go
v4.0.1
Compare Source
What's Changed
v4
by @dsame in https://github.com/actions/setup-go/pull/354xml2js
dependency by @dmitry-shibanov in https://github.com/actions/setup-go/pull/370@actions/cache
dependency to v3.2.1 by @nikolai-laevskii in https://github.com/actions/setup-go/pull/374New Contributors
Full Changelog: actions/setup-go@v4...v4.0.1
aws-actions/configure-aws-credentials
v2.1.0
Compare Source
See the changelog for details about the changes included in this release.
open-cli-tools/concurrently
v8.1.0
Compare Source
What's Changed
types
condition to the front by @Andarist in https://github.com/open-cli-tools/concurrently/pull/422raw
per command when using the API by @chbiel in https://github.com/open-cli-tools/concurrently/pull/411New Contributors
Full Changelog: open-cli-tools/concurrently@v8.0.1...v8.1.0
eslint/eslint
v8.42.0
Compare Source
Features
b8448ff
feat: correct no-useless-return behaviour in try statements (#16996) (Nitin Kumar)Bug Fixes
a589636
fix: Config withignores
and withoutfiles
should not always apply (#17181) (Milos Djermanovic)c4fad17
fix: Correct ignore message for "node_modules" subfolders (#17217) (Francesco Trotta)Documentation
01d7142
docs: Update README (GitHub Actions Bot)e5182b7
docs: Update README (GitHub Actions Bot)Chores
6ca5b7c
chore: upgrade @eslint/js@8.42.0 (#17236) (Milos Djermanovic)67fc5e7
chore: package.json update for @eslint/js release (ESLint Jenkins)0892412
refactor: removeIdentifier
listener in no-irregular-whitespace (#17235) (Milos Djermanovic)f67d298
test: AddFlatESLint
tests with missing config files (#17164) (Milos Djermanovic)5b68d51
chore: Fixfixedsize
attribute in code path analysis DOT debug output (#17202) (Milos Djermanovic)37432f2
chore: update descriptions in key-spacing tests (#17195) (Milos Djermanovic)v8.41.0
Compare Source
Features
880a431
feat: change default ignore pattern to**/node_modules/
in flat config (#17184) (Milos Djermanovic)8bf5505
feat: exposeshouldUseFlatConfig
(#17169) (Connor Prussin)Bug Fixes
4f5440d
fix: incorrect warning message for ignored dotfiles (#17196) (Milos Djermanovic)94da96c
fix: unifyLintMessage
type (#17076) (Brandon Mills)0c415cd
fix: validateignorePatterns
constructor option inFlatESLint
class (#17139) (Milos Djermanovic)9682d66
fix: switchgrapheme-splitter
tographemer
(#17160) (fisker Cheung)Documentation
7709b14
docs: Update README (GitHub Actions Bot)7f183e0
docs: Update triage process description (#17157) (Nicholas C. Zakas)b68346b
docs: fix license to reflect relicensing of jshint (#17165) (Stefan Bischof)Chores
f43216a
chore: upgrade @eslint/js@8.41.0 (#17200) (Milos Djermanovic)95c3007
chore: package.json update for @eslint/js release (ESLint Jenkins)ddc5291
chore: don't use deprecatedcontext
methods inast-utils
tests (#17194) (Milos Djermanovic)b1516db
chore: Fix return type offindFlatConfigFile
(#17161) (Milos Djermanovic)918b0fd
perf: Store indent descriptors in a plain array (#17148) (Francesco Trotta)4caa344
refactor: locateConfigFileToUse returns an Error object (#17159) (唯然)anchore/syft
v0.82.0
Compare Source
Changelog
v0.82.0 (2023-05-23)
Full Changelog
Added Features
Bug Fixes
Configuration
📅 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.