@hero-design/eslint-plugin 9.2.0 → 9.2.1-alpha.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.
File without changes
@@ -0,0 +1,13 @@
1
+ PASS tests/lib/rules/react-no-text-outside-typography.js
2
+ PASS tests/lib/rules/no-deprecated-component-prop-value.js
3
+ PASS tests/lib/rules/no-deprecated-component-prop.js
4
+ PASS tests/lib/rules/no-deprecated-theme-key.js
5
+ PASS tests/lib/rules/not-recommended-import.js
6
+ PASS tests/lib/rules/banning-snowflake-approve-comment.js
7
+ PASS tests/lib/rules/no-direct-color-palette-access.js
8
+
9
+ Test Suites: 7 passed, 7 total
10
+ Tests: 90 passed, 90 total
11
+ Snapshots: 0 total
12
+ Time: 12.224 s
13
+ Ran all test suites.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @hero-design/eslint-plugin
2
2
 
3
+ ## 9.2.1-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - test release workflow
8
+
3
9
  ## 9.2.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hero-design/eslint-plugin",
3
- "version": "9.2.0",
3
+ "version": "9.2.1-alpha.0",
4
4
  "description": "Hero Design's eslint plugin",
5
5
  "keywords": [
6
6
  "eslint",
@@ -29,10 +29,10 @@
29
29
  "eslint-plugin-eslint-plugin": "^5.0.0",
30
30
  "eslint-plugin-node": "^11.1.0",
31
31
  "jest": "^29.2.1",
32
- "prettier-config-hd": "8.42.4"
32
+ "prettier-config-hd": "8.42.5-alpha.0"
33
33
  },
34
34
  "engines": {
35
- "node": "^14.17.0 || ^16.0.0 || >= 18.0.0"
35
+ "node": "^14.17.0 || ^16.0.0 || ^18.0.0 || >=20.0.0"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "eslint": ">=7"