chore(deps): bump the minor-patch group with 25 updates - #628
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the minor-patch group with 25 updates#628dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the minor-patch group with 25 updates: | Package | From | To | | --- | --- | --- | | [@supabase/supabase-js](https://github.com/supabase/supabase-js/tree/HEAD/packages/core/supabase-js) | `2.106.2` | `2.112.2` | | [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.101.2` | `5.101.4` | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `1.24.0` | `1.29.0` | | [next-intl](https://github.com/amannn/next-intl) | `4.13.1` | `4.13.5` | | [react-i18next](https://github.com/i18next/react-i18next) | `17.0.9` | `17.0.11` | | [resend](https://github.com/resend/resend-node) | `6.12.4` | `6.18.1` | | [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) | `10.4.6` | `10.5.7` | | [@chromatic-com/storybook](https://github.com/chromaui/addon-visual-tests) | `5.2.1` | `5.3.0` | | [@playwright/test](https://github.com/microsoft/playwright) | `1.61.1` | `1.62.1` | | [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/a11y) | `10.4.6` | `10.5.7` | | [@storybook/addon-docs](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/docs) | `10.4.6` | `10.5.7` | | [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `10.4.6` | `10.5.7` | | [@storybook/addon-mcp](https://github.com/storybookjs/mcp/tree/HEAD/packages/addon-mcp) | `0.6.0` | `0.7.0` | | [@storybook/addon-vitest](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/vitest) | `10.4.6` | `10.5.7` | | [@storybook/nextjs-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/nextjs) | `10.4.6` | `10.5.7` | | [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `10.4.6` | `10.5.7` | | [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `10.4.6` | `10.5.7` | | [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.3.2` | `4.3.3` | | [@testing-library/user-event](https://github.com/testing-library/user-event) | `14.6.1` | `14.6.3` | | [eslint](https://github.com/eslint/eslint) | `9.39.4` | `9.39.5` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `16.2.4` | `16.3.0` | | [eslint-plugin-storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin) | `10.4.6` | `10.5.7` | | [prettier](https://github.com/prettier/prettier) | `3.5.3` | `3.9.6` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.3.2` | `4.3.3` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.1.4` | `8.2.1` | Updates `@supabase/supabase-js` from 2.106.2 to 2.112.2 - [Release notes](https://github.com/supabase/supabase-js/releases) - [Changelog](https://github.com/supabase/supabase-js/blob/master/packages/core/supabase-js/CHANGELOG.md) - [Commits](https://github.com/supabase/supabase-js/commits/v2.112.2/packages/core/supabase-js) Updates `@tanstack/react-query` from 5.101.2 to 5.101.4 - [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.4/packages/react-query) Updates `lucide-react` from 1.24.0 to 1.29.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.29.0/packages/lucide-react) Updates `next-intl` from 4.13.1 to 4.13.5 - [Release notes](https://github.com/amannn/next-intl/releases) - [Changelog](https://github.com/amannn/next-intl/blob/main/CHANGELOG.md) - [Commits](amannn/next-intl@v4.13.1...v4.13.5) Updates `react-i18next` from 17.0.9 to 17.0.11 - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](i18next/react-i18next@v17.0.9...v17.0.11) Updates `resend` from 6.12.4 to 6.18.1 - [Release notes](https://github.com/resend/resend-node/releases) - [Changelog](https://github.com/resend/resend-node/blob/canary/CHANGELOG.md) - [Commits](resend/resend-node@v6.12.4...v6.18.1) Updates `storybook` from 10.4.6 to 10.5.7 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v10.5.7/code/core) Updates `@chromatic-com/storybook` from 5.2.1 to 5.3.0 - [Release notes](https://github.com/chromaui/addon-visual-tests/releases) - [Changelog](https://github.com/chromaui/addon-visual-tests/blob/v5.3.0/CHANGELOG.md) - [Commits](chromaui/addon-visual-tests@v5.2.1...v5.3.0) Updates `@playwright/test` from 1.61.1 to 1.62.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.61.1...v1.62.1) Updates `@storybook/addon-a11y` from 10.4.6 to 10.5.7 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v10.5.7/code/addons/a11y) Updates `@storybook/addon-docs` from 10.4.6 to 10.5.7 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v10.5.7/code/addons/docs) Updates `@storybook/addon-links` from 10.4.6 to 10.5.7 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v10.5.7/code/addons/links) Updates `@storybook/addon-mcp` from 0.6.0 to 0.7.0 - [Release notes](https://github.com/storybookjs/mcp/releases) - [Changelog](https://github.com/storybookjs/mcp/blob/main/packages/addon-mcp/CHANGELOG.md) - [Commits](https://github.com/storybookjs/mcp/commits/@storybook/addon-mcp@0.7.0/packages/addon-mcp) Updates `@storybook/addon-vitest` from 10.4.6 to 10.5.7 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v10.5.7/code/addons/vitest) Updates `@storybook/nextjs-vite` from 10.4.6 to 10.5.7 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v10.5.7/code/frameworks/nextjs) Updates `@storybook/react` from 10.4.6 to 10.5.7 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v10.5.7/code/renderers/react) Updates `@storybook/react-vite` from 10.4.6 to 10.5.7 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v10.5.7/code/frameworks/react-vite) Updates `@tailwindcss/postcss` from 4.3.2 to 4.3.3 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.3/packages/@tailwindcss-postcss) Updates `@testing-library/user-event` from 14.6.1 to 14.6.3 - [Release notes](https://github.com/testing-library/user-event/releases) - [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md) - [Commits](testing-library/user-event@v14.6.1...v14.6.3) Updates `eslint` from 9.39.4 to 9.39.5 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.4...v9.39.5) Updates `eslint-config-next` from 16.2.4 to 16.3.0 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/commits/v16.3.0/packages/eslint-config-next) Updates `eslint-plugin-storybook` from 10.4.6 to 10.5.7 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v10.5.7/code/lib/eslint-plugin) Updates `prettier` from 3.5.3 to 3.9.6 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.5.3...3.9.6) Updates `tailwindcss` from 4.3.2 to 4.3.3 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.3/packages/tailwindcss) Updates `vite` from 8.1.4 to 8.2.1 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v8.2.1/packages/vite) --- updated-dependencies: - dependency-name: "@supabase/supabase-js" dependency-version: 2.112.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: "@tanstack/react-query" dependency-version: 5.101.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: lucide-react dependency-version: 1.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: next-intl dependency-version: 4.13.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: react-i18next dependency-version: 17.0.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: resend dependency-version: 6.18.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: storybook dependency-version: 10.5.7 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: "@chromatic-com/storybook" dependency-version: 5.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: "@playwright/test" dependency-version: 1.62.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: "@storybook/addon-a11y" dependency-version: 10.5.7 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: "@storybook/addon-docs" dependency-version: 10.5.7 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: "@storybook/addon-links" dependency-version: 10.5.7 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: "@storybook/addon-mcp" dependency-version: 0.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: "@storybook/addon-vitest" dependency-version: 10.5.7 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: "@storybook/nextjs-vite" dependency-version: 10.5.7 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: "@storybook/react" dependency-version: 10.5.7 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: "@storybook/react-vite" dependency-version: 10.5.7 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: "@tailwindcss/postcss" dependency-version: 4.3.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: "@testing-library/user-event" dependency-version: 14.6.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: eslint dependency-version: 9.39.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: eslint-config-next dependency-version: 16.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: eslint-plugin-storybook dependency-version: 10.5.7 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: prettier dependency-version: 3.9.6 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: tailwindcss dependency-version: 4.3.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: vite dependency-version: 8.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
|
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 minor-patch group with 25 updates:
2.106.22.112.25.101.25.101.41.24.01.29.04.13.14.13.517.0.917.0.116.12.46.18.110.4.610.5.75.2.15.3.01.61.11.62.110.4.610.5.710.4.610.5.710.4.610.5.70.6.00.7.010.4.610.5.710.4.610.5.710.4.610.5.710.4.610.5.74.3.24.3.314.6.114.6.39.39.49.39.516.2.416.3.010.4.610.5.73.5.33.9.64.3.24.3.38.1.48.2.1Updates
@supabase/supabase-jsfrom 2.106.2 to 2.112.2Release notes
Sourced from @supabase/supabase-js's releases.
... (truncated)
Changelog
Sourced from @supabase/supabase-js's changelog.
... (truncated)
Commits
07b27eechore(release): version 2.112.1 changelogs (#2593)1831402fix(realtime): ensure setAuth doesn't disable token refresh (#2592)0136f34chore(release): version 2.112.0 changelogs (#2589)2877b5btest(supabase): replace test-tracing harness with real-OTel unit and e2e cove...a413544feat(supabase): move OpenTelemetry tracing to opt-in /tracing subpath (#2583)e6c975cfix(supabase): forward db retry option (#2571)a262492chore(release): version 2.111.0 changelogs (#2572)18b5bb2chore(release): version 2.110.9 changelogs (#2567)fc2e61echore(repo): bump postcss override and fix playwright 1.62 tsconfig failure (...22050dechore(release): version 2.110.8 changelogs (#2546)Updates
@tanstack/react-queryfrom 5.101.2 to 5.101.4Release notes
Sourced from @tanstack/react-query's releases.
... (truncated)
Changelog
Sourced from @tanstack/react-query's changelog.
Commits
86bb8a6ci: Version Packages (#11094)181ea82ci: Version Packages (#11089)6d55b07test({react,preact}-query): use the '.then()' convention consistently (#11085)44f38dftest({react,preact,solid}-query/useInfiniteQuery): inline the shared 'fetchIt...d1558c1test({react,preact}-query/usePrefetchQuery): inline the 'generateQueryFn' fac...99690d1test({react,preact}-query/usePrefetchInfiniteQuery): inline single-use helper...10770f0test({react,preact}-query/usePrefetchInfiniteQuery): inline the shared 'Suspe...dbd5a86test({react,preact}-query/usePrefetchQuery): inline the shared 'Suspended' co...b955f60test({react,preact}-query/useSuspenseQuery): assert the 'loading' fallback is...b9c657etest({react,preact}-query/usePrefetchQuery): assert the 'Loading...' fallback...Updates
lucide-reactfrom 1.24.0 to 1.29.0Release notes
Sourced from lucide-react's releases.
... (truncated)
Commits
f229f83chore(depedencies): Update dependencies (#4553)Updates
next-intlfrom 4.13.1 to 4.13.5Release notes
Sourced from next-intl's releases.
Changelog
Sourced from next-intl's changelog.
Commits
672b4b6v4.13.51446d0dfix: DeprecatesetRequestLocaleand add blog post onnext/root-params(#1...e671f92docs: Add guidance for messages defined outside of components (#2367)a2da470docs: Add studio link to footer (#2366)14e7406docs: Update eloqnt/cli links567afd1ci: Rename rootpublishscript torelease(#2365)87b1a2aci: Fix release recovery to run from release.yml (Trusted Publishing) (#2364)49005dbci: Add manual recovery workflow for partial npm publishes (#2363)7fa175dv4.13.482de47ffix: AvoidusePathname()reads for non-locale-switching links, avoiding unn...Updates
react-i18nextfrom 17.0.9 to 17.0.11Changelog
Sourced from react-i18next's changelog.
Commits
274e2e617.0.113c4c563build1e7ccaechore: html-parse-stringify ^4.0.1 + 17.0.11 changelog4412e25html-parse-stringify ^4.0.0: replace escapeLiteralLessThan with the parser's ...5787979ci: types-compat falls back to latest when no@types/reactpre-release tag ex...3b71c2717.0.1057c3500buildc62476fchore: sync package-lock with i18next ^26.2.0 devDependency bump0126bd1improve instance warnings (monorepo hint) + dev-only suspense warning + weekl...Updates
resendfrom 6.12.4 to 6.18.1Release notes
Sourced from resend's releases.
... (truncated)
Changelog
Sourced from resend's changelog.
Commits
bbc4a24chore: bump version to 6.18.1 (#1038)bc6fb29fix(deps): update react monorepo to v19.2.8 (#1036)922d043fix: remove object field from suppression list entry type (#1032)d5a2002chore: remove tegami release process (#1033)8de6501feat(webhooks): add suppression webhooks (#1031)f51b6d4chore: release 6.18.0 (#1023)0761d9fchore: exit canary release (#1026)d8ffa8bfeat(batch): support tags and scheduledAt in batch email options (#1022)d8cadcfchore(deps): update actions/checkout action to v7 (#1013)75ca970chore(deps): update actions/create-github-app-token action to v3 (#1014)Updates
storybookfrom 10.4.6 to 10.5.7Release notes
Sourced from storybook's releases.
... (truncated)
Changelog
Sourced from storybook's changelog.
... (truncated)
Commits
7c6fb3aBump version from "10.5.6" to "10.5.7" [skip ci]bc4860aMerge pull request #35767 from storybookjs/valentin/install-packages-as-latestb90d14dMerge pull request #35341 from storybookjs/valentin/rolldown-dtsf1d065bMerge pull request #35769 from storybookjs/valentin/handle-non-storybook-pack...49bf860Merge pull request #35492 from storybookjs/valentin/ts7-package-typecheck43f2316Merge pull request #35490 from storybookjs/valentin/remove-tsconfig-baseurl3126f0aBump version from "10.5.5" to "10.5.6" [skip ci]3559428Merge pull request #35614 from storybookjs/fix/pin-jest-dom-6.9.105a52b7Bump version from "10.5.4" to "10.5.5" [skip ci]201e77aMerge pull request #35512 from storybookjs/yann/ai-setup-msw-v3Updates
@chromatic-com/storybookfrom 5.2.1 to 5.3.0Release notes
Sourced from @chromatic-com/storybook's releases.
... (truncated)
Changelog
Sourced from @chromatic-com/storybook's changelog.