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

Update all non-major dependencies #1562

Merged
merged 3 commits into from
Apr 24, 2023
Merged

Update all non-major dependencies #1562

merged 3 commits into from
Apr 24, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 5, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@floating-ui/dom (source) 1.2.5 -> 1.2.6 age adoption passing confidence dependencies patch
@playwright/test (source) 1.32.2 -> 1.32.3 age adoption passing confidence devDependencies patch
@sveltejs/adapter-static (source) 2.0.1 -> 2.0.2 age adoption passing confidence devDependencies patch
@sveltejs/kit (source) 1.15.2 -> 1.15.7 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin 5.57.1 -> 5.59.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser 5.57.1 -> 5.59.0 age adoption passing confidence devDependencies minor
actions/checkout v3.5.0 -> v3.5.2 age adoption passing confidence action patch
eslint (source) 8.37.0 -> 8.39.0 age adoption passing confidence devDependencies minor
github.com/Masterminds/semver/v3 v3.2.0 -> v3.2.1 age adoption passing confidence require patch
github.com/anchore/syft v0.76.1 -> v0.79.0 age adoption passing confidence require minor
github.com/docker/cli v23.0.3+incompatible -> v23.0.4+incompatible age adoption passing confidence require patch
github.com/fluxcd/helm-controller/api v0.32.1 -> v0.32.2 age adoption passing confidence require patch
github.com/moby/moby v23.0.3+incompatible -> v23.0.4+incompatible age adoption passing confidence require patch
github.com/otiai10/copy v1.9.0 -> v1.11.0 age adoption passing confidence require minor
github.com/pterm/pterm v0.12.58 -> v0.12.59 age adoption passing confidence require patch
github/codeql-action v2.2.10 -> v2.3.0 age adoption passing confidence action minor
golang.org/x/crypto v0.7.0 -> v0.8.0 age adoption passing confidence require minor
helm.sh/helm/v3 v3.11.2 -> v3.11.3 age adoption passing confidence require patch
k8s.io/api v0.26.3 -> v0.27.1 age adoption passing confidence require minor
k8s.io/apimachinery v0.26.3 -> v0.27.1 age adoption passing confidence require minor
k8s.io/client-go v0.26.3 -> v0.27.1 age adoption passing confidence require minor
k8s.io/component-base v0.26.3 -> v0.27.1 age adoption passing confidence require minor
k8s.io/kubectl v0.26.3 -> v0.27.1 age adoption passing confidence require minor
playwright (source) 1.32.2 -> 1.32.3 age adoption passing confidence devDependencies patch
prettier (source) 2.8.7 -> 2.8.8 age adoption passing confidence devDependencies patch
quicktype 23.0.19 -> 23.0.21 age adoption passing confidence devDependencies patch
rouille 3.6.1 -> 3.6.2 age adoption passing confidence dependencies patch
sass 1.60.0 -> 1.62.0 age adoption passing confidence devDependencies minor
serde_json 1.0.95 -> 1.0.96 age adoption passing confidence dependencies patch
sigs.k8s.io/kustomize/api v0.12.1 -> v0.13.2 age adoption passing confidence require minor
typescript (source) 5.0.3 -> 5.0.4 age adoption passing confidence devDependencies patch
vite (source) 4.2.1 -> 4.3.1 age adoption passing confidence devDependencies minor
yaml (source) 2.2.1 -> 2.2.2 age adoption passing confidence dependencies patch

Release Notes

floating-ui/floating-ui

v1.2.6

Compare Source

Bug Fixes
  • fix(getClippingRect): incorrect calculation of position: fixed clipping ancestors (#​2280)
Microsoft/playwright

v1.32.3

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/22144 - [BUG] WebServer only starting after timeouthttps://github.com/microsoft/playwright/pull/221911 - chore: allow reusing browser between the testshttps://github.com/microsoft/playwright/issues/222155 - [BUG] Tests failing in toPass often marked as passed

Browser Versions

  • Chromium 112.0.5615.29
  • Mozilla Firefox 111.0
  • WebKit 16.4

This version was also tested against the following stable channels:

  • Google Chrome 111
  • Microsoft Edge 111
sveltejs/kit (@​sveltejs/adapter-static)

v2.0.2

Compare Source

Patch Changes
sveltejs/kit (@​sveltejs/kit)

v1.15.7

Compare Source

Patch Changes
  • fix: provide better error when prerendered routes conflict with each other (#​9692)

  • fix: prevent false positive warnings for fetch in Firefox and Safari (#​9680)

  • fix: allow embedding two pages generated into the same page in "embedded" mode (#​9610)

  • fix: don't include prerendered routes in default generateManifest (#​9471)

  • fix: better error messages for handleable prerender failures (#​9621)

v1.15.6

Compare Source

Patch Changes
  • fix: use correct relative paths when rendering base path (#​9343)

  • fix: handle redirect thrown in handle hook in response to form action (#​9658)

  • fix: do not call beforeNavigate for download links (#​9660)

v1.15.5

Compare Source

Patch Changes
  • fix: correct allow header methods list for 405s (#​9655)

  • fix: prevent routes/layouts from having conflicting files through resets or different extensions (#​9590)

  • fix: prevent unhandled exceptions for invalid header values (#​9638)

v1.15.4

Compare Source

Patch Changes
  • fix: gracefully handle failure to load hooks.server.js (#​9641)

  • feat: set sourcemapIgnoreList to filter out non-source directories (#​9619)

v1.15.3

Compare Source

Patch Changes
  • fix: prevent building duplicate CSS files (#​9382)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.59.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-unnecessary-condition] allow nullish coalescing for naked type parameter (#​6910) (3e5f858)
Features
  • eslint-plugin: [ban-types] add NonNullable suggestion and allow custom suggestions (#​6876) (ff65235)

v5.58.0

Compare Source

Bug Fixes
  • eslint-plugin: [unified-signatures] allow overloads with different named and different number of parameters (#​6877) (939d665)
Features

5.57.1 (2023-04-03)

Bug Fixes
  • eslint-plugin: [strict-boolean-expressions] support mixed enums in allowNullableEnum option (#​6740) (49be8a8)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.59.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.58.0

Compare Source

Bug Fixes
  • update getLib for new TypeScript targets ES2021, ES2022 (#​6782) (1c04664)

5.57.1 (2023-04-03)

Note: Version bump only for package @​typescript-eslint/parser

actions/checkout

v3.5.2

Compare Source

v3.5.1

Compare Source

eslint/eslint

v8.39.0

Compare Source

Features

  • 3f7af9f feat: Implement SourceCode#markVariableAsUsed() (#​17086) (Nicholas C. Zakas)

Documentation

  • 6987dc5 docs: Fix formatting in Custom Rules docs (#​17097) (Milos Djermanovic)
  • 4ee92e5 docs: Update README (GitHub Actions Bot)
  • d8e9887 docs: Custom Rules cleanup/expansion (#​16906) (Ben Perlmutter)
  • 1fea279 docs: Clarify how to add to tsc agenda (#​17084) (Nicholas C. Zakas)
  • 970ef1c docs: Update triage board location (Nicholas C. Zakas)
  • 6d8bffd docs: Update README (GitHub Actions Bot)

Chores

v8.38.0

Compare Source

Features

  • a1d561d feat: Move getDeclaredVariables and getAncestors to SourceCode (#​17059) (Nicholas C. Zakas)

Bug Fixes

  • 1c1ece2 fix: do not report on RegExp(...args) in require-unicode-regexp (#​17037) (Francesco Trotta)

Documentation

  • 7162d34 docs: Mention new config system is complete (#​17068) (Nicholas C. Zakas)
  • 0fd6bb2 docs: Update README (GitHub Actions Bot)
  • c83531c docs: Update/remove external links, eg. point to eslint-community (#​17061) (Pelle Wessman)
  • a3aa6f5 docs: Clarify no-div-regex rule docs (#​17051) (Francesco Trotta)
  • b0f11cf docs: Update README (GitHub Actions Bot)
  • da8d52a docs: Update the second object instance for the "no-new" rule (#​17020) (Ahmadou Waly NDIAYE)
  • 518130a docs: switch language based on current path (#​16687) (Percy Ma)
  • 24206c4 docs: Update README (GitHub Actions Bot)

Chores

Masterminds/semver

v3.2.1

Compare Source

Changed
  • #​198: Improved testing around pre-release names
  • #​200: Improved code scanning with addition of CodeQL
  • #​201: Testing now includes Go 1.20. Go 1.17 has been dropped
  • #​202: Migrated Fuzz testing to Go built-in Fuzzing. CI runs daily
  • #​203: Docs updated for security details
Fixed
  • #​199: Fixed issue with range transformations

Full Changelog: Masterminds/semver@v3.2.0...v3.2.1

anchore/syft

v0.79.0

Compare Source

Changelog

v0.79.0 (2023-04-21)

Full Changelog

Added Features
Bug Fixes
Additional Changes

v0.78.0

Compare Source

Changelog

v0.78.0 (2023-04-17)

Full Changelog

Added Features
Bug Fixes

v0.77.0

Compare Source

Changelog

v0.77.0 (2023-04-11)

Full Changelog

Added Features
docker/cli

v23.0.4+incompatible

Compare Source

fluxcd/helm-controller

v0.32.2

Compare Source

CHANGELOG

moby/moby

v23.0.4+incompatible

Compare Source

otiai10/copy

v1.11.0: Add OnError option

Compare Source

so that users can suppress specific errors.

v1.10.0

Compare Source

pterm/pterm

v0.12.59

Compare Source

What's Changed

Exciting New Features 🎉
Other Changes

New Contributors

Full Changelog: pterm/pterm@v0.12.58...v0.12.59

github/codeql-action

v2.3.0

Compare Source

v2.2.12

Compare Source

v2.2.11

Compare Source

helm/helm

v3.11.3: Helm v3.11.3

Compare Source

Helm v3.11.2 is a patch release. Users are encouraged to upgrade for the best experience. Users are encouraged to upgrade for the best experience.

The community keeps growing, and we'd love to see you there!

  • Join the discussion in Kubernetes Slack:
    • for questions and just to hang out
    • for discussing PRs, code, and bugs
  • Hang out at the Public Developer Call: Thursday, 9:30 Pacific via Zoom
  • Test, debug, and contribute charts: ArtifactHub/packages

Installation and Upgrading

Download Helm v3.11.3. The common platform binaries are here:

This release was signed with 672C 657B E06B 4B30 969C 4A57 4614 49C2 5E36 B98E and can be found at @​mattfarina keybase account. Please use the attached signatures for verifying this release using gpg.

The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with bash.

What's Next

  • 3.12.0 is the next feature release and be on May 10, 2023.

Changelog

  • chore(deps): bump golang.org/x/text from 0.7.0 to 0.9.0 66a969e (dependabot[bot])
  • Fix goroutine leak in perform 548366c (willzgli)
  • Fix goroutine leak in action install 4a3a268 (Matt Farina)
  • Fix 32bit-x86 typo in testsuite 272f6b9 (Dirk Müller)
  • chore(deps): bump github.com/docker/docker 88b2db4 (dependabot[bot])
  • chore(deps): bump github.com/containerd/containerd from 1.6.15 to 1.7.0 b6a8417 (dependabot[bot])
  • Fixes Readiness Check for statefulsets using partitioned rolling update. (#​11774) 7994bb4 (Aman Nijhawan)
kubernetes/api

v0.27.1

Compare Source

v0.27.0

Compare Source

v0.26.4

Compare Source

kubernetes/apimachinery

v0.27.1

Compare Source

v0.27.0

Compare Source

v0.26.4

Compare Source

kubernetes/client-go

v0.27.1

Compare Source

v0.27.0

Compare Source

v0.26.4

Compare Source

kubernetes/component-base

v0.27.1

Compare Source

v0.27.0

Compare Source

v0.26.4

Compare Source

kubernetes/kubectl

v0.27.1

Compare Source

v0.27.0

Compare Source

v0.26.4

Compare Source

prettier/prettier

v2.8.8

Compare Source

This version is a republished version of v2.8.7.
A bad version was accidentally published and it can't be unpublished, apologies for the churn.

quicktype/quicktype

v23.0.21

Compare Source

v23.0.20

Compare Source

tomaka/rouille

v3.6.2

Compare Source

  • Expose new_ssl feature for rustls support from tiny-http.
  • Switch to sha1-smol for a smaller footprint, more stable hash library.
  • Remove dependency on num_cpus using std::thread::available_parallelism instead.
sass/dart-sass

[v1.62.0](https://togithub.co


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 Apr 5, 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_sidecar --label=renovate_child -v "/mnt/renovate/gh/defenseunicorns/zarf":"/mnt/renovate/gh/defenseunicorns/zarf" -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/defenseunicorns/zarf" ghcr.io/containerbase/sidecar bash -l -c "install-tool golang 1.20.3 && go get -d -t ./... && go mod tidy && go mod tidy"
go: downloading github.com/pterm/pterm v0.12.59
go: downloading github.com/anchore/syft v0.79.0
go: downloading k8s.io/client-go v0.27.1
go: downloading k8s.io/component-base v0.27.1
go: downloading k8s.io/kubectl v0.27.1
go: downloading github.com/Masterminds/semver/v3 v3.2.1
go: downloading github.com/fluxcd/helm-controller/api v0.32.2
go: downloading helm.sh/helm/v3 v3.11.3
go: downloading k8s.io/api v0.27.1
go: downloading k8s.io/apimachinery v0.27.1
go: downloading github.com/moby/moby v23.0.4+incompatible
go: downloading github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b
go: downloading sigs.k8s.io/kustomize/api v0.13.2
go: downloading github.com/otiai10/copy v1.11.0
go: downloading github.com/docker/cli v23.0.4+incompatible
go: downloading golang.org/x/crypto v0.8.0
go: downloading k8s.io/cli-runtime v0.27.1
go: downloading github.com/docker/docker v23.0.4+incompatible
go: downloading k8s.io/metrics v0.27.1
go: downloading k8s.io/component-helpers v0.27.1
go: downloading sigs.k8s.io/kustomize/kustomize/v5 v5.0.1
go: downloading k8s.io/kube-openapi v0.0.0-20230308215209-15aac26d736a
go: downloading github.com/deitch/magic v0.0.0-20230404182410-1ff89d7342da
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: 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 Apr 5, 2023

Deploy Preview for zarf-docs ready!

Name Link
🔨 Latest commit 78c5cb6
🔍 Latest deploy log https://app.netlify.com/sites/zarf-docs/deploys/6446a7952a599d0008496478
😎 Deploy Preview https://deploy-preview-1562--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 from 36357ae to b923c89 Compare April 6, 2023 02:45
@renovate renovate bot changed the title fix(deps): update module sigs.k8s.io/kustomize/api to v0.13.2 fix(deps): update all non-major dependencies Apr 6, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b923c89 to 84a2911 Compare April 6, 2023 20:28
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Apr 6, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ef408bc to 4f8011b Compare April 7, 2023 10:15
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Apr 7, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 9fd63fe to 9ef1310 Compare April 14, 2023 20:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from ffb73ef to 45b64c9 Compare April 17, 2023 19:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from e863e78 to 1db48a7 Compare April 21, 2023 13:30
@renovate renovate bot changed the title fix(deps): update all non-major dependencies Update all non-major dependencies Apr 21, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from e881fc0 to ae15253 Compare April 24, 2023 10:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ae15253 to cde13ba Compare April 24, 2023 14:17
Copy link
Contributor

@Racer159 Racer159 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@Racer159 Racer159 enabled auto-merge (squash) April 24, 2023 16:00
@renovate
Copy link
Contributor Author

renovate bot commented Apr 24, 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 merged commit e0ceaaa into main Apr 24, 2023
@Racer159 Racer159 deleted the renovate/all-minor-patch branch April 24, 2023 16:55
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.

1 participant