-
Notifications
You must be signed in to change notification settings - Fork 33
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
chore(deps-dev): bump @babel/traverse from 7.16.3 to 7.23.2 #2933
Conversation
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.16.3 to 7.23.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
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.
According to snyk.io, the typical dependencies path involves @babel/core@7.16.0
and looks like 👇🏿
Introduced through: bpmn-visualization@0.42.0 › jest@29.7.0 › @jest/core@29.7.0 › @jest/transform@29.7.0 › @babel/core@7.16.0 › @babel/traverse@7.16.3
https://github.com/process-analytics/bpmn-visualization-js/actions/runs/6546404410?pr=2933
Error logs
Run npm run test:unit -- --coverage npm run test:unit -- --coverage shell: /usr/bin/bash -e {0} env: npm_config_cache: /home/runner/.npmbpmn-visualization@0.42.0-post test:unit
jest --runInBand --config=./test/unit/jest.config.cjs --coveragePASS test/unit/helpers/JsonBuilder.test.ts (8.103 s)
<--- Last few GCs --->
[2305:0x5f2dca0] 42783 ms: Scavenge 2040.7 (2080.9) -> 2039.1 (2081.1) MB, 3.5 / 0.0 ms (average mu = 0.295, current mu = 0.264) allocation failure;
[2305:0x5f2dca0] 42797 ms: Scavenge 2040.9 (2081.1) -> 2039.3 (2081.4) MB, 12.4 / 0.0 ms (average mu = 0.295, current mu = 0.264) allocation failure;
[2305:0x5f2dca0] 42809 ms: Scavenge 2041.4 (2081.6) -> 2039.8 (2085.9) MB, 10.0 / 0.0 ms (average mu = 0.295, current mu = 0.264) allocation failure;<--- JS stacktrace --->
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
1: 0xb87bc0 node::Abort() [node]
2: 0xa96834 [node]
3: 0xd687f0 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [node]
4: 0xd68b97 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [node]
5: 0xf462a5 [node]
6: 0xf471a8 v8::internal::Heap::RecomputeLimits(v8::internal::GarbageCollector) [node]
7: 0xf576b3 [node]
8: 0xf58528 v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [node]
9: 0xf5b6f5 v8::internal::Heap::HandleGCRequest() [node]
10: 0xed984f v8::internal::StackGuard::HandleInterrupts() [node]
11: 0x12da0a5 v8::internal::Runtime_StackGuard(int, unsigned long*, v8::internal::Isolate*) [node]
12: 0x170a079 [node]
Aborted (core dumped)
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.
❌ Not working when unit test run on GH Actions Ubuntu 22 with coverage
May be due to jestjs/jest#14042 (comment).
We won't investigate the issue here, let's wait for jest to include a newer @babel/traverse version directly. This library which has a security issue is only to run test, so the risk of not updating it is very limited in our case.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps @babel/traverse from 7.16.3 to 7.23.2.
Release notes
Sourced from
@babel/traverse
's releases.... (truncated)
Changelog
Sourced from
@babel/traverse
's changelog.... (truncated)
Commits
b4b9942
v7.23.2b13376b
Only evaluate own String/Number/Math methods (#16033)ca58ec1
v7.23.00f333da
AddcreateImportExpressions
parser option (#15682)3744545
Fix lintingc7e6806
Addt.buildUndefinedNode
(#15893)38ee8b4
Expand evaluation of global built-ins in@babel/traverse
(#15797)9f3dfd9
v7.22.203ed28b2
Fully support||
and&&
inpluginToggleBooleanFlag
(#15961)77b0d73
v7.22.19You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.