eslint-plugin-primer-react 5.1.1-rc.ad6059d → 5.2.0-rc.dc08e82

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/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # eslint-plugin-primer-react
2
2
 
3
- ## 5.1.1
3
+ ## 5.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#190](https://github.com/primer/eslint-plugin-primer-react/pull/190) [`a02a188`](https://github.com/primer/eslint-plugin-primer-react/commit/a02a1884c1334e1cdb43d7c5cafacdfd4ec92e33) Thanks [@khiga8](https://github.com/khiga8)! - \* bump eslint-plugin-github to v5.0.0
4
8
 
5
9
  ### Patch Changes
6
10
 
package/package-lock.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "eslint-plugin-primer-react",
3
- "version": "4.1.2",
3
+ "version": "5.1.0",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "eslint-plugin-primer-react",
9
- "version": "4.1.2",
9
+ "version": "5.1.0",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@styled-system/props": "^5.1.5",
13
- "eslint-plugin-github": "^4.10.1",
13
+ "eslint-plugin-github": "^5.0.1",
14
14
  "eslint-plugin-jsx-a11y": "^6.7.1",
15
15
  "eslint-traverse": "^1.0.0",
16
16
  "lodash": "^4.17.21",
@@ -3704,9 +3704,9 @@
3704
3704
  }
3705
3705
  },
3706
3706
  "node_modules/eslint-plugin-github": {
3707
- "version": "4.10.2",
3708
- "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-4.10.2.tgz",
3709
- "integrity": "sha512-F1F5aAFgi1Y5hYoTFzGQACBkw5W1hu2Fu5FSTrMlXqrojJnKl1S2pWO/rprlowRQpt+hzHhqSpsfnodJEVd5QA==",
3707
+ "version": "5.0.1",
3708
+ "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-5.0.1.tgz",
3709
+ "integrity": "sha512-qbXG3wL5Uh2JB92EKeX2hPtO9c/t75qVxQjVLYuTFfhHifLZzv9CBvLCvoaBhLrAC/xTMVht7DK/NofYK8X4Dg==",
3710
3710
  "dependencies": {
3711
3711
  "@github/browserslist-config": "^1.0.0",
3712
3712
  "@typescript-eslint/eslint-plugin": "^7.0.1",
@@ -11434,9 +11434,9 @@
11434
11434
  }
11435
11435
  },
11436
11436
  "eslint-plugin-github": {
11437
- "version": "4.10.2",
11438
- "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-4.10.2.tgz",
11439
- "integrity": "sha512-F1F5aAFgi1Y5hYoTFzGQACBkw5W1hu2Fu5FSTrMlXqrojJnKl1S2pWO/rprlowRQpt+hzHhqSpsfnodJEVd5QA==",
11437
+ "version": "5.0.1",
11438
+ "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-5.0.1.tgz",
11439
+ "integrity": "sha512-qbXG3wL5Uh2JB92EKeX2hPtO9c/t75qVxQjVLYuTFfhHifLZzv9CBvLCvoaBhLrAC/xTMVht7DK/NofYK8X4Dg==",
11440
11440
  "requires": {
11441
11441
  "@github/browserslist-config": "^1.0.0",
11442
11442
  "@typescript-eslint/eslint-plugin": "^7.0.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-primer-react",
3
- "version": "5.1.1-rc.ad6059d",
3
+ "version": "5.2.0-rc.dc08e82",
4
4
  "description": "ESLint rules for Primer React",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@styled-system/props": "^5.1.5",
32
- "eslint-plugin-github": "^4.10.1",
32
+ "eslint-plugin-github": "^5.0.1",
33
33
  "eslint-plugin-jsx-a11y": "^6.7.1",
34
34
  "eslint-traverse": "^1.0.0",
35
35
  "lodash": "^4.17.21",