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

Upgrade dependencies #319

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Upgrade dependencies #319

wants to merge 1 commit into from

Conversation

damianstasik
Copy link
Collaborator

Description

Motivation and Context

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

Copy link

cloudflare-workers-and-pages bot commented Jul 31, 2024

Deploying opentofu with  Cloudflare Pages  Cloudflare Pages

Latest commit: 6ec8844
Status: ✅  Deploy successful!
Preview URL: https://ed196a3b.opentofu.pages.dev
Branch Preview URL: https://upgrade-deps.opentofu.pages.dev

View logs

@@ -10,36 +10,36 @@
"clear": "docusaurus clear",
"typecheck": "tsc",
"sync-supporters": "node ./sync-supporters.js",
"prepare": "husky install",
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

husky install is deprecated in v9

"cheerio": "^1.0.0-rc.12",
"clsx": "^2.1.0",
"clsx": "^2.1.1",
"eslint": "^8.56.0",
Copy link
Collaborator Author

@damianstasik damianstasik Jul 31, 2024

Choose a reason for hiding this comment

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

I've skipped upgrading ESLint due to requirement of switching to a flat config. We can do that separately.

Signed-off-by: Damian Stasik <[email protected]>
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