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 more deps #54

Merged
merged 1 commit into from
Jun 27, 2024
Merged

update more deps #54

merged 1 commit into from
Jun 27, 2024

Conversation

threepointone
Copy link
Collaborator

It's your friendly neighbourhood dependency updater again. I updated what I could, and fixed any upcoming failures.

  • I had to downgrade vitest to 1.5.0, because that's the only version of vitest that supports @cloudflare/vitest-pool-workers, which I'm trying to setup so we can do proper worker tests
  • unfortunately we have a problem where we can't load remix into the vitest environment at the moment, but I"ll keep poking at that -

It's your friendly neighbourhood dependency updater again. I updated what I could, and fixed any upcoming failures.

- I had to downgrade vitest to 1.5.0, because that's the only version of vitest that supports @cloudflare/vitest-pool-workers, which I'm trying to setup so we can do proper worker tests
- unfortunately we have a problem where we can't load remix into the vitest environment at the moment, but I"ll keep poking at that
-
@@ -0,0 +1,17 @@
import * as path from 'path'
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

this file isn't used anywhere yet, just getting it in place for now

},
"overrides": {
"msw": {
"typescript": "$typescript"
}
},
"pretty-format": "29.7.0"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

sigh, just monorepo things

@@ -1,8 +1,9 @@
name = "orange-meets"
# https://developers.cloudflare.com/workers/platform/compatibility-dates
compatibility_date = "2022-04-05"
compatibility_date = "2024-06-20"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

let's gooo

@threepointone threepointone merged commit c5d5e66 into main Jun 27, 2024
2 checks passed
@threepointone threepointone deleted the update-deps-again branch June 27, 2024 10:47
@third774
Copy link
Collaborator

Thanks! 🙏🏻

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