contentful / contentful-management.js

JavaScript library for Contentful's Management API (node & browser)
https://contentful.github.io/contentful-management.js
MIT License
269 stars 97 forks source link

build: dependency update that passes all tests #2335

Closed axe312ger closed 2 months ago

axe312ger commented 3 months ago

This aims to update multiple dependencies while passing integration tests, basically covering many dependabot issues at once that currently fail integration tests

As part of https://github.com/contentful/contentful-management.js/issues/2334

Yes, bundle sizes increase for now. This also happened in CDA - will be better later on with rollup!

axe312ger commented 3 months ago

Out if curiosity, do we know what doubles the bundle sizes?

I think its a combo:

But its crazy that it doubles the size!

axe312ger commented 3 months ago

Or, just a guess, but could also be because of dependency duplication and the current bundle in a bundle situation

axe312ger commented 2 months ago

@mgoudy91 I guess ready 4 merge & release :)

Note: These changes should NOT be breaking. IMHO we can release it as a patch release.