Skip to content

Commit 390f7f7

Browse files
authored
Merge pull request #955 from spotify/develop
Release 13.0.1
2 parents cfa06fc + da7ba64 commit 390f7f7

File tree

8 files changed

+134
-94
lines changed

8 files changed

+134
-94
lines changed

.github/workflows/publish-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
2121
- uses: actions/setup-node@v2
2222
with:
23-
node-version: 16.9
23+
node-version: 16
2424
- name: yarn install
2525
run: yarn install --frozen-lockfile
2626
- name: yarn build

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
2121
- uses: actions/setup-node@v2
2222
with:
23-
node-version: 16.9
23+
node-version: 16
2424
- name: yarn install
2525
run: yarn install --frozen-lockfile
2626
- name: yarn build

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
2121
- uses: actions/setup-node@v2
2222
with:
23-
node-version: 16.9
23+
node-version: 16
2424
- name: yarn install
2525
run: yarn install --frozen-lockfile
2626
- name: yarn build

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [14.17, 16.9]
18+
node-version: [14, 16]
1919

2020
steps:
2121
- uses: actions/checkout@v2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323
"devDependencies": {
2424
"@spotify/eslint-config-oss": "^1.0.0",
25-
"@spotify/eslint-plugin": "^12.0.0",
25+
"@spotify/eslint-plugin": "^13.0.0",
2626
"husky": "^7.0.0",
2727
"lerna": "^4.0.0",
2828
"typescript": "^4.2.3"

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"peerDependencies": {
3838
"@spotify/eslint-plugin": ">=8.x",
39-
"eslint": ">=7.x"
39+
"eslint": "^8.10.0"
4040
},
4141
"publishConfig": {
4242
"access": "public"

packages/eslint-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"typescript": "^4.2.3"
4444
},
4545
"peerDependencies": {
46-
"@typescript-eslint/parser": ">=5.x",
47-
"eslint": ">=8.x"
46+
"@typescript-eslint/parser": "^5.13.0",
47+
"eslint": "^8.10.0"
4848
},
4949
"publishConfig": {
5050
"access": "public"

yarn.lock

Lines changed: 126 additions & 86 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)