rehanvdm / serverless-website-analytics

A CDK construct that consists of a serverless backend, frontend and client side code to track website analytics
GNU General Public License v2.0
162 stars 11 forks source link

chore(deps): Upgrade isbot. Uses named import #77

Closed omrilotan closed 4 months ago

omrilotan commented 5 months ago

Upgrade isbot to the latest version.

The basic use migration involves a change to named import:

- import isbot from "isbot"
+ import { isbot } from "isbot"

See migration guide: https://github.com/omrilotan/isbot/blob/main/CHANGELOG.md#400

rehanvdm commented 5 months ago

Thanks for going above and beyond and making the PR. Sometime ago I had this issue https://github.com/omrilotan/isbot/issues/201 but don't recall why I never upgraded after that. I just want to confirm a few things over the weekend, like how TS behaves locally with the latest version of the package.

omrilotan commented 5 months ago

Since version 4 isbot is built with Typescript, and used in typescript projects.

github-actions[bot] commented 4 months ago

:tada: This PR is included in version 1.6.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: