-
Notifications
You must be signed in to change notification settings - Fork 56
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
Merge main
into integration/v2
#1544
Merged
lawrence-forooghian
merged 25 commits into
integration/v2
from
2023-12-11-merge-main-into-v2
Jan 11, 2024
Merged
Merge main
into integration/v2
#1544
lawrence-forooghian
merged 25 commits into
integration/v2
from
2023-12-11-merge-main-into-v2
Jan 11, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Upgrade Playwright to 1.39.0
Enable 'derived' options in 'useChannel' hook
The import paths here only worked before by accident - tsc would compile then to `from '../../../ably'` which in most cases would resolve to `node_modules/ably` however in certain environments (pnpm) this would not be the case and therefore the types would not be imported correctly. I've updated the tsconfig compilerOptions.paths field so that these are resolved correctly for development, and when consumed as a library these will just import directly from the 'ably' module.
fix: use 'ably' as import path from react-hooks
Release 1.2.48
ci: check if the types are wrong
It is meant to return `null` (per TG4 and our documentation comments), but was returning `undefined`. Resolves #1542.
[SDK-3990] Fix `PaginatedResult.next()` behaviour when no next page
github-actions
bot
temporarily deployed
to
staging/pull/1544/features
December 11, 2023 18:50
Inactive
github-actions
bot
temporarily deployed
to
staging/pull/1544/typedoc
December 11, 2023 18:51
Inactive
lawrence-forooghian
force-pushed
the
2023-12-11-merge-main-into-v2
branch
from
December 11, 2023 18:57
694babc
to
105d1cf
Compare
github-actions
bot
temporarily deployed
to
staging/pull/1544/features
December 11, 2023 18:59
Inactive
github-actions
bot
temporarily deployed
to
staging/pull/1544/bundle-report
December 11, 2023 19:00
Inactive
github-actions
bot
temporarily deployed
to
staging/pull/1544/typedoc
December 11, 2023 19:00
Inactive
lawrence-forooghian
force-pushed
the
2023-12-11-merge-main-into-v2
branch
from
December 12, 2023 14:43
105d1cf
to
5a43ef6
Compare
github-actions
bot
temporarily deployed
to
staging/pull/1544/features
December 12, 2023 14:44
Inactive
github-actions
bot
temporarily deployed
to
staging/pull/1544/bundle-report
December 12, 2023 14:44
Inactive
github-actions
bot
temporarily deployed
to
staging/pull/1544/typedoc
December 12, 2023 14:44
Inactive
github-actions
bot
temporarily deployed
to
staging/pull/1544/features
January 9, 2024 14:34
Inactive
github-actions
bot
temporarily deployed
to
staging/pull/1544/bundle-report
January 9, 2024 14:34
Inactive
VeskeR
requested changes
Jan 10, 2024
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.
There seems to be couple more merge conflicts with integration/v2
due to changes in react-hooks
.
Other than that, LGTM! Can merge once comments are resolved.
Temporary fix for attw
error will work for now. Will fix it for good in #1546.
…or-reauth Use correct request headers in `Resource` after re-auth
lawrence-forooghian
force-pushed
the
2023-12-11-merge-main-into-v2
branch
from
January 10, 2024 11:57
6138243
to
d36d97b
Compare
VeskeR
approved these changes
Jan 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I’ve worked around the
attw
error that this introduces because I wasn’t able to solve it quickly; have created #1546 for doing so.