change select
Fix CSS ligth dark on root
min max input type number
:sparkles: improvemet docs
:sparkles: improve filter
filteringStart
fix docs js
/docs
template/online
test/push
🤖 Merge PR #64249 meteor: Add new async methods from 2.9 by @ebroder
🤖 Merge PR #64363 [relay-runtime] Add cacheConfig to subscription config by @merrywhether
🤖 Merge PR #64337 add zhoverformat to plotly data type by @BMJHayward
Co-authored-by: Brendan Hayward
🤖 Merge PR #64019 Fixed types for types/onfleet__node-onfleet by @YokySantiago
Fixed: property types for worker.teams, function types for task.createBatch task.autoAssign
🤖 Merge PR #63929 [d3-sankey] add Node.fixedValue by @simPod
🤖 Merge PR #63979 blessed: ListElement.setItems allows string[] by @bennbollay
blessed: ListElement.setItems allows string[]
Update blessed-tests.ts
🤖 Merge PR #63517 [react-dom] [react-native] fix incorrect typedefs for unstable_batchedUpdates by @k-yle
🤖 Merge PR #63877 update "wordcloud" types to align upstream by @g-plane
update "wordcloud" types to align upstream
update properties of "wordcloud"
update tests of "wordcloud"
minFontSize
should be readonly
update library version
🤖 Merge PR #63926 Update select2 Options.dropdownParent to allow additional types by @jdufresne
Per the docs at: https://select2.org/configuration/options-api dropdownParent is allowed to be of type "jQuery selector or DOM node".
This can be further seen by the select2 code at: https://github.com/select2/select2/blob/0a30b0b3e67843c09b0bcc4d01e65b72d9b1279f/src/js/select2/dropdown/attachBody.js#L6
🤖 Merge PR #63794 [@types/async] Fix return types when callback not provided by @nwalters512
[@types/async] Fix return types when callback not provided
Remove self as owner
🤖 Merge PR #63658 [ref-napi] Replace Value with Pointer. by @yfwz100
According to library description, a buffer is always a pointer to the underly type.
🤖 Merge PR #64020 fix(react-native-background-downloader): correct types for DownloadTaskState by @fivecar
It turns out that react-native-background-downloader doesn't actually export this type. Things may seem fine with doing things like DownloadTaskState.DOWNLOADING
in your code, until you use that in a package that you also then publish yourself. At that point, you'll find the transpiled JS in your package refers to things like react_native_background_downloader_1.DownloadTaskState.DOWNLOADING, which definitely does not exist and will throw at runtime.
🤖 Merge PR #63968 [Nunjucks] Add dev
argument to ConfigureOptions
by @pezholio
There is an undocumented dev
argument that can be sent to
nunjucks.configure
, which allows a full error trace to the thrown
(See: https://github.com/mozilla/nunjucks/issues/1430)
🤖 Merge PR #64073 [canvasjs] Added missing ChartOptions properties by @sampie777
Co-authored-by: S. Jansen sa.jansen1@gmail.com
🤖 Merge PR #64358 Phoenix callbacks can be async by @flupke
All callback arguments can now return T | Promise, to fix annoying eslint errors like:
Promise returned in function argument where a void return was expected. (eslint @typescript-eslint/no-misused-promises)
🤖 Merge PR #63921 [d3-sankey] remove unused import from tests by @simPod
🤖 Merge PR #64356 Added units to react-calendar-timeline by @ls-yannick
Co-authored-by: Yannick Lohse contact@yannick-lohse.fr
🤖 Merge PR #64328 [fbt] Update fbt()
return type by @retyui
Update fbt return type
Add tests
🤖 Merge PR #63780 [hapi__inert] Fix tsconfig by @martin-badin
[hapi__inert] Fix tsconfig
export plugin variable
🤖 Merge PR #64371 [braintree-web-drop-in] Definition for updateConfiguration (#64370) by @darylwright
🤖 Merge PR #64249 meteor: Add new async methods from 2.9 by @ebroder
🤖 Merge PR #64363 [relay-runtime] Add cacheConfig to subscription config by @merrywhether
🤖 Merge PR #64337 add zhoverformat to plotly data type by @BMJHayward
Co-authored-by: Brendan Hayward
🤖 Merge PR #64019 Fixed types for types/onfleet__node-onfleet by @YokySantiago
Fixed: property types for worker.teams, function types for task.createBatch task.autoAssign
🤖 Merge PR #63929 [d3-sankey] add Node.fixedValue by @simPod
🤖 Merge PR #63979 blessed: ListElement.setItems allows string[] by @bennbollay
blessed: ListElement.setItems allows string[]
Update blessed-tests.ts
🤖 Merge PR #63517 [react-dom] [react-native] fix incorrect typedefs for unstable_batchedUpdates by @k-yle
🤖 Merge PR #63877 update "wordcloud" types to align upstream by @g-plane
update "wordcloud" types to align upstream
update properties of "wordcloud"
update tests of "wordcloud"
minFontSize
should be readonly
update library version
🤖 Merge PR #63926 Update select2 Options.dropdownParent to allow additional types by @jdufresne
Per the docs at: https://select2.org/configuration/options-api dropdownParent is allowed to be of type "jQuery selector or DOM node".
This can be further seen by the select2 code at: https://github.com/select2/select2/blob/0a30b0b3e67843c09b0bcc4d01e65b72d9b1279f/src/js/select2/dropdown/attachBody.js#L6
🤖 Merge PR #63794 [@types/async] Fix return types when callback not provided by @nwalters512
[@types/async] Fix return types when callback not provided
Remove self as owner
🤖 Merge PR #63658 [ref-napi] Replace Value with Pointer. by @yfwz100
According to library description, a buffer is always a pointer to the underly type.
🤖 Merge PR #64020 fix(react-native-background-downloader): correct types for DownloadTaskState by @fivecar
It turns out that react-native-background-downloader doesn't actually export this type. Things may seem fine with doing things like DownloadTaskState.DOWNLOADING
in your code, until you use that in a package that you also then publish yourself. At that point, you'll find the transpiled JS in your package refers to things like react_native_background_downloader_1.DownloadTaskState.DOWNLOADING, which definitely does not exist and will throw at runtime.
🤖 Merge PR #63968 [Nunjucks] Add dev
argument to ConfigureOptions
by @pezholio
There is an undocumented dev
argument that can be sent to
nunjucks.configure
, which allows a full error trace to the thrown
(See: https://github.com/mozilla/nunjucks/issues/1430)
🤖 Merge PR #64073 [canvasjs] Added missing ChartOptions properties by @sampie777
Co-authored-by: S. Jansen sa.jansen1@gmail.com
🤖 Merge PR #64358 Phoenix callbacks can be async by @flupke
All callback arguments can now return T | Promise, to fix annoying eslint errors like:
Promise returned in function argument where a void return was expected. (eslint @typescript-eslint/no-misused-promises)
🤖 Merge PR #63921 [d3-sankey] remove unused import from tests by @simPod
🤖 Merge PR #64356 Added units to react-calendar-timeline by @ls-yannick
Co-authored-by: Yannick Lohse contact@yannick-lohse.fr
🤖 Merge PR #64328 [fbt] Update fbt()
return type by @retyui
Update fbt return type
Add tests
🤖 Merge PR #63780 [hapi__inert] Fix tsconfig by @martin-badin
[hapi__inert] Fix tsconfig
export plugin variable
🤖 Merge PR #64371 [braintree-web-drop-in] Definition for updateConfiguration (#64370) by @darylwright
@typescript-bot test this
https://github.com/DefinitelyTyped/DefinitelyTyped/pull/64402 fix CI problem maybe next time check became valid
Errors is not in my modif code If i look good
Please fill in this template.
npm test <package to test>
.Select one of these and delete the others:
If changing an existing definition:
Hello Types Team, I add pending var on @types/node on net.d.ts file You can find here Nodejs Doc
this is a reopen of https://github.com/DefinitelyTyped/DefinitelyTyped/pull/63814 Cause typescript-bot close my PR in less than 12 hours and I can't reopen
Reopen
🤖 Merge PR #63808 [@type/react-syntax-highlighter] add missing one-dark/one-light styles in cjs/styles/prism by @warizz
🤖 Merge PR #63819 Add types for the Google Funding Choices JavaScript API by @johngeorgewright
Add types for the Google Funding Choices JavaScript API.
https://developers.google.com/funding-choices
🤖 Merge PR #63828 Added types for npm unpaginated by @reediculous456
Co-authored-by: Wes Reed reedws@ucmail.uc.edu
🤖 Merge PR #63825 [add] Add typings for add npm package by @LeoDog896
[add] Add typings
Change arrays to readonly
Use = instead of default for export
Properly export default function using namespaces
🤖 Merge PR #62160 change(passport-local): Strongly type user as Express.User in done callback by @janmeier
🤖 Merge PR #63830 [graphql-upload] missing declare statement by @tburduhos
🤖 Merge PR #63836 [tampermonkey] add interface of window.onurlchange by @taozhiyu
It seems that the previously committed code was not formatted with the npm run prettier -- --write path/to/package/**/*.ts
directive
fix space-before-function-paren
add addEventListener override
🤖 Merge PR #63838 [yandex-maps] Add geolocation typings by @Nexfader
🤖 Merge PR #63839 [@selrond/knit] Added definitions by @ChocolateLoverRaj
[@selrond/knit] Added definitions
[@selrond/knit] Knit is actually a named export
Update types/selrond__knit/selrond__knit-tests.ts
Co-authored-by: Piotr Błażejewicz (Peter Blazejewicz) peterblazejewicz@users.noreply.github.com
Add paths
for @selrond/*
Use named import
Co-authored-by: Piotr Błażejewicz (Peter Blazejewicz) peterblazejewicz@users.noreply.github.com
Co-authored-by: Piotr Błażejewicz (Peter Blazejewicz) peterblazejewicz@users.noreply.github.com
Co-authored-by: Piotr Błażejewicz (Peter Blazejewicz) peterblazejewicz@users.noreply.github.com
🤖 Merge PR #63846 [node-fetch-cache] Add types by @fujikky
🤖 Merge PR #63829 [fs-extra] Update to v11 by @BendingBender
🤖 Update CODEOWNERS
🤖 Merge PR #63827 [epcis2.js] Added @types by @clementh59
Added @types for epcis2.js
Added example with full possibility
Formatted files to follow guidelines
Deleted useless files
🤖 Merge PR #63832 [nightwatchjs] Add types for Appium commands. by @garg3133
change IEvent.transform to type Transform (#63370)
add IEvent.deselected\action to{Dataless}JSON is not string, is an object of { version: string, objects: Object[] }
Remove contributors with deleted accounts #no-publishing-comment (#63850)
Co-authored-by: TypeScript Bot typescriptbot@microsoft.com
🤖 Merge PR #63849 [effective-domain-name-parser] Create types by @e9x
🤖 Merge PR #63862 [chrome] Add missing definition of chrome.tabs.duplicate by @LightAPIs
Add missing definition of chrome.tabs.duplicate
Add test for chrome.tabs.duplicate
🤖 Merge PR #63866 fix(indy-sdk): incorrect type definitions by @TimoGlastra
Signed-off-by: Timo Glastra timo@animo.id
Signed-off-by: Timo Glastra timo@animo.id
Signed-off-by: Timo Glastra timo@animo.id
Signed-off-by: Timo Glastra timo@animo.id
🤖 Merge PR #63867 fix(indy-sdk): mixup in rev regs and rev states by @TimoGlastra
Signed-off-by: Timo Glastra timo@animo.id
Signed-off-by: Timo Glastra timo@animo.id
🤖 Merge PR #63808 [@type/react-syntax-highlighter] add missing one-dark/one-light styles in cjs/styles/prism by @warizz
🤖 Merge PR #63819 Add types for the Google Funding Choices JavaScript API by @johngeorgewright
Add types for the Google Funding Choices JavaScript API.
https://developers.google.com/funding-choices
🤖 Merge PR #63828 Added types for npm unpaginated by @reediculous456
Co-authored-by: Wes Reed reedws@ucmail.uc.edu
🤖 Merge PR #63825 [add] Add typings for add npm package by @LeoDog896
[add] Add typings
Change arrays to readonly
Use = instead of default for export
Properly export default function using namespaces
🤖 Merge PR #62160 change(passport-local): Strongly type user as Express.User in done callback by @janmeier
🤖 Merge PR #63830 [graphql-upload] missing declare statement by @tburduhos
🤖 Merge PR #63836 [tampermonkey] add interface of window.onurlchange by @taozhiyu
It seems that the previously committed code was not formatted with the npm run prettier -- --write path/to/package/**/*.ts
directive
fix space-before-function-paren
add addEventListener override
🤖 Merge PR #63838 [yandex-maps] Add geolocation typings by @Nexfader
🤖 Merge PR #63839 [@selrond/knit] Added definitions by @ChocolateLoverRaj
[@selrond/knit] Added definitions
[@selrond/knit] Knit is actually a named export
Update types/selrond__knit/selrond__knit-tests.ts
Co-authored-by: Piotr Błażejewicz (Peter Blazejewicz) peterblazejewicz@users.noreply.github.com
Add paths
for @selrond/*
Use named import
Co-authored-by: Piotr Błażejewicz (Peter Blazejewicz) peterblazejewicz@users.noreply.github.com
Co-authored-by: Piotr Błażejewicz (Peter Blazejewicz) peterblazejewicz@users.noreply.github.com
Co-authored-by: Piotr Błażejewicz (Peter Blazejewicz) peterblazejewicz@users.noreply.github.com
🤖 Merge PR #63846 [node-fetch-cache] Add types by @fujikky
🤖 Merge PR #63829 [fs-extra] Update to v11 by @BendingBender
🤖 Update CODEOWNERS
🤖 Merge PR #63827 [epcis2.js] Added @types by @clementh59
Added @types for epcis2.js
Added example with full possibility
Formatted files to follow guidelines
Deleted useless files
🤖 Merge PR #63832 [nightwatchjs] Add types for Appium commands. by @garg3133
change IEvent.transform to type Transform (#63370)
add IEvent.deselected\action to{Dataless}JSON is not string, is an object of { version: string, objects: Object[] }
Remove contributors with deleted accounts #no-publishing-comment (#63850)
Co-authored-by: TypeScript Bot typescriptbot@microsoft.com
🤖 Merge PR #63849 [effective-domain-name-parser] Create types by @e9x
🤖 Merge PR #63862 [chrome] Add missing definition of chrome.tabs.duplicate by @LightAPIs
Add missing definition of chrome.tabs.duplicate
Add test for chrome.tabs.duplicate
🤖 Merge PR #63866 fix(indy-sdk): incorrect type definitions by @TimoGlastra
Signed-off-by: Timo Glastra timo@animo.id
Signed-off-by: Timo Glastra timo@animo.id
Signed-off-by: Timo Glastra timo@animo.id
Signed-off-by: Timo Glastra timo@animo.id
🤖 Merge PR #63867 fix(indy-sdk): mixup in rev regs and rev states by @TimoGlastra
Signed-off-by: Timo Glastra timo@animo.id
Signed-off-by: Timo Glastra timo@animo.id
Hello @Semigradsky
[ ] I remove trailing whitespace
[ ] Add in these folders (like you ask) : /ts4.8/* /v16/* /v16/ts4.8/* /v14/* /v14/ts4.8/*
[ ] and i permit to respect property Alphabetic order
fix trailing whitespace + add on other folders
Respect project jsDoc format
Please fill in this template.
npm test <package to test>
.Select one of these and delete the others:
If changing an existing definition:
Hello Types Team, You can find here Nodejs Doc
Add pending var on node/net.d.ts