chore(deps-dev): bump @ts-dev-tools/core

Bumps the npm-development-dependencies group with 1 update:
- [@ts-dev-tools/core](https://github.com/escemi-tech/ts-dev-tools)

Updates `@ts-dev-tools/core` from 1.11.1 to 1.12.0
- [Release notes](https://github.com/escemi-tech/ts-dev-tools/releases)

---
updated-dependencies:
- dependency-name: "@ts-dev-tools/core"
  dependency-version: 1.12.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
This commit is contained in:
dependabot[bot] 2026-04-01 08:59:12 +00:00 committed by Emilien Escalle
parent 510dc5b071
commit 5e4714c4a5
3 changed files with 630 additions and 646 deletions

View File

@ -18,7 +18,7 @@ lint-fix: ## Execute linting and fix
ci: ## Execute all formats and checks
@npm install
@npm audit fix
@npm audit fix || true
@npm run all
$(MAKE) lint-fix

1272
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -32,7 +32,7 @@
"docker-compose": "^1.3.2"
},
"devDependencies": {
"@ts-dev-tools/core": "^1.11.1",
"@ts-dev-tools/core": "^1.12.0",
"@vercel/ncc": "^0.38.4",
"eslint-plugin-github": "^6.0.0",
"eslint-plugin-jsonc": "^3.1.2"