@typeform/eslint-config 7.0.20 → 7.0.22

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.
@@ -18,20 +18,20 @@ jobs:
18
18
 
19
19
  steps:
20
20
  - name: Check out Git repository
21
- uses: actions/checkout@v6
21
+ uses: actions/checkout@v7
22
22
 
23
23
  - name: Set up Node.js
24
- uses: actions/setup-node@v6
24
+ uses: actions/setup-node@v7
25
25
  with:
26
26
  node-version: 22
27
27
 
28
28
  - name: Set GitHub packages registry
29
29
  run: |
30
- npm config set '//npm.pkg.github.com/:_authToken' ${{ secrets.GH_TOKEN }}
30
+ npm config set '//npm.pkg.github.com/:_authToken' ${{ secrets.JENKINS_PAT_TOKEN }}
31
31
  npm config set @typeform:registry https://npm.pkg.github.com/
32
32
 
33
33
  - name: Get yarn cache
34
- uses: actions/cache@v5
34
+ uses: actions/cache@v6
35
35
  id: yarn-cache
36
36
  with:
37
37
  path: node_modules
@@ -55,6 +55,6 @@ jobs:
55
55
  - name: Release
56
56
  run: yarn semantic-release
57
57
  env:
58
- GH_TOKEN: ${{ secrets.GH_TOKEN }}
58
+ GH_TOKEN: ${{ secrets.JENKINS_PAT_TOKEN }}
59
59
  # OIDC publishing (with provenance) is enabled via id-token: write permission
60
60
  # No NPM_TOKEN needed — @semantic-release/npm v13 uses OIDC automatically
@@ -18,12 +18,12 @@ jobs:
18
18
 
19
19
  steps:
20
20
  - name: Check Out Source Code
21
- uses: actions/checkout@v6
21
+ uses: actions/checkout@v7
22
22
  with:
23
23
  fetch-depth: 0
24
24
 
25
25
  - name: Set up Node.js
26
- uses: actions/setup-node@v6
26
+ uses: actions/setup-node@v7
27
27
  with:
28
28
  node-version: ${{ matrix.node-version }}
29
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typeform/eslint-config",
3
- "version": "7.0.20",
3
+ "version": "7.0.22",
4
4
  "description": "ESLint configuration for Typeform front-end projects",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",