yuiseki / crisis-news-map-next

🗺 Source code of https://crisis.yuiseki.net/ . Web service that collects disaster-related news articles and displays them on a map.
https://crisis.yuiseki.net/
Do What The F*ck You Want To Public License
19 stars 3 forks source link

fix(deps): update dependency twitter-api-v2 to v1.15.2 #87

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
twitter-api-v2 1.1.1 -> 1.15.2 age adoption passing confidence

Release Notes

plhery/node-twitter-api-v2 (twitter-api-v2) ### [`v1.15.2`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#1152) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.15.1...1.15.2) - fix: Cleanup socket listeners after a request is either rejected or resolved [#​455](https://togithub.com/plhery/node-twitter-api-v2/issues/455) - feat: Support 24-hour rate limit parsing [#​495](https://togithub.com/plhery/node-twitter-api-v2/issues/495) - fix: Correctly return error on media upload even if status stays to "in_progress" [#​483](https://togithub.com/plhery/node-twitter-api-v2/issues/483) ### [`v1.15.1`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#1151) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.15.0...1.15.1) - fix: Update tweet.definition.v2.ts to add public view count [#​494](https://togithub.com/plhery/node-twitter-api-v2/issues/494) ([@​sebastianspiegel](https://togithub.com/sebastianspiegel)) - chore: Update documentation [#​486](https://togithub.com/plhery/node-twitter-api-v2/issues/486) ([@​ry0y4n](https://togithub.com/ry0y4n)) ### [`v1.15.0`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#1150) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.14.3...1.15.0) - fix: Add missing client settings when fetching the token [#​480](https://togithub.com/plhery/node-twitter-api-v2/issues/480) ([@​qfish](https://togithub.com/qfish)) ### [`v1.14.3`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#1143) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.14.2...1.14.3) - fix: support mov video type [#​478](https://togithub.com/plhery/node-twitter-api-v2/issues/478) ([@​wass08](https://togithub.com/wass08)) ### [`v1.14.2`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#1142) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.14.1...1.14.2) - feat: add subscriber_count to spaces typings [#​452](https://togithub.com/plhery/node-twitter-api-v2/issues/452) ([@​florrdv](https://togithub.com/florrdv)) - chore: Fix typo [#​454](https://togithub.com/plhery/node-twitter-api-v2/issues/454) ([@​will2022](https://togithub.com/will2022)) ### [`v1.14.1`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#1141) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.14.0...1.14.1) - feat: add verified_type to user schema [#​442](https://togithub.com/plhery/node-twitter-api-v2/issues/442) ([@​dkulyk](https://togithub.com/dkulyk)) - chore: fix typos and markdown links [#​443](https://togithub.com/plhery/node-twitter-api-v2/issues/443) ([@​Jiralite](https://togithub.com/Jiralite)) ### [`v1.14.0`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#1140) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.13.0...1.14.0) - feat: improve search query params [#​431](https://togithub.com/plhery/node-twitter-api-v2/issues/431) ([@​itsjustbrian](https://togithub.com/itsjustbrian)) - breaking change: DM Ids should be strings [#​436](https://togithub.com/plhery/node-twitter-api-v2/issues/436) ### [`v1.13.0`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#1130) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.12.10...1.13.0) - feat: Add DM events endpoints - feat: Add space tweet endpoint ### [`v1.12.10`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#11210) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.12.9...1.12.10) - fix: Typing issue in v1 DM medias - ReceivedMessageCreateDataV1 [#​407](https://togithub.com/plhery/node-twitter-api-v2/issues/407) ([@​secchanu](https://togithub.com/secchanu)) - fix: Allow overriding the content-type header [#​413](https://togithub.com/plhery/node-twitter-api-v2/issues/413) ([@​alessandrovisentini](https://togithub.com/alessandrovisentini)) - fix: readme typo [#​414](https://togithub.com/plhery/node-twitter-api-v2/issues/414) ([@​vrrdnt](https://togithub.com/vrrdnt)) ### [`v1.12.9`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#1129) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.12.8...1.12.9) - Fix: Add missing expansions/'tweet.fields' item for tweet edition [#​392](https://togithub.com/plhery/node-twitter-api-v2/issues/392) - friends/followers objects list V1 [#​391](https://togithub.com/plhery/node-twitter-api-v2/issues/391) ([@​Abdullah-Malik](https://togithub.com/Abdullah-Malik)) ### [`v1.12.8`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#1128) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.12.7...1.12.8) - Feat: Add `edit_history_tweet_ids` to `TweetV2` - Feat: Add v1 friends/followers paginators (thanks to [@​Abdullah-Malik](https://togithub.com/Abdullah-Malik)) [#​380](https://togithub.com/plhery/node-twitter-api-v2/issues/380) ### [`v1.12.7`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#1127) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.12.6...1.12.7) - Fix: Fix Exception throw when response data is truthy but not an object (for example, a raw HTML page) [#​354](https://togithub.com/plhery/node-twitter-api-v2/issues/354) - Fix: Typing issue with `TwitterApiErrorData.errors` that can be `undefined` in some cases [#​357](https://togithub.com/plhery/node-twitter-api-v2/issues/357) - Feat: Add `include_rts` parameters for `.userTimeline` [#​349](https://togithub.com/plhery/node-twitter-api-v2/issues/349) ### [`v1.12.6`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#1126) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.12.5...1.12.6) - Feat: add follow and unfollow api V1 methods (thanks to [@​Abdullah-Malik](https://togithub.com/Abdullah-Malik)) ### [`v1.12.5`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#1125) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.12.4...1.12.5) - Fix: Better check for error presence in `ApiResponseError` instantiation ### [`v1.12.4`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#1124) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.12.3...1.12.4) - Fix: Ignore rate limit data for endpoints without rate limit headers in paginators [#​341](https://togithub.com/plhery/node-twitter-api-v2/issues/341) - Fix: Patch for unifiying endpoints with various error payload in v1 API [#​342](https://togithub.com/plhery/node-twitter-api-v2/issues/342) - Feat: `variants` property for `media.fields`, add `MediaVariantsV2` interface (thanks to [@​roncli](https://togithub.com/roncli)) [#​347](https://togithub.com/plhery/node-twitter-api-v2/issues/347) ### [`v1.12.3`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#1123) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.12.2...1.12.3) - Feat: .favoriteTimeline for API v1 [#​296](https://togithub.com/plhery/node-twitter-api-v2/issues/296) (thanks to [@​AuroraDysis](https://togithub.com/AuroraDysis)) - Feat: duration_millis property for v1 medias (thanks to [@​RyoshiKayo](https://togithub.com/RyoshiKayo)) - Feat: source_user_id and source_user_id_str missing properties in MediaEntityV1 (thanks to [@​AuroraDysis](https://togithub.com/AuroraDysis)) ### [`v1.12.2`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#1122) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.12.1...1.12.2) - Feat: .homeTimeline for API v2 [#​288](https://togithub.com/plhery/node-twitter-api-v2/issues/288) ### [`v1.12.1`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#11210) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.12.0...1.12.1) - fix: Typing issue in v1 DM medias - ReceivedMessageCreateDataV1 [#​407](https://togithub.com/plhery/node-twitter-api-v2/issues/407) ([@​secchanu](https://togithub.com/secchanu)) - fix: Allow overriding the content-type header [#​413](https://togithub.com/plhery/node-twitter-api-v2/issues/413) ([@​alessandrovisentini](https://togithub.com/alessandrovisentini)) - fix: readme typo [#​414](https://togithub.com/plhery/node-twitter-api-v2/issues/414) ([@​vrrdnt](https://togithub.com/vrrdnt)) ### [`v1.12.0`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#1120) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.11.3...1.12.0) - Feat: Update plugin API to support response overloading on error [#​248](https://togithub.com/plhery/node-twitter-api-v2/issues/248) - Feat: `.quote` method to create a retweet with comment (quoted tweet) in `v1` and `v2` [#​260](https://togithub.com/plhery/node-twitter-api-v2/issues/260) ([@​jonah-saltzman](https://togithub.com/jonah-saltzman)) ### [`v1.11.3`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#1113) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.11.2...1.11.3) - Feat: New spaces features: `topic_ids` and `ended_at` on space object, `/spaces/:id/buyers` endpoint [#​237](https://togithub.com/plhery/node-twitter-api-v2/issues/237) - Feat: New bookmarks API [#​237](https://togithub.com/plhery/node-twitter-api-v2/issues/237) - Feat: New Quoted tweets endpoint [#​237](https://togithub.com/plhery/node-twitter-api-v2/issues/237) - Feat: Allow v2.search to be used without query parameter [#​252](https://togithub.com/plhery/node-twitter-api-v2/issues/252) - Fix: Usertimeline v1 endpoint .done property value is false [#​238](https://togithub.com/plhery/node-twitter-api-v2/issues/238) - Feat: `sort_order` parameter [#​246](https://togithub.com/plhery/node-twitter-api-v2/issues/246) ([@​nolbuzanis](https://togithub.com/nolbuzanis)) - Fix: Better error message for failed media uploads [#​244](https://togithub.com/plhery/node-twitter-api-v2/issues/244) ([@​nolbuzanis](https://togithub.com/nolbuzanis)) ### [`v1.11.2`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#1112) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.11.1...1.11.2) - Fix: .meta is not correctly typed in paginators [#​231](https://togithub.com/plhery/node-twitter-api-v2/issues/231) - Fix: Caught promise is rejected without ability of catching it later when a request fails and a plugin is used [#​229](https://togithub.com/plhery/node-twitter-api-v2/issues/229) ### [`v1.11.1`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#1111) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.11.0...1.11.1) - Feat: Support error hooks in plugins [#​226](https://togithub.com/plhery/node-twitter-api-v2/issues/226) [#​227](https://togithub.com/plhery/node-twitter-api-v2/issues/227) - Fix: Bypass Twitter v2 incoherence by converting `start_time` to a valid `since_id` when `until_id` is used in paginators [#​197](https://togithub.com/plhery/node-twitter-api-v2/issues/197) [#​228](https://togithub.com/plhery/node-twitter-api-v2/issues/228) - Feat: Getter for DM images `.v1.downloadDmImage` to download images hosted on `ton.twitter.com` protected by OAuth 1.0a ### [`v1.11.0`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#1110) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.10.3...1.11.0) - Feat: Support plugins (more features coming soon as plugins!) - Feat: Compression level can now be specified explicitly - Refactor: `.v1.uploadMedia()` now accept `options.mimeType` and `options.longVideo` as argument, in replacement of `options.type` (which is now deprecated) - Fix: OAuth2 scope incorrectly encoded [#​184](https://togithub.com/plhery/node-twitter-api-v2/issues/184) ### [`v1.10.3`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#1103) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.10.2...1.10.3) - Feat: Native support of gzip compression for streaming endpoints - Feat: Native support of brotli (25% more compressed than gzip) compression for non-streaming endpoints, when available ### [`v1.10.2`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#1102) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.10.1...1.10.2) - Feat: Native support of gzip/deflate compression for non-streaming endpoints ### [`v1.10.1`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#1101) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.10.0...1.10.1) - Fix: Crash when a v2 paginator is empty and response does not contains a `.meta` property [#​177](https://togithub.com/plhery/node-twitter-api-v2/issues/177) - Fix: "Memory leak" when response are abruptly closed by Twitter or OS, because no close/error listener on response object was attributed ### [`v1.10.0`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#1100) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.9.1...1.10.0) - Feat: Pagination support for `tweets/:id/liking_users` and `tweets/:id/retweeted_by` [#​165](https://togithub.com/plhery/node-twitter-api-v2/issues/165) - Feat: Support custom Node HTTP agents [#​149](https://togithub.com/plhery/node-twitter-api-v2/issues/149) - Doc: Better example for `.v2.me()` and fix typos [#​160](https://togithub.com/plhery/node-twitter-api-v2/issues/160) [#​164](https://togithub.com/plhery/node-twitter-api-v2/issues/164) (thanks to [@​rbochenek](https://togithub.com/rbochenek) and [@​ShubhamKushwah](https://togithub.com/ShubhamKushwah)) ### [`v1.9.1`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#191) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.9.0...1.9.1) - Fix: Use next_token instead of until_id if pagination token available [#​152](https://togithub.com/plhery/node-twitter-api-v2/issues/152) ### [`v1.9.0`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#190) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.8.1...1.9.0) - Feat: Helpers for v2 includes - Feat: Support for custom debug loggers - Fix: Errors accessor to get API errors in paginators [#​145](https://togithub.com/plhery/node-twitter-api-v2/issues/145) - Fix: Correctly update .includes/.meta/.errors in paginators when using async iterator [#​142](https://togithub.com/plhery/node-twitter-api-v2/issues/142) - Fix: Incorrect HTTP method for GET lists [#​147](https://togithub.com/plhery/node-twitter-api-v2/issues/147) [#​148](https://togithub.com/plhery/node-twitter-api-v2/issues/148) - Doc: Better doc & examples for OAuth 2.0 user-context ### [`v1.8.1`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#181) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.8.0...1.8.1) - Feat: Add every GET lists v2 endpoints ### [`v1.8.0`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#180) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.7.2...1.8.0) - Feat: Add OAuth2 user-context support - Feat: Add users/me v2 endpoint wrapper ### [`v1.7.2`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#172) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.7.1...1.7.2) - Fix: Paginator can return multiple times the same results in some conditions - Feat: .done property for paginators, to know when a next page is fetchable ### [`v1.7.1`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#171) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.7.0...1.7.1) - Fix: wrong type for optional parameter images in TweetEntityUrlV2 ### [`v1.7.0`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#170) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.6.5...1.7.0) - Feat: Create tweet v2 endpoint (thanks to [@​sudo-kaizen](https://togithub.com/sudo-kaizen)) [#​110](https://togithub.com/plhery/node-twitter-api-v2/issues/110) - Feat: Delete tweet v2 endpoint (thanks to [@​sudo-kaizen](https://togithub.com/sudo-kaizen)) [#​111](https://togithub.com/plhery/node-twitter-api-v2/issues/111) - Feat: Tweet thread and reply to a tweet v2 - Fix: BREAKING: Explicitly specify userId on userMutingUsers (thanks to [@​mika-f](https://togithub.com/mika-f)) [#​114](https://togithub.com/plhery/node-twitter-api-v2/issues/114) ### [`v1.6.5`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#165) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.6.4...1.6.5) - Fix: Increase retry timeout on stream reconnection ### [`v1.6.4`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#164) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.6.3...1.6.4) - Fix: Reject stream reconnection if a reconnect process is already started ### [`v1.6.3`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#163) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.6.2...1.6.3) - Fix: Streams will know correctly reject `.connect` `Promise` on connection error if `autoReconnect` is `false` ### [`v1.6.2`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#162) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.6.1...1.6.2) - Feat: Streams do now support auto-reconnection for the initial connection attempt ### [`v1.6.1`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#161) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.6.0...1.6.1) - Feat: New option for creating streams, `autoConnect` that is `true` by default ; Setting the value to `false` will cause the `TweetStream` object to be returned immediately (not in a `Promise`), because connection isn't awaited [#​92](https://togithub.com/plhery/node-twitter-api-v2/issues/92) - Fix: `autoReconnectRetries`: Setting this params to `Infinity` no longer causes the stream reconnection attempts to be delayed to next event loop turn [#​92](https://togithub.com/plhery/node-twitter-api-v2/issues/92) - Fix: Use `https.request(options)` instead of `https.request(url, options)`, because some people has outdated dependencies that overwrite native Node's exported function and break its signature [#​94](https://togithub.com/plhery/node-twitter-api-v2/issues/94) [#​96](https://togithub.com/plhery/node-twitter-api-v2/issues/96) - Feat: Next retry timeout computation can be customized by using `.nextRetryTimeout` property of `TweetStream` instance, that is function taking a `tryOccurrence` and returning the number of milliseconds to wait before trying to reconnect ### [`v1.6.0`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#160) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.5.2...1.6.0) - Feat: List v2 muted users endpoint [#​89](https://togithub.com/plhery/node-twitter-api-v2/issues/89) - Feat: Manage v2 lists endpoints - Feat: Support user-flow with OAuth2 (beta - not documented yet) - Fix: Incorrect typing for createMediaMetadata [#​93](https://togithub.com/plhery/node-twitter-api-v2/issues/93) ### [`v1.5.2`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#152) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.5.1...1.5.2) - Feat: Tweet thread helper [#​76](https://togithub.com/plhery/node-twitter-api-v2/issues/76) [#​79](https://togithub.com/plhery/node-twitter-api-v2/issues/79) - Fix: Explicit max_results parameters should now work properly in paginators [#​74](https://togithub.com/plhery/node-twitter-api-v2/issues/74) [#​84](https://togithub.com/plhery/node-twitter-api-v2/issues/84) - Fix: Endpoints with parameterized URLs now registers properly rate-limit data in cache store ### [`v1.5.1`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#151) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.5.0...1.5.1) - Fix: Fix return type for v1.1 'tweets' wrapper [#​72](https://togithub.com/plhery/node-twitter-api-v2/issues/72) ### [`v1.5.0`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#150) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.4.1...1.5.0) - Feat: v1.1 List endpoints, GET and POST, with doc, paginators and typings [#​70](https://togithub.com/plhery/node-twitter-api-v2/issues/70) - Feat: Save rate limit information for last request of each endpoint [#​70](https://togithub.com/plhery/node-twitter-api-v2/issues/70) - Doc: Documentation improvements for uploading media [#​68](https://togithub.com/plhery/node-twitter-api-v2/issues/68) [#​70](https://togithub.com/plhery/node-twitter-api-v2/issues/70) - Doc: Fixed parameter name [#​67](https://togithub.com/plhery/node-twitter-api-v2/issues/67) ### [`v1.4.1`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#141) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.4.0...1.4.1) - Fix: Incorrect type union in MessageCreateAttachmentV1 & MessageCreateLocationV1 - Doc: Added real-life examples - Doc: Add Twitter doc link to .tweet/.reply ### [`v1.4.0`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#140) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.3.0...1.4.0) - Feat: Add every oauth/authenticate parameters [#​54](https://togithub.com/plhery/node-twitter-api-v2/issues/54) - thanks to [@​tbhmens](https://togithub.com/tbhmens) - Fix: Set allowSyntheticDefaultImport to false to improve compat [#​57](https://togithub.com/plhery/node-twitter-api-v2/issues/57) - thanks to [@​PLHery](https://togithub.com/PLHery) - Feat: Add missing tweet.field items in type enumeration [#​60](https://togithub.com/plhery/node-twitter-api-v2/issues/60) - thanks to [@​filippkowalski](https://togithub.com/filippkowalski) - Doc: Add info about error handling [#​61](https://togithub.com/plhery/node-twitter-api-v2/issues/61) - Feat: Endpoint wrappers for v2 Spaces endpoints [#​62](https://togithub.com/plhery/node-twitter-api-v2/issues/62) - Feat: Endpoint wrappers for v2 Batch Compliance endpoints [#​62](https://togithub.com/plhery/node-twitter-api-v2/issues/62) - Feat: Types & wrappers for account, friendships, users and tweets v1.1 endpoints [#​64](https://togithub.com/plhery/node-twitter-api-v2/issues/64) - Fix: Incorrect encoding of '\*' character in query strings [#​63](https://togithub.com/plhery/node-twitter-api-v2/issues/63) [#​64](https://togithub.com/plhery/node-twitter-api-v2/issues/64) ### [`v1.3.0`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#130) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.2.0...1.3.0) - Doc: Improve rate-limit documentation [#​47](https://togithub.com/plhery/node-twitter-api-v2/issues/47) [#​32](https://togithub.com/plhery/node-twitter-api-v2/issues/32) - Feat: Public Direct Messages (DMs) 1.1 endpoints support: wrappers, typings, docs and tests [#​48](https://togithub.com/plhery/node-twitter-api-v2/issues/48) - Feat: New 05/06/07-2021 v2 endpoints wrappers [#​50](https://togithub.com/plhery/node-twitter-api-v2/issues/50) - Feat: Paginator mode for .following/.followers for v2 [#​50](https://togithub.com/plhery/node-twitter-api-v2/issues/50) - Fix: Many fixes for tweet streams auto-reconnect, handle connection errors more smoothly [#​50](https://togithub.com/plhery/node-twitter-api-v2/issues/50) - Feat: New events for tweet streams, that includes lost connection and reconnections [#​50](https://togithub.com/plhery/node-twitter-api-v2/issues/50) - Feat: Handle stream errors deliveries in a dedicated .DataError event (for v2 tweet streams) [#​50](https://togithub.com/plhery/node-twitter-api-v2/issues/50) - Fix: Corrections for body-mode auto-detection (mainly for manual API requests) [#​53](https://togithub.com/plhery/node-twitter-api-v2/issues/53) ### [`v1.2.0`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#120) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.1.1...1.2.0) - Fix: fetchLast was throwing an error with timelines [#​43](https://togithub.com/plhery/node-twitter-api-v2/issues/43) - Feat: Add .meta and .includes in v2 paginators [#​35](https://togithub.com/plhery/node-twitter-api-v2/issues/35) [#​46](https://togithub.com/plhery/node-twitter-api-v2/issues/46) - Feat: Add some missing attributes to tweetEntity typings [#​42](https://togithub.com/plhery/node-twitter-api-v2/issues/42)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

vercel[bot] commented 1 year ago

Deployment failed with the following error:

Resource is limited - try again in 1 hour (more than 100, code: "api-deployments-free-per-day").
vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
crisis-news-map-next ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 11, 2023 4:49pm