brightcove / videojs-dock

Obsolete and no longer maintained, equivalent functionality will become a feature of Video.js itself in 8.0!
http://brightcove.github.io/videojs-dock/
Other
17 stars 11 forks source link

chore: Update generate-rollup-config to drop older browser support #75

Closed alex-barstow closed 2 years ago

alex-barstow commented 2 years ago

Description

This updates the default browserslist used by babel. It drops support for some older browsers including IE 11. This also removes the browserslist in package.json so we use the default list from @videojs/babel-config (linked above), as well as jsdoc which was unused and pointing at a defunct repo.

The plan is to merge this into a new main branch and do a major version release.

gkatsev commented 2 years ago

This probably isn't going to work. Right now this is still using rollup 0.67. We probably need to update all the dev deps before we can update this.

gkatsev commented 2 years ago

I updated a bunch of the deps, though, probably should've just updated rollup and done the rest in another PR, haha

gkatsev commented 2 years ago

There's still a couple of things that weren't updated like karma and the linter.