Skip to content

Commit

Permalink
Merge pull request #925 from spotify/develop
Browse files Browse the repository at this point in the history
Release v13.0.0
  • Loading branch information
spotify-kai authored Mar 21, 2022
2 parents 4c090ac + a8468b1 commit 3420728
Show file tree
Hide file tree
Showing 13 changed files with 2,428 additions and 2,006 deletions.
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": "^11.0.0",
"@spotify/eslint-plugin": "^12.0.0",
"husky": "^7.0.0",
"lerna": "^4.0.0",
"typescript": "^4.2.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"main": "index.js",
"scripts": {},
"devDependencies": {
"eslint": "^7.23.0",
"eslint": "^8.10.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react": "^7.29.2",
"eslint-plugin-react-hooks": "^4.2.0"
},
"peerDependencies": {
"eslint": ">=7.x",
"eslint": ">=8.x",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-react": ">=7.7.0 <8",
"eslint-plugin-react-hooks": "^4.0.0"
Expand Down
12 changes: 6 additions & 6 deletions packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"main": "index.js",
"scripts": {},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"eslint": "^7.23.0"
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"eslint": "^8.10.0"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">=4",
"@typescript-eslint/parser": ">=4",
"eslint": ">=7.x"
"@typescript-eslint/eslint-plugin": ">=5",
"@typescript-eslint/parser": ">=5",
"eslint": ">=8.x"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
"@spotify/eslint-config-typescript": "^12.0.0",
"@spotify/eslint-plugin": "^12.0.0",
"@spotify/web-scripts-utils": "^12.0.0",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-jest": "^24.3.4",
"eslint-plugin-jest": "^26.1.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react": "^7.29.2",
"eslint-plugin-react-hooks": "^4.2.0"
},
"devDependencies": {
"eslint": "^7.23.0"
"eslint": "^8.10.0"
},
"peerDependencies": {
"@spotify/eslint-plugin": ">=8.x",
Expand Down
12 changes: 6 additions & 6 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@
},
"devDependencies": {
"@spotify/web-scripts": "^12.0.0",
"@types/eslint": "^7.2.8",
"@types/eslint": "^8.4.1",
"@types/jest": "^27.0.1",
"@typescript-eslint/parser": "^4.21.0",
"@typescript-eslint/types": "^4.21.0",
"eslint": "^7.23.0",
"@typescript-eslint/parser": "^5.13.0",
"@typescript-eslint/types": "^5.13.0",
"eslint": "^8.10.0",
"typescript": "^4.2.3"
},
"peerDependencies": {
"@typescript-eslint/parser": ">=4.x",
"eslint": ">=7.x"
"@typescript-eslint/parser": ">=5.x",
"eslint": ">=8.x"
},
"publishConfig": {
"access": "public"
Expand Down

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions packages/tsconfig/__fixtures__/pass/001-app/index.ts

This file was deleted.

4 changes: 0 additions & 4 deletions packages/tsconfig/__fixtures__/pass/001-app/tsconfig.json

This file was deleted.

2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"tsconfig.json"
],
"scripts": {
"test": "./run-tests.sh"
"test": "true"
},
"devDependencies": {
"typescript": "^4.2.3"
Expand Down
26 changes: 0 additions & 26 deletions packages/tsconfig/run-tests.sh

This file was deleted.

12 changes: 6 additions & 6 deletions packages/web-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"prepublishOnly": "yarn run bootstrap && yarn run build"
},
"dependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"@spotify/eslint-config": "^12.0.0",
"@spotify/prettier-config": "^12.0.0",
"@spotify/tsconfig": "^12.0.0",
Expand All @@ -46,12 +46,12 @@
"cross-spawn-promise": "^0.10.1",
"cz-conventional-changelog": "^3.0.2",
"debug": "^4.1.1",
"eslint": "^7.23.0",
"eslint": "^8.10.0",
"jest": "^27.0.1",
"jest-junit": "^12.3.0",
"lint-staged": "^11.0.0",
"jest-junit": "^13.0.0",
"lint-staged": "^12.3.4",
"prettier": "^2.2.1",
"semantic-release": "^18.0.0",
"semantic-release": "^19.0.2",
"ts-jest": "^27.0.1",
"typescript": "^4.2.3"
},
Expand Down
Loading

0 comments on commit 3420728

Please sign in to comment.