-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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 #7852
Upgrade dependencies #7852
Conversation
🦋 Changeset detectedLatest commit: 8cc77dd The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
@@ -30,10 +30,11 @@ | |||
"check": "tsc" | |||
}, | |||
"devDependencies": { | |||
"@types/node": "^16.11.68", | |||
"typescript": "^4.8.4" | |||
"@sveltejs/kit": "workspace:*", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this dependency is new, is it needed? it's referenced in index.d.ts
but that was previously taken care of by the "paths"
in tsconfig.json
. maybe this way is better, idk, but presumably we'd want to update that config?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -29,13 +29,13 @@ | |||
"check": "tsc" | |||
}, | |||
"dependencies": { | |||
"@cloudflare/workers-types": "^4.0.0", | |||
"@cloudflare/workers-types": "^4.20221111.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
holy shit really? 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just had one minor query
I think only
adapter-auto
andcreate-svelte
need an updated changeset