-
Notifications
You must be signed in to change notification settings - Fork 4k
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 opennext to 1.0.0-beta.0 #3102
Conversation
|
Summary of the deployments: Version 1 (production)
Version 2 (experimental)
Test content |
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
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.
Copilot reviewed 13 out of 15 changed files in this pull request and generated 1 comment.
Files not reviewed (2)
- packages/gitbook-v2/package.json: Language not supported
- packages/gitbook-v2/wrangler.jsonc: Language not supported
Comments suppressed due to low confidence (1)
packages/gitbook-v2/src/lib/data/memoize.test.ts:49
- [nitpick] The hard-coded expected cache key value in this test makes the test brittle if the serialization of the cache key changes. Consider computing the expected cache key dynamically to safeguard against future modification of the key generation logic.
expect(await memoized({ a: 1, b: 2 }, 4)).toBe('[[["a",1],["b",2]],4], result=7');
No description provided.