Skip to content
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

Merged
merged 10 commits into from
Jun 6, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 15, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@​defense-unicorns/unicorn-ui ^0.0.48 -> ^0.0.49 age adoption passing confidence dependencies patch
@docusaurus/core 2.4.0 -> 2.4.1 age adoption passing confidence dependencies patch
@docusaurus/module-type-aliases 2.4.0 -> 2.4.1 age adoption passing confidence devDependencies patch
@docusaurus/preset-classic 2.4.0 -> 2.4.1 age adoption passing confidence dependencies patch
@docusaurus/theme-mermaid 2.4.0 -> 2.4.1 age adoption passing confidence dependencies patch
@floating-ui/dom (source) 1.2.7 -> 1.2.9 age adoption passing confidence dependencies patch
@fontsource/roboto (source) 5.0.1 -> 5.0.2 age adoption passing confidence dependencies patch
@playwright/test (source) 1.33.0 -> 1.34.3 age adoption passing confidence devDependencies minor
@sveltejs/kit (source) 1.16.3 -> 1.20.1 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin 5.59.5 -> 5.59.8 age adoption passing confidence devDependencies patch
@typescript-eslint/parser 5.59.5 -> 5.59.8 age adoption passing confidence devDependencies patch
actions/setup-go v4.0.0 -> v4.0.1 age adoption passing confidence action patch
aws-actions/configure-aws-credentials v2.0.0 -> v2.1.0 age adoption passing confidence action minor
concurrently 8.0.1 -> 8.1.0 age adoption passing confidence devDependencies minor
eslint (source) 8.40.0 -> 8.42.0 age adoption passing confidence devDependencies minor
github.com/anchore/syft v0.80.0 -> v0.82.0 age adoption passing confidence require minor
github.com/fluxcd/helm-controller/api v0.32.2 -> v0.34.1 age adoption passing confidence require minor
github.com/go-git/go-git/v5 v5.6.1 -> v5.7.0 age adoption passing confidence require minor
github.com/pterm/pterm v0.12.59 -> v0.12.62 age adoption passing confidence require patch
github.com/spf13/viper v1.15.0 -> v1.16.0 age adoption passing confidence require minor
github.com/stretchr/testify v1.8.2 -> v1.8.4 age adoption passing confidence require patch
github/codeql-action v2.3.3 -> v2.3.6 age adoption passing confidence action patch
k3s-io/k3s v1.24.1+k3s1 -> v1.27.2+k3s1 age adoption passing confidence minor
k8s.io/api v0.27.1 -> v0.27.2 age adoption passing confidence require patch
k8s.io/apimachinery v0.27.1 -> v0.27.2 age adoption passing confidence require patch
k8s.io/client-go v0.27.1 -> v0.27.2 age adoption passing confidence require patch
k8s.io/component-base v0.27.1 -> v0.27.2 age adoption passing confidence require patch
k8s.io/kubectl v0.27.1 -> v0.27.2 age adoption passing confidence require patch
oras.land/oras-go/v2 v2.1.0 -> v2.2.0 age adoption passing confidence require minor
playwright (source) 1.33.0 -> 1.34.3 age adoption passing confidence devDependencies minor
prettier-plugin-svelte 2.10.0 -> 2.10.1 age adoption passing confidence devDependencies patch
quicktype 23.0.30 -> 23.0.47 age adoption passing confidence devDependencies patch
svelte-check 3.3.2 -> 3.4.3 age adoption passing confidence devDependencies minor
svelte-preprocess 5.0.3 -> 5.0.4 age adoption passing confidence devDependencies patch
tslib (source) 2.5.0 -> 2.5.3 age adoption passing confidence devDependencies patch
typescript (source) 5.0.4 -> 5.1.3 age adoption passing confidence devDependencies minor
vite (source) 4.3.5 -> 4.3.9 age adoption passing confidence devDependencies patch
weaveworks/eksctl v0.136.0 -> v0.143.0 age adoption passing confidence minor
yaml (source) 2.2.2 -> 2.3.1 age adoption passing confidence dependencies minor

Release Notes

facebook/docusaurus

v2.4.1

Compare Source

🐛 Bug Fix
  • docusaurus-theme-classic, docusaurus-theme-common
    • #​8971 fix(theme): fix collapsible sidebar behavior when prefers-reduced-motion (@​slorber)
  • docusaurus-theme-translations
  • docusaurus
  • docusaurus-plugin-content-blog, docusaurus-theme-common, docusaurus-utils-common, docusaurus
    • #​8909 fix(theme): add __ prefix to technical anchors, search crawlers (Algolia) should ignore them (@​slorber)
  • docusaurus-theme-common
    • #​8906 fix(theme-common): fix collapsible component with prefers-reduced-motion (@​slorber)
    • #​8873 fix(theme-common): fix confusing theme error message: bad sidebar id suggestions (@​slorber)
  • docusaurus-utils
  • docusaurus-theme-classic, docusaurus-theme-translations
  • create-docusaurus
