eslint-plugin-primer-react 4.1.2 → 4.1.3-rc.1954b7e

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.
@@ -49,7 +49,7 @@ jobs:
49
49
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50
50
 
51
51
  - name: Output canary version number
52
- uses: actions/github-script@v6.4.1
52
+ uses: actions/github-script@v7.0.1
53
53
  with:
54
54
  script: |
55
55
  const package = require(`${process.env.GITHUB_WORKSPACE}/package.json`)
@@ -44,7 +44,7 @@ jobs:
44
44
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
45
 
46
46
  - name: Output release candidate version number
47
- uses: actions/github-script@v6.4.1
47
+ uses: actions/github-script@v7.0.1
48
48
  with:
49
49
  script: |
50
50
  const package = require(`${process.env.GITHUB_WORKSPACE}/package.json`)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # eslint-plugin-primer-react
2
2
 
3
+ ## 4.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#152](https://github.com/primer/eslint-plugin-primer-react/pull/152) [`7baeb96`](https://github.com/primer/eslint-plugin-primer-react/commit/7baeb9684cc5f84847f004fee282a3362517d7d0) Thanks [@siddharthkp](https://github.com/siddharthkp)! - no-system-props: Add option to ignore specific component names
8
+
3
9
  ## 4.1.2
4
10
 
5
11
  ### Patch Changes