@phun-ky/speccer 11.2.3 → 11.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phun-ky/speccer",
3
- "version": "11.2.3",
3
+ "version": "11.2.5",
4
4
  "description": "A script to annotate, show spacing specs and to display typography information in documentation/website on HTML elements",
5
5
  "main": "dist/speccer.js",
6
6
  "module": "dist/speccer.esm.js",
@@ -24,8 +24,8 @@
24
24
  "postcss": "rm -rf ./dist/speccer.min.css && postcss ./dist/speccer.css -o ./dist/speccer.min.css",
25
25
  "dev": "npx browser-sync start --server 'dev' --files 'dist' --ss 'dist'",
26
26
  "docs:gen": "node ./node_modules/.bin/typedoc",
27
- "style:lint": "./node_modules/.bin/eslint -c ./.eslintrc --max-warnings=0 src --ignore-path .gitignore ",
28
- "style:format": "prettier-eslint --config .prettierrc --eslint-config-path $PWD/.eslintrc --list-different --write \"./src/**/*.ts\"",
27
+ "style:lint": "./node_modules/.bin/eslint -c ./eslint.config.mjs src",
28
+ "style:format": "./node_modules/.bin/eslint -c ./eslint.config.mjs src --fix",
29
29
  "style:code": "npx putout src",
30
30
  "commit": "npx git-cz",
31
31
  "release": "release-it"
@@ -78,33 +78,29 @@
78
78
  },
79
79
  "homepage": "https://phun-ky.net/projects/speccer",
80
80
  "devDependencies": {
81
- "@release-it/conventional-changelog": "^8.0.1",
82
- "@rollup/plugin-node-resolve": "^15.2.3",
81
+ "@eslint/js": "^9.20.0",
82
+ "@release-it/conventional-changelog": "^10.0.0",
83
+ "@rollup/plugin-node-resolve": "^16.0.0",
83
84
  "@rollup/plugin-terser": "^0.4.4",
85
+ "@stylistic/eslint-plugin": "^3.1.0",
84
86
  "@testing-library/dom": "^9.3.4",
85
87
  "@testing-library/jest-dom": "^6.4.2",
86
- "@typescript-eslint/eslint-plugin": "^5.62.0",
87
- "@typescript-eslint/parser": "^5.0.1",
88
88
  "cobertura": "^1.0.1",
89
89
  "cssnano": "^6.0.3",
90
- "eslint": "^8.56.0",
91
- "eslint-config-prettier": "^9.1.0",
92
- "eslint-import-resolver-typescript": "3.7.0",
93
- "eslint-plugin-compat": "^4.2.0",
94
- "eslint-plugin-import": "^2.29.1",
95
- "eslint-plugin-prettier": "^5.1.3",
90
+ "eslint": "^9.20.0",
91
+ "eslint-import-resolver-typescript": "^3.7.0",
92
+ "eslint-plugin-compat": "^6.0.2",
93
+ "eslint-plugin-import": "^2.31.0",
96
94
  "git-cz": "^4.9.0",
97
95
  "glob": "^10.3.10",
98
- "global-jsdom": "^24.0.0",
99
- "jsdom": "^24.0.0",
96
+ "global-jsdom": "^26.0.0",
97
+ "globals": "^15.14.0",
98
+ "jsdom": "^26.0.0",
100
99
  "postcss": "^8.3.0",
101
100
  "postcss-cli": "^8.3.1",
102
- "prettier": "^3.2.5",
103
- "prettier-eslint": "^16.3.0",
104
- "prettier-eslint-cli": "^8.0.1",
105
- "putout": "^35.1.0",
101
+ "putout": "^38.1.1",
106
102
  "quibble": "^0.9.1",
107
- "release-it": "^17.1.1",
103
+ "release-it": "^18.1.2",
108
104
  "remark-github": "^12.0.0",
109
105
  "remark-toc": "^9.0.0",
110
106
  "rollup": "^4.12.0",
@@ -117,11 +113,12 @@
117
113
  "typedoc": "^0.27.6",
118
114
  "typedoc-plugin-frontmatter": "^1.0.0",
119
115
  "typedoc-plugin-markdown": "^4.2.3",
120
- "typedoc-plugin-mdn-links": "^3.2.8",
116
+ "typedoc-plugin-mdn-links": "^4.0.10",
121
117
  "typedoc-plugin-no-inherit": "^1.4.0",
122
118
  "typedoc-plugin-remark": "^1.0.2",
123
119
  "typedoc-plugin-rename-defaults": "^0.7.1",
124
- "typescript": "^5.0.0",
120
+ "typescript": "^5.7.3",
121
+ "typescript-eslint": "^8.23.0",
125
122
  "unified-prettier": "^2.0.1"
126
123
  },
127
124
  "config": {