chore(deps): update js-yaml (#14498)

This commit is contained in:
Fabian-Lars
2025-11-19 11:53:13 +01:00
committed by GitHub
parent 79a7d9ec01
commit afdd288eab
4 changed files with 434 additions and 478 deletions

View File

@@ -33,11 +33,9 @@ Hi! We, the maintainers, are really excited that you are interested in contribut
- It's OK to have multiple small commits as you work on the PR - we will let GitHub automatically squash it before merging. - It's OK to have multiple small commits as you work on the PR - we will let GitHub automatically squash it before merging.
- If adding new feature: - If adding new feature:
- Provide convincing reason to add this feature. Ideally you should open a suggestion issue first and have it greenlighted before working on it. - Provide convincing reason to add this feature. Ideally you should open a suggestion issue first and have it greenlighted before working on it.
- If fixing a bug: - If fixing a bug:
- If you are resolving a special issue, add `(fix: #xxxx[,#xxx])` (#xxxx is the issue id) in your PR title for a better release log, e.g. `fix: update entities encoding/decoding (fix #3899)`. - If you are resolving a special issue, add `(fix: #xxxx[,#xxx])` (#xxxx is the issue id) in your PR title for a better release log, e.g. `fix: update entities encoding/decoding (fix #3899)`.
- Provide detailed description of the bug in the PR, or link to an issue that does. - Provide detailed description of the bug in the PR, or link to an issue that does.

View File

@@ -25,7 +25,7 @@
"example:api:dev": "pnpm run --filter \"api\" tauri dev" "example:api:dev": "pnpm run --filter \"api\" tauri dev"
}, },
"devDependencies": { "devDependencies": {
"prettier": "^3.5.3" "prettier": "^3.6.2"
}, },
"minimumReleaseAge": 4320, "minimumReleaseAge": 4320,
"packageManager": "pnpm@10.16.0", "packageManager": "pnpm@10.16.0",

View File

@@ -41,7 +41,7 @@
] ]
}, },
"devDependencies": { "devDependencies": {
"@napi-rs/cli": "^3.0.0", "@napi-rs/cli": "^3.4.1",
"@types/node": "^24.0.0", "@types/node": "^24.0.0",
"cross-env": "10.1.0", "cross-env": "10.1.0",
"vitest": "^4.0.0" "vitest": "^4.0.0"

906
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff