Bump the all-dependencies group across 1 directory with 30 updates#2132
Bump the all-dependencies group across 1 directory with 30 updates#2132dependabot[bot] wants to merge 1 commit into
Conversation
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c8da45c468
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "immer": "^11.1.8", | ||
| "lodash": "^4.18.1", | ||
| "lossless-json": "^4.3.0", | ||
| "next": "16.2.9", |
There was a problem hiding this comment.
Keep the Next build on Webpack until config is migrated
In CI/Docker contexts that run pnpm build, this bump changes next build to Turbopack by default. The repo still has a custom webpack callback in next.config.js for sodium-native and cache handling, and the Next 16 upgrade guide says a custom webpack config makes next build fail unless you migrate it or opt out with --webpack. Because .github/workflows/build.yml and the Dockerfile invoke pnpm build unchanged, this dependency bump blocks production and CI builds.
Useful? React with 👍 / 👎.
| "immer": "^11.1.8", | ||
| "lodash": "^4.18.1", | ||
| "lossless-json": "^4.3.0", | ||
| "next": "16.2.9", |
There was a problem hiding this comment.
Replace remaining
next lint invocations
For lint/pre-commit workflows, this upgrade removes the CLI that the repo still invokes: package.json keeps lint as next lint, and .lintstagedrc.js builds next lint --fix --file .... The Next 16 upgrade guide states that the next lint command has been removed, so pnpm lint and staged JS/TS commits fail after installing this version unless these callers are migrated to ESLint or another linter.
Useful? React with 👍 / 👎.
Bumps the all-dependencies group with 30 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@amplitude/analytics-browser](https://github.com/amplitude/Amplitude-TypeScript) | `2.23.7` | `2.44.4` | | [@creit.tech/stellar-wallets-kit](https://github.com/Creit-Tech/Stellar-Wallets-Kit) | `2.2.0` | `2.5.0` | | [@ledgerhq/hw-app-str](https://github.com/LedgerHQ/ledger-live) | `7.2.9` | `7.7.5` | | [@ledgerhq/hw-transport-webhid](https://github.com/LedgerHQ/ledger-live) | `6.30.9` | `6.36.0` | | [@next/third-parties](https://github.com/vercel/next.js/tree/HEAD/packages/third-parties) | `15.5.7` | `16.2.9` | | [@sentry/nextjs](https://github.com/getsentry/sentry-javascript) | `10.29.0` | `10.63.0` | | [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.87.4` | `5.101.2` | | [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.87.4` | `5.101.2` | | [@trezor/connect-web](https://github.com/trezor/trezor-suite) | `9.6.4` | `9.7.3` | | [bignumber.js](https://github.com/MikeMcl/bignumber.js) | `9.3.1` | `11.1.4` | | [dompurify](https://github.com/cure53/DOMPurify) | `3.2.6` | `3.4.11` | | [html-react-parser](https://github.com/remarkablemark/html-react-parser) | `5.2.6` | `6.1.3` | | [immer](https://github.com/immerjs/immer) | `10.1.3` | `11.1.9` | | [lodash](https://github.com/lodash/lodash) | `4.17.21` | `4.18.1` | | [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.20` | `4.17.24` | | [lossless-json](https://github.com/josdejong/lossless-json) | `4.2.0` | `4.3.0` | | [next](https://github.com/vercel/next.js) | `15.5.15` | `16.2.9` | | [uuid](https://github.com/uuidjs/uuid) | `11.1.0` | `14.0.1` | | [zustand-querystring](https://github.com/nitedani/zustand-querystring) | `0.0.19` | `0.7.0` | | [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) | `15.5.3` | `16.2.9` | | [@playwright/test](https://github.com/microsoft/playwright) | `1.57.0` | `1.61.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.3.1` | `26.1.0` | | [eslint](https://github.com/eslint/eslint) | `9.35.0` | `10.6.0` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `15.4.4` | `16.2.9` | | [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `5.2.0` | `7.1.1` | | [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `30.2.0` | `30.4.2` | | [lint-staged](https://github.com/lint-staged/lint-staged) | `16.1.6` | `17.0.8` | | [prettier](https://github.com/prettier/prettier) | `3.6.2` | `3.9.4` | | [sass](https://github.com/sass/dart-sass) | `1.92.1` | `1.101.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.9.2` | `6.0.3` | Updates `@amplitude/analytics-browser` from 2.23.7 to 2.44.4 - [Release notes](https://github.com/amplitude/Amplitude-TypeScript/releases) - [Commits](https://github.com/amplitude/Amplitude-TypeScript/compare/@amplitude/analytics-browser@2.23.7...@amplitude/analytics-browser@2.44.4) Updates `@creit.tech/stellar-wallets-kit` from 2.2.0 to 2.5.0 - [Release notes](https://github.com/Creit-Tech/Stellar-Wallets-Kit/releases) - [Changelog](https://github.com/Creit-Tech/Stellar-Wallets-Kit/blob/main/CHANGELOG.md) - [Commits](Creit-Tech/Stellar-Wallets-Kit@v2.2.0...v2.5.0) Updates `@ledgerhq/hw-app-str` from 7.2.9 to 7.7.5 - [Release notes](https://github.com/LedgerHQ/ledger-live/releases) - [Commits](https://github.com/LedgerHQ/ledger-live/commits/@ledgerhq/hw-app-str@7.7.5) Updates `@ledgerhq/hw-transport-webhid` from 6.30.9 to 6.36.0 - [Release notes](https://github.com/LedgerHQ/ledger-live/releases) - [Commits](https://github.com/LedgerHQ/ledger-live/compare/@ledgerhq/hw-transport-http@6.30.9...@ledgerhq/hw-transport-webhid@6.36.0) Updates `@next/third-parties` from 15.5.7 to 16.2.9 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v16.2.9/packages/third-parties) Updates `@sentry/nextjs` from 10.29.0 to 10.63.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](getsentry/sentry-javascript@10.29.0...10.63.0) Updates `@tanstack/react-query` from 5.87.4 to 5.101.2 - [Release notes](https://github.com/TanStack/query/releases) - [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md) - [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query@5.101.2/packages/react-query) Updates `@tanstack/react-query-devtools` from 5.87.4 to 5.101.2 - [Release notes](https://github.com/TanStack/query/releases) - [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query-devtools/CHANGELOG.md) - [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query-devtools@5.101.2/packages/react-query-devtools) Updates `@trezor/connect-web` from 9.6.4 to 9.7.3 - [Release notes](https://github.com/trezor/trezor-suite/releases) - [Commits](https://github.com/trezor/trezor-suite/commits) Updates `bignumber.js` from 9.3.1 to 11.1.4 - [Release notes](https://github.com/MikeMcl/bignumber.js/releases) - [Changelog](https://github.com/MikeMcl/bignumber.js/blob/main/CHANGELOG.md) - [Commits](MikeMcl/bignumber.js@v9.3.1...v11.1.4) Updates `dompurify` from 3.2.6 to 3.4.11 - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](cure53/DOMPurify@3.2.6...3.4.11) Updates `html-react-parser` from 5.2.6 to 6.1.3 - [Release notes](https://github.com/remarkablemark/html-react-parser/releases) - [Changelog](https://github.com/remarkablemark/html-react-parser/blob/master/CHANGELOG.md) - [Commits](remarkablemark/html-react-parser@v5.2.6...v6.1.3) Updates `immer` from 10.1.3 to 11.1.9 - [Release notes](https://github.com/immerjs/immer/releases) - [Commits](immerjs/immer@v10.1.3...v11.1.9) Updates `lodash` from 4.17.21 to 4.18.1 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.21...4.18.1) Updates `@types/lodash` from 4.17.20 to 4.17.24 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Updates `lossless-json` from 4.2.0 to 4.3.0 - [Changelog](https://github.com/josdejong/lossless-json/blob/main/CHANGELOG.md) - [Commits](josdejong/lossless-json@v4.2.0...v4.3.0) Updates `next` from 15.5.15 to 16.2.9 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v15.5.15...v16.2.9) Updates `uuid` from 11.1.0 to 14.0.1 - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](uuidjs/uuid@v11.1.0...v14.0.1) Updates `zustand-querystring` from 0.0.19 to 0.7.0 - [Release notes](https://github.com/nitedani/zustand-querystring/releases) - [Commits](https://github.com/nitedani/zustand-querystring/commits) Updates `@next/eslint-plugin-next` from 15.5.3 to 16.2.9 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v16.2.9/packages/eslint-plugin-next) Updates `@playwright/test` from 1.57.0 to 1.61.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.57.0...v1.61.1) Updates `@types/lodash` from 4.17.20 to 4.17.24 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Updates `@types/node` from 24.3.1 to 26.1.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 9.35.0 to 10.6.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.35.0...v10.6.0) Updates `eslint-config-next` from 15.4.4 to 16.2.9 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v16.2.9/packages/eslint-config-next) Updates `eslint-plugin-react-hooks` from 5.2.0 to 7.1.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/react/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/eslint-plugin-react-hooks@7.1.1/packages/eslint-plugin-react-hooks) Updates `jest` from 30.2.0 to 30.4.2 - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.4.2/packages/jest) Updates `lint-staged` from 16.1.6 to 17.0.8 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v16.1.6...v17.0.8) Updates `prettier` from 3.6.2 to 3.9.4 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.6.2...3.9.4) Updates `sass` from 1.92.1 to 1.101.0 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.92.1...1.101.0) Updates `typescript` from 5.9.2 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.2...v6.0.3) --- updated-dependencies: - dependency-name: "@amplitude/analytics-browser" dependency-version: 2.44.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: "@creit.tech/stellar-wallets-kit" dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: "@ledgerhq/hw-app-str" dependency-version: 7.7.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: "@ledgerhq/hw-transport-webhid" dependency-version: 6.35.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: "@next/eslint-plugin-next" dependency-version: 16.2.9 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: "@next/third-parties" dependency-version: 16.2.9 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: "@playwright/test" dependency-version: 1.61.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: "@sentry/nextjs" dependency-version: 10.62.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: "@tanstack/react-query" dependency-version: 5.101.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: "@tanstack/react-query-devtools" dependency-version: 5.101.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: "@trezor/connect-web" dependency-version: 9.7.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: "@types/lodash" dependency-version: 4.17.24 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: "@types/lodash" dependency-version: 4.17.24 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: "@types/node" dependency-version: 26.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: bignumber.js dependency-version: 11.1.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: dompurify dependency-version: 3.4.11 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: eslint dependency-version: 10.6.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: eslint-config-next dependency-version: 16.2.9 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: eslint-plugin-react-hooks dependency-version: 7.1.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: html-react-parser dependency-version: 6.1.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: immer dependency-version: 11.1.8 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: jest dependency-version: 30.4.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: lint-staged dependency-version: 17.0.8 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: lodash dependency-version: 4.18.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: lossless-json dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: next dependency-version: 16.2.9 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: prettier dependency-version: 3.9.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: sass dependency-version: 1.101.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: uuid dependency-version: 14.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: zustand-querystring dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
c8da45c to
c77d7f3
Compare
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
Bumps the all-dependencies group with 30 updates in the / directory:
2.23.72.44.42.2.02.5.07.2.97.7.56.30.96.36.015.5.716.2.910.29.010.63.05.87.45.101.25.87.45.101.29.6.49.7.39.3.111.1.43.2.63.4.115.2.66.1.310.1.311.1.94.17.214.18.14.17.204.17.244.2.04.3.015.5.1516.2.911.1.014.0.10.0.190.7.015.5.316.2.91.57.01.61.124.3.126.1.09.35.010.6.015.4.416.2.95.2.07.1.130.2.030.4.216.1.617.0.83.6.23.9.41.92.11.101.05.9.26.0.3Updates
@amplitude/analytics-browserfrom 2.23.7 to 2.44.4Release notes
Sourced from @amplitude/analytics-browser's releases.
Commits
b20abd0chore(release): publish5c4d1d7feat(session-replay-browser): custom transport hooks for authenticated proxie...dbc4422refactor(analytics-core): implement a Heartbeat class (#1837)9c90104chore(release): publish93df7dcfeat(analytics-react-native): Android native connectivity module + Robolectri...2055e0ctest(analytics-react-native): native iOS XCTest coverage for connectivity mod...e5638ebfeat(analytics-react-native): iOS native connectivity module (SDKRN-5) [2/5] ...4235485test(sr-react-native): add New Architecture verification example app (#1855)670111dfeat(analytics-react-native): offline connectivity plugin + JS wiring (SDKRN-...e49e8b6feat(session-replay-react-native): add New Architecture support (#1854)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@amplitude/analytics-browsersince your current version.Updates
@creit.tech/stellar-wallets-kitfrom 2.2.0 to 2.5.0Release notes
Sourced from
@creit.tech/stellar-wallets-kit's releases.Changelog
Sourced from
@creit.tech/stellar-wallets-kit's changelog.Commits
282fe7dUpgrade to 2.5.0456a0cfUpgrade wallet connect dependenciesb41c236Merge branch 'main' of github.com:Creit-Tech/Stellar-Wallets-Kit465f5fcMerge pull request #98 from IotrustGitHub/dcent-wallet-module53144f8Chore: Translate D'CENT module test descriptions to Englishf53c801Fix: Wait for injection sentinel in D'CENT isAvailable to avoid cold-load race5760127Feat: Add D'CENT wallet module92eb600Upgrade to 2.4.0bd1c771Upgrade to 2.3.0d0af8c1Update WalletConnect module and Trezor librariesUpdates
@ledgerhq/hw-app-strfrom 7.2.9 to 7.7.5Commits
Updates
@ledgerhq/hw-transport-webhidfrom 6.30.9 to 6.36.0Commits
782f01bMerge release into maine60462fchore(release): 🚀 prepare release [skip ci]bbdd288Merge pull request #19127 from LedgerHQ/lwd_410_release_notes5c97666LWD 4.10 release notesbace3e1Merge pull request #19109 from LedgerHQ/support/qaa_release_fix_settings9b71dcfMerge pull request #19106 from LedgerHQ/support/qaa_fix_my_wallet_setting4e38e75chore(prerelease): 🚀 release prerelease [LLD(4.10.0-next.6), LLM(4.10....eec1dadMerge pull request #19098 from LedgerHQ/support/cherry-pick-ff-env-resolve-at...6a0d89fMerge pull request #19097 from LedgerHQ/support/release_fix_q1_w4098eb6d6Merge pull request #19073 from LedgerHQ/fix/ff-env-flags-base-resolvedUpdates
@next/third-partiesfrom 15.5.7 to 16.2.9Release notes
Sourced from @next/third-parties's releases.
... (truncated)
Commits
f37fad9v16.2.96f16804v16.2.8411c455v16.2.7ee6e79bv16.2.6766148fv16.2.52275bd8v16.2.4d5f649bv16.2.352faae3v16.2.2ed7d2cev16.2.1c5c94dfv16.2.0Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@next/third-partiessince your current version.Updates
@sentry/nextjsfrom 10.29.0 to 10.63.0Release notes
Sourced from @sentry/nextjs's releases.
... (truncated)
Changelog
Sourced from @sentry/nextjs's changelog.
... (truncated)
Commits
2362e9frelease: 10.63.05b51d5eMerge pull request #21874 from getsentry/prepare-release/10.63.04e16503meta(changelog): Update changelog for 10.63.0690f778test(node-integration): Harden knex mysql2 healthcheck to fix flaky test (#21...429cdaftest(node-integration-tests): Fix flaky postgresjs basic transaction/error or...35998e6test(e2e/hono): Isolate request-data extraction tests onto a dedicated route ...88e7ad5feat(server-utils): Expose channel-based, streamlinedfastifyIntegration(#...e316151ref(server-utils): Move mysql orchestrion integration onto bindTracingChannel...e7c24a5feat(server-utils): Restore caller context for callback tracing channels (#21...bf21b16fix(nextjs): Don't inject trace meta tags when Cache Components is enabled (#...Updates
@tanstack/react-queryfrom 5.87.4 to 5.101.2Release notes
Sourced from @tanstack/react-query's releases.
... (truncated)
Changelog
Sourced from @tanstack/react-query's changelog.
... (truncated)
Commits
610e8d1ci: Version Packages (#10996)1f84256docs: document theselecttyping caveat for parallel-queries hooks (#10984)b809297ci: Version Packages (#10977)ccc843etest({react,preact}-query/useQueries): move type-only tests to 'useQueries.te...4154613test({react,preact}-query/useMutation): split 'should handle conditional logi...8bb5fdetest({react,preact}-query/useMutation): split 'should pass meta to mutation' ...87426a3test(react-query): replace deprecated 'toBeCalledTimes' with 'toHaveBeenCalle...feb1efdtest(*): move 'vi.useRealTimers' to the end of 'afterEach' so cleanup runs un...f3d8d2aci: Version Packages (#10774)532bb29fix(tests): disable local coverage instrumentation (#10776)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@tanstack/react-querysince your current version.Updates
@tanstack/react-query-devtoolsfrom 5.87.4 to 5.101.2Release notes
Sourced from @tanstack/react-query-devtools's releases.
Changelog
Sourced from @tanstack/react-query-devtools's changelog.
... (truncated)
Commits
610e8d1ci: Version Packages (#10996)b809297ci: Version Packages (#10977)f3d8d2aci: Version Packages (#10774)2d27c4etest(react-query-devtools/ReactQueryDevtools{,Panel}): add tests for the full...e0245c7test(react-query-devtools/ReactQueryDevtools): add tests for forwarding 'butt...532bb29fix(tests): disable local coverage instrumentation (#10776)ba6e7beci: Version Packages (#10767)05cf2bcci: Version Packages (#10758)5ff4f69ci: Version Packages (#10755)3e85350ci: Version Packages (#10706)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@tanstack/react-query-devtoolssince your current version.Updates
@trezor/connect-webfrom 9.6.4 to 9.7.3Release notes
Sourced from @trezor/connect-web's releases.
... (truncated)
Commits
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@trezor/connect-websince your current version.Install script changes
This version modifies
prepublishscript that runs during installation. Review the package contents before updating.Updates
bignumber.jsfrom 9.3.1 to 11.1.4Release notes
Sourced from bignumber.js's releases.
Changelog
Sourced from bignumber.js's changelog.