Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Update validator to 2.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zehir committed Dec 18, 2023
1 parent f283791 commit af326e3
Show file tree
Hide file tree
Showing 5 changed files with 1,148 additions and 1,069 deletions.
5 changes: 5 additions & 0 deletions .changeset/violet-apes-nail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@deconz-community/ddf-validator-action": minor
---

Update validator to 2.25.0
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"prettier.enable": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"editor.formatOnSave": false,
"cSpell.enabled": false
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,28 +43,28 @@
"scripts": {
"build": "tsc && ncc build --minify --license licenses.txt",
"lint": "eslint src/**/*.ts",
"up": "taze major -I",
"taze": "taze",
"release": "pnpm run build && changeset publish"
},
"packageManager": "pnpm@8.9.0",
"packageManager": "pnpm@8.12.1",
"dependencies": {
"@actions/core": "^1.10.1",
"@deconz-community/ddf-validator": "^2.20.0",
"@deconz-community/ddf-validator": "^2.25.0",
"glob": "^10.3.10",
"jsonc-parser": "^3.2.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@antfu/eslint-config": "^0.43.1",
"@changesets/cli": "^2.26.2",
"@types/node": "^20.8.6",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@vercel/ncc": "^0.38.0",
"eslint": "^8.51.0",
"@antfu/eslint-config": "^2.4.6",
"@changesets/cli": "^2.27.1",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vercel/ncc": "^0.38.1",
"eslint": "^8.56.0",
"eslint-plugin-github": "^4.10.1",
"eslint-plugin-jest": "^27.4.2",
"taze": "^0.11.3",
"typescript": "^5.2.2"
"eslint-plugin-jest": "^27.6.0",
"taze": "^0.13.0",
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit af326e3

Please sign in to comment.