Skip to content

Commit

Permalink
Merge pull request #955 from spotify/develop
Browse files Browse the repository at this point in the history
Release 13.0.1
  • Loading branch information
spotify-kai committed Apr 13, 2022
2 parents cfa06fc + da7ba64 commit 390f7f7
Show file tree
Hide file tree
Showing 8 changed files with 134 additions and 94 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- uses: actions/setup-node@v2
with:
node-version: 16.9
node-version: 16
- name: yarn install
run: yarn install --frozen-lockfile
- name: yarn build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- uses: actions/setup-node@v2
with:
node-version: 16.9
node-version: 16
- name: yarn install
run: yarn install --frozen-lockfile
- name: yarn build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- uses: actions/setup-node@v2
with:
node-version: 16.9
node-version: 16
- name: yarn install
run: yarn install --frozen-lockfile
- name: yarn build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [14.17, 16.9]
node-version: [14, 16]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"devDependencies": {
"@spotify/eslint-config-oss": "^1.0.0",
"@spotify/eslint-plugin": "^12.0.0",
"@spotify/eslint-plugin": "^13.0.0",
"husky": "^7.0.0",
"lerna": "^4.0.0",
"typescript": "^4.2.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"peerDependencies": {
"@spotify/eslint-plugin": ">=8.x",
"eslint": ">=7.x"
"eslint": "^8.10.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"typescript": "^4.2.3"
},
"peerDependencies": {
"@typescript-eslint/parser": ">=5.x",
"eslint": ">=8.x"
"@typescript-eslint/parser": "^5.13.0",
"eslint": "^8.10.0"
},
"publishConfig": {
"access": "public"
Expand Down
212 changes: 126 additions & 86 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 390f7f7

Please sign in to comment.