💅 Polish
  • docusaurus-theme-classic
    • #​8862 refactor(theme): expose copy, success and word-wrap icons as standalone components (@​armano2)
Committers: 7
floating-ui/floating-ui

v1.2.9

Compare Source

Bug Fixes

  • fix: incorrect position of fixed floating elements if container specifies filter 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

  • fix: SVG elements returning 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

  • Chromium 114.0.5735.26
  • Mozilla Firefox 113.0
  • WebKit 16.4

This version was also tested against the following stable channels:

  • Google Chrome 113
  • Microsoft Edge 113

v1.34.2

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/23225 - [BUG] VSCode Extension broken with Playwright 1.34.1

Browser Versions

  • Chromium 114.0.5735.26
  • Mozilla Firefox 113.0
  • WebKit 16.4

This version was also tested against the following stable channels:

  • Google Chrome 113
  • Microsoft Edge 113

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

  • Chromium 114.0.5735.26
  • Mozilla Firefox 113.0
  • WebKit 16.4

This version was also tested against the following stable channels:

  • Google Chrome 113
  • Microsoft Edge 113

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 this
    and 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 corresponding teardown:

    // playwright.config.ts
    import { defineConfig } from '@​playwright/test';
    
    export default defineConfig({
      projects: [
        {
          name: 'setup',
          testMatch: /global.setup\.ts/,
          teardown: 'teardown',
        },
        {
          name: 'teardown',
          testMatch: /global.teardown\.ts/,
        },
        {
          name: 'chromium',
          use: devices['Desktop Chrome'],
          dependencies: ['setup'],
        },
        {
          name: 'firefox',
          use: devices['Desktop Firefox'],
          dependencies: ['setup'],
        },
        {
          name: 'webkit',
          use: devices['Desktop Safari'],
          dependencies: ['setup'],
        },
      ],
    });
  • New method expect.configure to create pre-configured expect instance with its own defaults such as timeout and soft.

    const slowExpect = expect.configure({ timeout: 10000 });
    await slowExpect(locator).toHaveText('Submit');
    
    // Always do soft assertions.
    const softExpect = expect.configure({ soft: true });
  • New options stderr and stdout in testConfig.webServer to configure output handling:

    // playwright.config.ts
    import { defineConfig } from '@​playwright/test';
    
    export default defineConfig({
      // Run your local dev server before starting the tests
      webServer: {
        command: 'npm run start',
        url: 'http://127.0.0.1:3000',
        reuseExistingServer: !process.env.CI,
        stdout: 'pipe',
        stderr: 'pipe',
      },
    });
  • New locator.and() to create a locator that matches both locators.

    const button = page.getByRole('button').and(page.getByTitle('Subscribe'));
  • New events browserContext.on('console') and browserContext.on('dialog') to subscribe to any dialogs
    and console messages from any page from the given browser context. Use the new methods consoleMessage.page()
    and dialog.page() to pin-point event source.

⚠️ Breaking changes
  • npx playwright test no longer works if you install both playwright and @playwright/test. There's no need
    to install both, since you can always import browser automation APIs from @playwright/test directly:

    // automation.ts
    import { chromium, firefox, webkit } from '@​playwright/test';
    /* ... */
  • Node.js 14 is no longer supported since it reached its end-of-life on April 30, 2023.

Browser Versions
  • Chromium 114.0.5735.26
  • Mozilla Firefox 113.0
  • WebKit 16.4

This version was also tested against the following stable channels:

  • Google Chrome 113
  • Microsoft Edge 113
sveltejs/kit

v1.20.1

Compare Source

