@bhsd/stylelint-browserify 17.11.0 → 17.11.1

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.
@@ -1,12 +1,4 @@
1
1
  Bundled license information:
2
2
 
3
- is-plain-object/dist/is-plain-object.mjs:
4
- /*!
5
- * is-plain-object <https://github.com/jonschlinkert/is-plain-object>
6
- *
7
- * Copyright (c) 2014-2017, Jon Schlinkert.
8
- * Released under the MIT License.
9
- */
10
-
11
3
  cssesc/cssesc.js:
12
4
  /*! https://mths.be/cssesc v3.0.0 by @mathias */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bhsd/stylelint-browserify",
3
- "version": "17.11.0",
3
+ "version": "17.11.1",
4
4
  "description": "Stylelint in browser",
5
5
  "keywords": [
6
6
  "stylelint",
@@ -41,33 +41,24 @@
41
41
  "c8": {
42
42
  "reporter": [
43
43
  "json",
44
+ "json-summary",
44
45
  "text"
45
46
  ]
46
47
  },
47
48
  "devDependencies": {
48
- "@bhsd/code-standard": "^2.4.1",
49
- "@eslint-community/eslint-plugin-eslint-comments": "^4.7.1",
50
- "@stylistic/eslint-plugin": "^5.10.0",
49
+ "@bhsd/code-standard": "^2.4.2",
50
+ "@bhsd/test-util": "^1.3.1",
51
51
  "@types/mocha": "^10.0.10",
52
- "@types/node": "^24.11.0",
53
- "@typescript-eslint/eslint-plugin": "^8.59.1",
54
- "@typescript-eslint/parser": "^8.59.1",
52
+ "@types/node": "^25.6.2",
53
+ "@typescript-eslint/parser": "^8.59.2",
55
54
  "c8": "^11.0.0",
56
55
  "common-tags": "^1.8.2",
57
56
  "esbuild": "^0.28.0",
58
57
  "eslint": "^10.3.0",
59
- "eslint-plugin-es-x": "^9.6.0",
60
- "eslint-plugin-jsdoc": "^62.9.0",
61
- "eslint-plugin-jsonc": "^3.1.2",
62
- "eslint-plugin-n": "^17.24.0",
63
- "eslint-plugin-promise": "^7.3.0",
64
- "eslint-plugin-regexp": "^3.1.0",
65
- "eslint-plugin-unicorn": "^64.0.0",
66
- "eslint-plugin-yml": "^3.3.2",
67
- "globals": "^17.5.0",
58
+ "globals": "^17.6.0",
68
59
  "markdownlint-cli2": "^0.22.1",
69
60
  "mocha": "^11.7.5",
70
- "stylelint": "^17.11.0",
61
+ "stylelint": "^17.11.1",
71
62
  "typescript": "^6.0.3"
72
63
  }
73
64
  }