Skip to content

Commit

Permalink
Dependabot updates (connectrpc#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
srikrsna-buf authored Nov 1, 2023
1 parent d620314 commit ff460d2
Show file tree
Hide file tree
Showing 8 changed files with 662 additions and 772 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ const config = {
"@typescript-eslint/no-type-alias": "off", // this rule turns off things that are absolutely required by this project such as conditional types and literals
"@typescript-eslint/no-throw-literal": "off", // unfortunately this rule doesn't understand returns from `unreachableCase`
"@typescript-eslint/no-magic-numbers": "off", // literal values are used in CSS-in-JS, tests, and library constants
"@typescript-eslint/prefer-destructuring": "off", // Added in 6.8.0, causing an issue in linting
"@typescript-eslint/ban-ts-comment": [
"error",
{ "ts-expect-error": { descriptionFormat: "^\\(\\d+\\) .+$" } },
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
pnpm --version
- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
Expand Down
8 changes: 4 additions & 4 deletions examples/react/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
"format": "prettier . --write && eslint . --fix && license-header"
},
"dependencies": {
"@bufbuild/buf": "1.27.0",
"@bufbuild/buf": "1.27.2",
"@bufbuild/protobuf": "^1.4.1",
"@bufbuild/protoc-gen-es": "^1.4.1",
"@connectrpc/connect": "^1.1.3",
"@connectrpc/connect-query": "workspace:*",
"@connectrpc/connect-web": "^1.1.3",
"@connectrpc/protoc-gen-connect-es": "^1.1.3",
"@connectrpc/protoc-gen-connect-query": "workspace:*",
"@tanstack/react-query": "^5.0.0",
"@tanstack/react-query-devtools": "^5.0.0",
"@tanstack/react-query": "^5.4.3",
"@tanstack/react-query-devtools": "^5.4.3",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.2.30",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react": "^4.1.0",
"react": "^18.2.0",
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@
"@bufbuild/license-header": "^0.0.4",
"@jest/globals": "29.7.0",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.7",
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.7.4",
"@typescript-eslint/utils": "6.7.4",
"cspell": "7.3.7",
"eslint": "8.50.0",
"@types/node": "^20.8.10",
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "6.9.1",
"@typescript-eslint/utils": "6.9.1",
"cspell": "7.3.8",
"eslint": "8.52.0",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "27.4.2",
"eslint-plugin-jsdoc": "46.8.2",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jest": "27.6.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"jest": "29.7.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/connect-query/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions packages/connect-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
"stable-hash": "^0.0.3"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.11.0",
"@bufbuild/buf": "1.27.0",
"@arethetypeswrong/cli": "^0.13.0",
"@bufbuild/buf": "1.27.2",
"@bufbuild/jest-environment-jsdom": "^0.1.1",
"@bufbuild/protobuf": "^1.4.1",
"@bufbuild/protoc-gen-es": "^1.4.1",
"@connectrpc/connect": "^1.1.3",
"@connectrpc/connect-web": "^1.1.3",
"@connectrpc/protoc-gen-connect-es": "^1.1.3",
"@tanstack/react-query": "^5.0.0",
"@tanstack/react-query": "^5.4.3",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.2.30",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -52,7 +52,7 @@
"peerDependencies": {
"@bufbuild/protobuf": "^1.3.3",
"@connectrpc/connect": "^1.1.2",
"@tanstack/react-query": "^5.0.0",
"@tanstack/react-query": "^5.4.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/protoc-gen-connect-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
},
"preferUnplugged": true,
"devDependencies": {
"@bufbuild/buf": "1.27.0",
"@bufbuild/buf": "1.27.2",
"@bufbuild/protoc-gen-es": "^1.4.1",
"@connectrpc/connect": "^1.1.3",
"@connectrpc/connect-query": "workspace:*",
"@connectrpc/protoc-gen-connect-es": "^1.1.3",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query": "^5.4.3",
"typescript": "^5.2.2"
},
"dependencies": {
Expand Down
Loading

0 comments on commit ff460d2

Please sign in to comment.