Skip to content

Commit

Permalink
Upgrade execa and eslint (#1012)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericanderson authored Dec 6, 2024
1 parent 27f0f77 commit 6671a39
Show file tree
Hide file tree
Showing 25 changed files with 963 additions and 1,079 deletions.
14 changes: 14 additions & 0 deletions .changeset/selfish-peas-knock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
"@osdk/create-app.template.tutorial-todo-aip-app.beta": patch
"@osdk/create-app.template.tutorial-todo-app.beta": patch
"@osdk/create-app.template.next-static-export.v2": patch
"@osdk/create-app.template.tutorial-todo-aip-app": patch
"@osdk/create-app.template.next-static-export": patch
"@osdk/create-app.template.tutorial-todo-app": patch
"@osdk/create-app.template.react.beta": patch
"@osdk/create-app.template.react": patch
"@osdk/tool.release": patch
"@osdk/client": patch
---

Upgrade execa where used
8 changes: 4 additions & 4 deletions examples-extra/docs_example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@
"@osdk/cli.cmd.typescript": "workspace:~",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"eslint": "^9.13.0",
"eslint": "^9.15.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"postcss": "^8.4.39",
"rollup-plugin-visualizer": "^5.12.0",
"tailwindcss": "^3.4.4",
"tslib": "^2.6.3",
"typescript": "~5.5.4",
"typescript-eslint": "^8.11.0",
"typescript-eslint": "^8.15.0",
"vite": "^5.4.8"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion examples/example-next-static-export-sdk-1.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/node": "^20.17.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"eslint": "^9.13.0",
"eslint": "^9.15.0",
"eslint-config-next": "^15.0.1",
"typescript": "~5.5.4",
"vitest": "^2.1.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/example-next-static-export-sdk-2.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/node": "^20.17.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"eslint": "^9.13.0",
"eslint": "^9.15.0",
"eslint-config-next": "^15.0.1",
"typescript": "~5.5.4",
"vitest": "^2.1.3"
Expand Down
8 changes: 4 additions & 4 deletions examples/example-react-sdk-1.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@
"@eslint/js": "^9.13.0",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@vitejs/plugin-react": "^4.2.0",
"eslint": "^9.13.0",
"eslint": "^9.15.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"typescript": "~5.5.4",
"typescript-eslint": "^8.11.0",
"typescript-eslint": "^8.15.0",
"vite": "^5.4.8",
"vitest": "^2.1.2"
},
Expand Down
8 changes: 4 additions & 4 deletions examples/example-react-sdk-2.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"@types/node": "^22.7.4",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@vitejs/plugin-react": "^4.2.0",
"eslint": "^9.13.0",
"eslint": "^9.15.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.1",
"eslint-plugin-prettier": "^5.2.1",
Expand All @@ -43,7 +43,7 @@
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"typescript": "~5.5.4",
"typescript-eslint": "^8.11.0",
"typescript-eslint": "^8.15.0",
"vite": "^5.4.8",
"vitest": "^2.1.2"
},
Expand Down
8 changes: 4 additions & 4 deletions examples/example-tutorial-todo-aip-app-sdk-1.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@
"@eslint/js": "^9.13.0",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@vitejs/plugin-react": "^4.2.0",
"eslint": "^9.13.0",
"eslint": "^9.15.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"typescript": "~5.5.4",
"typescript-eslint": "^8.11.0",
"typescript-eslint": "^8.15.0",
"vite": "^5.4.8",
"vitest": "^2.1.2"
},
Expand Down
8 changes: 4 additions & 4 deletions examples/example-tutorial-todo-aip-app-sdk-2.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@
"@eslint/js": "^9.13.0",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@vitejs/plugin-react": "^4.2.0",
"eslint": "^9.13.0",
"eslint": "^9.15.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"typescript": "~5.5.4",
"typescript-eslint": "^8.11.0",
"typescript-eslint": "^8.15.0",
"vite": "^5.3.4",
"vitest": "^2.0.5"
},
Expand Down
8 changes: 4 additions & 4 deletions examples/example-tutorial-todo-app-sdk-1.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@
"@eslint/js": "^9.13.0",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@vitejs/plugin-react": "^4.2.0",
"eslint": "^9.13.0",
"eslint": "^9.15.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"typescript": "~5.5.4",
"typescript-eslint": "^8.11.0",
"typescript-eslint": "^8.15.0",
"vite": "^5.4.8",
"vitest": "^2.1.2"
},
Expand Down
8 changes: 4 additions & 4 deletions examples/example-tutorial-todo-app-sdk-2.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@
"@eslint/js": "^9.13.0",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@vitejs/plugin-react": "^4.2.0",
"eslint": "^9.13.0",
"eslint": "^9.15.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"typescript": "~5.5.4",
"typescript-eslint": "^8.11.0",
"typescript-eslint": "^8.15.0",
"vite": "^5.3.4",
"vitest": "^2.0.5"
},
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
"@osdk/monorepo.tsconfig": "workspace:~",
"@osdk/monorepo.tsup": "workspace:~",
"@types/lint-staged": "^13.3.0",
"@typescript-eslint/parser": "^8.11.0",
"@typescript-eslint/parser": "^8.15.0",
"babel-plugin-dev-expression": "^0.2.3",
"babel-plugin-minify-dead-code-elimination": "^0.5.2",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"cspell": "^8.12.1",
"dprint": "^0.47.2",
"esbuild-plugin-babel": "^0.2.3",
"eslint": "^9.7.0",
"eslint": "^9.15.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.31.0",
Expand All @@ -56,7 +56,7 @@
"tsup": "^8.2.3",
"turbo": "^2.0.9",
"typescript": "~5.5.4",
"typescript-eslint": "^8.11.0",
"typescript-eslint": "^8.15.0",
"vitest": "^2.1.2"
},
"pnpm": {
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@osdk/shared.test": "workspace:~",
"@types/geojson": "^7946.0.14",
"@types/ws": "^8.5.11",
"execa": "^9.3.0",
"execa": "^9.5.1",
"jest-extended": "^4.0.2",
"msw": "^2.3.4",
"p-defer": "^4.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/node": "^20.17.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"eslint": "^9.13.0",
"eslint": "^9.15.0",
"eslint-config-next": "^15.0.1",
"typescript": "~5.5.4",
"vitest": "^2.1.3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/node": "^20.17.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"eslint": "^9.13.0",
"eslint": "^9.15.0",
"eslint-config-next": "^15.0.1",
"typescript": "~5.5.4",
"vitest": "^2.1.3"
Expand Down
8 changes: 4 additions & 4 deletions packages/create-app.template.react.beta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
"@types/node": "^22.7.4",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@vitejs/plugin-react": "^4.2.0",
"eslint": "^9.13.0",
"eslint": "^9.15.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.1",
"eslint-plugin-prettier": "^5.2.1",
Expand All @@ -56,7 +56,7 @@
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"typescript": "~5.5.4",
"typescript-eslint": "^8.11.0",
"typescript-eslint": "^8.15.0",
"vite": "^5.4.8",
"vitest": "^2.1.2"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/create-app.template.react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,18 @@
"@osdk/monorepo.tsup": "workspace:~",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@vitejs/plugin-react": "^4.2.0",
"eslint": "^9.13.0",
"eslint": "^9.15.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"typescript": "~5.5.4",
"typescript-eslint": "^8.11.0",
"typescript-eslint": "^8.15.0",
"vite": "^5.4.8",
"vitest": "^2.1.2"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,18 @@
"@osdk/monorepo.tsup": "workspace:~",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@vitejs/plugin-react": "^4.2.0",
"eslint": "^9.13.0",
"eslint": "^9.15.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"typescript": "~5.5.4",
"typescript-eslint": "^8.11.0",
"typescript-eslint": "^8.15.0",
"vite": "^5.3.4",
"vitest": "^2.0.5"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,18 @@
"@osdk/monorepo.tsup": "workspace:~",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@vitejs/plugin-react": "^4.2.0",
"eslint": "^9.13.0",
"eslint": "^9.15.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"typescript": "~5.5.4",
"typescript-eslint": "^8.11.0",
"typescript-eslint": "^8.15.0",
"vite": "^5.4.8",
"vitest": "^2.1.2"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,18 @@
"@osdk/monorepo.tsup": "workspace:~",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@vitejs/plugin-react": "^4.2.0",
"eslint": "^9.13.0",
"eslint": "^9.15.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"typescript": "~5.5.4",
"typescript-eslint": "^8.11.0",
"typescript-eslint": "^8.15.0",
"vite": "^5.3.4",
"vitest": "^2.0.5"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/create-app.template.tutorial-todo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,18 @@
"@osdk/monorepo.tsup": "workspace:~",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@vitejs/plugin-react": "^4.2.0",
"eslint": "^9.13.0",
"eslint": "^9.15.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"typescript": "~5.5.4",
"typescript-eslint": "^8.11.0",
"typescript-eslint": "^8.15.0",
"vite": "^5.4.8",
"vitest": "^2.1.2"
},
Expand Down
Loading

0 comments on commit 6671a39

Please sign in to comment.