chore(deps): bump brace-expansion from 1.1.11 to 1.1.13 #6622
test.yml
on: pull_request
Matrix: components-fat-html-es5
Matrix: components-fat-html
Matrix: components
Matrix: linters
Matrix: modules
Matrix: unit-tests
Annotations
1 error, 14 warnings, and 1 notice
|
[unit] › base/b-virtual-scroll-new/test/unit/lifecycle/slots/slots.ts:417:7 › <b-virtual-scroll-new> › renderNext › activates when data is loaded:
src/base/b-virtual-scroll-new/test/unit/lifecycle/slots/slots.ts#L438
1) [unit] › base/b-virtual-scroll-new/test/unit/lifecycle/slots/slots.ts:417:7 › <b-virtual-scroll-new> › renderNext › activates when data is loaded
Error: expect(received).toEqual(expected) // deep equality
- Expected - 2
+ Received + 2
Object {
"container": true,
- "done": false,
+ "done": true,
"empty": false,
"loader": false,
- "renderNext": true,
+ "renderNext": false,
"retry": false,
"tombstones": false,
}
436 | slots = await component.getSlotsState();
437 |
> 438 | test.expect(slots).toEqual(<Required<SlotsStateObj>>{
| ^
439 | container: true,
440 | done: false,
441 | empty: false,
at /home/runner/work/Client/Client/src/base/b-virtual-scroll-new/test/unit/lifecycle/slots/slots.ts:438:23
|
|
modules (20.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
linters (20.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
linters (20.x):
src/core/router/engines/browser-history.ts#L17
`core/kv-storage` import should occur after import of `eventemitter2`
|
|
linters (20.x):
src/core/component/engines/directive.ts#L44
Use the rest parameters instead of 'arguments'
|
|
linters (20.x):
src/base/b-virtual-scroll-new/test/unit/functional/props/props.ts#L17
`core/url` import should occur before import of `tests/config/unit/test`
|
|
linters (20.x):
src/base/b-virtual-scroll-new/b-virtual-scroll-new.ts#L337
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
linters (20.x):
src/base/b-tree/test/runners/default.js#L350
Possible race condition: `ctx.items` might be reassigned based on an outdated value of `ctx.items`
|
|
linters (20.x):
src/base/b-tree/test/runners/default.js#L24
Arrow function has too many lines (425). Maximum allowed is 400
|
|
linters (20.x):
src/base/b-tree/test/runners/active-items.js#L26
Arrow function has too many lines (401). Maximum allowed is 400
|
|
linters (20.x):
src/base/b-tree/test/runners/active-items.js#L19
Arrow function has too many lines (409). Maximum allowed is 400
|
|
unit-tests (20.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
components-fat-html (20.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
components (20.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
components-fat-html-es5 (20.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
1 flaky
[unit] › base/b-virtual-scroll-new/test/unit/lifecycle/slots/slots.ts:417:7 › <b-virtual-scroll-new> › renderNext › activates when data is loaded
156 passed (1.2m)
|