@bhsd/stylelint-browserify 17.4.0 → 17.6.0

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": "@bhsd/stylelint-browserify",
3
- "version": "17.4.0",
3
+ "version": "17.6.0",
4
4
  "description": "Stylelint in browser",
5
5
  "keywords": [
6
6
  "stylelint",
@@ -35,7 +35,7 @@
35
35
  "minify": "esbuild index.ts --charset=utf8 --bundle --minify --sourcemap --target=es2019 --outfile=bundle/stylelint.min.js && mv bundle/standalone.min.js.LEGAL.txt bundle/stylelint.min.js.LEGAL.txt && esbuild index-coverage.ts --charset=utf8 --bundle --minify --sourcemap --target=es2019 --outfile=bundle/coverage.min.js",
36
36
  "coverage": "c8 mocha --no-experimental-require-module --require bundle/coverage.min.js && node test/coverage.mjs",
37
37
  "test": "mocha --no-experimental-require-module --require bundle/stylelint.min.js",
38
- "clean": "find test/tests/ -type f -name '*.mjs' | xargs gsed -i \"s|'../../../testUtils/mergeTestDescriptions.mjs'|'../mergeTestDescriptions.mjs'| ; s|'../testUtils/replaceBackslashes.mjs'|'../replaceBackslashes.mjs'| ; s|'../../../__tests__/fixtures/postcss-naive-css-in-js.cjs'|'../postcss-naive-css-in-js.mjs'| ; s|'postcss'|'../postcss.mjs'| ; s|'postcss-import'|'../postcss-import.mjs'| ; s|'../../../postcssPlugin.mjs'|'../postcssPlugin.mjs'| ; s|} = rule;|} = {...rule, ruleName: filename(import.meta.url)};| ; s| Did you mean .*|',|g ; s|codeFilename: .*||g ; s|expect(result.report).toBe('');||g\"; eslint --fix test/tests/*.mjs"
38
+ "clean": "find test/tests/ -type f -name '*.mjs' | xargs gsed -i \"s|'../../../testUtils/mergeTestDescriptions.mjs'|'../mergeTestDescriptions.mjs'| ; s|'../testUtils/replaceBackslashes.mjs'|'../replaceBackslashes.mjs'| ; s|'../../../__tests__/fixtures/postcss-naive-css-in-js.cjs'|'../postcss-naive-css-in-js.mjs'| ; s|'postcss'|'../postcss.mjs'| ; s|'postcss-import'|'../postcss-import.mjs'| ; s|'../../../postcssPlugin.mjs'|'../postcssPlugin.mjs'| ; s|} = rule;|} = {...rule, ruleName: filename(import.meta.url)};| ; s| Did you mean .*|',|g ; s|codeFilename: .*||g ; s|expect(result.report).toBe('');||g ; /^import stylelint from /d\"; eslint --fix test/tests/*.mjs"
39
39
  },
40
40
  "c8": {
41
41
  "reporter": [
@@ -44,31 +44,28 @@
44
44
  ]
45
45
  },
46
46
  "devDependencies": {
47
- "@bhsd/code-standard": "^2.1.0",
48
- "@stylistic/eslint-plugin": "^5.9.0",
47
+ "@bhsd/code-standard": "^2.1.1",
48
+ "@stylistic/eslint-plugin": "^5.10.0",
49
49
  "@types/mocha": "^10.0.10",
50
- "@types/node": "^24.10.13",
51
- "@typescript-eslint/eslint-plugin": "^8.54.0",
52
- "@typescript-eslint/parser": "^8.54.0",
53
- "c8": "^10.1.3",
50
+ "@types/node": "^24.11.0",
51
+ "@typescript-eslint/eslint-plugin": "^8.57.0",
52
+ "@typescript-eslint/parser": "^8.57.0",
53
+ "c8": "^11.0.0",
54
54
  "common-tags": "^1.8.2",
55
- "esbuild": "^0.27.3",
56
- "eslint": "^9.39.3",
55
+ "esbuild": "^0.27.4",
56
+ "eslint": "^9.39.4",
57
57
  "eslint-plugin-es-x": "^9.5.0",
58
58
  "eslint-plugin-eslint-comments": "^3.2.0",
59
- "eslint-plugin-jsdoc": "^62.7.0",
60
- "eslint-plugin-jsonc": "^3.1.0",
59
+ "eslint-plugin-jsdoc": "^62.7.1",
60
+ "eslint-plugin-jsonc": "^3.1.1",
61
61
  "eslint-plugin-n": "^17.24.0",
62
62
  "eslint-plugin-promise": "^7.2.1",
63
- "eslint-plugin-regexp": "^3.0.0",
63
+ "eslint-plugin-regexp": "^3.1.0",
64
64
  "eslint-plugin-unicorn": "^63.0.0",
65
- "globals": "^17.3.0",
65
+ "globals": "^17.4.0",
66
66
  "markdownlint-cli2": "^0.21.0",
67
67
  "mocha": "^11.7.5",
68
- "stylelint": "^17.4.0",
68
+ "stylelint": "^17.6.0",
69
69
  "typescript": "^5.9.3"
70
- },
71
- "engines": {
72
- "node": "^24.11.0"
73
70
  }
74
71
  }