Skip to content

Merge master#4

Merged
vansergen merged 520 commits intohttp_request_responsefrom
master
Apr 4, 2022
Merged

Merge master#4
vansergen merged 520 commits intohttp_request_responsefrom
master

Conversation

@vansergen
Copy link
Copy Markdown

No description provided.

michaelts1 and others added 30 commits March 15, 2022 14:32
…functions (mainly MV3) by @michaelts1

* Add missing `chrome.browsingData` types

* Add missing `chrome.commands` types

* Add missing `chrome.debugger` types

* Add missing `chrome.i18n` types

* Add tests for `chrome.browsingData`

* Add tests for `chrome.commands`

* Add tests for `chrome.debugger`

* Add tests for `chrome.chrome.i18n`

* Fix identation problems

* Add missing `chrome.downloads` types and tests

* Add missing `chrome.extension` types and tests

* Add missing `chrome.fontSettings` types and tests

* Add missing `chrome.history` types and tests
…ment-inputs by @tyirenkyi

* Added type definitions for react-payment-inputs

* add missing definitions

* remove tslint from package.json

* revert package.json changes

* suggested changes
…g instances in ref callbacks are non-nullable by @eps1lon
…Fix tests assuming instances in ref callbacks are non-nullable by @eps1lon
…ming instances in ref callbacks are non-nullable by @eps1lon
…word by @robatosan

* fix (json-schema): support $defs keyword

- The definitions keyword has been changed to $defs
- Old style "definitions" still supported though

https://json-schema.org/draft/2020-12/json-schema-validation.html#rfc.appendix.A

* * fix (conventional-changelog-config-spec): json schema update

Co-authored-by: Robert.Chudoba <robert@chudoba.io>
…nition for updateListMemberTags by @odanieldcs

* Add types definition for updateListMemberTags

* Add link to documentation and contributor name
…` key to `csrf` for `config.security` object in `server(config)` method by @jjloneman

* fix(server): 🐛 fix misspelled `csurf` key

fixes DefinitelyTyped#59140

* test(server): ✅ update test with fixed `csrf` key

fixes DefinitelyTyped#59140
…lass property by @trevor-scheer

* Add additional typings for `Keyv.opts`

Keyv instances have a property `this.opts` (an object) which
contains both a known set of properties which are always assigned
(deserialize, namespace, serialize, store, and uri) as well as a
set of optional properties, as well as a set of arbitrary properties
which can be provided by the implementor.

This commit exposes the `Keyv.opts` property and allows the implementor
to optionally type the arbitrary options they've provided via a new,
second type parameter to the Keyv class.

* Fix tests
…changes, remove unused parameter and function definition by @sbrych
…rDeleteCredential by @TimoGlastra

Signed-off-by: Timo Glastra <timo@animo.id>
…t does not match the levelup package by @istherepie

* 59192: Remove previously disabled dtslint rule

The rule NeedsExportEquals was previously disabled.
Due to this, we didn't notice that declaration export was broken.

* 59192: Match export of declaration file with javascript package

* 59192: Fix dependent import/usage
…rify signature by @alonstern

* fixed jsrasign RSAKey verify signature

* updated jsrsasign version
…StepMap.empty` type by @whawker

Add type `StepMap.empty` exposed in `prosemirror-transform` 1.3.4

@see ProseMirror/prosemirror-transform#20
devrelm and others added 29 commits March 31, 2022 11:11
…for version 11.0 by @marekdedic

* [wordpress__blocks] Fixed broken tests

* [wordpress__blocks] Updated typings for version 11.0.0

* [wordpress__blocks] Fixed unneeded any

* Removed unnecessary change left over from a merge
…el) Pulling latest type definitions from CDN by @alison-mk

* [office-js-preview] (Excel) Pulling latest type definitions from CDN

* [office-js] (Excel) Pulling latest Excel type definitions from CDN

* Removing internal APIs

* Removing internal APIs

* Removing internal APIs
…lities (DefinitelyTyped#59523)

* Add bbase files, types declaration

* Add bbase files, types declaration

* [@happyguestmx/web-utilities] Declare as module, add tests

* [@happyguestmx/web-utilities] Remove lambda dependency

* [@happyguestmx/web-utilities] Add node types

* [@happyguestmx/web-utilities] Add node types

* [@happyguestmx/web-utilities] Removing node types dependency, adding as a reference

* [@happyguestmx/web-utilities] Removing aws-sdk dependency

* [@happyguestmx/web-utilities] Removing module declaration wrapper

* [@happyguestmx/web-utilities] Removing package json

Co-authored-by: Esteban Alvarez <alvarez.p.esteban@gmail.com>
…ii15298

* [ramda] enable strict mode

* [ramda] format code


* Web screens window placement

* fix: linting

* Delete package.json
…ests by @vzhou842

* [ramda] Add edge cases to aperture-tests

* Move $ExpectType comments

Co-authored-by: Marcus Blättermann <marcus@essenmitsosse.de>

Co-authored-by: Marcus Blättermann <marcus@essenmitsosse.de>
…46.4 by @keyworks

* [gestalt] Update type definitions to 46.4

* Update/add some tests

* Run prettier
@64json

* Fix comment for jasmine `afterAll`.

* Fix comment for `afterAll` in `jasmine/index.d.ts` as well.
…einelissen

* Update adm-zip types to v0.5.9

* Fix dtslint errors

* Fix lats dtslint errors

* Make all the whitespace pretty

* Convert Constants to Enum and type method accordingly

* Add parameter label to extractAllToAsync

* Remove redundant export

* Revent Constants to interface

* Export Constants from `adm-zip/util`

* Add test for checking method validity

* Move Constants to util as const
…m attributes by @cdoe

String, number, boolean, and null values are accepted as custom user attributes in `boot` and `update` calls. Intercom doc: https://www.intercom.com/help/en/articles/179-send-custom-user-attributes-to-intercom
…node-dijkstra by @warerebel

Provided types for 'path' function return
Added type assertions to test
…el types to support POM pattern in Nightwatch test suites by @reallymello

* Added PageObjectModel type including PageElements and ElementLocator to safely create POM files.

* Switched to using existing ElementProperties and modified that type to use LocateStrategy over any string for the locateStrategy property on it

* Fixed linting issues and converted types to interfaces
…ing by @vaibhavsingh97

* Add: types for BDD testing

* revert: NightwatchTest type

* refactor(index.ts): DescribeInstance

* fix: DescribeInstance types

* fix: more types

* fix: types of DescribeInstance
…p-chan

* Update encoding-japanese for v2

* Update support version

* Fix fallback

* Add version

* Add test case
…or createVolume by @userlerueda

* Improve typings for createVolume

* Update types/dockerode/index.d.ts

Co-authored-by: Adam Thompson-Sharpe <adamthompsonsharpe@gmail.com>

* Update index.d.ts

* Update typings

Co-authored-by: Adam Thompson-Sharpe <adamthompsonsharpe@gmail.com>
…ChatJoinRequest` and `declineChatJoinRequest` functions by @MysteryBlokHed
…FillImages -> objectFitImages by @rnitta

* fix name: objectFillImages -> objectFitImages

* fix test
@vansergen vansergen merged commit 52c710f into http_request_response Apr 4, 2022
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.