Patch Changes
  • fix: don't copy public folder in service worker build (#​10082)

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 Responses with immutable Headers 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
  • security: Stop implicitly tracking URLs as dependencies in server-side loads (#​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 and form in enhance and warn about future deprecation when used in dev 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 to Config (#​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
New 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

New 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 with ignores and without files 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

v8.41.0

Compare Source

Features

  • 880a431 feat: change default ignore pattern to **/node_modules/ in flat config (#​17184) (Milos Djermanovic)
  • 8bf5505 feat: expose shouldUseFlatConfig (#​17169) (Connor Prussin)

Bug Fixes

  • 4f5440d fix: incorrect warning message for ignored dotfiles (#​17196) (Milos Djermanovic)
  • 94da96c fix: unify LintMessage type (#​17076) (Brandon Mills)
  • 0c415cd fix: validate ignorePatterns constructor option in FlatESLint class (#​17139) (Milos Djermanovic)
  • 9682d66 fix: switch grapheme-splitter to graphemer (#​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

anchore/syft

v0.82.0

Compare Source

Changelog

v0.82.0 (2023-05-23)

Full Changelog

Added Features
Bug Fixes
  • Fix a problem in the license parsing logic that may result in a panic [PR #​1839]
  • Return all relevant error messages if an image retrieval fails when a scheme is specified [[PR #​1801](https://github.com/an

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Contributor Author

renovate bot commented May 15, 2023

⚠ 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_a_sidecar --label=renovate_a_child -v "/tmp/worker/0e36ed/32c121/repos/github/defenseunicorns/zarf":"/tmp/worker/0e36ed/32c121/repos/github/defenseunicorns/zarf" -v "/tmp/worker/0e36ed/32c121/cache":"/tmp/worker/0e36ed/32c121/cache" -e GOPATH -e GOPROXY -e GOSUMDB -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 "/tmp/worker/0e36ed/32c121/repos/github/defenseunicorns/zarf" ghcr.io/containerbase/sidecar bash -l -c "install-tool golang 1.20.4 && go get -d -t ./... && go mod tidy && go mod tidy"
go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
go: downloading github.com/alecthomas/jsonschema v0.0.0-20220216202328-9eeeec9d044b
go: downloading github.com/mholt/archiver/v3 v3.5.1
go: downloading github.com/pterm/pterm v0.12.62
go: downloading github.com/spf13/cobra v1.7.0
go: downloading github.com/spf13/viper v1.16.0
go: downloading oras.land/oras-go/v2 v2.2.0
go: downloading github.com/anchore/syft v0.82.0
go: downloading github.com/defenseunicorns/oras-go v1.2.3
go: downloading github.com/derailed/k9s v0.27.4
go: downloading github.com/google/go-containerregistry v0.15.2
go: downloading github.com/sigstore/cosign v1.5.2
go: downloading k8s.io/client-go v0.27.2
go: downloading k8s.io/component-base v0.27.2
go: downloading k8s.io/kubectl v0.27.2
go: downloading github.com/stretchr/testify v1.8.4
go: downloading github.com/Masterminds/semver/v3 v3.2.1
go: downloading github.com/fluxcd/helm-controller/api v0.34.1
go: downloading github.com/fluxcd/source-controller/api v0.36.1
go: downloading helm.sh/helm/v3 v3.12.0
go: downloading k8s.io/api v0.27.2
go: downloading k8s.io/apimachinery v0.27.2
go: downloading sigs.k8s.io/yaml v1.3.0
go: downloading github.com/go-chi/chi/v5 v5.0.8
go: downloading github.com/go-chi/chi v4.1.2+incompatible
go: downloading github.com/goccy/go-yaml v1.11.0
go: downloading github.com/go-git/go-git/v5 v5.7.0
go: downloading github.com/moby/moby v23.0.6+incompatible
go: downloading github.com/opencontainers/image-spec v1.1.0-rc3
go: downloading sigs.k8s.io/kustomize/api v0.13.4
go: downloading sigs.k8s.io/kustomize/kyaml v0.14.2
go: downloading github.com/anchore/stereoscope v0.0.0-20230522170632-e14bc4437b2e
go: downloading cuelang.org/go v0.5.0
go: downloading github.com/go-logr/logr v1.2.4
go: downloading github.com/sergi/go-diff v1.3.1
go: downloading k8s.io/klog/v2 v2.100.1
go: downloading github.com/otiai10/copy v1.11.0
go: downloading github.com/distribution/distribution v2.8.2+incompatible
go: downloading github.com/docker/cli v23.0.6+incompatible
go: downloading github.com/fatih/color v1.15.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading golang.org/x/crypto v0.9.0
go: downloading github.com/iancoleman/orderedmap v0.0.0-20190318233801-ac98e3ecb4b0
go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
go: downloading golang.org/x/term v0.8.0
go: downloading github.com/andybalholm/brotli v1.0.4
go: downloading github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5
go: downloading github.com/golang/snappy v0.0.4
go: downloading github.com/klauspost/compress v1.16.5
go: downloading github.com/klauspost/pgzip v1.2.5
go: downloading github.com/nwaples/rardecode v1.1.0
go: downloading github.com/pierrec/lz4/v4 v4.1.15
go: downloading github.com/ulikunitz/xz v0.5.10
go: downloading github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/fsnotify/fsnotify v1.6.0
go: downloading github.com/mitchellh/mapstructure v1.5.0
go: downloading github.com/spf13/afero v1.9.5
go: downloading github.com/spf13/cast v1.5.1
go: downloading github.com/spf13/jwalterweatherman v1.1.0
go: downloading atomicgo.dev/cursor v0.1.1
go: downloading atomicgo.dev/keyboard v0.2.9
go: downloading atomicgo.dev/schedule v0.0.2
go: downloading github.com/gookit/color v1.5.3
go: downloading github.com/lithammer/fuzzysearch v1.1.8
go: downloading github.com/mattn/go-runewidth v0.0.14
go: downloading golang.org/x/text v0.9.0
go: downloading github.com/opencontainers/go-digest v1.0.0
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/rs/zerolog v1.29.1
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading k8s.io/cli-runtime v0.27.2
go: downloading golang.org/x/sync v0.2.0
go: downloading github.com/anchore/go-logger v0.0.0-20220728155337-03b66a5207d8
go: downloading github.com/sirupsen/logrus v1.9.2
go: downloading github.com/wagoodman/go-partybus v0.0.0-20210627031916-db1f5573bbc5
go: downloading github.com/cyberphone/json-canonicalization v0.0.0-20210823021906-dc406ceaf94b
go: downloading github.com/go-openapi/strfmt v0.21.3
go: downloading github.com/go-openapi/swag v0.22.3
go: downloading github.com/google/trillian v1.5.0
go: downloading github.com/in-toto/in-toto-golang v0.3.4-0.20220709202702-fa494aaa0add
go: downloading github.com/secure-systems-lab/go-securesystemslib v0.4.0
go: downloading github.com/sigstore/rekor v0.7.0
go: downloading github.com/sigstore/sigstore v1.2.1-0.20220512194100-3ed986cc9758
go: downloading github.com/theupdateframework/go-tuf v0.5.2-0.20220930112810-3890c1e7ace4
go: downloading knative.dev/pkg v0.0.0-20220121092305-3ba5d72e310a
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/fluxcd/pkg/apis/kustomize v1.1.0
go: downloading github.com/fluxcd/pkg/apis/meta v1.1.0
go: downloading k8s.io/apiextensions-apiserver v0.27.2
go: downloading sigs.k8s.io/controller-runtime v0.15.0
go: downloading github.com/fluxcd/pkg/apis/acl v0.1.0
go: downloading github.com/cyphar/filepath-securejoin v0.2.3
go: downloading github.com/mitchellh/copystructure v1.2.0
go: downloading github.com/xeipuuv/gojsonschema v1.2.0
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/google/gofuzz v1.2.0
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3
go: downloading github.com/imdario/mergo v0.3.15
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5
go: downloading golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
go: downloading github.com/go-git/go-billy/v5 v5.4.1
go: downloading github.com/ProtonMail/go-crypto v0.0.0-20230518184743-7afd39499903
go: downloading github.com/emirpasic/gods v1.18.1
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: downloading github.com/Masterminds/sprig/v3 v3.2.3
go: downloading github.com/gosuri/uitable v0.0.4
go: downloading github.com/docker/docker v24.0.1+incompatible
go: downloading golang.org/x/sys v0.8.0
go: downloading github.com/containerd/containerd v1.7.0
go: downloading github.com/Masterminds/squirrel v1.5.3
go: downloading github.com/jmoiron/sqlx v1.3.5
go: downloading github.com/lib/pq v1.10.7
go: downloading github.com/rubenv/sql-migrate v1.3.1
go: downloading github.com/gabriel-vasile/mimetype v1.4.0
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading github.com/scylladb/go-set v1.0.3-0.20200225121959-cc7b2070d91e
go: downloading github.com/sylabs/squashfs v0.6.1
go: downloading github.com/sylabs/sif/v2 v2.8.1
go: downloading github.com/wagoodman/go-progress v0.0.0-20230301185719-21920a456ad5
go: downloading github.com/mitchellh/hashstructure/v2 v2.0.2
go: downloading github.com/acobaugh/osrelease v0.1.0
go: downloading github.com/google/go-cmp v0.5.9
go: downloading github.com/anchore/packageurl-go v0.1.1-0.20230104203445-02e0a6721501
go: downloading github.com/bmatcuk/doublestar/v4 v4.6.0
go: downloading github.com/jinzhu/copier v0.3.5
go: downloading golang.org/x/exp v0.0.0-20230202163644-54bba9f4231b
go: downloading github.com/docker/distribution v2.8.2+incompatible
go: downloading github.com/docker/go-connections v0.4.0
go: downloading github.com/golang/protobuf v1.5.3
go: downloading github.com/google/gnostic v0.5.7-v3refs
go: downloading golang.org/x/net v0.10.0
go: downloading github.com/mattn/go-isatty v0.0.17
go: downloading github.com/sigstore/fulcio v0.4.1
go: downloading github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20220517224237-e6f29200ae04
go: downloading github.com/chrismellard/docker-credential-acr-env v0.0.0-20220119192733-fe33c00cee21
go: downloading github.com/go-openapi/runtime v0.24.2
go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
go: downloading github.com/russross/blackfriday/v2 v2.1.0
go: downloading github.com/subosito/gotenv v1.4.2
go: downloading github.com/hashicorp/hcl v1.0.0
go: downloading gopkg.in/ini.v1 v1.67.0
go: downloading github.com/magiconair/properties v1.8.7
go: downloading github.com/pelletier/go-toml/v2 v2.0.8
go: downloading github.com/containerd/console v1.0.3
go: downloading github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e
go: downloading github.com/rivo/uniseg v0.4.4
go: downloading github.com/pelletier/go-toml v1.9.5
go: downloading github.com/fvbommel/sortorder v1.0.2
go: downloading k8s.io/metrics v0.27.2
go: downloading github.com/adrg/xdg v0.4.0
go: downloading github.com/derailed/tcell/v2 v2.3.1-rc.3
go: downloading github.com/derailed/tview v0.8.1
go: downloading github.com/sahilm/fuzzy v0.1.0
go: downloading github.com/atotto/clipboard v0.1.4
go: downloading github.com/cenkalti/backoff/v4 v4.2.0
go: downloading github.com/evanphx/json-patch v5.6.0+incompatible
go: downloading github.com/google/uuid v1.3.0
go: downloading github.com/containerd/stargz-snapshotter/estargz v0.14.3
go: downloading github.com/anchore/go-version v1.2.2-0.20200701162849-18adb9c92b9b
go: downloading github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
go: downloading github.com/go-openapi/errors v0.20.3
go: downloading github.com/oklog/ulid v1.3.1
go: downloading go.mongodb.org/mongo-driver v1.10.0
go: downloading github.com/mailru/easyjson v0.7.7
go: downloading github.com/shibumi/go-pathspec v1.3.0
go: downloading cloud.google.com/go/storage v1.22.1
go: downloading google.golang.org/api v0.122.0
go: downloading cloud.google.com/go v0.110.0
go: downloading github.com/go-openapi/validate v0.22.0
go: downloading github.com/letsencrypt/boulder v0.0.0-20220929215747-76583552c2be
go: downloading golang.org/x/oauth2 v0.7.0
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading github.com/jonboulle/clockwork v0.3.0
go: downloading k8s.io/component-helpers v0.27.2
go: downloading github.com/daviddengcn/go-colortext v1.0.0
go: downloading github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de
go: downloading github.com/moby/term v0.0.0-20221205130635-1aeaba878587
go: downloading sigs.k8s.io/kustomize/kustomize/v5 v5.0.1
go: downloading github.com/lithammer/dedent v1.1.0
go: downloading github.com/chai2010/gettext-go v1.0.2
go: downloading github.com/MakeNowJust/heredoc v1.0.0
go: downloading github.com/mitchellh/go-wordwrap v1.0.1
go: downloading github.com/mitchellh/reflectwalk v1.0.2
go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
go: downloading sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
go: downloading github.com/json-iterator/go v1.1.12
go: downloading github.com/moby/spdystream v0.2.0
go: downloading github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376
go: downloading github.com/pjbgf/sha1cd v0.3.0
go: downloading github.com/acomagu/bufpipe v1.0.4
go: downloading github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
go: downloading github.com/BurntSushi/toml v1.2.1
go: downloading github.com/gobwas/glob v0.2.3
go: downloading k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f
go: downloading github.com/Masterminds/goutils v1.1.1
go: downloading github.com/huandu/xstrings v1.4.0
go: downloading github.com/shopspring/decimal v1.3.1
go: downloading github.com/docker/go-units v0.5.0
go: downloading github.com/go-errors/errors v1.4.2
go: downloading google.golang.org/protobuf v1.30.0
go: downloading github.com/lann/builder v0.0.0-20180802200727-47ae307949d0
go: downloading github.com/go-gorp/gorp/v3 v3.0.5
go: downloading github.com/hashicorp/errwrap v1.1.0
go: downloading github.com/becheran/wildmatch-go v1.0.0
go: downloading google.golang.org/grpc v1.55.0
go: downloading github.com/CycloneDX/cyclonedx-go v0.7.1
go: downloading github.com/spdx/tools-golang v0.5.0
go: downloading github.com/Masterminds/semver v1.5.0
go: downloading github.com/olekukonko/tablewriter v0.0.5
go: downloading github.com/facebookincubator/nvdtools v0.1.5
go: downloading github.com/github/go-spdx/v2 v2.1.2
go: downloading github.com/vbatts/go-mtree v0.5.3
go: downloading github.com/dustin/go-humanize v1.0.1
go: downloading golang.org/x/mod v0.10.0
go: downloading github.com/vifraa/gopom v0.2.1
go: downloading github.com/deitch/magic v0.0.0-20230404182410-1ff89d7342da
go: downloading github.com/knqyf263/go-rpmdb v0.0.0-20230301153543-ba94b245509b
go: downloading github.com/sassoftware/go-rpmutils v0.2.0
go: downloading github.com/microsoft/go-rustaudit v0.0.0-20220730194248-4b17361d90a5
go: downloading github.com/cockroachdb/apd/v2 v2.0.2
go: downloading github.com/Microsoft/go-winio v0.6.1
go: downloading golang.org/x/time v0.3.0
go: downloading github.com/docker/docker-credential-helpers v0.7.0
go: downloading github.com/coreos/go-oidc/v3 v3.4.0
go: downloading github.com/google/certificate-transparency-go v1.1.3
go: downloading github.com/prometheus/client_golang v1.15.1
go: downloading google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
go: downloading github.com/segmentio/ksuid v1.0.4
go: downloading github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
go: downloading gopkg.in/square/go-jose.v2 v2.6.0
go: downloading github.com/aws/aws-sdk-go-v2 v1.16.16
go: downloading github.com/aws/aws-sdk-go-v2/config v1.17.8
go: downloading github.com/aws/aws-sdk-go-v2/service/ecr v1.15.0
go: downloading github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.12.0
go: downloading github.com/aws/smithy-go v1.13.3
go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11
go: downloading github.com/Azure/go-autorest/autorest v0.11.28
go: downloading github.com/Azure/go-autorest v14.2.0+incompatible
go: downloading github.com/go-piv/piv-go v1.10.0
go: downloading github.com/ThalesIgnite/crypto11 v1.2.5
go: downloading github.com/miekg/pkcs11 v1.1.1
go: downloading github.com/open-policy-agent/opa v0.45.0
go: downloading github.com/blang/semver v3.5.1+incompatible
go: downloading github.com/xanzy/go-gitlab v0.73.1
go: downloading github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7
go: downloading github.com/peterbourgon/diskv v2.0.1+incompatible
go: downloading github.com/gdamore/encoding v1.0.0
go: downloading github.com/lucasb-eyer/go-colorful v1.2.0
go: downloading github.com/derailed/popeye v0.11.1
go: downloading github.com/rakyll/hey v0.1.4
go: downloading github.com/wagoodman/jotframe v0.0.0-20211129225309-56b0d0a4aebb
go: downloading github.com/vbatts/tar-split v0.11.3
go: downloading github.com/josharian/intern v1.0.0
go: downloading github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d
go: downloading cloud.google.com/go/compute/metadata v0.2.3
go: downloading cloud.google.com/go/iam v0.13.0
go: downloading cloud.google.com/go/compute v1.19.1
go: downloading github.com/googleapis/gax-go/v2 v2.8.0
go: downloading github.com/googleapis/gax-go v2.0.2+incompatible
go: downloading github.com/googleapis/go-type-adapters v1.0.0
go: downloading github.com/opentracing/opentracing-go v1.2.0
go: downloading github.com/go-openapi/analysis v0.21.4
go: downloading github.com/go-openapi/jsonpointer v0.19.6
go: downloading github.com/go-openapi/loads v0.21.2
go: downloading github.com/go-openapi/spec v0.20.7
go: downloading go.uber.org/zap v1.24.0
go: downloading github.com/go-playground/validator/v10 v10.11.0
go: downloading github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399
go: downloading github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d
go: downloading github.com/fatih/camelcase v1.0.0
go: downloading github.com/go-openapi/jsonreference v0.20.1
go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading gopkg.in/warnings.v0 v0.1.2
go: downloading github.com/kevinburke/ssh_config v1.2.0
go: downloading github.com/skeema/knownhosts v1.1.1
go: downloading github.com/xanzy/ssh-agent v0.3.3
go: downloading github.com/cloudflare/circl v1.3.3
go: downloading k8s.io/apiserver v0.27.2
go: downloading github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00
go: downloading github.com/xlab/treeprint v1.1.0
go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
go: downloading github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1
go: downloading github.com/moby/locker v1.0.1
go: downloading github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0
go: downloading github.com/therootcompany/xz v1.0.1
go: downloading github.com/anchore/go-struct-converter v0.0.0-20221118182256-c68fdcfa2092
go: downloading github.com/anchore/go-macholibre v0.0.0-20220308212642-53e6d0aaf6fb
go: downloading github.com/google/licensecheck v0.3.1
go: downloading github.com/DataDog/zstd v1.4.5
go: downloading github.com/mpvl/unique v0.0.0-20150818121801-cbe035fff7de
go: downloading golang.org/x/tools v0.9.1
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.2.0
go: downloading github.com/prometheus/client_model v0.4.0
go: downloading github.com/prometheus/common v0.42.0
go: downloading github.com/prometheus/procfs v0.9.0
go: downloading github.com/hashicorp/golang-lru v0.5.4
go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3
go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
go: downloading github.com/goadesign/goa v2.2.5+incompatible
go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.12.21
go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.17
go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.24
go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.11.23
go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.13.6
go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.16.19
go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23
go: downloading github.com/jmespath/go-jmespath v0.4.0
go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.21
go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.6
go: downloading github.com/Azure/go-autorest/logger v0.2.1
go: downloading github.com/dimchansky/utfbom v1.1.1
go: downloading github.com/Azure/azure-sdk-for-go v66.0.0+incompatible
go: downloading google.golang.org/appengine v1.6.7
go: downloading github.com/fullstorydev/grpcurl v1.8.7
go: downloading github.com/golang/mock v1.6.0
go: downloading go.etcd.io/etcd/etcdctl/v3 v3.6.0-alpha.0
go: downloading go.etcd.io/etcd/v3 v3.6.0-alpha.0
go: downloading github.com/transparency-dev/merkle v0.0.1
go: downloading github.com/golang/glog v1.1.0
go: downloading github.com/ghodss/yaml v1.0.0
go: downloading github.com/thales-e-security/pool v0.0.2
go: downloading github.com/spiffe/go-spiffe/v2 v2.1.1
go: downloading github.com/google/go-github/v42 v42.0.0
go: downloading github.com/google/go-querystring v1.1.0
go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
go: downloading github.com/hashicorp/go-retryablehttp v0.7.1
go: downloading github.com/google/btree v1.1.2
go: downloading github.com/aws/aws-sdk-go v1.44.114
go: downloading go.opencensus.io v0.24.0
go: downloading go.uber.org/atomic v1.10.0
go: downloading go.uber.org/multierr v1.8.0
go: downloading github.com/jedisct1/go-minisign v0.0.0-20211028175153-1c139d1cc84b
go: downloading github.com/sassoftware/relic v0.0.0-20210427151427-dfb082b79b74
go: downloading github.com/tent/canonical-json-go v0.0.0-20130607151641-96e4ba3a7613
go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
go: downloading github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f
go: downloading github.com/go-playground/universal-translator v0.18.0
go: downloading github.com/leodido/go-urn v1.2.1
go: downloading go.opentelemetry.io/otel v1.14.0
go: downloading go.opentelemetry.io/otel/trace v1.14.0
go: downloading github.com/morikuni/aec v1.0.0
go: downloading github.com/go-restruct/restruct v1.2.0-alpha
go: downloading github.com/google/s2a-go v0.1.3
go: downloading github.com/emicklei/go-restful/v3 v3.10.1
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
go: downloading github.com/PaesslerAG/jsonpath v0.1.1
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.17
go: downloading goa.design/goa v2.2.5+incompatible
go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17
go: downloading github.com/Azure/go-autorest/tracing v0.6.0
go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0
go: downloading github.com/golang-jwt/jwt/v4 v4.4.2
go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible
go: downloading github.com/jhump/protoreflect v1.13.0
go: downloading go.etcd.io/etcd/client/v2 v2.306.0-alpha.0
go: downloading go.etcd.io/etcd/etcdutl/v3 v3.6.0-alpha.0
go: downloading go.etcd.io/etcd/tests/v3 v3.6.0-alpha.0
go: downloading github.com/zeebo/errs v1.2.2
go: downloading github.com/OneOfOne/xxhash v1.2.8
go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
go: downloading github.com/tchap/go-patricia/v2 v2.3.1
go: downloading github.com/yashtewari/glob-intersection v0.1.0
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.2.3
go: downloading github.com/go-playground/locales v0.14.0
go: downloading go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5
go: downloading github.com/gorilla/mux v1.8.0
go: downloading github.com/PaesslerAG/gval v1.0.0
go: downloading github.com/envoyproxy/go-control-plane v0.11.0
go: downloading bitbucket.org/creachadair/shell v0.0.7
go: downloading github.com/urfave/cli v1.22.12
go: downloading go.etcd.io/etcd/api/v3 v3.6.0-alpha.0
go: downloading go.etcd.io/etcd/pkg/v3 v3.6.0-alpha.0
go: downloading go.etcd.io/etcd/client/pkg/v3 v3.6.0-alpha.0
go: downloading github.com/bgentry/speakeasy v0.1.0
go: downloading go.etcd.io/etcd/client/v3 v3.6.0-alpha.0
go: downloading gopkg.in/cheggaaa/pb.v1 v1.0.28
go: downloading github.com/coreos/go-semver v0.3.0
go: downloading go.etcd.io/bbolt v1.3.7
go: downloading go.etcd.io/etcd/raft/v3 v3.6.0-alpha.0
go: downloading go.etcd.io/etcd/server/v3 v3.6.0-alpha.0
go: downloading github.com/emicklei/proto v1.10.0
go: downloading github.com/protocolbuffers/txtpbfmt v0.0.0-20220428173112-74888fd59c2b
go: downloading github.com/agnivade/levenshtein v1.1.1
go: downloading github.com/blang/semver/v4 v4.0.0
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading github.com/docker/go-metrics v0.0.1
go: downloading github.com/cncf/xds/go v0.0.0-20230310173818-32f1caf87195
go: downloading github.com/cncf/udpa/go v0.0.0-20220112060539-c52dc94e7fbe
go: downloading github.com/soheilhy/cmux v0.1.5
go: downloading github.com/envoyproxy/protoc-gen-validate v0.10.0
go: downloading github.com/coreos/go-systemd/v22 v22.5.0
go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.40.0
go: downloading github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
go: downloading github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.14.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.14.0
go: downloading go.opentelemetry.io/otel/sdk v1.14.0
go: downloading gopkg.in/natefinch/lumberjack.v2 v2.0.0
go: downloading github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2
go: downloading github.com/census-instrumentation/opencensus-proto v0.4.1
go: downloading go.opentelemetry.io/otel/metric v0.37.0
go: downloading github.com/gorilla/websocket v1.4.2
go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.14.0
go: downloading go.opentelemetry.io/proto/otlp v0.19.0
go: downloading github.com/benbjohnson/clock v1.1.0
go: downloading cloud.google.com/go/storage v1.28.1
go: downloading github.com/google/trillian v1.5.2
github.com/defenseunicorns/zarf/src/cmd/tools imports
	github.com/sigstore/cosign/pkg/cosign imports
	github.com/google/trillian/merkle/logverifier: cannot find module providing package github.com/google/trillian/merkle/logverifier
github.com/defenseunicorns/zarf/src/cmd/tools imports
	github.com/sigstore/cosign/pkg/cosign imports
	github.com/google/trillian/merkle/rfc6962: cannot find module providing package github.com/google/trillian/merkle/rfc6962
go: downloading github.com/armon/go-metrics v0.4.0
go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.10.0
go: downloading github.com/go-rod/rod v0.106.6
go: downloading github.com/hashicorp/go-hclog v1.2.0
go: downloading github.com/hashicorp/go-plugin v1.4.3
go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.2
go: downloading github.com/hashicorp/go-uuid v1.0.2
go: downloading github.com/hashicorp/go-version v1.4.0
go: downloading github.com/hashicorp/vault/api v1.5.0
go: downloading github.com/hashicorp/vault/sdk v0.4.1
go: downloading github.com/hashicorp/yamux v0.0.0-20211028200310-0bc27b27de87
go: downloading github.com/ysmood/gson v0.7.1
go: downloading github.com/ysmood/leakless v0.7.0
go: warning: go.mongodb.org/mongo-driver@v1.10.0: retracted by module author: Contains a possible data corruption bug in RewrapManyDataKey when using libmongocrypt versions less than 1.5.2.
go: to switch to the latest unretracted version, run:
	go get go.mongodb.org/mongo-driver@latest

@netlify
Copy link

netlify bot commented May 15, 2023

Deploy Preview for zarf-docs ready!

Name Link
🔨 Latest commit 7e954c3
🔍 Latest deploy log https://app.netlify.com/sites/zarf-docs/deploys/647e4916b069310008ab18f6
😎 Deploy Preview https://deploy-preview-1709--zarf-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from bfad739 to 2191fa2 Compare May 18, 2023 23:35
@renovate renovate bot changed the title Update all non-major dependencies fix(deps): update all non-major dependencies May 18, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from c7e8d07 to a19fed1 Compare May 23, 2023 04:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from b9ebc8a to 1445a3a Compare June 4, 2023 01:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1445a3a to 856eb8a Compare June 4, 2023 03:08
@renovate
Copy link
Contributor Author

renovate bot commented Jun 5, 2023

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.

@Racer159 Racer159 enabled auto-merge (squash) June 5, 2023 20:56
@Racer159 Racer159 merged commit 4978ab0 into main Jun 6, 2023
@Racer159 Racer159 deleted the renovate/all-minor-patch branch June 6, 2023 00:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants