build(deps): bump the production-dependencies group across 1 directory with 9 updates#343
Merged
declanlscott merged 3 commits intomainfrom Jan 23, 2026
Conversation
…y with 9 updates Bumps the production-dependencies group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.90.12` | `5.90.15` | | [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.91.1` | `5.91.2` | | [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router) | `1.141.4` | `1.144.0` | | [@tanstack/router-devtools](https://github.com/TanStack/router/tree/HEAD/packages/router-devtools) | `1.141.4` | `1.144.0` | | [@tanstack/router-vite-plugin](https://github.com/TanStack/router/tree/HEAD/packages/router-vite-plugin) | `1.141.5` | `1.144.0` | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.561.0` | `0.562.0` | | [react-error-boundary](https://github.com/bvaughn/react-error-boundary) | `6.0.0` | `6.0.1` | | [remeda](https://github.com/remeda/remeda) | `2.32.0` | `2.32.1` | | [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `2.6.0` | `3.4.0` | Updates `@tanstack/react-query` from 5.90.12 to 5.90.15 - [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.90.15/packages/react-query) Updates `@tanstack/react-query-devtools` from 5.91.1 to 5.91.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.91.2/packages/react-query-devtools) Updates `@tanstack/react-router` from 1.141.4 to 1.144.0 - [Release notes](https://github.com/TanStack/router/releases) - [Commits](https://github.com/TanStack/router/commits/v1.144.0/packages/react-router) Updates `@tanstack/router-devtools` from 1.141.4 to 1.144.0 - [Release notes](https://github.com/TanStack/router/releases) - [Commits](https://github.com/TanStack/router/commits/v1.144.0/packages/router-devtools) Updates `@tanstack/router-vite-plugin` from 1.141.5 to 1.144.0 - [Release notes](https://github.com/TanStack/router/releases) - [Commits](https://github.com/TanStack/router/commits/v1.144.0/packages/router-vite-plugin) Updates `lucide-react` from 0.561.0 to 0.562.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.562.0/packages/lucide-react) Updates `react-error-boundary` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/bvaughn/react-error-boundary/releases) - [Commits](bvaughn/react-error-boundary@6.0.0...6.0.1) Updates `remeda` from 2.32.0 to 2.32.1 - [Release notes](https://github.com/remeda/remeda/releases) - [Commits](remeda/remeda@v2.32.0...v2.32.1) Updates `tailwind-merge` from 2.6.0 to 3.4.0 - [Release notes](https://github.com/dcastil/tailwind-merge/releases) - [Commits](dcastil/tailwind-merge@v2.6.0...v3.4.0) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-version: 5.90.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: "@tanstack/react-query-devtools" dependency-version: 5.91.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: "@tanstack/react-router" dependency-version: 1.144.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: "@tanstack/router-devtools" dependency-version: 1.144.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: "@tanstack/router-vite-plugin" dependency-version: 1.144.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: lucide-react dependency-version: 0.562.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: react-error-boundary dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: remeda dependency-version: 2.32.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: tailwind-merge dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
73424cd to
5e5af49
Compare
replace `Object.hasOwn` with `Object.prototype.hasOwnProperty.call`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the production-dependencies group with 9 updates in the / directory:
5.90.125.90.155.91.15.91.21.141.41.144.01.141.41.144.01.141.51.144.00.561.00.562.06.0.06.0.12.32.02.32.12.6.03.4.0Updates
@tanstack/react-queryfrom 5.90.12 to 5.90.15Release notes
Sourced from
@tanstack/react-query's releases.Changelog
Sourced from
@tanstack/react-query's changelog.Commits
0a1e3e0ci: Version Packages (#10003)fccef79fix(query-core): ensure query refetches on mount/retry when status is error (...e907f89fix(core): report errors of useMutation callbacks asynchronously (#9676)84564f1ci: Version Packages (#10001)642f72dtest(react-query/ssr): add 'useIsFetching' test for SSR (#9994)1d20c48ci: Version Packages (#9997)2be25catest(react-query/HydrationBoundary): add tests for 'enabled: false' and 'stal...f15b7fcci: prepare for trusted publishing (#9952)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@tanstack/react-querysince your current version.Updates
@tanstack/react-query-devtoolsfrom 5.91.1 to 5.91.2Release notes
Sourced from
@tanstack/react-query-devtools's releases.Changelog
Sourced from
@tanstack/react-query-devtools's changelog.Commits
84564f1ci: Version Packages (#10001)f15b7fcci: prepare for trusted publishing (#9952)72d8ac5fix: update react and nextJs (#9944)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@tanstack/react-query-devtoolssince your current version.Updates
@tanstack/react-routerfrom 1.141.4 to 1.144.0Release notes
Sourced from
@tanstack/react-router's releases.... (truncated)
Commits
c23dec4release: v1.144.0e90e720release: v1.143.11aa208f1fix: use React.use if available (#6229)2f46e9brelease: v1.143.6af9ef26fix: revert rewrite fix (#6211)80e43afrelease: v1.143.473315f1release: v1.143.317c07d9fix: rewrite causes infinite redirects (#6201)358a770release: v1.143.2b1c7350fix(react-router): HMR not updating inline arrow function components (#6197)Updates
@tanstack/router-devtoolsfrom 1.141.4 to 1.144.0Release notes
Sourced from
@tanstack/router-devtools's releases.... (truncated)
Commits
c23dec4release: v1.144.0e90e720release: v1.143.112f46e9brelease: v1.143.680e43afrelease: v1.143.473315f1release: v1.143.3358a770release: v1.143.2f5232a5release: v1.142.13f613bc3release: v1.142.116fd9c95release: v1.142.8f8d9759release: v1.142.7Updates
@tanstack/router-vite-pluginfrom 1.141.5 to 1.144.0Release notes
Sourced from
@tanstack/router-vite-plugin's releases.... (truncated)
Commits
c23dec4release: v1.144.0e90e720release: v1.143.112f46e9brelease: v1.143.680e43afrelease: v1.143.473315f1release: v1.143.3358a770release: v1.143.2f5232a5release: v1.142.13f613bc3release: v1.142.11ae3f399release: v1.142.106fd9c95release: v1.142.8Updates
lucide-reactfrom 0.561.0 to 0.562.0Release notes
Sourced from lucide-react's releases.
Commits
Updates
react-error-boundaryfrom 6.0.0 to 6.0.1Commits
257255b6.0.0 -> 6.0.173a6393Updated contributing markdown7a49904Filled in useErrorBoundary page5a0c930Removed examples from README; those are now in the docsf5c6968Vercel JSON483e98aFix OG image URL0fcbea5Adoptreact-lib-tools(#231)2b0cc09chore(eslint): migrate config from 'mjs' to 'js' (#226)47c76a2chore(eslint.config): replace deprecated 'tseslint.config' with 'defineConfig...f50c322ci(.github/workflows): update 'actions/checkout' and 'actions/setup-node' to ...Updates
remedafrom 2.32.0 to 2.32.1Release notes
Sourced from remeda's releases.
Commits
fbc907cfix(groupByProp): narrow union types in simple arrays correctly (#1232)5967d95chore(deps): bump astro from 5.15.3 to 5.15.9 (#1235)cdd0488chore(node): Support node 25 (#1227)f56a98echore(deps-dev): bump vitest from 3.2.4 to 4.0.6 (#1224)ec23594chore(deps-dev): bump semantic-release from 24.2.9 to 25.0.1 (#1223)94db23achore(deps): bump the minor group with 9 updates (#1221)5b31783chore(deps): bump the actions group with 2 updates (#1219)5b8c32bchore(deps): bump the patches group with 13 updates (#1220)049be69chore: bump all deps manually (october 2025) (#1211)7c4f3fbchore(deps): bump the actions group with 2 updates (#1203)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for remeda since your current version.
Updates
tailwind-mergefrom 2.6.0 to 3.4.0Release notes
Sourced from tailwind-merge's releases.
... (truncated)
Commits
3e1256av3.4.0e15f392add changelog for v3.4.075e9aefMerge pull request #619 from quantizor/further-improvements1bafc9cMake benchmark test names consistent0799c12revert: remove array-based string building optimization1927858test: add ultra long class list benchmark87baba3Remove unnecessary pre-computed conflict maps7831c8eperf: pre-compute conflict arrays at initialization1a3d133perf: replace localeCompare with direct string comparison0270028perf: use index-based recursion to avoid array allocationsMaintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for tailwind-merge since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions