diff --git a/types/acl/index.d.ts b/types/acl/index.d.ts index 931452dc52631a..69bc094285af16 100644 --- a/types/acl/index.d.ts +++ b/types/acl/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/optimalbits/node_acl // Definitions by: Qubo // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.8 +// TypeScript Version: 3.2 /// diff --git a/types/amqp-connection-manager/index.d.ts b/types/amqp-connection-manager/index.d.ts index e2907b67ee07da..2659159cccca11 100644 --- a/types/amqp-connection-manager/index.d.ts +++ b/types/amqp-connection-manager/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/benbria/node-amqp-connection-manager // Definitions by: rogierschouten // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.8 +// TypeScript Version: 3.2 import { ConfirmChannel, Connection, Message, Options, Replies } from "amqplib"; import { EventEmitter } from "events"; diff --git a/types/amqplib/index.d.ts b/types/amqplib/index.d.ts index 77e5d19ca9b60b..64a91ff97f4b55 100644 --- a/types/amqplib/index.d.ts +++ b/types/amqplib/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/squaremo/amqp.node, http://squaremo.github.io/amqp.node // Definitions by: Michael Nahkies , Ab Reitsma , Nicolás Fantone , Nick Zelei // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.8 +// TypeScript Version: 3.2 /// diff --git a/types/asana/index.d.ts b/types/asana/index.d.ts index 4a0ce5a05ffa17..e929be535a33b2 100644 --- a/types/asana/index.d.ts +++ b/types/asana/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/Asana/node-asana // Definitions by: Qubo // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.8 +// TypeScript Version: 3.2 import * as Promise from 'bluebird'; declare namespace asana { diff --git a/types/blue-tape/index.d.ts b/types/blue-tape/index.d.ts index b0861246959b96..5e66a7fb210711 100644 --- a/types/blue-tape/index.d.ts +++ b/types/blue-tape/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/spion/blue-tape // Definitions by: Haoqun Jiang // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.8 +// TypeScript Version: 3.2 /// diff --git a/types/bluebird-global/index.d.ts b/types/bluebird-global/index.d.ts index 8924a941dfb54b..f022efed7a1088 100644 --- a/types/bluebird-global/index.d.ts +++ b/types/bluebird-global/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/kaatt/bluebird-global // Definitions by: d-ph // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.8 +// TypeScript Version: 3.2 /* * 1. Why use `bluebird-global` instead of `bluebird`? diff --git a/types/bluebird-retry/index.d.ts b/types/bluebird-retry/index.d.ts index f2c930b6e06ceb..4b4d16e7cc3055 100644 --- a/types/bluebird-retry/index.d.ts +++ b/types/bluebird-retry/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/demmer/bluebird-retry // Definitions by: Pascal Vomhoff // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.8 +// TypeScript Version: 3.2 import Promise = require('bluebird'); diff --git a/types/bookshelf/index.d.ts b/types/bookshelf/index.d.ts index 2edb26987598e4..4bf14bf18939ab 100644 --- a/types/bookshelf/index.d.ts +++ b/types/bookshelf/index.d.ts @@ -2,7 +2,7 @@ // Project: http://bookshelfjs.org/ // Definitions by: Andrew Schurman , Vesa Poikajärvi // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.8 +// TypeScript Version: 3.2 import Knex = require('knex'); import knex = require('knex'); diff --git a/types/consolidate/index.d.ts b/types/consolidate/index.d.ts index 23f431d8f8b671..fbda61dd19c193 100644 --- a/types/consolidate/index.d.ts +++ b/types/consolidate/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/visionmedia/consolidate.js // Definitions by: Carlos Ballesteros Velasco , Theo Sherry , Nicolas Henry // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.8 +// TypeScript Version: 3.2 // Imported from: https://github.com/soywiz/typescript-node-definitions/consolidate.d.ts diff --git a/types/db-migrate-base/index.d.ts b/types/db-migrate-base/index.d.ts index c1c9189a50ca07..d7e0b6e4c86349 100644 --- a/types/db-migrate-base/index.d.ts +++ b/types/db-migrate-base/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/db-migrate/db-migrate-base // Definitions by: nickiannone // Definitions: https://github.com/nickiannone/DefinitelyTyped -// TypeScript Version: 2.8 +// TypeScript Version: 3.2 /// diff --git a/types/db-migrate-pg/index.d.ts b/types/db-migrate-pg/index.d.ts index 71726463e48152..479a93aa45123c 100644 --- a/types/db-migrate-pg/index.d.ts +++ b/types/db-migrate-pg/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/db-migrate/pg // Definitions by: nickiannone // Definitions: https://github.com/nickiannone/DefinitelyTyped -// TypeScript Version: 2.8 +// TypeScript Version: 3.2 import * as pg from "pg"; import * as DbMigrateBase from "db-migrate-base"; diff --git a/types/dts-generator/index.d.ts b/types/dts-generator/index.d.ts index d4d730850c4fbe..fcf5412efcb0b7 100644 --- a/types/dts-generator/index.d.ts +++ b/types/dts-generator/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/SitePen/dts-generator#readme // Definitions by: Matt Traynham // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.8 +// TypeScript Version: 3.2 import ts = require('typescript'); import Bluebird = require('bluebird'); diff --git a/types/epilogue/index.d.ts b/types/epilogue/index.d.ts index e54f127d9e8770..255dfa3e65a1e9 100644 --- a/types/epilogue/index.d.ts +++ b/types/epilogue/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/dchester/epilogue // Definitions by: Satana Charuwichitratana // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.8 +// TypeScript Version: 3.2 import { Sequelize, diff --git a/types/fs-extra-promise/index.d.ts b/types/fs-extra-promise/index.d.ts index c2c12f6d28e3f3..98a6457af0fce8 100644 --- a/types/fs-extra-promise/index.d.ts +++ b/types/fs-extra-promise/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/overlookmotel/fs-extra-promise // Definitions by: midknight41 , Jason Swearingen , Hiromi Shikata // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.8 +// TypeScript Version: 3.2 /// diff --git a/types/hexo-fs/index.d.ts b/types/hexo-fs/index.d.ts index 6fc510b9a1ad48..6c6e01860b8c09 100644 --- a/types/hexo-fs/index.d.ts +++ b/types/hexo-fs/index.d.ts @@ -2,7 +2,7 @@ // Project: https://hexo.io // Definitions by: segayuu // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.8 +// TypeScript Version: 3.2 import Promise = require('bluebird'); import { diff --git a/types/inline-css/index.d.ts b/types/inline-css/index.d.ts index 2567e01e85fdbe..2cd05b79e00fb2 100644 --- a/types/inline-css/index.d.ts +++ b/types/inline-css/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/jonkemp/inline-css // Definitions by: Philip Spain // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.8 +// TypeScript Version: 3.2 import Promise = require('bluebird'); diff --git a/types/ioredis/v3/index.d.ts b/types/ioredis/v3/index.d.ts index b346f7cee310d7..3e21d8ef90c0ea 100644 --- a/types/ioredis/v3/index.d.ts +++ b/types/ioredis/v3/index.d.ts @@ -9,7 +9,7 @@ // Francis Gulotta // Alex Petty // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.8 +// TypeScript Version: 3.2 /* =================== USAGE =================== import * as Redis from "ioredis"; diff --git a/types/jackrabbit/index.d.ts b/types/jackrabbit/index.d.ts index 7be4ee23ed7456..d86a8490388de0 100644 --- a/types/jackrabbit/index.d.ts +++ b/types/jackrabbit/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/hunterloftis/jackrabbit // Definitions by: Elvis Adomnica // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.8 +// TypeScript Version: 3.2 import { Connection, Options, Message } from 'amqplib'; diff --git a/types/karma-coverage/index.d.ts b/types/karma-coverage/index.d.ts index 8382ec7b124021..3db557214262c5 100644 --- a/types/karma-coverage/index.d.ts +++ b/types/karma-coverage/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Tanguy Krotoff // Yaroslav Admin // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.8 +// TypeScript Version: 3.2 import 'karma'; import * as istanbul from 'istanbul'; diff --git a/types/karma-webpack/index.d.ts b/types/karma-webpack/index.d.ts index e3a1f5fceab9ee..9ce8dd71b86323 100644 --- a/types/karma-webpack/index.d.ts +++ b/types/karma-webpack/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/webpack-contrib/karma-webpack // Definitions by: Matt Traynham // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.8 +// TypeScript Version: 3.2 import 'karma'; import * as Webpack from 'webpack'; diff --git a/types/karma/index.d.ts b/types/karma/index.d.ts index 07146aeef505e4..51ceca3e4b5f74 100644 --- a/types/karma/index.d.ts +++ b/types/karma/index.d.ts @@ -4,7 +4,7 @@ // James Garbutt // Yaroslav Admin // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.8 +// TypeScript Version: 3.2 /// diff --git a/types/karma/v1/index.d.ts b/types/karma/v1/index.d.ts index 4b71c0a723be3a..d61f1a330bfe8b 100644 --- a/types/karma/v1/index.d.ts +++ b/types/karma/v1/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Tanguy Krotoff // James Garbutt // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.8 +// TypeScript Version: 3.2 /// diff --git a/types/move-concurrently/index.d.ts b/types/move-concurrently/index.d.ts index 75434a422489b7..5a8852c102b852 100644 --- a/types/move-concurrently/index.d.ts +++ b/types/move-concurrently/index.d.ts @@ -2,7 +2,7 @@ // Project: https://www.npmjs.com/package/move-concurrently // Definitions by: Melvin Groenhoff // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.8 +// TypeScript Version: 3.2 /** * Recursively moves from to to and resolves its promise when finished. If to already exists then the promise will be rejected with an EEXIST error. diff --git a/types/node-mysql-wrapper/index.d.ts b/types/node-mysql-wrapper/index.d.ts index 82170b4704cd01..37b7cd0885dbe6 100644 --- a/types/node-mysql-wrapper/index.d.ts +++ b/types/node-mysql-wrapper/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/nodets/node-mysql-wrapper // Definitions by: Makis Maropoulos // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.8 +// TypeScript Version: 3.2 /// diff --git a/types/orientjs/index.d.ts b/types/orientjs/index.d.ts index 8e132a9fb85404..04b9a45b0b59da 100644 --- a/types/orientjs/index.d.ts +++ b/types/orientjs/index.d.ts @@ -2,8 +2,8 @@ // Project: https://github.com/orientechnologies/orientjs // Definitions by: [Saeed Tabrizi] // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.8 -// Last Update : 11-4-2019 +// TypeScript Version: 3.2 +// Last Update : 17-4-2019 // Compatible with Orientdb >= 2.2.x and orientjs <= 3.0.x features. // Developed with love in www.nowcando.com diff --git a/types/project-oxford/index.d.ts b/types/project-oxford/index.d.ts index 83c73da3f72bd8..2781943942d799 100644 --- a/types/project-oxford/index.d.ts +++ b/types/project-oxford/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/felixrieseberg/project-oxford // Definitions by: Scott Southwood // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.8 +// TypeScript Version: 3.2 /// diff --git a/types/promise-ftp/index.d.ts b/types/promise-ftp/index.d.ts index 23aa5333e0c4b9..a949e3886c21d5 100644 --- a/types/promise-ftp/index.d.ts +++ b/types/promise-ftp/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/realtymaps/promise-ftp // Definitions by: coolreader18 // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.8 +// TypeScript Version: 3.2 /// diff --git a/types/promise-sftp/index.d.ts b/types/promise-sftp/index.d.ts index fc75bd9bee500c..b434c37f92f06d 100644 --- a/types/promise-sftp/index.d.ts +++ b/types/promise-sftp/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/realtymaps/promise-sftp // Definitions by: coolreader18 // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.8 +// TypeScript Version: 3.2 /// diff --git a/types/redlock/index.d.ts b/types/redlock/index.d.ts index 9b3af6d0b7dd5a..2f211ad5a089b1 100644 --- a/types/redlock/index.d.ts +++ b/types/redlock/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Ilya Mochalov // BendingBender // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.8 +// TypeScript Version: 3.2 import * as Promise from 'bluebird'; import { EventEmitter } from 'events'; diff --git a/types/redlock/v2/index.d.ts b/types/redlock/v2/index.d.ts index 9ca431c449d5b8..7851a2391a94de 100644 --- a/types/redlock/v2/index.d.ts +++ b/types/redlock/v2/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/mike-marcacci/node-redlock // Definitions by: Ilya Mochalov // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.8 +// TypeScript Version: 3.2 import * as redis from 'redis'; import * as Promise from 'bluebird'; diff --git a/types/request-promise/index.d.ts b/types/request-promise/index.d.ts index 7cfb0a26088ef6..83c4d3022e532a 100644 --- a/types/request-promise/index.d.ts +++ b/types/request-promise/index.d.ts @@ -5,7 +5,7 @@ // Aya Morisawa // Matt R. Wilson // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.8 +// TypeScript Version: 3.2 import request = require('request'); import http = require('http'); diff --git a/types/restling/index.d.ts b/types/restling/index.d.ts index b4f03a663376f0..094e59a4a9c8f5 100644 --- a/types/restling/index.d.ts +++ b/types/restling/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/lucasfeliciano/restling // Definitions by: Alessandro vergani // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.8 +// TypeScript Version: 3.2 import * as Promise from "bluebird"; import * as Restler from "restler"; diff --git a/types/retry-as-promised/index.d.ts b/types/retry-as-promised/index.d.ts index 6287827defe13e..5382db9f010843 100644 --- a/types/retry-as-promised/index.d.ts +++ b/types/retry-as-promised/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/mickhansen/retry-as-promised // Definitions by: Florian Oellerich // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.8 +// TypeScript Version: 3.2 import Promise = require('bluebird'); diff --git a/types/sequelize-cursor-pagination/index.d.ts b/types/sequelize-cursor-pagination/index.d.ts index 09c3d1b653055b..7efc1f4442d9a7 100644 --- a/types/sequelize-cursor-pagination/index.d.ts +++ b/types/sequelize-cursor-pagination/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/Kaltsoon/sequelize-cursor-pagination // Definitions by: pilagod // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped/ -// TypeScript Version: 2.9 +// TypeScript Version: 3.2 import Sequelize = require('sequelize'); diff --git a/types/sequelize-fixtures/index.d.ts b/types/sequelize-fixtures/index.d.ts index 773bb43982e7f9..694f12db6084d8 100644 --- a/types/sequelize-fixtures/index.d.ts +++ b/types/sequelize-fixtures/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/domasx2/sequelize-fixtures // Definitions by: Christian Schwarz // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.8 +// TypeScript Version: 3.2 import * as Sequelize from "sequelize"; diff --git a/types/sequelize/index.d.ts b/types/sequelize/index.d.ts index 897d9e48609a8a..b15fe2790cbff2 100644 --- a/types/sequelize/index.d.ts +++ b/types/sequelize/index.d.ts @@ -20,7 +20,7 @@ // Emmanuel Gautier // Dan Rumney // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.8 +// TypeScript Version: 3.2 // ***************************** IMPORTANT NOTE ***************************** // These types are for the 4.x branch of Sequelize. As of Sequelize 5.0, diff --git a/types/sequelize/v3/index.d.ts b/types/sequelize/v3/index.d.ts index 6acc528bc02aad..66ef8864f9ce2e 100644 --- a/types/sequelize/v3/index.d.ts +++ b/types/sequelize/v3/index.d.ts @@ -6,7 +6,7 @@ // Nick Mueller // James D. Callahan III // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.8 +// TypeScript Version: 3.2 // Based on original work by: samuelneff diff --git a/types/simple-oauth2/v1/index.d.ts b/types/simple-oauth2/v1/index.d.ts index 30b1a72d98d8e5..c1ac8b9444627c 100644 --- a/types/simple-oauth2/v1/index.d.ts +++ b/types/simple-oauth2/v1/index.d.ts @@ -4,7 +4,7 @@ // Troy Lamerton // Martín Rodriguez // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.9 +// TypeScript Version: 3.2 import Bluebird = require("bluebird"); diff --git a/types/supertest-as-promised/index.d.ts b/types/supertest-as-promised/index.d.ts index 18047870a7b448..a28449ec7a8972 100644 --- a/types/supertest-as-promised/index.d.ts +++ b/types/supertest-as-promised/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/WhoopInc/supertest-as-promised // Definitions by: Tanguy Krotoff // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.8 +// TypeScript Version: 3.2 import * as supertest from "supertest"; import * as superagent from "superagent"; diff --git a/types/umzug/index.d.ts b/types/umzug/index.d.ts index e7d761ab3c6cc5..91b01695c59254 100644 --- a/types/umzug/index.d.ts +++ b/types/umzug/index.d.ts @@ -5,7 +5,7 @@ // Troy McKinnon // Emmanuel Gautier // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.8 +// TypeScript Version: 3.2 import { EventEmitter } from 'events'; import Sequelize = require("sequelize"); diff --git a/types/waterline/index.d.ts b/types/waterline/index.d.ts index b0a23d8e5a40f3..1e2059477e5eaf 100644 --- a/types/waterline/index.d.ts +++ b/types/waterline/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/balderdashy/waterline // Definitions by: Alexandro Libertino // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.8 +// TypeScript Version: 3.2 ///