apm-agent-rum-js icon indicating copy to clipboard operation
apm-agent-rum-js copied to clipboard

build: support npm v7

Open baruchiro opened this issue 4 years ago • 4 comments

Fixes #972 lerna bootstrap failed

See this issue for more information.

Note to the package-lock.json change, it is a regular change when using npm 7.

baruchiro avatar Apr 01 '21 13:04 baruchiro

:green_heart: Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Build Cause: Started by user Vignesh Shanmugam

  • Start Time: 2021-04-01T19:39:32.707+0000

  • Duration: 60 min 24 sec

  • Commit: 24ecf9f457d6c266872bd0618eea06b948f280d6

Test stats :test_tube:

Test Results
Failed 0
Passed 1047
Skipped 9
Total 1056

Trends :test_tube:

Image of Build Times

Image of Tests

apmmachine avatar Apr 01 '21 13:04 apmmachine

:package: Bundlesize report

Filename Size(bundled) Size(gzip) Diff(gzip)
elastic-apm-opentracing.umd.min.js 62.3 KiB 19.9 KiB :green_heart: 0 Bytes
elastic-apm-rum.umd.min.js 56.4 KiB 18.4 KiB :green_heart: 0 Bytes

apmmachine avatar Apr 01 '21 20:04 apmmachine

I'm not sure it is not related. If you're using npm7, you will get this change, so even if I will not check it in, you will get this change accidentally any time someone will use npm 7.

baruchiro avatar Apr 04 '21 04:04 baruchiro

Putting this on hold, till we get the Angular next major stable release. This changes the lockfile version from 1 to 2, so we will better merge that huge PR and update the package-lock changes later.

vigneshshanmugam avatar Apr 08 '21 21:04 vigneshshanmugam

npm support added here https://github.com/elastic/apm-agent-rum-js/pull/1434

devcorpio avatar Oct 30 '23 13:10 devcorpio