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

Dependency Changes #2962

Closed
wants to merge 24 commits into from
Closed

Conversation

snyk-bot and others added 23 commits August 29, 2023 18:57
Snyk has created this PR to upgrade eslint-plugin-react from 7.31.11 to 7.33.1.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/dave-gantenbein/project/5064983e-fa14-4803-8fc2-cfd6f1fa81b6?utm_source=github&utm_medium=referral&page=upgrade-pr
Snyk has created this PR to upgrade @emotion/styled from 11.10.5 to 11.11.0.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/dave-gantenbein/project/5064983e-fa14-4803-8fc2-cfd6f1fa81b6?utm_source=github&utm_medium=referral&page=upgrade-pr
Snyk has created this PR to upgrade @mui/material from 5.14.1 to 5.14.4.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/dave-gantenbein/project/5064983e-fa14-4803-8fc2-cfd6f1fa81b6?utm_source=github&utm_medium=referral&page=upgrade-pr
Snyk has created this PR to upgrade @types/react-dom from 16.9.16 to 16.9.19.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/dave-gantenbein/project/5064983e-fa14-4803-8fc2-cfd6f1fa81b6?utm_source=github&utm_medium=referral&page=upgrade-pr
Snyk has created this PR to upgrade react-router-dom from 6.14.1 to 6.14.2.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/dave-gantenbein/project/5064983e-fa14-4803-8fc2-cfd6f1fa81b6?utm_source=github&utm_medium=referral&page=upgrade-pr
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.1.2 to 7.2.5.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES)
- [Commits](sphinx-doc/sphinx@v7.1.2...v7.2.5)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.1.2 to 7.2.5.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES)
- [Commits](sphinx-doc/sphinx@v7.1.2...v7.2.5)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [k8s.io/component-helpers](https://github.com/kubernetes/component-helpers) from 0.22.4 to 0.28.1.
- [Commits](kubernetes/component-helpers@v0.22.4...v0.28.1)

---
updated-dependencies:
- dependency-name: k8s.io/component-helpers
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.3 to 1.8.4.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.8.3...v1.8.4)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [k8s.io/kubelet](https://github.com/kubernetes/kubelet) from 0.22.4 to 0.28.1.
- [Commits](kubernetes/kubelet@v0.22.4...v0.28.1)

---
updated-dependencies:
- dependency-name: k8s.io/kubelet
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.9.0 to 0.15.0.
- [Commits](golang/net@v0.9.0...v0.15.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…omponent-helpers-0.28.1' into patch/dependencies
…om/stretchr/testify-1.8.4' into patch/dependencies
@Sharpz7
Copy link
Contributor Author

Sharpz7 commented Sep 10, 2023

To the best of my knowledge, the bump in sphinx version is not possible as long as Python 3.8 is required.

@@ -9,7 +9,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"golang.org/x/exp/maps"
"k8s.io/apimachinery/pkg/util/clock"
"k8s.io/utils/clock"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This doesn't seem to be the right change, but something like this needs to happen. I got errors when using the apimachinery code for it.

@Sharpz7
Copy link
Contributor Author

Sharpz7 commented Sep 10, 2023

No idea how to fix that proto error. @dejanzele any suggestions?

@kannon92
Copy link
Contributor

Tbh you probably should ignore any K8s updates. I’d drop the commit for kubelet.

@kannon92
Copy link
Contributor

And just close the kube updates. This project. Is pretty far from the supported versions of kube but it would be a lot of work to update the apis to 1.28 (from 1.22)

@Sharpz7
Copy link
Contributor Author

Sharpz7 commented Sep 18, 2023

Hey @kannon92

The problem is always that closed ones will re-appear. I am going to close this PR and start again, without the sphinx and kube PR's

@Sharpz7 Sharpz7 closed this Sep 18, 2023
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.

3 participants