uhtml 4 Upgrade and Dependency Updates by kpmcdowellmo · Pull Request #24 · WebReflection/uce · GitHub
Skip to content

uhtml 4 Upgrade and Dependency Updates#24

Closed
kpmcdowellmo wants to merge 2 commits into
WebReflection:mainfrom
kpmcdowellmo:main
Closed

uhtml 4 Upgrade and Dependency Updates#24
kpmcdowellmo wants to merge 2 commits into
WebReflection:mainfrom
kpmcdowellmo:main

Conversation

@kpmcdowellmo

@kpmcdowellmo kpmcdowellmo commented Jan 26, 2024

Copy link
Copy Markdown

Greetings 👋,

The purpose of this PR is to update uce with the latest version of uhtml now that v4 has been released. I also went ahead and upgraded any other dependencies I spotted that were outdated.

I made one small change to the tests to add "DocumentFragment" to the globalThis after the uhtml upgrade.

I verified the build and tests are passing. Build size is slightly larger after the uhtml upgrade.

# Old
> uce@1.18.0 size
> cat min.js | brotli | wc -c && cat new.js | brotli | wc -c

5150
3802

# New
> uce@1.18.0 size
> cat min.js | brotli | wc -c && cat new.js | brotli | wc -c

5346
4102

Please let me know if there are any additional improvements I can make. Thanks!

Keven McDowell and others added 2 commits January 26, 2024 10:27
- Updated dependencies that were outdated. Major version upgrades include rollup and ascjs.
- Updated uhtml to v4.4.7.
- Added DocumentFragment to globalThis for tests.
@WebReflection

Copy link
Copy Markdown
Owner

@kpmcdowellmo

Copy link
Copy Markdown
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants