From 82a8c55c72f63b93cc14f6e63b9a9ddc5e0c18e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Oct 2025 09:48:18 +0000 Subject: [PATCH] chore(deps): update all dependencies - patch updates --- .github/workflows/prerelease.yml | 2 +- .github/workflows/release.yml | 2 +- package.json | 30 +++++++++++++++--------------- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index df8f9d3feee..16360d770b1 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -143,7 +143,7 @@ jobs: - name: Send a Slack notification on publish id: slack - uses: slackapi/slack-github-action@v1.27.0 + uses: slackapi/slack-github-action@v1.27.1 with: # Slack channel id, channel name, or user id to post message # See also: https://api.slack.com/methods/chat.postMessage#channels diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a9df4ad4ea5..6fd95c649ae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,7 +76,7 @@ jobs: steps: - name: Send a Slack notification on publish id: slack - uses: slackapi/slack-github-action@v1.27.0 + uses: slackapi/slack-github-action@v1.27.1 with: # Slack channel id, channel name, or user id to post message # See also: https://api.slack.com/methods/chat.postMessage#channels diff --git a/package.json b/package.json index 27f7a51b586..afdc08b2a3b 100644 --- a/package.json +++ b/package.json @@ -162,13 +162,13 @@ "@babel/core": "^7.26.9", "@babel/parser": "7.25.0", "@babel/preset-env": "^7.26.9", - "@changesets/changelog-github": "0.5.0", + "@changesets/changelog-github": "0.5.1", "@changesets/cli": "2.27.7", "@eslint/compat": "1.2.5", "@eslint/eslintrc": "3.2.0", "@eslint/js": "9.31.0", "@graphql-codegen/cli": "^5.0.6", - "@graphql-tools/schema": "10.0.4", + "@graphql-tools/schema": "10.0.25", "@jest/expect-utils": "29.7.0", "@jest/globals": "29.7.0", "@mdx-js/language-service": "^0.7.1", @@ -177,17 +177,17 @@ "@microsoft/tsdoc": "0.15.1", "@size-limit/esbuild-why": "11.1.4", "@size-limit/preset-small-lib": "11.1.4", - "@testing-library/dom": "10.4.0", + "@testing-library/dom": "10.4.1", "@testing-library/jest-dom": "6.6.3", "@testing-library/react": "16.1.0", - "@testing-library/react-render-stream": "2.0.0", + "@testing-library/react-render-stream": "2.0.1", "@testing-library/user-event": "14.5.2", "@types/babel__preset-env": "^7.10.0", - "@types/bytes": "3.1.4", + "@types/bytes": "3.1.5", "@types/fetch-mock": "7.3.8", - "@types/jest": "29.5.12", + "@types/jest": "29.5.14", "@types/jsesc": "^3.0.3", - "@types/lodash": "4.17.7", + "@types/lodash": "4.17.20", "@types/node": "^22.10.7", "@types/react": "19.0.12", "@types/react-dom": "19.0.4", @@ -199,7 +199,7 @@ "@typescript-eslint/types": "8.21.0", "@typescript-eslint/utils": "8.21.0", "ast-types": "0.16.1", - "babel-plugin-react-compiler": "19.1.0-rc.2", + "babel-plugin-react-compiler": "19.1.0-rc.3", "eslint": "9.31.0", "eslint-import-resolver-typescript": "3.7.0", "eslint-plugin-import": "2.31.0", @@ -213,8 +213,8 @@ "fetch-mock": "9.11.0", "globals": "15.14.0", "graphql": "16.9.0", - "graphql-17-alpha2": "npm:graphql@17.0.0-alpha.2", - "graphql-ws": "6.0.3", + "graphql-17-alpha2": "npm:graphql@17.0.0-alpha.9", + "graphql-ws": "6.0.6", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "jest-junit": "16.0.0", @@ -224,8 +224,8 @@ "knip": "^5.42.2", "lodash": "4.17.21", "madge": "^8.0.0", - "patch-package": "8.0.0", - "pkg-pr-new": "0.0.24", + "patch-package": "8.0.1", + "pkg-pr-new": "0.0.60", "prettier": "3.1.1", "publint": "^0.3.8", "react": "19.1.0", @@ -235,9 +235,9 @@ "react-dom-17": "npm:react-dom@^17", "react-dom-18": "npm:react-dom@^18", "react-error-boundary": "4.0.13", - "recast": "0.23.9", - "rimraf": "5.0.9", - "rxjs": "7.8.1", + "recast": "0.23.11", + "rimraf": "5.0.10", + "rxjs": "7.8.2", "rxjs-min": "npm:rxjs@7.3.0", "size-limit": "11.1.4", "size-limit-apollo-plugin": "file:config/size-limit",