bugsnag / bugsnag-js-performance

Monitor the performance of your JavaScript (web and React Native) and see the results in your BugSnag dashboard.
https://docs.bugsnag.com/performance/integration-guides
MIT License
5 stars 3 forks source link

Update the package lock file #485

Closed JamesLindsay0 closed 2 months ago

JamesLindsay0 commented 3 months ago

Goal

Reduce the number of security warnings.

Changes

When I updated the lock files, the tests broke. In order to fix them, I had to add a development dependency on metro-react-native-babel-preset as well as @babel/plugin-transform-private-methods.

I also had to enable that private methods function as part of the tests. Presumably this was standard for tests previously but is now opt in.

github-actions[bot] commented 3 months ago

Browser bundle size

NPM build

Package
Before 191.20 kB
After 191.20 kB
± No change

CDN build

Unminified Minfied Minified + gzipped
Before 95.92 kB 35.88 kB 10.87 kB
After 95.92 kB 35.88 kB 10.87 kB
± No change No change No change

Code coverage

Coverage values did not change👌.

Total:

Lines Branches Functions Statements
86.95%(+0%) 78.2%(+0%) 87.74%(+0%) 83.65%(+0%)

Generated against f9c8030f95c1ed6936a44f7082e25943ab2a6fe1 on 6 August 2024 at 13:18:04 UTC