deps: update all dependencies to latest compatible versions
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
import eslint from "@eslint/js";
|
||||
import tseslint from "typescript-eslint";
|
||||
import jsdoc from "eslint-plugin-jsdoc";
|
||||
|
||||
export default tseslint.config(
|
||||
eslint.configs.recommended,
|
||||
...tseslint.configs.recommended,
|
||||
jsdoc.configs["flat/recommended-typescript"],
|
||||
{
|
||||
languageOptions: {
|
||||
parserOptions: {
|
||||
projectService: true,
|
||||
tsconfigRootDir: import.meta.dirname,
|
||||
},
|
||||
},
|
||||
rules: {
|
||||
"jsdoc/require-jsdoc": "off",
|
||||
"jsdoc/require-param-description": "off",
|
||||
"jsdoc/require-returns-description": "off",
|
||||
"jsdoc/require-returns": "off",
|
||||
"@typescript-eslint/no-unused-vars": [
|
||||
"warn",
|
||||
{ argsIgnorePattern: "^_", varsIgnorePattern: "^_" },
|
||||
],
|
||||
},
|
||||
},
|
||||
{
|
||||
ignores: ["dist/", "node_modules/", "*.js"],
|
||||
},
|
||||
);
|
||||
+10
-8
@@ -25,15 +25,17 @@
|
||||
"test:coverage": "jest --coverage"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@girs/gjs": "4.0.4",
|
||||
"@girs/gnome-shell": "50.0.0",
|
||||
"@jest/globals": "^30.4.1",
|
||||
"@eslint/js": "^10.0.1",
|
||||
"@girs/gjs": "^4.7.0",
|
||||
"@girs/gnome-shell": "^50.0.4",
|
||||
"@jest/globals": "^30.5.1",
|
||||
"@types/jest": "^30.0.0",
|
||||
"eslint": "^10.5.0",
|
||||
"eslint-plugin-jsdoc": "^63.0.2",
|
||||
"jest": "^30.4.2",
|
||||
"ts-jest": "^29.4.11",
|
||||
"typescript": "^6.0.3"
|
||||
"eslint": "^10.10.0",
|
||||
"eslint-plugin-jsdoc": "^64.3.6",
|
||||
"jest": "^30.5.1",
|
||||
"ts-jest": "^29.4.12",
|
||||
"typescript": "^5.9.3",
|
||||
"typescript-eslint": "^8.69.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@girs/mtk-17": "17.0.0-4.0.4"
|
||||
|
||||
Generated
+1616
-1270
File diff suppressed because it is too large
Load Diff
@@ -1,2 +1,3 @@
|
||||
allowBuilds:
|
||||
'@parcel/watcher': true
|
||||
unrs-resolver: true
|
||||
|
||||
Reference in New Issue
Block a user