Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit 47900c0

Browse files
committed
⬆️ Update dependencies and ignore .gitai.json
This commit updates `dockerode` to version 4.0.7 and adds `.gitai.json` to `.gitignore` and `.dockerignore` to prevent it from being included in the Docker image or tracked by Git. It also includes updates to other dependencies and devDependencies.
1 parent ef74b6a commit 47900c0

4 files changed

Lines changed: 27 additions & 4 deletions

File tree

.dockerignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
*.lock
1010
src/tests
1111
.github
12-
.local-tests
12+
.local-tests
13+
.gitai.json

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ build
77
dependency-*.{mmd,dot,svg}
88
Knip-Report.md
99
reports/**
10+
.gitai.json

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## Changelog
2+
3+
### Added
4+
5+
* **Database Stats Routes and More** - (Its4Nik, 2025-06-11) - (ef74b6a64d91d0683a9962e977c6aa4db145f26a)
6+
* **Stack Validation** - (Its4Nik, 2025-06-02) - (871ab4f92dee49569d9028490442b2537d265430)
7+
* **Unknown Changes** - (Its4Nik, 2025-06-02) - (3a9a3dc8d37c0eea1b7af67b18176b8209989dcb) - *Note: Description indicates significant but unspecified changes.*
8+
9+
### Changed
10+
11+
* **Dependency Graphs Updated** - (Its4Nik, 2025-06-07) - (ffab878a9d536af7aa14dd7b785643f50ac973ec)
12+
* **Stacks Controller Refactor** - (Its4Nik, 2025-06-06) - (e0ed2557ecfdc546786fb4969e8dec602a35708b)
13+
14+
### Fixed
15+
16+
* **Linter Fixes** - (Its4Nik, 2025-06-02) - (ec0c79abe3f2f55fe80b220305eb96f19f03c173)
17+
* **Minor Refactor and Bug Fixes** - (Its4Nik, 2025-06-07) - (1177e7e5d90d0f675719b60c669f05f2871024ca)
18+
* **UT: Fix Wrong Body Selection** - (Its4Nik, 2025-05-16) - (4afe4ca05c999da6d70cea95b7d4ea871dcf0723)
19+
* **UT: Fix Wrong Body Selection** - (Its4Nik, 2025-05-16) - (2e8528ab8a500a925f3411582a21fbeccc683262)
20+
* **CQL: Apply Lint Fixes** - (GitHub Actions, 2025-05-16) - (7bb328b0f4a8770130e71eddc419bd926b7af90f)

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"chalk": "^5.4.1",
3333
"date-fns": "^4.1.0",
3434
"docker-compose": "^1.2.0",
35-
"dockerode": "^4.0.6",
35+
"dockerode": "^4.0.7",
3636
"elysia": "latest",
3737
"elysia-remote-dts": "^1.0.3",
3838
"js-yaml": "^4.1.0",
@@ -44,10 +44,11 @@
4444
},
4545
"devDependencies": {
4646
"@biomejs/biome": "1.9.4",
47+
"@its_4_nik/gitai": "^1.0.10",
4748
"@types/bun": "latest",
48-
"@types/dockerode": "^3.3.39",
49+
"@types/dockerode": "^3.3.40",
4950
"@types/js-yaml": "^4.0.9",
50-
"@types/node": "^22.15.29",
51+
"@types/node": "^22.15.31",
5152
"@types/split2": "^4.2.3",
5253
"bun-types": "latest",
5354
"cross-env": "^7.0.3",

0 commit comments

Comments
 (0)