fix: refresh template snapshots after PR 103 merge #440
Annotations
5 errors and 13 warnings
|
Test
Process completed with exit code 1.
|
|
Test
create-better-fullstack#test: command (/home/runner/work/Better-Fullstack/Better-Fullstack/apps/cli) /home/runner/.bun/bin/bun run test exited (1)
|
|
error: create failed:
apps/cli/test/add-history-commands.test.ts#L250
stderr:
error: Cannot find module '@better-fullstack/template-generator' from '/home/runner/work/Better-Fullstack/Better-Fullstack/apps/cli/src/index.ts'
Bun v1.3.11 (Linux x64)
Expected: 0
Received: 1
at <anonymous> (/home/runner/work/Better-Fullstack/Better-Fullstack/apps/cli/test/add-history-commands.test.ts:250:7)
|
|
error: create failed:
apps/cli/test/add-history-commands.test.ts#L147
stderr:
error: Cannot find module '@better-fullstack/template-generator' from '/home/runner/work/Better-Fullstack/Better-Fullstack/apps/cli/src/index.ts'
Bun v1.3.11 (Linux x64)
Expected: 0
Received: 1
at <anonymous> (/home/runner/work/Better-Fullstack/Better-Fullstack/apps/cli/test/add-history-commands.test.ts:147:7)
|
|
error: expect(received).toBe(expected):
apps/cli/test/add-history-commands.test.ts#L123
Expected: 0
Received: 1
at <anonymous> (/home/runner/work/Better-Fullstack/Better-Fullstack/apps/cli/test/add-history-commands.test.ts:123:38)
|
|
Release Guard
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@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/
|
|
Lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@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/
|
|
eslint-plugin-unicorn(prefer-set-has):
src/processors/state-management-deps.ts#L34
should be a `Set`, and use `.has()` to check existence or non-existence.
|
|
eslint-plugin-unicorn(prefer-set-has):
src/processors/state-management-deps.ts#L30
should be a `Set`, and use `.has()` to check existence or non-existence.
|
|
eslint-plugin-unicorn(prefer-set-has):
src/processors/state-management-deps.ts#L19
should be a `Set`, and use `.has()` to check existence or non-existence.
|
|
eslint-plugin-unicorn(prefer-set-has):
src/processors/state-management-deps.ts#L9
should be a `Set`, and use `.has()` to check existence or non-existence.
|
|
eslint-plugin-unicorn(prefer-set-has):
src/compatibility.ts#L1801
should be a `Set`, and use `.has()` to check existence or non-existence.
|
|
eslint-plugin-unicorn(prefer-set-has):
src/compatibility.ts#L1646
should be a `Set`, and use `.has()` to check existence or non-existence.
|
|
eslint-plugin-unicorn(prefer-set-has):
src/compatibility.ts#L992
should be a `Set`, and use `.has()` to check existence or non-existence.
|
|
typescript-eslint(no-non-null-assertion):
convex/analytics.ts#L103
Forbidden non-null assertion.
|
|
eslint(no-await-in-loop):
convex/analytics.ts#L614
Unexpected `await` inside a loop.
|
|
eslint(no-await-in-loop):
convex/analytics.ts#L457
Unexpected `await` inside a loop.
|
|
Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@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/
|