Skip to content

Commit

Permalink
update dependencies (#297)
Browse files Browse the repository at this point in the history
* update yarn to 4.2.1

* update next to 14.2.3

* update @types dependencies.

* update devDepndencies

* update yarn binary references

* update lockfile

* version juggling

* bash default value

* typo
  • Loading branch information
phryneas committed May 13, 2024
1 parent 6eda5ba commit afa5bcc
Show file tree
Hide file tree
Showing 13 changed files with 1,509 additions and 556 deletions.
595 changes: 298 additions & 297 deletions .yarn/releases/yarn-4.1.0.cjs → .yarn/releases/yarn-4.2.2.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ nodeLinker: node-modules

npmAuthToken: "${NODE_AUTH_TOKEN-}"

yarnPath: .yarn/releases/yarn-4.1.0.cjs
yarnPath: .yarn/releases/yarn-4.2.2.cjs
8 changes: 4 additions & 4 deletions examples/app-dir-experiments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"@apollo/experimental-nextjs-app-support": "workspace:^",
"@apollo/server": "^4.9.5",
"@as-integrations/next": "^3.0.0",
"@types/node": "20.12.2",
"@types/react": "18.2.73",
"@types/react-dom": "18.2.23",
"@types/node": "20.12.11",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"client-only": "^0.0.1",
"encoding": "^0.1.13",
"eslint": "8.36.0",
Expand All @@ -27,6 +27,6 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"server-only": "^0.0.1",
"typescript": "5.0.2"
"typescript": "5.4.5"
}
}
8 changes: 4 additions & 4 deletions examples/hack-the-supergraph-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@types/node": "20.12.2",
"@types/react": "18.2.73",
"@types/react-dom": "18.2.23",
"@types/node": "20.12.11",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"framer-motion": "^10.12.2",
Expand All @@ -32,7 +32,7 @@
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-rating-stars-component": "^2.2.0",
"typescript": "5.0.4"
"typescript": "5.4.5"
},
"devDependencies": {
"@types/js-cookie": "3.0.6"
Expand Down
8 changes: 4 additions & 4 deletions examples/polls-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@apollo/client": "^3.9.9",
"@apollo/experimental-nextjs-app-support": "workspace:^",
"@apollo/server": "^4.9.5",
"@types/node": "20.12.2",
"@types/react": "18.2.73",
"@types/react-dom": "18.2.23",
"@types/node": "20.12.11",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@vercel/kv": "^0.1.1",
"autoprefixer": "10.4.14",
"clsx": "^1.2.1",
Expand All @@ -31,7 +31,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.2",
"typescript": "5.0.4"
"typescript": "5.4.5"
},
"devDependencies": {
"@graphql-codegen/cli": "3.3.1",
Expand Down
894 changes: 894 additions & 0 deletions integration-test/.yarn/releases/yarn-4.2.2.cjs

Large diffs are not rendered by default.

18 changes: 13 additions & 5 deletions integration-test/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
cacheFolder: ../.yarn/cache

checksumBehavior: ignore

compressionLevel: mixed

enableGlobalCache: false

enableInlineBuilds: true

installStatePath: ../.yarn/integration-test-install-state.gz

nodeLinker: node-modules

npmAuthToken: "${NODE_AUTH_TOKEN-}"
yarnPath: ../.yarn/releases/yarn-4.1.0.cjs
cacheFolder: "../.yarn/cache"
installStatePath: "../.yarn/integration-test-install-state.gz"
enableInlineBuilds: true
checksumBehavior: ignore

yarnPath: .yarn/releases/yarn-4.2.2.cjs
2 changes: 1 addition & 1 deletion integration-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@integration-test/root",
"packageManager": "yarn@4.1.0",
"packageManager": "yarn@4.2.2",
"resolutions": {
"@apollo/client-react-streaming": "exec:./shared/build-client-react-streaming.cjs",
"@apollo/experimental-nextjs-app-support": "exec:./shared/build-experimental-nextjs-app-support.cjs"
Expand Down
6 changes: 3 additions & 3 deletions integration-test/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ __metadata:
linkType: hard

"@apollo/client-react-streaming@exec:./shared/build-client-react-streaming.cjs::locator=%40integration-test%2Froot%40workspace%3A.":
version: 0.10.0
version: 0.10.1
resolution: "@apollo/client-react-streaming@exec:./shared/build-client-react-streaming.cjs#./shared/build-client-react-streaming.cjs::hash=48b117&locator=%40integration-test%2Froot%40workspace%3A."
dependencies:
superjson: "npm:^1.12.2 || ^2.0.0"
Expand Down Expand Up @@ -82,10 +82,10 @@ __metadata:
linkType: hard

"@apollo/experimental-nextjs-app-support@exec:./shared/build-experimental-nextjs-app-support.cjs::locator=%40integration-test%2Froot%40workspace%3A.":
version: 0.10.0
version: 0.10.1
resolution: "@apollo/experimental-nextjs-app-support@exec:./shared/build-experimental-nextjs-app-support.cjs#./shared/build-experimental-nextjs-app-support.cjs::hash=fd83cc&locator=%40integration-test%2Froot%40workspace%3A."
dependencies:
"@apollo/client-react-streaming": "npm:0.10.0"
"@apollo/client-react-streaming": "npm:0.10.1"
peerDependencies:
"@apollo/client": ^3.9.6
next: ^13.4.1 || ^14.0.0
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monorepo",
"packageManager": "yarn@4.1.0",
"packageManager": "yarn@4.2.2",
"workspaces": [
"packages/*",
"examples/*"
Expand All @@ -26,7 +26,7 @@
"@microsoft/api-documenter": "7.24.1"
},
"devDependencies": {
"@microsoft/api-documenter": "7.24.1",
"@microsoft/api-documenter": "7.24.3",
"@size-limit/file": "11.1.2",
"@size-limit/webpack": "11.1.2",
"@size-limit/webpack-why": "11.1.2",
Expand Down
22 changes: 11 additions & 11 deletions packages/client-react-streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@
"build": "rimraf dist; tsup",
"test": "concurrently -c auto \"yarn:test:*(!base) $@\"",
"test:base": "TSX_TSCONFIG_PATH=./tsconfig.tests.json node --import tsx/esm --no-warnings --test \"$@\" src/**/*.test.(ts|tsx)",
"test:ssr": "NODE_OPTIONS=\"$NODE_OPTIONS --conditions=node\" yarn run test:base",
"test:browser": "NODE_OPTIONS=\"$NODE_OPTIONS --conditions=browser\" yarn run test:base",
"test:rsc": "NODE_OPTIONS=\"$NODE_OPTIONS --conditions=react-server\" yarn run test:base",
"test:ssr": "NODE_OPTIONS=\"${NODE_OPTIONS:-} --conditions=node\" yarn run test:base",
"test:browser": "NODE_OPTIONS=\"${NODE_OPTIONS:-} --conditions=browser\" yarn run test:base",
"test:rsc": "NODE_OPTIONS=\"${NODE_OPTIONS:-} --conditions=react-server\" yarn run test:base",
"prepack": "yarn build",
"prepublishOnly": "yarn pack -o attw.tgz && attw attw.tgz && rm attw.tgz && yarn run test",
"test-bundle": "yarn test-bundle:attw && yarn test-bundle:package && yarn test-bundle:publint && yarn test-bundle:shape",
Expand All @@ -113,13 +113,13 @@
},
"devDependencies": {
"@apollo/client": "3.9.9",
"@arethetypeswrong/cli": "0.15.2",
"@microsoft/api-extractor": "7.43.0",
"@testing-library/react": "14.2.2",
"@arethetypeswrong/cli": "0.15.3",
"@microsoft/api-extractor": "7.43.2",
"@testing-library/react": "15.0.7",
"@total-typescript/shoehorn": "0.1.2",
"@tsconfig/recommended": "1.0.5",
"@types/node": "20.12.2",
"@types/react": "18.2.73",
"@tsconfig/recommended": "1.0.6",
"@types/node": "20.12.11",
"@types/react": "18.3.1",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"concurrently": "8.2.2",
Expand All @@ -140,8 +140,8 @@
"ts-node": "10.9.2",
"tsup": "8.0.2",
"tsx": "4.7.1",
"typescript": "5.4.3",
"vitest": "1.4.0"
"typescript": "5.4.5",
"vitest": "1.6.0"
},
"peerDependencies": {
"@apollo/client": "^3.9.6",
Expand Down
18 changes: 9 additions & 9 deletions packages/experimental-nextjs-app-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@
"devDependencies": {
"@apollo/client": "3.9.9",
"@apollo/client-react-streaming": "workspace:*",
"@arethetypeswrong/cli": "0.15.2",
"@microsoft/api-extractor": "7.43.0",
"@testing-library/react": "14.2.2",
"@arethetypeswrong/cli": "0.15.3",
"@microsoft/api-extractor": "7.43.2",
"@testing-library/react": "15.0.7",
"@total-typescript/shoehorn": "0.1.2",
"@tsconfig/recommended": "1.0.5",
"@types/node": "20.12.2",
"@types/react": "18.2.73",
"@tsconfig/recommended": "1.0.6",
"@types/node": "20.12.11",
"@types/react": "18.3.1",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"concurrently": "8.2.2",
Expand All @@ -99,15 +99,15 @@
"globstar": "1.0.0",
"graphql": "16.8.1",
"jsdom": "24.0.0",
"next": "14.1.0",
"next": "14.2.3",
"publint": "0.2.7",
"react": "18.3.0-canary-60a927d04-20240113",
"rimraf": "5.0.5",
"ts-node": "10.9.2",
"tsup": "8.0.2",
"tsx": "4.7.1",
"typescript": "5.4.3",
"vitest": "1.4.0"
"typescript": "5.4.5",
"vitest": "1.6.0"
},
"peerDependencies": {
"@apollo/client": "^3.9.6",
Expand Down
Loading

0 comments on commit afa5bcc

Please sign in to comment.