ExE Boss
7c0251edd8
chore(deps): Update dependency prettier to v2 ( #43333 )
...
* chore(deps): Update dependency prettier to v2
* fix(prettierrc): Address review comments
2020-04-01 10:25:55 -04:00
Jack Bates
ba533d7eea
[redux-immutable-state-invariant] Enable noImplicitThis ( #42942 )
2020-03-31 16:39:18 -07:00
Jack Bates
c84f736904
[redux-logger] Enable noImplicitThis ( #42944 )
2020-03-31 16:38:57 -07:00
Jack Bates
260bda776b
[redux-action-utils] Enable noImplicitThis ( #42941 )
2020-03-31 16:38:44 -07:00
Jack Bates
c346ab13ca
[react-infinite] Enable noImplicitThis ( #42937 )
2020-03-31 16:38:27 -07:00
Jack Bates
4e7df45f34
[react-icon-base] Enable noImplicitThis ( #42935 )
2020-03-31 16:38:19 -07:00
Jack Bates
13f8d39a46
[react-gravatar] Enable noImplicitThis ( #42934 )
2020-03-31 16:37:59 -07:00
Jack Bates
a1725883de
[react-datepicker] Enable noImplicitThis ( #42933 )
2020-03-31 16:37:48 -07:00
Jack Bates
bb4733b495
[qtip2] Enable noImplicitThis ( #42931 )
2020-03-31 16:37:40 -07:00
Jack Bates
ae6f1583f2
[phonegap-nfc] Enable noImplicitThis ( #42930 )
2020-03-31 16:37:21 -07:00
Jack Bates
7d87f34025
[meteor-collection-hooks] Enable noImplicitThis ( #42922 )
2020-03-31 16:37:12 -07:00
Jack Bates
0069f22e65
[lodash] Enable noImplicitThis ( #42920 )
2020-03-31 16:37:01 -07:00
Jack Bates
363b302029
[koa-hbs] Enable noImplicitThis ( #42918 )
2020-03-31 16:36:48 -07:00
Jack Bates
dfa2735cc3
[jquery.soap] Enable noImplicitThis ( #42917 )
2020-03-31 16:36:02 -07:00
Jack Bates
7cd132569d
[jquery.cycle2] Enable noImplicitThis ( #42916 )
2020-03-31 16:35:45 -07:00
Jack Bates
2cb50e768c
[jquery.colorbox] Enable noImplicitThis ( #42915 )
2020-03-31 16:35:32 -07:00
Jack Bates
b982e13bdc
[jquery-sortable] Enable noImplicitThis ( #42914 )
2020-03-31 16:35:17 -07:00
Jack Bates
a51f5544ae
[hoek] Enable noImplicitThis ( #42912 )
2020-03-31 16:35:03 -07:00
Jack Bates
6b4b97f1f5
[grunt] Enable noImplicitThis ( #42910 )
2020-03-31 16:34:30 -07:00
Jack Bates
3edc10c44d
[gamequery] Enable noImplicitThis ( #42909 )
2020-03-31 16:33:48 -07:00
Jack Bates
e5e87ecafb
[fancybox] Enable noImplicitThis ( #42907 )
2020-03-31 16:33:20 -07:00
Jack Bates
247efd7fcd
[di-lite] Enable noImplicitThis ( #42905 )
2020-03-31 16:33:11 -07:00
Jack Bates
952d5195d9
[df-visible] Enable noImplicitThis ( #42904 )
2020-03-31 16:33:01 -07:00
Jack Bates
d7ab23571a
[cordova-plugin-mapsforge] Enable noImplicitThis ( #42902 )
2020-03-31 16:32:42 -07:00
Jack Bates
ec4c44ed96
[bootstrap-maxlength] Enable noImplicitThis ( #42896 )
2020-03-31 16:32:04 -07:00
Jack Bates
0f22428b9c
[chai-string] Enable noImplicitThis ( #42899 )
2020-03-31 16:31:36 -07:00
Kerminate
846962d416
update README.cn.md ( #43483 )
...
* feat: create README.cn.md
* chore: add Chinese README
* feat: Switch status badges to Azure Pipelines in README.cn.md
* docs: Readme TOC
* docs: improve readme.cn on external dependencies
* style: use full-width characters
* docs: update README.cn.md
* fix: format
2020-03-31 16:20:34 -07:00
Jonathan Stewmon
74c6a6ac77
[tough-cookie]: update definitions for version 4 ( #43374 )
2020-03-31 16:19:45 -07:00
Pawel
314ba85888
[@types/react-router] Added undefined union type handling for useParams. ( #43213 )
2020-03-31 16:15:26 -07:00
Andrew Zammit
be9dcd06bc
Integrate sinon with @sinonjs/fake-timers, with fixes ( #43148 )
...
* fix(sinonjs__fake-timers): refactor as ambient module, higher arity callbacks
* feat!(sinon): sinon abstracted timers to @sinonjs/fake-timers so use that package to avoid interface discrepancies, add async variant tests, bump to 9.0
* chore(sinon): add module path map to scoped sinon dependency
* chore(sinonjs__fake-timers): revert ambient module declaration, rely on type inference in tests
* chore(sinon): rely on type inference in async clock tests
2020-03-31 16:14:31 -07:00
狒狒神
c26df8232d
feat: add @types/rax ( #43338 )
...
* feat: add @types/rax
* fix: entry
* fix: package name
* fix: header
* fix: tsconfig
* fix: deps
* fix: deps
* chore: name
* fix: tsconfig
* fix: header
* fix: header
* fix: header
* fix: tslint
* fix: tslint
* fix: tslint
* fix: tslint
2020-03-31 16:12:21 -07:00
Dylan Frankland
2256b629f3
Add query middleware to Express ( #43217 )
2020-03-31 16:07:03 -07:00
fengkx
548030f4f9
types: add types of whatwg-encoding ( #43328 )
...
* types: add types of whatwg-encoding
* rename to tests
2020-03-31 16:06:17 -07:00
Remco Haszing
7b906f2a33
Add types for postcss-import ( #43085 )
...
* Add types for postcss-import
* Use require instead of import statements
* Fix return type fo resolve and load
`resolve` may return an array of paths as well, and both functions may return a promise.
2020-03-31 16:04:49 -07:00
Artem Sapegin
4a2d567aea
[@testing-library/cypress] Add extended options for *ByRole queries ( #43088 )
...
https://testing-library.com/docs/dom-testing-library/api-queries#byrole
2020-03-31 16:00:14 -07:00
Piotr Błażejewicz (Peter Blazejewicz)
2f23492c1b
feat(angular): update to version 1.7 ( #42870 )
...
This updates covers API removal as part of the migration from 1.6. to
1.7 and adding couple of new features:
- remove api update
- `errorHandlingConfig` added
- `timeSecondsFormat` and `timeStripZeroSeconds` for NgModel
- tests update
https://docs.angularjs.org/guide/migration#-form-
Thanks!
2020-03-31 15:58:18 -07:00
Michael Stramel
1dc1f40819
Add react-adaptive-hooks typings ( #43126 )
2020-03-31 15:57:31 -07:00
Dmitrii Maganov
6da3f531f3
[babel__core] Fix configFile, babelrcRoots, ignore and only ( #42810 )
2020-03-31 15:55:22 -07:00
Piotr Błażejewicz (Peter Blazejewicz)
18171b9690
update(uglify-js): update Compression options ( #43027 )
...
* update(uglify-js): update Compression options
- add missing: `assignments`, `directives`, `functions`, `keep_fargs`,
`objects`, `pure_funcs`
- remove `warnings` options
- refine JSDoc comments and add defaults
https://github.com/mishoo/UglifyJS2#compress-options
https://github.com/mishoo/UglifyJS2/issues/3394#issuecomment-488668042
Thanks!
* [fix] update UglifyJS webpack plugin usage
Fixes issue with CI build in WebPack tests
https://git.io/JvKu7
https://github.com/mishoo/UglifyJS2#compress-options
2020-03-31 15:52:29 -07:00
Liam Goodacre
15e3a6cd6d
Yup - preserve null & undefined in Shape & InferType ( #43046 )
2020-03-31 15:49:14 -07:00
Piotr Błażejewicz (Peter Blazejewicz)
964674cbc1
feat(node-notifier): update to v6 ( #42519 )
...
- update definition to v6
- v5 created for backward compatible use
- change type definition for `NotificationCenter.timeout` documenting
change in v6 compared to v5
- added missing `sound` property of WindowsBalloon
- update the `notify` parameters for general notification
- update package configuration to support current DT defaults
- reflect the package structure with `.d.ts` files location
Thanks!
2020-03-31 15:46:56 -07:00
Pasalietis
15e8539220
Updating plotly.js PlotData types ( #42882 )
...
Co-authored-by: Pasalietis <martynas.skucas@exacaster.com>
2020-03-31 15:44:44 -07:00
Piotr Błażejewicz (Peter Blazejewicz)
7aba76e825
feat(karma-snapshot): new type definition ( #43131 )
...
As used in the open-wc project
- type definitions
- tests
https://github.com/localvoid/karma-snapshot
Thanks!
2020-03-31 15:41:36 -07:00
Johny Herangi
91699cb572
[@types/jsonapi-serializer] Use dictionary for links fields on SerializerOptions ( #43024 )
...
* Use dictionary for links fields on SerializerOptions interface
* use function signature that lodash is checking for
* use unknown instead of any
* Revert "use unknown instead of any"
This reverts commit 2abc80b8eb09b7b8ca498ffa1bea77d239880a65.
* create LinkFunction type
* add semicolon
2020-03-31 15:40:23 -07:00
bbcoma
527e669432
Update index.d.ts ( #43013 )
...
Added some of missing config fields
2020-03-31 15:39:10 -07:00
Piotr Błażejewicz (Peter Blazejewicz)
29563739dc
feat(@adobe/es-modules-middleware): new type definition ( #43156 )
...
- type definition
- tests for different usage scenarios (Karma config for webcomponents
and Express middleware)
https://github.com/adobe/es-modules-middleware
https://github.com/adobe/es-modules-middleware#usage
Thanks!
2020-03-31 15:38:28 -07:00
mtgto
bcba5e2eaf
[lunr] Refine Builder.fieid argument type ( #43044 )
2020-03-31 15:37:54 -07:00
Piotr Błażejewicz (Peter Blazejewicz)
8379f5d24f
feat(open-wc/testing-karma): new type definition ( #43169 )
...
- definition file
- tests
https://github.com/open-wc/open-wc/tree/master/packages/testing-karma#extending-the-config
Thanks!
2020-03-31 15:30:57 -07:00
Hikiko
94403d6d8f
[final-form-set-field-data] add types ( #43262 )
...
* [final-form-set-field-data] add types
* fix github link
2020-03-31 15:29:58 -07:00
Lorent Lempereur
72194cc4b5
[gettext-parser] Create @types ( #43325 )
2020-03-31 15:27:23 -07:00