Skip to content

Commit afdd288

Browse files
authored
chore(deps): update js-yaml (#14498)
1 parent 79a7d9e commit afdd288

File tree

4 files changed

+435
-479
lines changed

4 files changed

+435
-479
lines changed

.github/CONTRIBUTING.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,9 @@ Hi! We, the maintainers, are really excited that you are interested in contribut
3333
- It's OK to have multiple small commits as you work on the PR - we will let GitHub automatically squash it before merging.
3434

3535
- If adding new feature:
36-
3736
- Provide convincing reason to add this feature. Ideally you should open a suggestion issue first and have it greenlighted before working on it.
3837

3938
- If fixing a bug:
40-
4139
- 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)`.
4240
- Provide detailed description of the bug in the PR, or link to an issue that does.
4341

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"example:api:dev": "pnpm run --filter \"api\" tauri dev"
2626
},
2727
"devDependencies": {
28-
"prettier": "^3.5.3"
28+
"prettier": "^3.6.2"
2929
},
3030
"minimumReleaseAge": 4320,
3131
"packageManager": "[email protected]",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
]
4242
},
4343
"devDependencies": {
44-
"@napi-rs/cli": "^3.0.0",
44+
"@napi-rs/cli": "^3.4.1",
4545
"@types/node": "^24.0.0",
4646
"cross-env": "10.1.0",
4747
"vitest": "^4.0.0"

0 commit comments

Comments
 (0)