aerogear / datasync-starter

GraphQL Low Code React and Node.js DataSync Application template
http://graphback.dev
MIT License
32 stars 38 forks source link

fix(deps): update all #428

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
@graphback/datasync dependencies minor 0.14.0 -> 0.16.2
@graphback/keycloak-authz dependencies minor 0.14.0 -> 0.16.2
@graphback/runtime-mongo dependencies minor 0.14.0 -> 0.16.2
@ionic/react dependencies minor 5.1.1 -> 5.3.3
@ionic/react-router dependencies minor 5.1.1 -> 5.3.3
@testing-library/jest-dom dependencies minor 5.9.0 -> 5.11.4
@types/cors devDependencies patch 2.8.6 -> 2.8.7
@types/express devDependencies patch 4.17.6 -> 4.17.8
@types/jest dependencies patch 26.0.13 -> 26.0.14
@types/node devDependencies patch 13.13.12 -> 13.13.21
@types/node dependencies patch 12.12.47 -> 12.12.62
@types/react dependencies patch 16.9.36 -> 16.9.49
@types/react resolutions patch 16.9.36 -> 16.9.49
@types/react-router dependencies patch 5.1.7 -> 5.1.8
@types/simpl-schema devDependencies patch 0.2.7 -> 0.2.9
graphback dependencies minor 0.14.0 -> 0.16.2
graphback-cli devDependencies minor 0.14.0 -> 0.16.2
graphql-scalars dependencies minor 1.1.3 -> 1.2.7
ionicons (source) dependencies minor 5.0.1 -> 5.1.2
keycloak-connect-graphql (source) dependencies patch 0.6.0 -> 0.6.1
mongodb dependencies minor 3.5.9 -> 3.6.2
offix-cache dependencies patch 0.16.0-alpha2 -> 0.16.0-dev2
offix-client dependencies patch 0.16.0-alpha2 -> 0.16.0-beta1
react-offix-hooks dependencies patch 0.16.0-alpha2 -> 0.16.0-beta1
react-scripts dependencies patch 3.4.1 -> 3.4.3
simpl-schema dependencies minor 1.7.3 -> 1.10.1
subscriptions-transport-ws dependencies patch 0.9.16 -> 0.9.18
ts-node-dev devDependencies patch 1.0.0-pre.44 -> 1.0.0-pre.62
tslint (source) devDependencies patch 6.1.2 -> 6.1.3
typescript (source) devDependencies patch 4.0.2 -> 4.0.3
typescript (source) dependencies patch 4.0.2 -> 4.0.3
uniforms dependencies patch 3.0.0-alpha.4 -> 3.0.0-rc.4
uniforms-bridge-simple-schema-2 dependencies patch 3.0.0-alpha.4 -> 3.0.0-rc.4

Release Notes

aerogear/graphback ### [`v0.16.2`](https://togithub.com/aerogear/graphback/releases/0.16.2) [Compare Source](https://togithub.com/aerogear/graphback/compare/0.16.1...0.16.2) ##### Bug Fixes - Primary key with `ID` ScalarType and field name different to `id` isn't auto-incrementable. Fixed in [#​1997](https://togithub.com/aerogear/graphback/pull/1997) - Logical OR operator is not working correctly in MongoDB query builder. ([#​1963](https://togithub.com/aerogear/graphback/issues/1963)), fixed by ([059a0ae](https://togithub.com/aerogear/graphback/commit/059a0aebe36a33477bf87c808086d8c396e75ef9)) ### [`v0.16.1`](https://togithub.com/aerogear/graphback/releases/0.16.1) [Compare Source](https://togithub.com/aerogear/graphback/compare/0.16.0...0.16.1) ##### Bug Fixes - Correct main file and types paths of `graphql-serve` package ([d4d918e](https://togithub.com/aerogear/graphback/commit/d4d918e189b9dd03b84d9a8d29194664fe8a898f)). ### [`v0.16.0`](https://togithub.com/aerogear/graphback/releases/0.16.0) [Compare Source](https://togithub.com/aerogear/graphback/compare/0.15.1...0.16.0) ##### New Features - Use any `knex` 0.20.x or 0.21.x version in your application ([d826b6f](https://togithub.com/aerogear/graphback/commit/d826b6fcb3ffb753140f5135d53c56c032cb2503)[#​1903](https://togithub.com/aerogear/graphback/pull/1903)) - Ability to specify composite unique columns in GraphQL Migrations ([#​1658](https://togithub.com/aerogear/graphback/issues/1658)), fixed by ([9c6f34a231e2645c34533d58ea4427ff8f8f634e](https://togithub.com/aerogear/graphback/commit/9c6f34a231e2645c34533d58ea4427ff8f8f634e)) - Requiring `_id: GraphbackObjectID` primary key for MongoDB ([#​1769](https://togithub.com/aerogear/graphback/pull/1769)). This fixes issues below related to primary key in MongoDB: - [#​1731](https://togithub.com/aerogear/graphback/issues/1732), [#​1626](https://togithub.com/aerogear/graphback/issues/1626) Ineffecient and wrong mapping of the `id` field - [#​1625](https://togithub.com/aerogear/graphback/issues/1625) Filters on "id: ID" field not working > NOTE: If you are migrating from [0.15](#​0150) or previous versions of Graphback, you may be required to update relationship fields so that their values (previous stored as `String`) are of type [`ObjectID`](https://docs.mongodb.com/manual/reference/method/ObjectId/). - Add a `@transient` field annotation to ignore fields during input type creation and migrations [4076fa26](https://togithub.com/aerogear/graphback/commit/4076fa26ae9b770d5c38d6b21ebf8251578643b7) ##### DataSync - Using a `_lastUpdatedAt` field with a proper `GraphbackTimestamp` scalar and other minor fixes ([#​1771](https://togithub.com/aerogear/graphback/pull/1771)) including: - disabling conflicts in default configuration - adding a `limit` argument to `sync` Queries ##### Bug Fixes - Failure to map enum values in field directives ([#​1767](https://togithub.com/aerogear/graphback/issues/1462)), fixed by ([a9ca21e1405dba14dab249af2f8d146ac2306803](https://togithub.com/aerogear/graphback/commit/a9ca21e1405dba14dab249af2f8d146ac2306803)) - invalid input syntax for type timestamp: "null" ([#​1837](https://togithub.com/aerogear/graphback/issues/1837)), fixed by ([37cdc1d12410a1fafb27877b97b54ea308acecb1](https://togithub.com/aerogear/graphback/commit/37cdc1d12410a1fafb27877b97b54ea308acecb1)) - Do not remove directives on Object Types in generated schema ([#​1767](https://togithub.com/aerogear/graphback/issues/1767)), fixed by ([22c7a1da62e2752a21db4e4552e970aa93ba37ae](https://togithub.com/aerogear/graphback/pull/1810/commits/22c7a1da62e2752a21db4e4552e970aa93ba37ae)) - Do not silently overrides createdAt/updatedAt custom fields when model contains [@​versioned](https://togithub.com/versioned) annotation [#​1597](https://togithub.com/aerogear/graphback/issues/1597) ##### Breaking Changes - Use `GraphbackDateTime` scalar for generated createdAt updatedAt fields ([#​1349](https://togithub.com/aerogear/graphback/issues/1349), fixed by [#​1862](https://togithub.com/aerogear/graphback/pull/1862)) ##### Disable filter input generation for unknown custom scalars Graphback disabled generation of unknown custom scalars, except for `Timestamp`, `Time`, `Date`, `DateTime`, as we cannot reliably support scalars we do not know. See [Graphback Scalars](https://graphback.dev/docs/model/scalars/) for the list of officially supported scalars. - Replace `@db(skip: true)` field annotation with `@transient` [85d50f3c](https://togithub.com/aerogear/graphback/commit/85d50f3c332ee35c46fbe8e6c3e81d97ae60db7b) ##### Changed GraphbackCRUDService `findBy` method signature. This also applies to all services that implement this interface. ```patch - findBy(filter: QueryFilter, context: GraphbackContext, page?: GraphbackPage, orderBy?: any): Promise>; + findBy(args?: FindByArgs, context?: GraphbackContext, info?: GraphQLResolveInfo, path?: string): Promise>; ``` **args** `findBy` now accepts a new interface, `FindByArgs`, which wraps the `filter`, `page` and `orderBy` optional arguments. ```ts await noteService.findBy({ filter: { id: { gt: 100 } }, page: { offset: 0, limit: 10 }, orderBy: { field: 'id' } }) ``` **context (optional)** The context parameter is now optional. **info** You can now optionally pass the `GraphQLResolveInfo` info object to the CRUD service, to perform extra optimizations like retrieving only the selected fields from the query. ```ts await noteService.findBy(filter, context, info); ``` **path (optional)** The root path of the query to get the selected fields from. For example, to get `id`, `title`, `description` fields from the following query, you would set the path to `items`. ```graphql query findNotes { findNotes { items { id title description } } } ``` The path variable is optional, as it will automatically resolve to the root field of the entire query. ##### `context` parameter removed from `subscribeToCreate`, `subscribeToDelete`, `subscribeToUpdate` methods in GraphbackCRUDService. This method was unused. ##### Removed `context` parameter from all GraphbackDataProvider methods. This also applies to all providers that implement this interface. All CRUD methods in `GraphbackDataProvider` had a `context` parameter used to get the selected fields. These have been replaced with (optional) `selectedFields` - you can pass a string array of the fields you want to select from the database. ```ts await noteProvider.findBy(filter, ['id', 'name']); ``` ##### Changed GraphbackDataProvider `findBy` method signature. This also applies to all providers that implement this interface. **args** `findBy` now accepts a new interface, `FindByArgs`, which wraps the `filter`, `page` and `orderBy` optional arguments. ```ts await noteService.findBy({ filter: { id: { gt: 100 } }, page: { offset: 0, limit: 10 }, orderBy: { field: 'id' } }) ``` ##### Remove resolver options from GraphbackContext Resolver options (`context.graphback.options`) was removed from the context because the `count` aggregation and `selectedFields` extraction logic was moved to the CRUDService method. ##### Removed graphback key from GraphbackContext The `graphback.services` property has been removed from `GraphbackContext`, and `graphback` is now the service map property. ```patch export interface GraphbackContext { - graphback: { - graphback: GraphbackServiceConfigMap - } + graphback: GraphbackServiceConfigMap } ``` Now you can reach the Graphback service map by calling `context.graphback.Note.findBy(...)`. ##### CRUDService, DataSyncCRUDService now accepts a `ModelDefinition` as the first constructor parameter. To instantiate a CRUDService you must pass the full `ModelDefinition` instead of the model name. ```ts const myService = new CRUDService(modelDefinition, ...); ``` ##### KeycloakCrudService now accepts a `ModelDefinition` as the first constructor parameter. To instantiate a CRUDService you must pass the full `ModelDefinition` instead of the model name. ```ts const myService = new KeycloakCrudService(modelDefinition, ...); ``` ##### DataSyncProvider `sync` method signature has been changed ```patch - sync(lastSync: Date, context: GraphbackContext, filter?: any, limit?: number): Promise; + sync(lastSync: Date, selectedFields?: string[], filter?: QueryFilter, limit?: number): Promise; ``` The `context` argument has been replaced with (optional) `selectedFields`. ##### `context` parameter is removed from the `create` method in `MongoDBDataProvider` and `DatasyncMongoDBDataProvider` providers. This parameter did not do anything. ### [`v0.15.1`](https://togithub.com/aerogear/graphback/releases/0.15.1) [Compare Source](https://togithub.com/aerogear/graphback/compare/0.15.0...0.15.1) ##### Bug Fixes - ensure field directives are mapped to the schema on relationship fields ([#​1797](https://togithub.com/aerogear/graphback/pull/1797)) ([e8bf5c8](https://togithub.com/aerogear/graphback/commit/e8bf5c80633e51c3c9365a92f4f1ae6271ed6d2c)) ### [`v0.15.0`](https://togithub.com/aerogear/graphback/releases/0.15.0) [Compare Source](https://togithub.com/aerogear/graphback/compare/0.14.1...0.15.0) ##### New Features - add in-memory subscription filtering ([#​1748](https://togithub.com/aerogear/graphback/pull/1748) - add support for common scalar types ([#​1749](https://togithub.com/aerogear/graphback/pull/1749)) ##### Bug Fixes - `create-graphback` was not correctly creating a fullstack application ([#​1778](https://togithub.com/aerogear/graphback/pull/1778)) ([685aa4c](https://togithub.com/aerogear/graphback/commit/685aa4c8a359111d87a5e54079ee4be2922be5f6)) - throw an error if relationship annotation are missing ([#​1766](https://togithub.com/aerogear/graphback/pull/1766)). This fixes [#​1604](https://togithub.com/aerogear/graphback/issues/1604) where when no relationship annotation is defined, invalid input fields are added to input type. - When no relationship annotation is defined, invalid input fields are added to input type ### [`v0.14.1`](https://togithub.com/aerogear/graphback/releases/0.14.1) [Compare Source](https://togithub.com/aerogear/graphback/compare/0.14.0...0.14.1) ##### Bug Fixes - allow model field on non-model types ([#​1e64b3eb](https://togithub.com/aerogear/graphback/pull/1753)) ([2756b29a](https://togithub.com/aerogear/graphback/commit/1e64b3eb2a155d87091cffca206f2dbf3280a413))
ionic-team/ionic ### [`v5.3.3`](https://togithub.com/ionic-team/ionic/blob/master/CHANGELOG.md#​533-httpsgithubcomionic-teamioniccomparev532v533-2020-09-17) [Compare Source](https://togithub.com/ionic-team/ionic/compare/v5.3.2...v5.3.3) ##### Bug Fixes - **datetime:** do not reset to am when changing hour and pm is set ([#​21997](https://togithub.com/ionic-team/ionic/issues/21997)) ([8b85fe0](https://togithub.com/ionic-team/ionic/commit/8b85fe0d9eea39adfdcf790bf00d8ef91d5edbe7)), closes [#​19175](https://togithub.com/ionic-team/ionic/issues/19175) [#​19260](https://togithub.com/ionic-team/ionic/issues/19260) [#​20026](https://togithub.com/ionic-team/ionic/issues/20026) [#​16630](https://togithub.com/ionic-team/ionic/issues/16630) - **input:** only focus the first input / textarea when clicking on the parent item ([#​22049](https://togithub.com/ionic-team/ionic/issues/22049)) ([99f2532](https://togithub.com/ionic-team/ionic/commit/99f2532ee174da79e2b6a462cfa124673edc1170)), closes [#​22037](https://togithub.com/ionic-team/ionic/issues/22037) [#​22032](https://togithub.com/ionic-team/ionic/issues/22032) - **react:** Keep a hold of previous routes when doing a redirect, closes [#​22053](https://togithub.com/ionic-team/ionic/issues/22053) ([74af3cb](https://togithub.com/ionic-team/ionic/commit/74af3cb50b089a6bd60d515158e03b18b86455b8)) - **react:** redirect routes should unmount leaving component, fixes [#​22022](https://togithub.com/ionic-team/ionic/issues/22022) ([#​22029](https://togithub.com/ionic-team/ionic/issues/22029)) ([b11e06c](https://togithub.com/ionic-team/ionic/commit/b11e06cec1d3c28bab9f29185fe2c3a2975b092f)) - **textarea:** do not generate duplicate IDs between ion-input and ion-textarea ([#​22074](https://togithub.com/ionic-team/ionic/issues/22074)) ([c72c7ff](https://togithub.com/ionic-team/ionic/commit/c72c7ffa983af8885dd93f9adfcb3f2af232d2d9)), closes [#​21542](https://togithub.com/ionic-team/ionic/issues/21542) ### [`v5.3.2`](https://togithub.com/ionic-team/ionic/blob/master/CHANGELOG.md#​532-httpsgithubcomionic-teamioniccomparev531v532-2020-08-27) [Compare Source](https://togithub.com/ionic-team/ionic/compare/v5.3.1...v5.3.2) ##### Bug Fixes - **input:** improve reliability of scroll assist when accessory bar is enabled ([#​21936](https://togithub.com/ionic-team/ionic/issues/21936)) ([22477fb](https://togithub.com/ionic-team/ionic/commit/22477fb9bf7c0637aa5c8d0aab34c8ccc521b0b9)), closes [#​21912](https://togithub.com/ionic-team/ionic/issues/21912) - **input:** properly focus the input when clicking the item padding in WebKit ([#​21930](https://togithub.com/ionic-team/ionic/issues/21930)) ([e4964ff](https://togithub.com/ionic-team/ionic/commit/e4964ff77b317c92b201cf7c265787b55bdde4d4)), closes [#​21509](https://togithub.com/ionic-team/ionic/issues/21509) - **input:** remain focused in the input after pressing the clear button ([#​21985](https://togithub.com/ionic-team/ionic/issues/21985)) ([6878fb9](https://togithub.com/ionic-team/ionic/commit/6878fb9eb99c17908f5630019efaa762b5b006e0)), closes [#​21549](https://togithub.com/ionic-team/ionic/issues/21549) - **label:** use translateY so input caret shows up due to webkit issue ([#​21949](https://togithub.com/ionic-team/ionic/issues/21949)) ([00eac33](https://togithub.com/ionic-team/ionic/commit/00eac33053f49dbebf22ef95fddcb66570ed117a)), closes [#​21943](https://togithub.com/ionic-team/ionic/issues/21943) - **overlays:** prevent focus from being stolen when presenting another overlay from within a modal ([#​21856](https://togithub.com/ionic-team/ionic/issues/21856)) ([5c177d7](https://togithub.com/ionic-team/ionic/commit/5c177d756f7755e766d5b619d49825c4799aee47)), closes [#​21840](https://togithub.com/ionic-team/ionic/issues/21840) - **range:** properly display stacked labels in an item with a range ([#​21944](https://togithub.com/ionic-team/ionic/issues/21944)) ([9f4b01e](https://togithub.com/ionic-team/ionic/commit/9f4b01e17fd2f5e742d32bc9e080b6b394c43d37)), closes [#​21625](https://togithub.com/ionic-team/ionic/issues/21625) - **react:** export correct animation types ([#​21950](https://togithub.com/ionic-team/ionic/issues/21950)) ([36e4bf7](https://togithub.com/ionic-team/ionic/commit/36e4bf7dd76e396f910d28445566b5503cc84c8c)) - **react:** removed exporting of ionRenderToString to decrease bundle size, closes [#​21917](https://togithub.com/ionic-team/ionic/issues/21917) ([#​21928](https://togithub.com/ionic-team/ionic/issues/21928)) ([434befe](https://togithub.com/ionic-team/ionic/commit/434befea5f31aa599ee5b1b7edf29238912c23d9)) - **react:** setting active tab properly on mount, closes [#​21830](https://togithub.com/ionic-team/ionic/issues/21830) ([#​21833](https://togithub.com/ionic-team/ionic/issues/21833)) ([f58424f](https://togithub.com/ionic-team/ionic/commit/f58424f62596b9eb82bebb8e07c211e1725c025a)) - **react:** fix tab currentHref when changing tabs, closes [#​21834](https://togithub.com/ionic-team/ionic/issues/21834) ([#​21835](https://togithub.com/ionic-team/ionic/issues/21835)) ([74468ab](https://togithub.com/ionic-team/ionic/commit/74468ab7972b174ba85bf239306c27080f253a4a)) ### [`v5.3.1`](https://togithub.com/ionic-team/ionic/blob/master/CHANGELOG.md#​531-httpsgithubcomionic-teamioniccomparev530v531-2020-07-27) [Compare Source](https://togithub.com/ionic-team/ionic/compare/v5.3.0...v5.3.1) ##### Bug Fixes - **react:** properly extend HTMLElement for tabs ([bfddb17](https://togithub.com/ionic-team/ionic/commit/bfddb170659224d0f826762744dfe44a85813d36)), closes [#​21803](https://togithub.com/ionic-team/ionic/issues/21803) ### [`v5.3.0`](https://togithub.com/ionic-team/ionic/blob/master/CHANGELOG.md#​530-Phosphorus-httpsgithubcomionic-teamioniccomparev523v530-2020-07-23) [Compare Source](https://togithub.com/ionic-team/ionic/compare/v5.2.3...v5.3.0) ##### Bug Fixes - **angular:** per-page animations now work with swipe to go back ([#​21706](https://togithub.com/ionic-team/ionic/issues/21706)) ([2664587](https://togithub.com/ionic-team/ionic/commit/2664587749e45100a04f70796733de162b26cdf7)), closes [#​21692](https://togithub.com/ionic-team/ionic/issues/21692) - **datetime:** remove unneeded combobox role ([#​21708](https://togithub.com/ionic-team/ionic/issues/21708)) ([f00ad8a](https://togithub.com/ionic-team/ionic/commit/f00ad8a8357ccd7fe85631dad0c841f2d4c72487)) - **input:** clear button can now be tabbed to ([#​21633](https://togithub.com/ionic-team/ionic/issues/21633)) ([1dcd9de](https://togithub.com/ionic-team/ionic/commit/1dcd9de50ae16bfa102e98120a022de5b0287baa)) - **ios:** improve scroll assist reliability on password inputs ([#​21703](https://togithub.com/ionic-team/ionic/issues/21703)) ([3cbf9e7](https://togithub.com/ionic-team/ionic/commit/3cbf9e7c4c225d6b02237d8ea8f16fb924ba360e)), closes [#​21688](https://togithub.com/ionic-team/ionic/issues/21688) - **keyboard:** keyboard events now consistently fire on android ([#​21741](https://togithub.com/ionic-team/ionic/issues/21741)) ([020f3cc](https://togithub.com/ionic-team/ionic/commit/020f3cc56cb6dac23dd8766a3802422500b510e2)), closes [#​21734](https://togithub.com/ionic-team/ionic/issues/21734) - **nav:** insertPages method correctly inserts multiple pages with props ([#​21725](https://togithub.com/ionic-team/ionic/issues/21725)) ([eb592b8](https://togithub.com/ionic-team/ionic/commit/eb592b8917b8a7412d8c346f41b47d3b79002b95)), closes [#​21724](https://togithub.com/ionic-team/ionic/issues/21724) - **overlays:** trap focus inside overlay components except toast ([#​21716](https://togithub.com/ionic-team/ionic/issues/21716)) ([fff4aec](https://togithub.com/ionic-team/ionic/commit/fff4aec6cfbd48566594a05f4af57dd0578977a8)), closes [#​21647](https://togithub.com/ionic-team/ionic/issues/21647) - **segment-button:** allow min-width to be overridden ([#​21722](https://togithub.com/ionic-team/ionic/issues/21722)) ([88f1828](https://togithub.com/ionic-team/ionic/commit/88f1828bd8f6b9a1c1f3dcb220d93067bed7f404)), closes [#​21105](https://togithub.com/ionic-team/ionic/issues/21105) - **title:** allow overriding of large title transform-origin ([#​21770](https://togithub.com/ionic-team/ionic/issues/21770)) ([dbe6853](https://togithub.com/ionic-team/ionic/commit/dbe6853884bd76c3d8e229cd58e1571d9b3a7249)), closes [#​21761](https://togithub.com/ionic-team/ionic/issues/21761) - **virtual-scroll:** properly calculate top offset when nested ([#​21581](https://togithub.com/ionic-team/ionic/issues/21581)) ([d297ecb](https://togithub.com/ionic-team/ionic/commit/d297ecb87ad3e1c8f0988f0571a475081ce368f8)) ##### Features - **card:** expose global card css variables ([#​21756](https://togithub.com/ionic-team/ionic/issues/21756)) ([096eef4](https://togithub.com/ionic-team/ionic/commit/096eef4a79c2d05c37eb224466c6d7d512d2be20)), closes [#​21694](https://togithub.com/ionic-team/ionic/issues/21694) - **input:** accept datetime-local, month, and week type values ([#​21758](https://togithub.com/ionic-team/ionic/issues/21758)) ([fa93dff](https://togithub.com/ionic-team/ionic/commit/fa93dffdb4f350e8db8acc7f06b06761974eea8e)), closes [#​21757](https://togithub.com/ionic-team/ionic/issues/21757) - **input, textarea:** expose native events for ionBlur and ionFocus ([#​21777](https://togithub.com/ionic-team/ionic/issues/21777)) ([a625c83](https://togithub.com/ionic-team/ionic/commit/a625c837a60abc07ad71c696196a89f1a25a4c27)), closes [#​17363](https://togithub.com/ionic-team/ionic/issues/17363) - **react:** add custom history to IonReactRouter ([#​21775](https://togithub.com/ionic-team/ionic/issues/21775)) ([d4a5fbd](https://togithub.com/ionic-team/ionic/commit/d4a5fbd955e8ecccba8b77491943d81fdf5a5ef4)), closes [#​20297](https://togithub.com/ionic-team/ionic/issues/20297) - **react:** add new react router ([#​21693](https://togithub.com/ionic-team/ionic/issues/21693)) ([c171ccb](https://togithub.com/ionic-team/ionic/commit/c171ccbd37c1ee4b4934758a3a759170ff357cb2)) - **router:** add navigation hooks ([#​21709](https://togithub.com/ionic-team/ionic/issues/21709)) ([77464ef](https://togithub.com/ionic-team/ionic/commit/77464ef21aaaa5afa7a02e5417f3ec295b240601)) - **segment-button, toast:** expose additional shadow parts ([#​21532](https://togithub.com/ionic-team/ionic/issues/21532)) ([a5e4669](https://togithub.com/ionic-team/ionic/commit/a5e4669c4bcbcb2cdd605ed17c35e42438bd5596)) - **select:** add optional generic typings ([#​21514](https://togithub.com/ionic-team/ionic/issues/21514)) ([7c2d0c9](https://togithub.com/ionic-team/ionic/commit/7c2d0c981ab91930478c4b76220ce4ec4ed4e471)) #### [5.2.3](https://togithub.com/ionic-team/ionic/compare/v5.2.2...v5.2.3) (2020-07-01) ##### Bug Fixes - **angular:** expose createAnimation in addition to AnimationController ([#​21616](https://togithub.com/ionic-team/ionic/issues/21616)) ([a5b3750](https://togithub.com/ionic-team/ionic/commit/a5b3750ee2a7c005f80f8453b03c67dd1a5622ca)), closes [#​21615](https://togithub.com/ionic-team/ionic/issues/21615) - **select:** change role to listbox ([#​21609](https://togithub.com/ionic-team/ionic/issues/21609)) ([8c79e2c](https://togithub.com/ionic-team/ionic/commit/8c79e2c5b58ad562967f2d559c6b548e57536936)) - **slides:** enable keyboard integration ([#​21608](https://togithub.com/ionic-team/ionic/issues/21608)) ([26674f1](https://togithub.com/ionic-team/ionic/commit/26674f1dfa8c9a28f5525f1b16070e8ec494c232)), closes [#​21554](https://togithub.com/ionic-team/ionic/issues/21554) - **textarea:** add aria-labelledby to native textarea ([#​21606](https://togithub.com/ionic-team/ionic/issues/21606)) ([88f23b1](https://togithub.com/ionic-team/ionic/commit/88f23b1626eb400336f2f52a3e0d34ac3c161e64)), closes [#​21600](https://togithub.com/ionic-team/ionic/issues/21600) #### [5.2.2](https://togithub.com/ionic-team/ionic/compare/v5.2.1...v5.2.2) (2020-06-17) ##### Bug Fixes - **action-sheet, alert:** resolve double click issue when running in iOS mode on chrome ([#​21506](https://togithub.com/ionic-team/ionic/issues/21506)) ([bcccc21](https://togithub.com/ionic-team/ionic/commit/bcccc217b8833a284a1781e287db5e46043b3548)), closes [#​21503](https://togithub.com/ionic-team/ionic/issues/21503) - **angular:** fix issue where navAnimation was being incorrectly overridden ([#​21508](https://togithub.com/ionic-team/ionic/issues/21508)) ([e968bd0](https://togithub.com/ionic-team/ionic/commit/e968bd029a4fb37b4001d96a490c6091a948785a)), closes [#​21495](https://togithub.com/ionic-team/ionic/issues/21495) - **input:** add aria-label to clear button ([#​21538](https://togithub.com/ionic-team/ionic/issues/21538)) ([d8b377f](https://togithub.com/ionic-team/ionic/commit/d8b377ffeb88eaae23b33eadeae5c8e54e1bc77c)), closes [#​21537](https://togithub.com/ionic-team/ionic/issues/21537) - **ios:** respect toolbar opacity when doing nav transition ([#​21512](https://togithub.com/ionic-team/ionic/issues/21512)) ([24cfdc3](https://togithub.com/ionic-team/ionic/commit/24cfdc308f63b7a55969ac58806eafd67116b017)) - **segment:** ensure checked classes get set after not having a value ([#​21547](https://togithub.com/ionic-team/ionic/issues/21547)) ([17308f2](https://togithub.com/ionic-team/ionic/commit/17308f247f8750029ece39548c9f457e15326189)), closes [#​21546](https://togithub.com/ionic-team/ionic/issues/21546) #### [5.2.1](https://togithub.com/ionic-team/ionic/compare/v5.2.0...v5.2.1) (2020-06-11) ##### Bug Fixes - **angular:** resolve error when not using ngModel on components ([4083e32](https://togithub.com/ionic-team/ionic/commit/4083e32e103db71f6db86ed1ecd398fda407c28b)) ### [`v5.2.3`](https://togithub.com/ionic-team/ionic/blob/master/CHANGELOG.md#​523-httpsgithubcomionic-teamioniccomparev522v523-2020-07-01) [Compare Source](https://togithub.com/ionic-team/ionic/compare/v5.2.2...v5.2.3) ##### Bug Fixes - **angular:** expose createAnimation in addition to AnimationController ([#​21616](https://togithub.com/ionic-team/ionic/issues/21616)) ([a5b3750](https://togithub.com/ionic-team/ionic/commit/a5b3750ee2a7c005f80f8453b03c67dd1a5622ca)), closes [#​21615](https://togithub.com/ionic-team/ionic/issues/21615) - **select:** change role to listbox ([#​21609](https://togithub.com/ionic-team/ionic/issues/21609)) ([8c79e2c](https://togithub.com/ionic-team/ionic/commit/8c79e2c5b58ad562967f2d559c6b548e57536936)) - **slides:** enable keyboard integration ([#​21608](https://togithub.com/ionic-team/ionic/issues/21608)) ([26674f1](https://togithub.com/ionic-team/ionic/commit/26674f1dfa8c9a28f5525f1b16070e8ec494c232)), closes [#​21554](https://togithub.com/ionic-team/ionic/issues/21554) - **textarea:** add aria-labelledby to native textarea ([#​21606](https://togithub.com/ionic-team/ionic/issues/21606)) ([88f23b1](https://togithub.com/ionic-team/ionic/commit/88f23b1626eb400336f2f52a3e0d34ac3c161e64)), closes [#​21600](https://togithub.com/ionic-team/ionic/issues/21600) ### [`v5.2.2`](https://togithub.com/ionic-team/ionic/blob/master/CHANGELOG.md#​522-httpsgithubcomionic-teamioniccomparev521v522-2020-06-17) [Compare Source](https://togithub.com/ionic-team/ionic/compare/v5.2.1...v5.2.2) ##### Bug Fixes - **action-sheet, alert:** resolve double click issue when running in iOS mode on chrome ([#​21506](https://togithub.com/ionic-team/ionic/issues/21506)) ([bcccc21](https://togithub.com/ionic-team/ionic/commit/bcccc217b8833a284a1781e287db5e46043b3548)), closes [#​21503](https://togithub.com/ionic-team/ionic/issues/21503) - **angular:** fix issue where navAnimation was being incorrectly overridden ([#​21508](https://togithub.com/ionic-team/ionic/issues/21508)) ([e968bd0](https://togithub.com/ionic-team/ionic/commit/e968bd029a4fb37b4001d96a490c6091a948785a)), closes [#​21495](https://togithub.com/ionic-team/ionic/issues/21495) - **input:** add aria-label to clear button ([#​21538](https://togithub.com/ionic-team/ionic/issues/21538)) ([d8b377f](https://togithub.com/ionic-team/ionic/commit/d8b377ffeb88eaae23b33eadeae5c8e54e1bc77c)), closes [#​21537](https://togithub.com/ionic-team/ionic/issues/21537) - **ios:** respect toolbar opacity when doing nav transition ([#​21512](https://togithub.com/ionic-team/ionic/issues/21512)) ([24cfdc3](https://togithub.com/ionic-team/ionic/commit/24cfdc308f63b7a55969ac58806eafd67116b017)) - **segment:** ensure checked classes get set after not having a value ([#​21547](https://togithub.com/ionic-team/ionic/issues/21547)) ([17308f2](https://togithub.com/ionic-team/ionic/commit/17308f247f8750029ece39548c9f457e15326189)), closes [#​21546](https://togithub.com/ionic-team/ionic/issues/21546) ### [`v5.2.1`](https://togithub.com/ionic-team/ionic/blob/master/CHANGELOG.md#​521-httpsgithubcomionic-teamioniccomparev520v521-2020-06-11) [Compare Source](https://togithub.com/ionic-team/ionic/compare/v5.2.0...v5.2.1) ##### Bug Fixes - **angular:** resolve error when not using ngModel on components ([4083e32](https://togithub.com/ionic-team/ionic/commit/4083e32e103db71f6db86ed1ecd398fda407c28b)) ### [`v5.2.0`](https://togithub.com/ionic-team/ionic/blob/master/CHANGELOG.md#​520-Silicon-httpsgithubcomionic-teamioniccomparev511v520-2020-06-10) [Compare Source](https://togithub.com/ionic-team/ionic/compare/v5.1.1...v5.2.0) ##### Bug Fixes - **action-sheet, toast:** allow button handler to return `Promise` ([#​21259](https://togithub.com/ionic-team/ionic/issues/21259)) ([7703da2](https://togithub.com/ionic-team/ionic/commit/7703da28f8181b02390b97a7d4d02df99b2ad34c)) - **angular:** patch FormControl methods to properly sync Ionic form classes ([#​21429](https://togithub.com/ionic-team/ionic/issues/21429)) ([e95b481](https://togithub.com/ionic-team/ionic/commit/e95b481a53191582bca635f322ad07eadbd62d64)) - **datetime:** ensure year-only values are not affected by timezone when parsing ([#​21309](https://togithub.com/ionic-team/ionic/issues/21309)) ([3937101](https://togithub.com/ionic-team/ionic/commit/3937101e5c2b181a6b7926eb8386c22b0f887716)) - **header:** large title transition now works on older versions of iOS ([#​21339](https://togithub.com/ionic-team/ionic/issues/21339)) ([2dac12c](https://togithub.com/ionic-team/ionic/commit/2dac12c577e0c7a5310857389dbda2b2b3dfadd1)) - **img:** use setTimeout fallback on older versions of chrome ([#​21358](https://togithub.com/ionic-team/ionic/issues/21358)) ([0bf9449](https://togithub.com/ionic-team/ionic/commit/0bf9449ee1f9b2498e35f61511cb3e018814c6ca)) - **ios:** add haptic drag gesture for action sheet and alert components ([#​21060](https://togithub.com/ionic-team/ionic/issues/21060)) ([33be1f0](https://togithub.com/ionic-team/ionic/commit/33be1f061ebbe27ee22e357c394f112af42ec360)) - **item:** inherit align-items from parent item ([#​19278](https://togithub.com/ionic-team/ionic/issues/19278)) ([882f8fe](https://togithub.com/ionic-team/ionic/commit/882f8fef07dfb6ebda17ca09046d1af281075098)), closes [#​18703](https://togithub.com/ionic-team/ionic/issues/18703) - **item:** input-wrapper now inherits overflow ([#​21282](https://togithub.com/ionic-team/ionic/issues/21282)) ([29d208d](https://togithub.com/ionic-team/ionic/commit/29d208de88f340e216e22badb6366bba4eda8bfb)) - **menu-button:** screen readers now properly announce menu button ([#​21324](https://togithub.com/ionic-team/ionic/issues/21324)) ([eaf4fb6](https://togithub.com/ionic-team/ionic/commit/eaf4fb6b2a6d68f5c3d8d49ef41b4885f096070d)) - **modal:** card style modal no longer gets stuck when swiping quickly ([#​21224](https://togithub.com/ionic-team/ionic/issues/21224)) ([448dfa0](https://togithub.com/ionic-team/ionic/commit/448dfa0a6955008ce4dc73354f5b8319ae1a1cc2)) - **modal:** set card-style modal height using the --height css variable ([#​21453](https://togithub.com/ionic-team/ionic/issues/21453)) ([a4f0bdb](https://togithub.com/ionic-team/ionic/commit/a4f0bdb4c3ceeeaf902d520e9aa72e04a6ec2302)) - **reorder-group:** revert item to original position when passing false to complete ([#​21396](https://togithub.com/ionic-team/ionic/issues/21396)) ([5f2001c](https://togithub.com/ionic-team/ionic/commit/5f2001c43c0846ec8973cbb8eb5662976ba7e31a)), closes [#​19128](https://togithub.com/ionic-team/ionic/issues/19128) - **router:** use correct nav transition when going back ([#​21301](https://togithub.com/ionic-team/ionic/issues/21301)) ([c8db0d5](https://togithub.com/ionic-team/ionic/commit/c8db0d5eeba6f10d1492e95e6df6b4d871d43400)) - **scroll-assist:** improve scroll detection accuracy ([#​21416](https://togithub.com/ionic-team/ionic/issues/21416)) ([137c49d](https://togithub.com/ionic-team/ionic/commit/137c49d70be45e1b0ee73d41fed6e9d69a2caa32)) - **slides:** update Swiper dependency to resolve error when doing SSR ([#​21350](https://togithub.com/ionic-team/ionic/issues/21350)) ([3290604](https://togithub.com/ionic-team/ionic/commit/32906048a491961ec7340ba2e085807ea8a9c118)) - **textarea:** native textarea inherits max/min width and height ([#​21333](https://togithub.com/ionic-team/ionic/issues/21333)) ([2377480](https://togithub.com/ionic-team/ionic/commit/237748049c7644ae8a7a74101ece5cfd7a160470)) ##### Features - **alert:** add destructive role to alert buttons ([#​21269](https://togithub.com/ionic-team/ionic/issues/21269)) ([e53f024](https://togithub.com/ionic-team/ionic/commit/e53f0241e2bf91461c55097fde271ae85ca644ea)) - **alert:** add support for custom input attributes ([#​21365](https://togithub.com/ionic-team/ionic/issues/21365)) ([1ed8169](https://togithub.com/ionic-team/ionic/commit/1ed81693f225b6801a0897ef1a8314999c122484)) - **all:** add all autocomplete values to input and searchbar ([#​21297](https://togithub.com/ionic-team/ionic/issues/21297)) ([4fd7c0c](https://togithub.com/ionic-team/ionic/commit/4fd7c0cc5a6c97100fa380e4ff1be0bb84c7006b)) - **all:** add optional generic typings for overlay component methods ([#​21393](https://togithub.com/ionic-team/ionic/issues/21393)) ([5bf83b8](https://togithub.com/ionic-team/ionic/commit/5bf83b80d7d2749719dd1a280ae8e205fbc4b2a9)) - **all:** add shadow parts to missing components ([#​21436](https://togithub.com/ionic-team/ionic/issues/21436)) ([17375d2](https://togithub.com/ionic-team/ionic/commit/17375d232500b47ef1cacd7c028c38990d307984)) - **all:** add support for configuring animations on a per-page basis ([#​21433](https://togithub.com/ionic-team/ionic/issues/21433)) ([f34d375](https://togithub.com/ionic-team/ionic/commit/f34d3752e3462c9d81487fc86af5ec185cc3d1e3)) - **angular:** expose activatedView ([#​21302](https://togithub.com/ionic-team/ionic/issues/21302)) ([829a0d9](https://togithub.com/ionic-team/ionic/commit/829a0d9be5a20c5fc96b5c5f18fedc4eb5e5b9ec)) - **angular:** expose getPlatforms and isPlatform ([#​21308](https://togithub.com/ionic-team/ionic/issues/21308)) ([4af54a2](https://togithub.com/ionic-team/ionic/commit/4af54a2fea5d9cef843b1ebce849fb4a5c206f0b)) - **angular:** add strongly typed Ionic lifecycle hooks ([#​18044](https://togithub.com/ionic-team/ionic/issues/18044)) ([53fc8e3](https://togithub.com/ionic-team/ionic/commit/53fc8e37c89cea793d0e00246d52805166730108)), closes [#​18043](https://togithub.com/ionic-team/ionic/issues/18043) - **fab-button:** add close icon font size css variable ([#​19628](https://togithub.com/ionic-team/ionic/issues/19628)) ([df408f9](https://togithub.com/ionic-team/ionic/commit/df408f91f1aef903adaa5e635fef9bc7542e8739)) - **fab-button:** add closeIcon property ([#​19626](https://togithub.com/ionic-team/ionic/issues/19626)) ([698e526](https://togithub.com/ionic-team/ionic/commit/698e526b9f882e98efc4bf160999182c645b772c)) - **select-option:** pass class from the option to the interface for individual styling ([#​21304](https://togithub.com/ionic-team/ionic/issues/21304)) ([5285824](https://togithub.com/ionic-team/ionic/commit/5285824da5258ea638420fc60c50e0a19952f89c)) #### [5.1.1](https://togithub.com/ionic-team/ionic/compare/v5.1.0...v5.1.1) (2020-05-13) ##### Bug Fixes - **all:** improve scroll assist reliability for below the fold inputs ([#​21206](https://togithub.com/ionic-team/ionic/issues/21206)) ([7166a29](https://togithub.com/ionic-team/ionic/commit/7166a290cc1dd728e5bab2f7e39b8d41954e3808)) - **all:** overlay components no longer display outline when focused ([#​21226](https://togithub.com/ionic-team/ionic/issues/21226)) ([bb62023](https://togithub.com/ionic-team/ionic/commit/bb62023a0cdc5a64e956766c7d1704797fc8c9ae)) - **display:** remove 1px gap between mutually exclusive breakpoints ([#​21276](https://togithub.com/ionic-team/ionic/issues/21276)) ([703ef5c](https://togithub.com/ionic-team/ionic/commit/703ef5c99284f1e2b8d63c3af411c945dc756e20)), closes [#​20993](https://togithub.com/ionic-team/ionic/issues/20993) [#​20743](https://togithub.com/ionic-team/ionic/issues/20743) - **header:** do not error on collapsible header on devices that do not support IntersectionObserve ([#​21222](https://togithub.com/ionic-team/ionic/issues/21222)) ([0c13f25](https://togithub.com/ionic-team/ionic/commit/0c13f25bbb4d4674e76cd19b098900f698e7146e)) - **input:** check for tabindex and pass it properly to native input ([#​21170](https://togithub.com/ionic-team/ionic/issues/21170)) ([dd4cb70](https://togithub.com/ionic-team/ionic/commit/dd4cb706ffeebc2069645ea03f0e7a96d6b14d43)), closes [#​17515](https://togithub.com/ionic-team/ionic/issues/17515) - **ios:** position page transition shadow properly under footer ([#​21095](https://togithub.com/ionic-team/ionic/issues/21095)) ([50678c0](https://togithub.com/ionic-team/ionic/commit/50678c03c9829a87408633dabd77b21da1650a84)) - **md:** do not hide page when swipe gesture is cancelled ([#​21247](https://togithub.com/ionic-team/ionic/issues/21247)) ([f334e83](https://togithub.com/ionic-team/ionic/commit/f334e83a43f855ac1e36eaf73954df6ee27a03af)) - **overlays:** respect keyboardClose property when opening overlays ([#​21240](https://togithub.com/ionic-team/ionic/issues/21240)) ([9d0dcbb](https://togithub.com/ionic-team/ionic/commit/9d0dcbbd31fc34ad8952eacb9864ad1b31636113)) - **picker:** haptics now work properly ([#​21268](https://togithub.com/ionic-team/ionic/issues/21268)) ([8e11ecc](https://togithub.com/ionic-team/ionic/commit/8e11ecc136c61e925e76c0e48ab21611e09b5898)) - **refresher:** correctly select shadow root on older browsers ([#​21237](https://togithub.com/ionic-team/ionic/issues/21237)) ([f23f1cb](https://togithub.com/ionic-team/ionic/commit/f23f1cb37eef02307c357fbb48c0db729974cdc4)) - **refresher:** refresher completes even after switching to a new tab ([#​21236](https://togithub.com/ionic-team/ionic/issues/21236)) ([1e6f923](https://togithub.com/ionic-team/ionic/commit/1e6f92377aaf0804cfd0ddb9b06da7b4c9dc355f)) - **segment-button:** screen readers now announce selected state properly ([#​21273](https://togithub.com/ionic-team/ionic/issues/21273)) ([85cc35e](https://togithub.com/ionic-team/ionic/commit/85cc35ee9163a38c48c6df466a3c036906437804)) - **toggle:** screen readers now announce toggle properly ([#​21168](https://togithub.com/ionic-team/ionic/issues/21168)) ([1fbdb22](https://togithub.com/ionic-team/ionic/commit/1fbdb2255e4ff7fccf22d9ccc12b7f9bb4c3a064))
testing-library/jest-dom ### [`v5.11.4`](https://togithub.com/testing-library/jest-dom/releases/v5.11.4) [Compare Source](https://togithub.com/testing-library/jest-dom/compare/v5.11.3...v5.11.4) ##### Bug Fixes - do not explicitly depend on jest assertion utils ([#​250](https://togithub.com/testing-library/jest-dom/issues/250)) ([2da8c71](https://togithub.com/testing-library/jest-dom/commit/2da8c71eef4bdfaf7787710a29cbc7956d8529d9)) ### [`v5.11.3`](https://togithub.com/testing-library/jest-dom/releases/v5.11.3) [Compare Source](https://togithub.com/testing-library/jest-dom/compare/v5.11.2...v5.11.3) ##### Bug Fixes - Changed toHaveStyle to use getPropertyValue instead of accessing the property directly ([#​285](https://togithub.com/testing-library/jest-dom/issues/285)) ([92176e1](https://togithub.com/testing-library/jest-dom/commit/92176e1ae018a9c4077e25cfefd3907ab8b61c85)) ### [`v5.11.2`](https://togithub.com/testing-library/jest-dom/releases/v5.11.2) [Compare Source](https://togithub.com/testing-library/jest-dom/compare/v5.11.1...v5.11.2) ##### Bug Fixes - Suggest using toBeEmptyDOMElement instead of toBeEmpty ([#​284](https://togithub.com/testing-library/jest-dom/issues/284)) ([2cd17d3](https://togithub.com/testing-library/jest-dom/commit/2cd17d34acd67529e5f87b66ca380e9302cdcb23)) ### [`v5.11.1`](https://togithub.com/testing-library/jest-dom/releases/v5.11.1) [Compare Source](https://togithub.com/testing-library/jest-dom/compare/v5.11.0...v5.11.1) ##### Bug Fixes - **toHaveStyle:** strictly match empty values ([#​276](https://togithub.com/testing-library/jest-dom/issues/276)) ([5bea350](https://togithub.com/testing-library/jest-dom/commit/5bea35075d54a7ccf4c93b1bd06a7182307dd809)), closes [#​272](https://togithub.com/testing-library/jest-dom/issues/272) ### [`v5.11.0`](https://togithub.com/testing-library/jest-dom/releases/v5.11.0) [Compare Source](https://togithub.com/testing-library/jest-dom/compare/v5.10.1...v5.11.0) ##### Features - extend toBeChecked to support any role that's compatible ([#​267](https://togithub.com/testing-library/jest-dom/issues/267)) ([c135d0b](https://togithub.com/testing-library/jest-dom/commit/c135d0be8370af61c8f34b3125765f5bba813133)) ### [`v5.10.1`](https://togithub.com/testing-library/jest-dom/releases/v5.10.1) [Compare Source](https://togithub.com/testing-library/jest-dom/compare/v5.10.0...v5.10.1) ##### Bug Fixes - element not allowed to be disabled being returned as disabled ([#​261](https://togithub.com/testing-library/jest-dom/issues/261)) ([5e39222](https://togithub.com/testing-library/jest-dom/commit/5e392226d34b2318f21a4f5ffcfd8c9a16d6377b)) ### [`v5.10.0`](https://togithub.com/testing-library/jest-dom/releases/v5.10.0) [Compare Source](https://togithub.com/testing-library/jest-dom/compare/v5.9.0...v5.10.0) ##### Features - [toBeValid/toBeInvalid] Check aria-invalid on any element ([#​259](https://togithub.com/testing-library/jest-dom/issues/259)) ([14d1630](https://togithub.com/testing-library/jest-dom/commit/14d163045d486322113c305d7ef34abe790d6a70))
Urigo/graphql-scalars ### [`v1.2.6`](https://togithub.com/Urigo/graphql-scalars/releases/1.2.6) [Compare Source](https://togithub.com/Urigo/graphql-scalars/compare/1.2.5...1.2.6) > Contact us [here](https://the-guild.dev) for help, more necessary open source tools and Enterprise support > or Chat with us [on discord](http://bit.ly/guild-chat) - Less strict DateTime scalar [#​395](https://togithub.com/Urigo/graphql-scalars/issues/395) - If JS Date accepts a value as a valid Date even if it is not RFC 3339 format, `DateTime` scalar will accept it, too and serialize in RFC 3339 format. ### [`v1.2.5`](https://togithub.com/Urigo/graphql-scalars/releases/1.2.5) [Compare Source](https://togithub.com/Urigo/graphql-scalars/compare/1.2.4...1.2.5) > Contact us [here](https://the-guild.dev) for help, more necessary open source tools and Enterprise support > or Chat with us [on discord](http://bit.ly/guild-chat) - Support JS Date input for DateTime scalar - See [#​414 (comment)](https://togithub.com/Urigo/graphql-scalars/issues/414#issuecomment-666186056) ### [`v1.2.4`](https://togithub.com/Urigo/graphql-scalars/releases/1.2.4) > Contact us [here](https://the-guild.dev) for help, more necessary open source tools and Enterprise support > or Chat with us [on discord](http://bit.ly/guild-chat) - _NEW SCALAR_ `SafeInt`: [#​432](https://togithub.com/Urigo/graphql-scalars/pull/432) - Thanks [@​danielrearden](https://togithub.com/danielrearden) ! ### [`v1.2.1`](https://togithub.com/Urigo/graphql-scalars/releases/1.2.1) > Contact us [here](https://the-guild.dev) for help, more necessary open source tools and Enterprise support > or Chat with us [on discord](http://bit.ly/guild-chat) - Make GraphQLLong treeshakable ### [`v1.1.7`](https://togithub.com/Urigo/graphql-scalars/releases/1.1.7) [Compare Source](https://togithub.com/Urigo/graphql-scalars/compare/1.1.6...1.1.7) > Contact us [here](https://the-guild.dev) for help, more necessary open source tools and Enterprise support > or Chat with us [on discord](http://bit.ly/guild-chat) - Support the environments that don't have `BigInt` implementation ### [`v1.1.6`](https://togithub.com/Urigo/graphql-scalars/releases/1.1.6) [Compare Source](https://togithub.com/Urigo/graphql-scalars/compare/1.1.5...1.1.6) > Contact us [here](https://the-guild.dev) for help, more necessary open source tools and Enterprise support > or Chat with us [on discord](http://bit.ly/guild-chat) - Introduce new ISO Date scalars ([#​380](https://togithub.com/Urigo/graphql-scalars/issues/380)) - Thanks [@​excitement-engineer](https://togithub.com/excitement-engineer) and [@​langpavel](https://togithub.com/langpavel) ! - feat(resolvers): add Byte type ([#​378](https://togithub.com/Urigo/graphql-scalars/issues/378)) - Thanks [@​rufman](https://togithub.com/rufman) ! - add Currency scalar ([#​375](https://togithub.com/Urigo/graphql-scalars/issues/375)) - Thanks [@​svengau](https://togithub.com/svengau) ! ### [`v1.1.5`](https://togithub.com/Urigo/graphql-scalars/releases/1.1.5) > Contact us [here](https://the-guild.dev) for help, more necessary open source tools and Enterprise support > or Chat with us [on discord](http://bit.ly/guild-chat) - fix: ISBN resolver shouldn't require "ISBN" prefix [#​347](https://togithub.com/Urigo/graphql-scalars/issues/347) ([#​350](https://togithub.com/Urigo/graphql-scalars/issues/350)) - Thanks [@​ryanhs](https://togithub.com/ryanhs) ! - **NEW SCALAR** add UtcOffset scalar ([#​346](https://togithub.com/Urigo/graphql-scalars/issues/346)) - Thanks [@​ryanhs](https://togithub.com/ryanhs) ! - Fix typing issue with `URL` [#​348](https://togithub.com/Urigo/graphql-scalars/issues/348).
ionic-team/ionicons ### [`v5.1.2`](https://togithub.com/ionic-team/ionicons/blob/master/CHANGELOG.md#​512-httpsgithubcomionic-teamioniconscomparev511v512-2020-06-25) [Compare Source](https://togithub.com/ionic-team/ionicons/compare/c470b85c345747c41831197c5184639d595da422...9992cc07a322a56e6d786328b25f5b1cd75682f0) ##### Bug Fixes - **types:** temporary fix for projects using older typescript versions ([3aed6ee](https://togithub.com/ionic-team/ionicons/commit/3aed6eee317a5de367416e7529028a650e2617d3)) ### [`v5.1.1`](https://togithub.com/ionic-team/ionicons/blob/master/CHANGELOG.md#​511-httpsgithubcomionic-teamioniconscomparev510v511-2020-06-25) [Compare Source](https://togithub.com/ionic-team/ionicons/compare/1cef0acb10da8875b9745a4d0d323859dcc4b8d6...c470b85c345747c41831197c5184639d595da422) ##### Bug Fixes - **types:** add "type" to type exports so it's not added to the transpiled js file ([3a2ab6e](https://togithub.com/ionic-team/ionicons/commit/3a2ab6ec277234e49adfe7ed35ce1fb9d5fe7133)) ### [`v5.1.0`](https://togithub.com/ionic-team/ionicons/blob/master/CHANGELOG.md#​510-httpsgithubcomionic-teamioniconscompare500510-2020-06-23) [Compare Source](https://togithub.com/ionic-team/ionicons/compare/b16eed45a3ae2511f9d8f3373598362d5a2b9b52...1cef0acb10da8875b9745a4d0d323859dcc4b8d6) ##### Features - add behance ([14fd26b](https://togithub.com/ionic-team/ionicons/commit/14fd26b38f7d4c4628f75fa65bc3247abb152ab8)) - add docker ([91fa34e](https://togithub.com/ionic-team/ionicons/commit/91fa34ebc7b21eb013b19499ce5b73a1b67b4542)) - add gitlab ([fa8d76e](https://togithub.com/ionic-team/ionicons/commit/fa8d76e20c3bbc138a5976edb0465aa8da34a5f3)) - add medium ([8983749](https://togithub.com/ionic-team/ionicons/commit/89837496004a1102156a4554cfff66623c5c98f2)) - add paypal ([1b07d10](https://togithub.com/ionic-team/ionicons/commit/1b07d10212b602b532e887409623370b4df9b96d)) - add soundcloud ([7ce073d](https://togithub.com/ionic-team/ionicons/commit/7ce073d3fe4e3ec10cd28cac15de63215433100e)) - add tiktok ([73526e4](https://togithub.com/ionic-team/ionicons/commit/73526e40b8095d692679405ecb39500f9bf5d343)) - add venmo ([922f433](https://togithub.com/ionic-team/ionicons/commit/922f43387be72c69780f29eb95081c77c91b2c5b)) - update edge ([f61e47c](https://togithub.com/ionic-team/ionicons/commit/f61e47c698f10e31ee804984b64c4166284a441f)) - update facebook ([2e7fe14](https://togithub.com/ionic-team/ionicons/commit/2e7fe1431528c053621515e8f8d57eb8194b0c5b)) - update firebase ([63c9ee0](https://togithub.com/ionic-team/ionicons/commit/63c9ee02a51bb6a2e2528c05a427cfb85e7c27be)) #### [5.0.1](https://togithub.com/ionic-team/ionicons/compare/v5.0.0...v5.0.1) (2020-03-05) ##### Bug Fixes - fixes for ssr support ([51a431e](https://togithub.com/ionic-team/ionicons/commit/51a431e6adc8f1f60902350ee07e76303dc72d3f))
aerogear/keycloak-connect-graphql ### [`v0.6.1`](https://togithub.com/aerogear/keycloak-connect-graphql/compare/0.6.0...5019b91dfe83d4362e2580c231abd6cfef6b276b) [Compare Source](https://togithub.com/aerogear/keycloak-connect-graphql/compare/0.6.0...5019b91dfe83d4362e2580c231abd6cfef6b276b)
mongodb/node-mongodb-native ### [`v3.6.2`](https://togithub.com/mongodb/node-mongodb-native/releases/v3.6.2) [Compare Source](https://togithub.com/mongodb/node-mongodb-native/compare/v3.6.1...v3.6.2) The MongoDB Node.js team is pleased to announce version 3.6.2 of the driver #### Release Highlights ##### Updated `bl` dependency due to CVE-2020-8244 See this link for more details: ##### Connection pool wait queue processing is too greedy The logic for processing the wait queue in our connection pool ran the risk of starving the event loop. Calls to process the wait queue are now wrapped in a `setImmediate` to prevent starvation #### Documentation Reference: API: Changelog: We invite you to try the driver immediately, and report any issues to the NODE project. Thanks very much to all the community members who contributed to this release! #### Release Notes

