feat: support for juno.config.ts or juno.config.js config files #72
Annotations
20 errors and 6 warnings
build:
src/commands/deploy.ts#L1
Cannot find module '@junobuild/config' or its corresponding type declarations.
|
build:
src/configs/juno.config.ts#L1
Cannot find module '@junobuild/config' or its corresponding type declarations.
|
build:
src/utils/compress.utils.ts#L1
Cannot find module '@junobuild/config' or its corresponding type declarations.
|
build:
src/utils/compress.utils.ts#L17
Unused '@ts-expect-error' directive.
|
build:
src/utils/deploy.utils.ts#L1
Cannot find module '@junobuild/config' or its corresponding type declarations.
|
build:
src/utils/node.utils.ts#L4
Cannot find module '@junobuild/config' or its corresponding type declarations.
|
build:
templates/init/juno.config.ts#L1
Cannot find module '@junobuild/config' or its corresponding type declarations.
|
build:
templates/init/juno.satellite.config.ts#L1
Cannot find module '@junobuild/config' or its corresponding type declarations.
|
build
Process completed with exit code 2.
|
format
Process completed with exit code 1.
|
lint:
src/commands/config.ts#L26
Unsafe argument of type `SatelliteConfig` assigned to a parameter of type `string`
|
lint:
src/commands/deploy.ts#L66
Unsafe argument of type `SatelliteConfig` assigned to a parameter of type `string`
|
lint:
src/commands/deploy.ts#L77
Unsafe argument of type `SatelliteConfig` assigned to a parameter of type `string`
|
lint:
src/commands/deploy.ts#L224
Unsafe argument of type `any` assigned to a parameter of type `string`
|
lint:
src/commands/init.ts#L2
Replace `·cyan,·red,·yellow·}·from·"kleur"` with `cyan,·red,·yellow}·from·'kleur'`
|
lint:
src/commands/init.ts#L13
Replace `·confirmAndExit,·NEW_CMD_LINE·}·from·"../utils/prompt.utils"` with `NEW_CMD_LINE,·confirmAndExit}·from·'../utils/prompt.utils'`
|
lint:
src/commands/init.ts#L48
Replace `"json"` with `'json'`
|
lint:
src/commands/init.ts#L52
Replace ``${NEW_CMD_LINE}💡·You·can·leverage·your·IDE's·intellisense·with·type·hints·by·installing·the·library:·${yellow("npm·i·@junobuild/config·-D")}${NEW_CMD_LINE}`)` with `⏎····`${NEW_CMD_LINE}💡·You·can·leverage·your·IDE's·intellisense·with·type·hints·by·installing·the·library:·${yellow('npm·i·@junobuild/config·-D')}${NEW_CMD_LINE}`⏎··);`
|
lint:
src/commands/links.ts#L22
Unsafe argument of type `SatelliteConfig` assigned to a parameter of type `string`
|
lint:
src/commands/links.ts#L23
Unsafe argument of type `SatelliteConfig` assigned to a parameter of type `string`
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
format
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
format
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|