Skip to content

bugfix: routes and missing dependency#30

Merged
christophechevalier merged 5 commits into
mainfrom
bugfix/routes
Dec 19, 2025
Merged

bugfix: routes and missing dependency#30
christophechevalier merged 5 commits into
mainfrom
bugfix/routes

Conversation

@Zorin95670

Copy link
Copy Markdown
Member

No description provided.

@Zorin95670 Zorin95670 self-assigned this Dec 19, 2025
@Zorin95670 Zorin95670 added the bug Something isn't working label Dec 19, 2025
@christophechevalier christophechevalier changed the title Bugfix: routes and missing dependency bugfix: routes and missing dependency Dec 19, 2025
@github-actions

Copy link
Copy Markdown
Contributor
> @linid-im-front-community-plugins/source@0.0.1 test:ci /home/runner/work/linid-im-front-community-plugins/linid-im-front-community-plugins
> nx run-many -t test:ci


 NX   Running target test:ci for 2 projects:

- module-users
- catalog-ui



::group::✅ > nx run catalog-ui:"test:ci"

> vitest run --coverage --reporter=dot --passWithNoTests


 RUN  v4.0.15 /home/runner/work/linid-im-front-community-plugins/linid-im-front-community-plugins/apps/catalog-ui
      Coverage enabled with v8


No test files found, exiting with code 0

include: tests/unit/**/*.{test,spec}.js
exclude:  **/node_modules/**, **/.git/**

 % Coverage report from v8
-----------------|---------|----------|---------|---------|-------------------
File             | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s 
-----------------|---------|----------|---------|---------|-------------------
All files        |       0 |        0 |       0 |       0 |                   
 components      |       0 |        0 |       0 |       0 |                   
  HelloWorld.vue |       0 |        0 |       0 |       0 |                   
 layouts         |       0 |        0 |       0 |       0 |                   
  BaseLayout.vue |       0 |        0 |       0 |       0 |                   
-----------------|---------|----------|---------|---------|-------------------
::endgroup::
::group::✅ > nx run module-users:"test:ci"

> vitest run --coverage --reporter=dot --passWithNoTests


 RUN  v4.0.15 /home/runner/work/linid-im-front-community-plugins/linid-im-front-community-plugins/apps/module-users
      Coverage enabled with v8


No test files found, exiting with code 0

include: tests/unit/**/*.{test,spec}.js
exclude:  **/node_modules/**, **/.git/**

 % Coverage report from v8
-------------------|---------|----------|---------|---------|-------------------
File               | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s 
-------------------|---------|----------|---------|---------|-------------------
All files          |       0 |      100 |       0 |       0 |                   
 src               |       0 |      100 |       0 |       0 |                   
  ...-lifecycle.ts |       0 |      100 |       0 |       0 | 47                
  routes.ts        |       0 |        0 |       0 |       0 |                   
 src/components    |       0 |        0 |       0 |       0 |                   
  HelloWorld.vue   |       0 |        0 |       0 |       0 |                   
 src/pages         |       0 |        0 |       0 |       0 |                   
  HomePage.vue     |       0 |        0 |       0 |       0 |                   
-------------------|---------|----------|---------|---------|-------------------
::endgroup::


 NX   Successfully ran target test:ci for 2 projects

@github-actions

Copy link
Copy Markdown
Contributor

📦 Dependencies Report

🔍 ./apps/module-users

Using pnpm
Checking /home/runner/work/linid-im-front-community-plugins/linid-im-front-community-plugins/apps/module-users/package.json

vue 3.5.25 → 3.5.26

Run npx npm-check-updates -u to upgrade package.json

🔍 ./apps/catalog-ui

Using pnpm
Checking /home/runner/work/linid-im-front-community-plugins/linid-im-front-community-plugins/apps/catalog-ui/package.json

@module-federation/vite 1.9.3 → 1.9.4
vue 3.5.25 → 3.5.26

Run npx npm-check-updates -u to upgrade package.json

🔍 ./tools/module

Using pnpm
Checking /home/runner/work/linid-im-front-community-plugins/linid-im-front-community-plugins/tools/module/package.json

@nx/devkit 22.2.1 → 22.3.1

Run npx npm-check-updates -u to upgrade package.json

🔍 .

Using pnpm
Checking /home/runner/work/linid-im-front-community-plugins/linid-im-front-community-plugins/package.json

@eslint/js 9.39.1 → 9.39.2
@module-federation/vite 1.9.3 → 1.9.4
@nx/devkit 22.2.1 → 22.3.1
@nx/eslint 22.2.1 → 22.3.1
@nx/eslint-plugin 22.2.1 → 22.3.1
@nx/js 22.2.1 → 22.3.1
@nx/plugin 22.2.1 → 22.3.1
@nx/vite 22.2.1 → 22.3.1
@nx/vitest 22.2.1 → 22.3.1
@nx/vue 22.2.1 → 22.3.1
@nx/web 22.2.1 → 22.3.1
@nx/workspace 22.2.1 → 22.3.1
@swc/core 1.15.3 → 1.15.7
@types/node 25.0.0 → 25.0.3
@typescript-eslint/parser 8.49.0 → 8.50.0
@vitejs/plugin-vue 6.0.2 → 6.0.3
@vitest/coverage-v8 4.0.15 → 4.0.16
@vitest/ui 4.0.15 → 4.0.16
eslint 9.39.1 → 9.39.2
nx 22.2.1 → 22.3.1
pnpm 10.25.0 → 10.26.1
typescript-eslint 8.49.0 → 8.50.0
vite 7.2.7 → 7.3.0
vite-tsconfig-paths 5.1.4 → 6.0.3
vitest 4.0.15 → 4.0.16
vue 3.5.25 → 3.5.26

Run npx npm-check-updates -u to upgrade package.json

@christophechevalier christophechevalier merged commit ef6ef86 into main Dec 19, 2025
8 checks passed
@christophechevalier christophechevalier deleted the bugfix/routes branch December 19, 2025 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants