-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: dependency update that passes all tests #2335
Conversation
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.17.4 to 4.17.5. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) --- updated-dependencies: - dependency-name: "@types/lodash" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Out if curiosity, do we know what doubles the bundle sizes?
I think its a combo:
But its crazy that it doubles the size! |
Or, just a guess, but could also be because of dependency duplication and the current bundle in a bundle situation |
* buidl: remove unused lodash.isplainobject * build: remove no more needed lodash.isplainobject types * build: add missing json-patch * build: remove no more used require-all * build: remove no more used istanbul * build: remove no more used json * chore: move types to dev dependencies * build: apply npm dedupe * build: upgrade typescript to v5 (#2337) * build: upgrade typescript to v5 * style: update eslint to support latest typescript and apply it (#2338) * build: move dependencies we use for typing only to dev deps
@mgoudy91 I guess ready 4 merge & release :) Note: These changes should NOT be breaking. IMHO we can release it as a patch release. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
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 #2334
Yes, bundle sizes increase for now. This also happened in CDA - will be better later on with rollup!