subscribe and signal: messageType and spaceId included
reverted-test-updates: update test steps to cucumber-js as of now to run it successfully
test: added contract test steps for subscribe,updated common success expected definition for common implementation across features
Thank you @abdalla-nayer for PR. We appreciate your effort for the fix. To adhere to the deployment process of the SDK, the changes has been merged via new PR along with additional fix and It's included in latest release.
fix: getFileUrl construct proper url when token is set.
Fixes issue of getFileUrl not setting auth value as token string when token is set.
Closes #302
@are
merge CLEN-913 changes.
@client-engineering-bot release as v7.2.2
fix: getFileUrl construct proper url when token is set.
Fixes issue of getFileUrl not setting auth value as token string when token is set.
Closes #302
clen-898 fix: upgrade dependency (#102)
fix: upgrade ts-invariant
to solve resolve issue
PubNub SDK v3.0.2 release.
Co-authored-by: Client Engineering Bot 60980775+client-engineering-bot@users.noreply.github.com
fix: upgrade ts-invariant
version.
Fixes issue of having lower version of ts-invariant
.
@client-engineering-bot release as v3.0.2
fix: upgrade ts-invariant
version.
Fixes issue of having lower version of ts-invariant
.
Ready to merge
Please fill in this template.
npm test <package to test>
.Select one of these and delete the others:
If changing an existing definition:
🤖 Merge PR #61862 Define import.meta.jest in jest types by @remcohaszing
Define import.meta.jest in jest types
Format jest types
Restore removed jest fail tests
Update index.d.ts (#61554)
add missing types for Prism/Night-Owl (#61383)
Add optional property of title attribute (#61913)
I need to add a title attribute to mui-image
in my project. The title itself works, but TypeScript throws an error. So I need this addition to the type definition.
Best regards
🤖 Merge PR #61612 [papaparse] Fix calling parse
with step
but no complete
by @thw0rted
Added tests
Add inputProps type definition - react-tag-input 6.6 (#61135)
Delete resetInputOnDelete prop type - react-tag-input 6.4.6
Delete patch version from header
Add inputProps type definition
Update test
Update package version
Make inputProps optional
Update types/react-tag-input/index.d.ts
Co-authored-by: Piotr Błażejewicz (Peter Blazejewicz) peterblazejewicz@users.noreply.github.com
Co-authored-by: Michal Skladanowski michal.skladanowski@toggl.com Co-authored-by: John Reilly johnny_reilly@hotmail.com Co-authored-by: Piotr Błażejewicz (Peter Blazejewicz) peterblazejewicz@users.noreply.github.com
[relay-test-utils] relay-test-utils with relay 14 types (#61831)
feat: improve the return type of GraphPointer#isList
(#61901)
GraphPointer#isList
By making the return type a guard, having called isList()
in a conditional will ensure that list()
will not return null that it could
// this can be null
const iterator = ptr.list()
if (ptr.isList()) {
// this will not be null
const iterator = ptr.list()
}
Update html-to-text version 8.1.0+ was Pr/58922 (#61107)
Co-authored-by: ekremkenter ekremkenter@gmail.com Co-authored-by: Chris. Webster chris@webstech.net
Correct for 8.2.0 breakage by adding 'format'
Allow user defined options in FormatOptions
The user may need to access props in a formatter beyond the fixed options that html-to-text supports. This provides typescript support for adding user props.
Co-authored-by: ekremkenter ekremkenter@gmail.com
🤖 Merge PR #61899 [parse-listing] Add types by @BendingBender
🤖 Merge PR #61825 fix(jwt): strong type for SigningKeyCallback error by @hkleungai
🤖 Merge PR #61918 [google-apps-script] Declare MimeType in global by @mtgto
🤖 Merge PR #61920 update(zingchart): add tree-related options properties by @jeanettephung
Add types for zingchart
Adds content header to zingchart
Fixes typedef extends for lint
Fixes version, import, and empty jsdoc comments
Removes last empty jsdoc comment
Allows values and series types to be arrays
Fixes values type
ZingChart type updates
Added d.ts file for zingchart/es6 and applied fixes
Move definitions in es6/index and reference in index.d.ts
Update test to include added attributes
Add .d.ts for ZingChart NodeJS build
Apply fixes after running "npm test"
Add additional test using NodeJS d.ts
Included new files into in tsconfig
Fix JSON format for tsconfig
Rewrite .d.ts for NodeJS build and combine tests into one file
Only list one d.ts in tsconfig and reference NodeJS d.ts in test
Provide default exports
Update to include default exports
Update test to try default import
Allow default export and fix exports for each version (originally assumed exports were the same)
use nodejs version in test because required to use file
Fix whitespace error in test
Update test to include testing default import
Fixed zingchart/index.dts based on reviewers notes
Update tslint.json to remove rules no longer needed
Corrections to TDF relating to plot and legend
Asterisk fix
update(zingchart): Add def for plot.tooltip.text
create(zinggrid): add new typings
update(zingchart): Add missing types for plot and graphset
Remove redundant 'undefined' value and fix trailing whitespace
Updated definition author
Added camel-case version of attributes
refactor definitions
Update exec arg to be optional
Add missing properties: series.id series.type graphset.utc graphset.plot.selectedState.lineWidth graphset.plot.tooltip.textAlign graphset.plot.valueBox.fontSize (doesn't accept numbers, only string) graphset.maxTrackers graphset.legend.marker.borderRadius graphset.scaleX.maxItems graphset.scaleY.zooming
Fix alignment issues
Update/fix properties:
Added tests for previous commit
update(zingchart): add behavior.text and behavior.customFunction, and updated graphset.labels
Add definitions for palette (theme)
update(zingchart): Add missing transform definitions
remove consecutive blank lines
Add definitions for scaleX (minValue, step) and scaleY (step)
Updated the typing for scaleX/Y.step
mend
Update test
Add legendMarker.borderRadius and related attributes
Added legendMarker.lineStyle
update(zingchart): update typings for offsetEnd/Start
update(zingchart): add series.zIndex
update(zingchart): add typings for tooltip.htmlMode and valueBox.Rules
update(zingchart): fix array typings
updated lslint and array typings
fix tslint file
revert tslint.json changes
update(zingchart) - add preview.visible, tooltip.rules, scaleX.itemsOverlap
Added graphset.values, plot.rules., tooltip.rules.
update(zingchart): add tree-related options properties
Co-authored-by: Mike Schultz mschultz@zingsoft.com Co-authored-by: dannyjuergens djuergens@zingsoft.com Co-authored-by: jphung jphung@zingsoft.com
Move no-useless-files to eslint (#61925)
Move no-useless-files to eslint
2 follow-up fixes
🤖 Merge PR #61341 [@types/figlet] - 'Pagga' font added to defined font types by @RenanSouzaRodrigues
🤖 Merge PR #61795 [telegram-web-app] Update Telegram Web App to API 6.2 by @MKRhere
Ref: https://core.telegram.org/bots/webapps#august-12-2022 Signed-off-by: Muthu Kumar muthukumar@thefeathers.in
Signed-off-by: Muthu Kumar muthukumar@thefeathers.in
Signed-off-by: Muthu Kumar muthukumar@thefeathers.in
Signed-off-by: Muthu Kumar muthukumar@thefeathers.in
Signed-off-by: Muthu Kumar muthukumar@thefeathers.in
🤖 Merge PR #61906 [haxball-headless-browser] fix: setDiscProps is Partial, CollisionFlags are declared by @jakjus
add haxball-headless
fix
add version
Add -browser suffix
v0.2 (fixes)
v0.2 (fixes)
remove redundant declare
🤖 Merge PR #61916 [@types/ldapjs]: Add dn module by @agraven
🤖 Merge PR #60744 chore: sync updates to google.maps by @googlemaps-bot
Co-authored-by: copybara-service[bot] <copybara-service[bot]@users.noreply.github.com>
🤖 Merge PR #61946 [penner] Add types by @BendingBender
fix: clen872 (#106)
fix-warning: github action verison
PubNub SDK v4.2.2 release.
Co-authored-by: Client Engineering Bot 60980775+client-engineering-bot@users.noreply.github.com