Skip to content

Commit 1af784c

Browse files
authored
Chore/dependency updates 2026 02 02 (#4)
* updated dependencies, renamed test:unit to test * css refactors * updated gitignore, added changelogs
1 parent a8d6644 commit 1af784c

24 files changed

Lines changed: 554 additions & 463 deletions

.cursor/rules/TESTING_GUIDELINES.mdc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -314,16 +314,16 @@ await page.waitForResponse('**/api/endpoint')
314314

315315
```bash
316316
# Run all unit tests
317-
yarn test:unit
317+
yarn test
318318

319319
# Run with coverage
320-
yarn test:unit --coverage
320+
yarn test --coverage
321321

322322
# Run specific workspace
323-
yarn test:unit --project=Service
323+
yarn test --project=Service
324324

325325
# Watch mode
326-
yarn test:unit --watch
326+
yarn test --watch
327327
```
328328

329329
### E2E Tests
@@ -391,7 +391,7 @@ coverage: {
391391

392392
**Commands:**
393393

394-
- Unit tests: `yarn test:unit`
394+
- Unit tests: `yarn test`
395395
- E2E tests: `yarn test:e2e`
396-
- Coverage: `yarn test:unit --coverage`
396+
- Coverage: `yarn test --coverage`
397397
- Debug E2E: `yarn playwright test --debug`

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Recreate JSON Schemas
3030
run: yarn create-schemas && yarn build # an incremental rebuild is neccessary to use the updated schema
3131
- name: Test
32-
run: yarn test:unit
32+
run: yarn test
3333
- uses: codecov/codecov-action@v5
3434
with:
3535
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/publish-to-dockerhub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: yarn lint
4444

4545
- name: Test
46-
run: yarn test:unit
46+
run: yarn test
4747

4848
- name: Apply release changes
4949
run: yarn applyReleaseChanges

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,5 @@ testresults
7373
!.yarn/plugins
7474
!.yarn/releases
7575
!.yarn/sdks
76-
!.yarn/versions
76+
!.yarn/versions
77+
!.yarn/changelogs
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<!-- version-type: patch -->
2+
# common
3+
4+
## ⬆️ Dependencies
5+
6+
- Updated `@furystack/rest` from ^8.0.32 to ^8.0.34
7+
- Updated `@types/node` from ^25.0.10 to ^25.2.0
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!-- version-type: patch -->
2+
# frontend
3+
4+
## ♻️ Refactoring
5+
6+
- Migrated inline styles to CSS object syntax in multiple components (`Header`, `HelloWorld`, `Init`, `Login`, `Offline`, `ButtonsDemo`, `GithubLogo`, `Layout`) for improved maintainability and consistency
7+
8+
## ⬆️ Dependencies
9+
10+
- Updated `@furystack/core` from ^15.0.32 to ^15.0.34
11+
- Updated `@furystack/inject` from ^12.0.26 to ^12.0.28
12+
- Updated `@furystack/logging` from ^8.0.26 to ^8.0.28
13+
- Updated `@furystack/rest-client-fetch` from ^8.0.32 to ^8.0.34
14+
- Updated `@furystack/shades` from ^11.0.33 to ^11.1.0
15+
- Updated `@furystack/shades-common-components` from ^10.0.33 to ^11.0.0
16+
- Updated `@furystack/utils` from ^8.1.8 to ^8.1.9
17+
- Updated `@types/node` from ^25.0.10 to ^25.2.0
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!-- version-type: patch -->
2+
# service
3+
4+
## ⬆️ Dependencies
5+
6+
- Updated `@furystack/core` from ^15.0.32 to ^15.0.34
7+
- Updated `@furystack/filesystem-store` from ^7.0.32 to ^7.0.34
8+
- Updated `@furystack/inject` from ^12.0.26 to ^12.0.28
9+
- Updated `@furystack/logging` from ^8.0.26 to ^8.0.28
10+
- Updated `@furystack/repository` from ^10.0.32 to ^10.0.34
11+
- Updated `@furystack/rest-service` from ^10.1.3 to ^11.0.2
12+
- Updated `@furystack/security` from ^6.0.32 to ^6.0.34
13+
- Updated `@types/node` from ^25.0.10 to ^25.2.0
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!-- version-type: patch -->
2+
# stack-craft
3+
4+
## ♻️ Refactoring
5+
6+
- Renamed npm script `test:unit` to `test` for consistency
7+
- Renamed npm scripts `prettier` and `prettier:check` to `format` and `format:check`
8+
- Renamed `applyVersionBumps` to `applyReleaseChanges` to better reflect its purpose (applies version bumps, changelogs, and formatting)
9+
10+
## ⬆️ Dependencies
11+
12+
- Updated `@playwright/test` from ^1.58.0 to ^1.58.1
13+
- Updated `@types/node` from ^25.0.10 to ^25.2.0
14+
- Updated `eslint-plugin-jsdoc` from ^62.4.0 to ^62.5.0
15+
- Updated `eslint-plugin-playwright` from ^2.5.0 to ^2.5.1
16+
- Updated `typescript-eslint` from ^8.53.1 to ^8.54.0

.yarn/versions/a04abca9.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
releases:
2+
common: patch
3+
frontend: patch
4+
service: patch
5+
stack-craft: patch

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ Example web app with common type API definitions, a FuryStack-based backend serv
1010

1111
# Testing
1212

13-
- You can execute the example Vitest tests with `yarn test:unit`
13+
- You can execute the example Vitest tests with `yarn test`
1414
- You can execute E2E tests with `yarn test:e2e`

0 commit comments

Comments
 (0)