Add a bigger warning for this repo #62
Annotations
3 errors
tests/default.test.mjs > basic functionality > successfully builds:
tests/default.test.mjs#L41
ExecaError: Command failed with exit code 1: pnpm build
(!) outDir /tmp/tmp-1884-5MgSEsaIhCZJ/fancy-app-in-test/dist is not inside project root and will not be emptied.
Use --emptyOutDir to override.
<script src="/@embroider/core/vendor.js"> in "/index.html" can't be bundled without type="module" attribute
/assets/fancy-app-in-test.css doesn't exist at build time, it will remain unchanged to be resolved at runtime
DEPRECATION: The parts property on path nodes is deprecated, use head and tail instead
DEPRECATION: The this property on path nodes is deprecated, use head.type instead
DEPRECATION: The parts property on path nodes is deprecated, use head and tail instead
DEPRECATION: The parts property on path nodes is deprecated, use head and tail instead
DEPRECATION: The this property on path nodes is deprecated, use head.type instead
DEPRECATION: The parts property on path nodes is deprecated, use head and tail instead
x Build failed in 12.51s
error during build:
[commonjs--resolver] /tmp/tmp-1884-5MgSEsaIhCZJ/fancy-app-in-test/node_modules/.pnpm/@warp-drive[email protected]/node_modules/@warp-drive/core-types/dist/-private.js: Cannot read properties of undefined (reading 'env')
file: /tmp/tmp-1884-5MgSEsaIhCZJ/fancy-app-in-test/node_modules/.pnpm/@warp-drive[email protected]/node_modules/@warp-drive/core-types/dist/-private.js
at get value [as value] (/tmp/tmp-1884-5MgSEsaIhCZJ/fancy-app-in-test/node_modules/.pnpm/@embroider[email protected]/node_modules/@embroider/macros/src/babel/evaluate-json.js:136:57)
at get value [as value] (/tmp/tmp-1884-5MgSEsaIhCZJ/fancy-app-in-test/node_modules/.pnpm/@embroider[email protected]/node_modules/@embroider/macros/src/babel/evaluate-json.js:136:52)
at macroCondition (/tmp/tmp-1884-5MgSEsaIhCZJ/fancy-app-in-test/node_modules/.pnpm/@embroider[email protected]/node_modules/@embroider/macros/src/babel/macro-condition.js:37:41)
at PluginPass.enter (/tmp/tmp-1884-5MgSEsaIhCZJ/fancy-app-in-test/node_modules/.pnpm/@embroider[email protected]/node_modules/@embroider/macros/src/babel/macros-babel-plugin.js:57:51)
at newFn (/tmp/tmp-1884-5MgSEsaIhCZJ/fancy-app-in-test/node_modules/.pnpm/@babel[email protected]/node_modules/@babel/traverse/lib/visitors.js:160:14)
at NodePath._call (/tmp/tmp-1884-5MgSEsaIhCZJ/fancy-app-in-test/node_modules/.pnpm/@babel[email protected]/node_modules/@babel/traverse/lib/path/context.js:46:20)
at NodePath.call (/tmp/tmp-1884-5MgSEsaIhCZJ/fancy-app-in-test/node_modules/.pnpm/@babel[email protected]/node_modules/@babel/traverse/lib/path/context.js:36:17)
at NodePath.visit (/tmp/tmp-1884-5MgSEsaIhCZJ/fancy-app-in-test/node_modules/.pnpm/@babel[email protected]/node_modules/@babel/traverse/lib/path/context.js:82:31)
at TraversalContext.visitQueue (/tmp/tmp-1884-5MgSEsaIhCZJ/fancy-app-in-test/node_modules/.pnpm/@babel[email protected]/node_modules/@babel/traverse/lib/context.js:89:16)
at TraversalContext.visitMultiple (/tmp/tmp-1884-5MgSEsaIhCZJ/fancy-app-in-test/node_modules/.pnpm/@babel[email protected]/node_modules/@babel/traverse/lib/context.js:61:17)
at TraversalContext.visit (/tmp/tmp-1884-5MgSEsaIhCZJ/fancy-app-in-test/node_modules/.pnpm/@babel[email protected]/node_modules/@babel/traverse/lib/context.js:110:19)
at traverseNode (/tmp/tmp-1884-5MgSEsaIhCZJ/fancy-app-in-test/node_modules/.pnpm/@babel[email protected]/node_modules/@babel/traverse/lib/traverse-node.js:22:17)
at NodePath.visit (/tmp/tmp-1884-5MgSEsaIhCZJ/fancy-app-in-test/node_modules/.pnpm/@babel[email protected]/node_modules/@babel/traverse/lib/path/context.js:88:52)
at TraversalContext.visitQueue (/tmp/tmp-1884-5MgSEsaIhCZJ/fancy-app-in-test/node_modules/.pnpm/@babel[email protected]/node_modules/@babel/traverse/lib/context.js:89:16)
at TraversalContext.visitSingle (/tmp/tmp-1884-5MgSEsaIhCZJ/fancy-app-in-test/node_modules/.pnpm/@babel[email protected]/node_modules/@babel/traverse/lib/context.js:65:19)
at TraversalContext.visit (/tmp/tmp-1884-5MgSEsaIhCZJ/fancy-app-in-test/nod
|
tests/default.test.mjs > basic functionality > successfully runs tests:
tests/default.test.mjs#L52
ExecaError: Command failed with exit code 1: pnpm test
> [email protected] test /tmp/tmp-1884-5MgSEsaIhCZJ/fancy-app-in-test
> concurrently "pnpm:lint" "pnpm:test:*" --names "lint,test:"
[lint]
[lint] > [email protected] lint /tmp/tmp-1884-5MgSEsaIhCZJ/fancy-app-in-test
[lint] > concurrently "pnpm:lint:*(!fix)" --names "lint:"
[lint]
[test:ember]
[test:ember] > [email protected] test:ember /tmp/tmp-1884-5MgSEsaIhCZJ/fancy-app-in-test
[test:ember] > vite build --mode test && ember test --path dist
[test:ember]
[lint] [lint:css]
[lint] [lint:css] > [email protected] lint:css /tmp/tmp-1884-5MgSEsaIhCZJ/fancy-app-in-test
[lint] [lint:css] > stylelint "**/*.css"
[lint] [lint:css]
[lint] [lint:js]
[lint] [lint:js] > [email protected] lint:js /tmp/tmp-1884-5MgSEsaIhCZJ/fancy-app-in-test
[lint] [lint:js] > eslint . --cache
[lint] [lint:js]
[lint] [lint:hbs]
[lint] [lint:hbs] > [email protected] lint:hbs /tmp/tmp-1884-5MgSEsaIhCZJ/fancy-app-in-test
[lint] [lint:hbs] > ember-template-lint .
[lint] [lint:hbs]
[test:ember] vite v5.3.1 building for test...
[test:ember]
[test:ember] (!) outDir /tmp/tmp-1884-5MgSEsaIhCZJ/fancy-app-in-test/dist is not inside project root and will not be emptied.
[test:ember] Use --emptyOutDir to override.
[test:ember]
[lint] [lint:css] pnpm run lint:css exited with code 0
[lint] [lint:hbs]
[lint] [lint:hbs] pnpm run lint:hbs exited with code 0
[test:ember] Building
[test:ember] Environment: test
[lint] [lint:js] pnpm run lint:js exited with code 0
[lint] pnpm run lint exited with code 0
[test:ember] building...
[test:ember] cleaning up
[test:ember] cleaning up...
[test:ember] Built project successfully. Stored in "dist/".
[test:ember] <script src="/@embroider/core/vendor.js"> in "/index.html" can't be bundled without type="module" attribute
[test:ember] <script src="/testem.js"> in "/tests/index.html" can't be bundled without type="module" attribute
[test:ember] <script src="/@embroider/core/vendor.js"> in "/tests/index.html" can't be bundled without type="module" attribute
[test:ember] <script src="/@embroider/core/test-support.js"> in "/tests/index.html" can't be bundled without type="module" attribute
[test:ember]
[test:ember] /assets/fancy-app-in-test.css doesn't exist at build time, it will remain unchanged to be resolved at runtime
[test:ember] transforming...
[test:ember] DEPRECATION: The parts property on path nodes is deprecated, use head and tail instead
[test:ember] DEPRECATION: The this property on path nodes is deprecated, use head.type instead
[test:ember] DEPRECATION: The parts property on path nodes is deprecated, use head and tail instead
[test:ember] DEPRECATION: The parts property on path nodes is deprecated, use head and tail instead
[test:ember] DEPRECATION: The this property on path nodes is deprecated, use head.type instead
[test:ember] DEPRECATION: The parts property on path nodes is deprecated, use head and tail instead
[test:ember] DEPRECATION: The parts property on path nodes is deprecated, use head and tail instead
[test:ember] DEPRECATION: The this property on path nodes is deprecated, use head.type instead
[test:ember] DEPRECATION: The parts property on path nodes is deprecated, use head and tail instead
[test:ember] ✓ 328 modules transformed.
[test:ember] x Build failed in 10.86s
[test:ember] error during build:
[test:ember] [commonjs--resolver] /tmp/tmp-1884-5MgSEsaIhCZJ/fancy-app-in-test/node_modules/.pnpm/@warp-drive[email protected]/node_modules/@warp-drive/core-types/dist/-private.js: Cannot read properties of undefined (reading 'env')
[test:ember] file: /tmp/tmp-1884-5MgSEsaIhCZJ/fancy-app-in-test/node_modules/.pnpm/@warp-drive[email protected]/node_modules/@warp-drive/core-types/dist/-private.js
[test:ember] at get value [as value] (/tmp/tmp-1884-5MgSEsaIhCZJ/fancy-app-in-test/node_modules/.pnpm/@embroider[email protected]/node_modules/@embroider/macros/src/babel/evaluate-json.js:136:57)
[test:ember] at get value [as value] (/tmp/tmp-1884-5MgSEsaIhCZJ/fancy-app-in-test/node_mod
|
Lint & Test
Process completed with exit code 1.
|