Bug

  • [NODE-2798] - Update version of dependency "bl" due to vulnerability
  • [NODE-2803] - Connection pool wait queue processing is too greedy
### [`v3.6.1`](https://togithub.com/mongodb/node-mongodb-native/releases/v3.6.1) [Compare Source](https://togithub.com/mongodb/node-mongodb-native/compare/v3.6.0...v3.6.1) The MongoDB Node.js team is pleased to announce version 3.6.1 of the driver #### Release Highlights ##### Kerberos A bug in introducing the new [CMAP](https://togithub.com/mongodb/specifications/blob/master/source/connection-monitoring-and-pooling/connection-monitoring-and-pooling.rst) `Connection` prevented some users from properly authenticating with the `kerberos` module. ##### Index options are not respected with `createIndex` The logic for building the `createIndex` command was changed in v3.6.0 to use an allowlist rather than a blocklist, but omitted a number of index types in that list. This release reintroduces all supported index types to the allowlist. ##### Remove strict mode for `createCollection` Since v3.6.0 `createCollection` will no longer returned a cached `Collection` instance if a collection already exists in the database, rather it will return a server error stating that the collection already exists. This is the same behavior provided by the `strict` option for `createCollection`, so that option has been removed from documentation. #### Documentation Reference: API: Changelog: We invite you to try the driver immediately, and report any issues to the NODE project. Thanks very much to all the community members who contributed to this release! #### Release Notes

Bug

  • [NODE-2731] - CMAP Connection type does not provide host/port properties
  • [NODE-2755] - "language_override" option support for text index is broken

Improvement

renovate[bot] commented 4 years ago

PR has been edited

:construction_worker: This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.

If you think this comment is in error and the branch is not modified, try deleting this comment. If it comes back again the next time Renovate runs, please submit an issue or seek config help.