geoidesic
geoidesic
TTyphonJS
Created by TyphonJS (Michael) on 10/26/2024 in #typhonjs-runtime
TRL `0.2.0` Release
Hi. I tried updating to 0.2.0 today – ended up with a deep cascade of missing dependencies which @typhonjs-fvtt/runtime seems to expect. E.g.
error during build:
[commonjs--resolver] Missing "./svelte/component/core" specifier in "@typhonjs-fvtt/runtime" package

% yarn list --pattern typhon
yarn list v1.22.22
├─ @typhonjs-fvtt/[email protected]
└─ @typhonjs-fvtt/[email protected]
error during build:
[commonjs--resolver] Missing "./svelte/component/core" specifier in "@typhonjs-fvtt/runtime" package

% yarn list --pattern typhon
yarn list v1.22.22
├─ @typhonjs-fvtt/[email protected]
└─ @typhonjs-fvtt/[email protected]
Am I doing it wrong?
71 replies
TTyphonJS
Created by TyphonJS (Michael) on 10/26/2024 in #typhonjs-runtime
TRL `0.2.0` Release
I upgraded to next.5 / next.3. Took a day but all working.
71 replies
TTyphonJS
Created by TyphonJS (Michael) on 10/26/2024 in #typhonjs-runtime
TRL `0.2.0` Release
I searched for svelte/helpers in my codebase and it doesn't occur there, so I'm guessing it's some package.json mismatch.
"imports": {
"#runtime/*": "@typhonjs-fvtt/runtime/*",
"#standard/*": "@typhonjs-fvtt/standard/*"
},
"dependencies": {
"@sveltejs/vite-plugin-svelte": "3.1.2",
"@typhonjs-fvtt/runtime": "0.2.0-next.2",
"@typhonjs-fvtt/standard": "0.2.0-next.2",
"lodash": "^4.17.21",
"set-manipulator": "^0.3.1",
"svelte": "4.2.19",
"svelte-multiselect": "^10.0.0",
"svelte-preprocess": "6.0.3",
"tippy.js": "^6.3.7",
"uuid": "^9.0.0",
"vite": "5.0.4"
},
"devDependencies": {
"@foundryvtt/foundryvtt-cli": "^1.0.3",
"@league-of-foundry-developers/foundry-vtt-types": "^9.280.0",
"@typhonjs-config/eslint-config": "^0.6.3",
"@typhonjs-fvtt/eslint-config-foundry.js": "^0.8.0",
"eslint": "^8.44.0",
"eslint-config-google": "^0.14.0",
"prettier": "^3.0.0",
"pug": "^3.0.2",
"typescript": "^5.2.2",
"vitest": "^0.34.3",
"vitest-fetch-mock": "^0.2.2"
},
"imports": {
"#runtime/*": "@typhonjs-fvtt/runtime/*",
"#standard/*": "@typhonjs-fvtt/standard/*"
},
"dependencies": {
"@sveltejs/vite-plugin-svelte": "3.1.2",
"@typhonjs-fvtt/runtime": "0.2.0-next.2",
"@typhonjs-fvtt/standard": "0.2.0-next.2",
"lodash": "^4.17.21",
"set-manipulator": "^0.3.1",
"svelte": "4.2.19",
"svelte-multiselect": "^10.0.0",
"svelte-preprocess": "6.0.3",
"tippy.js": "^6.3.7",
"uuid": "^9.0.0",
"vite": "5.0.4"
},
"devDependencies": {
"@foundryvtt/foundryvtt-cli": "^1.0.3",
"@league-of-foundry-developers/foundry-vtt-types": "^9.280.0",
"@typhonjs-config/eslint-config": "^0.6.3",
"@typhonjs-fvtt/eslint-config-foundry.js": "^0.8.0",
"eslint": "^8.44.0",
"eslint-config-google": "^0.14.0",
"prettier": "^3.0.0",
"pug": "^3.0.2",
"typescript": "^5.2.2",
"vitest": "^0.34.3",
"vitest-fetch-mock": "^0.2.2"
},
71 replies
TTyphonJS
Created by TyphonJS (Michael) on 10/26/2024 in #typhonjs-runtime
TRL `0.2.0` Release
Any clue about this one?
[commonjs--resolver] Missing "./svelte/helper" specifier in "@typhonjs-fvtt/runtime" package
error during build:
Error: Missing "./svelte/helper" specifier in "@typhonjs-fvtt/runtime" package
at e (file:///Users/me/code/foundryvtt-final-fantasy/node_modules/vite/dist/node/chunks/dep-4RECYSE1.js:21818:25)
at n (file:///Users/me/code/foundryvtt-final-fantasy/node_modules/vite/dist/node/chunks/dep-4RECYSE1.js:21818:627)
at o (file:///Users/me/code/foundryvtt-final-fantasy/node_modules/vite/dist/node/chunks/dep-4RECYSE1.js:21818:1297)
at resolveExportsOrImports (file:///Users/me/code/foundryvtt-final-fantasy/node_modules/vite/dist/node/chunks/dep-4RECYSE1.js:29071:20)
at resolveDeepImport (file:///Users/me/code/foundryvtt-final-fantasy/node_modules/vite/dist/node/chunks/dep-4RECYSE1.js:29090:31)
at tryNodeResolve (file:///Users/me/code/foundryvtt-final-fantasy/node_modules/vite/dist/node/chunks/dep-4RECYSE1.js:28815:20)
at Object.resolveId (file:///Users/me/code/foundryvtt-final-fantasy/node_modules/vite/dist/node/chunks/dep-4RECYSE1.js:28571:28)
at file:///Users/me/code/foundryvtt-final-fantasy/node_modules/rollup/dist/es/shared/node-entry.js:20936:40
at async PluginDriver.hookFirstAndGetPlugin (file:///Users/me/code/foundryvtt-final-fantasy/node_modules/rollup/dist/es/shared/node-entry.js:20836:28)
at async resolveId (file:///Users/me/code/foundryvtt-final-fantasy/node_modules/rollup/dist/es/shared/node-entry.js:19440:26)
[commonjs--resolver] Missing "./svelte/helper" specifier in "@typhonjs-fvtt/runtime" package
error during build:
Error: Missing "./svelte/helper" specifier in "@typhonjs-fvtt/runtime" package
at e (file:///Users/me/code/foundryvtt-final-fantasy/node_modules/vite/dist/node/chunks/dep-4RECYSE1.js:21818:25)
at n (file:///Users/me/code/foundryvtt-final-fantasy/node_modules/vite/dist/node/chunks/dep-4RECYSE1.js:21818:627)
at o (file:///Users/me/code/foundryvtt-final-fantasy/node_modules/vite/dist/node/chunks/dep-4RECYSE1.js:21818:1297)
at resolveExportsOrImports (file:///Users/me/code/foundryvtt-final-fantasy/node_modules/vite/dist/node/chunks/dep-4RECYSE1.js:29071:20)
at resolveDeepImport (file:///Users/me/code/foundryvtt-final-fantasy/node_modules/vite/dist/node/chunks/dep-4RECYSE1.js:29090:31)
at tryNodeResolve (file:///Users/me/code/foundryvtt-final-fantasy/node_modules/vite/dist/node/chunks/dep-4RECYSE1.js:28815:20)
at Object.resolveId (file:///Users/me/code/foundryvtt-final-fantasy/node_modules/vite/dist/node/chunks/dep-4RECYSE1.js:28571:28)
at file:///Users/me/code/foundryvtt-final-fantasy/node_modules/rollup/dist/es/shared/node-entry.js:20936:40
at async PluginDriver.hookFirstAndGetPlugin (file:///Users/me/code/foundryvtt-final-fantasy/node_modules/rollup/dist/es/shared/node-entry.js:20836:28)
at async resolveId (file:///Users/me/code/foundryvtt-final-fantasy/node_modules/rollup/dist/es/shared/node-entry.js:19440:26)
71 replies
TTyphonJS
Created by TyphonJS (Michael) on 10/26/2024 in #typhonjs-runtime
TRL `0.2.0` Release
I thought @typhonjs-fvtt/svelte-standard/ should change to @typhonjs-fvtt/standard/ maybe.
71 replies
TTyphonJS
Created by TyphonJS (Michael) on 10/26/2024 in #typhonjs-runtime
TRL `0.2.0` Release
Are these package.json imports invalid?
"imports": {
"#runtime/*": "@typhonjs-fvtt/runtime/*",
"#standard/*": "@typhonjs-fvtt/svelte-standard/*"
},
"imports": {
"#runtime/*": "@typhonjs-fvtt/runtime/*",
"#standard/*": "@typhonjs-fvtt/svelte-standard/*"
},
71 replies
TTyphonJS
Created by TyphonJS (Michael) on 10/26/2024 in #typhonjs-runtime
TRL `0.2.0` Release
Aha, ok tx
71 replies