Skip to content

chore(deps): bump the dependencies group with 17 updates#1063

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dependencies-6c2cd3eb80
Closed

chore(deps): bump the dependencies group with 17 updates#1063
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dependencies-6c2cd3eb80

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 9, 2025

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 17 updates:

Package From To
@next/bundle-analyzer 15.4.5 15.4.6
@react-email/components 0.4.0 0.5.0
@react-email/render 1.1.4 1.2.0
@tanstack/react-query 5.84.1 5.84.2
lucide-react 0.536.0 0.539.0
next 15.4.5 15.4.6
posthog-js 1.258.5 1.259.0
react-email 4.2.7 4.2.8
sass 1.89.2 1.90.0
svix 1.70.0 1.71.0
zod 4.0.14 4.0.16
@eslint/js 9.32.0 9.33.0
@ianvs/prettier-plugin-sort-imports 4.5.1 4.6.1
@next/eslint-plugin-next 15.4.5 15.4.6
@types/node 24.2.0 24.2.1
eslint 9.32.0 9.33.0
eslint-config-next 15.4.5 15.4.6

Updates @next/bundle-analyzer from 15.4.5 to 15.4.6

Release notes

Sourced from @​next/bundle-analyzer's releases.

v15.4.6

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • fix: _error page's req.url can be overwritten to dynamic param on minimal mode (#82347)
  • fix: add ?dpl to fonts in /_next/static/media (#82384)

Credits

Huge thanks to @​devjiwonchoi, @​ijjk, and @​styfle for helping!

Commits

Updates @react-email/components from 0.4.0 to 0.5.0

Release notes

Sourced from @​react-email/components's releases.

@​react-email/components@​0.5.0

Minor Changes

  • fc2f407: add toPlainText utility and deprecate plainText option on render

Patch Changes

  • Updated dependencies [fc2f407]
    • @​react-email/render@​1.2.0
    • @​react-email/body@​0.1.0
    • @​react-email/button@​0.2.0
    • @​react-email/code-block@​0.1.0
    • @​react-email/code-inline@​0.0.5
    • @​react-email/column@​0.0.13
    • @​react-email/container@​0.0.15
    • @​react-email/font@​0.0.9
    • @​react-email/head@​0.0.12
    • @​react-email/heading@​0.0.15
    • @​react-email/hr@​0.0.11
    • @​react-email/html@​0.0.11
    • @​react-email/img@​0.0.11
    • @​react-email/link@​0.0.12
    • @​react-email/markdown@​0.0.15
    • @​react-email/preview@​0.0.13
    • @​react-email/row@​0.0.12
    • @​react-email/section@​0.0.16
    • @​react-email/tailwind@​1.2.2
    • @​react-email/text@​0.1.5
Changelog

Sourced from @​react-email/components's changelog.

0.5.0

Minor Changes

  • fc2f407: add toPlainText utility and deprecate plainText option on render

Patch Changes

  • Updated dependencies [fc2f407]
    • @​react-email/render@​1.2.0
    • @​react-email/body@​0.1.0
    • @​react-email/button@​0.2.0
    • @​react-email/code-block@​0.1.0
    • @​react-email/code-inline@​0.0.5
    • @​react-email/column@​0.0.13
    • @​react-email/container@​0.0.15
    • @​react-email/font@​0.0.9
    • @​react-email/head@​0.0.12
    • @​react-email/heading@​0.0.15
    • @​react-email/hr@​0.0.11
    • @​react-email/html@​0.0.11
    • @​react-email/img@​0.0.11
    • @​react-email/link@​0.0.12
    • @​react-email/markdown@​0.0.15
    • @​react-email/preview@​0.0.13
    • @​react-email/row@​0.0.12
    • @​react-email/section@​0.0.16
    • @​react-email/tailwind@​1.2.2
    • @​react-email/text@​0.1.5
Commits

Updates @react-email/render from 1.1.4 to 1.2.0

Release notes

Sourced from @​react-email/render's releases.

@​react-email/render@​1.2.0

Minor Changes

  • fc2f407: add toPlainText utility and deprecate plainText option on render
Changelog

Sourced from @​react-email/render's changelog.

1.2.0

Minor Changes

  • fc2f407: add toPlainText utility and deprecate plainText option on render
Commits
  • a64fde8 chore(root): Version packages (#2413)
  • fc2f407 feat(render): toPlainText function to convert existing HTML to plain text (#2...
  • See full diff in compare view

Updates @tanstack/react-query from 5.84.1 to 5.84.2

Release notes

Sourced from @​tanstack/react-query's releases.

v5.84.2

Version 5.84.2 - 8/8/25, 2:00 PM

Changes

Fix

  • angular-query: align mutation options to most recent react-query types (#9543) (cd6ea9a) by Arnoud

Test

  • react-query/mutationOptions: add tests for without "mutationKey" in "mutationOptions" and add "sleep" to "mutationFn" (#9510) (34657e5) by @​sukvvon

Packages

  • @​tanstack/react-query@​5.84.2
  • @​tanstack/angular-query-experimental@​5.84.2
  • @​tanstack/react-query-devtools@​5.84.2
  • @​tanstack/react-query-persist-client@​5.84.2
  • @​tanstack/react-query-next-experimental@​5.84.2
  • @​tanstack/angular-query-devtools-experimental@​5.84.2
Commits
  • edd1bd0 release: v5.84.2
  • 34657e5 test(react-query/mutationOptions): add tests for without 'mutationKey' in 'mu...
  • See full diff in compare view

Updates lucide-react from 0.536.0 to 0.539.0

Release notes

Sourced from lucide-react's releases.

Version 0.539.0

What's Changed

Full Changelog: lucide-icons/lucide@0.538.0...0.539.0

Version 0.538.0

What's Changed

Full Changelog: lucide-icons/lucide@0.537.0...0.538.0

Version 0.537.0

What's Changed

Full Changelog: lucide-icons/lucide@0.536.0...0.537.0

Commits

Updates next from 15.4.5 to 15.4.6

Release notes

Sourced from next's releases.

v15.4.6

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • fix: _error page's req.url can be overwritten to dynamic param on minimal mode (#82347)
  • fix: add ?dpl to fonts in /_next/static/media (#82384)

Credits

Huge thanks to @​devjiwonchoi, @​ijjk, and @​styfle for helping!

Commits

Updates posthog-js from 1.258.5 to 1.259.0

Release notes

Sourced from posthog-js's releases.

posthog-js@1.259.0

1.259.0

Minor Changes

posthog-js@1.258.6

1.258.6

Patch Changes

Commits
  • 948532d chore: update versions and lockfile
  • dec3f44 chore: support survey flag variant (#2192)
  • 09e05f7 fix(flags): Pass project API key in remote_config requests (#2197)
  • 0b93c16 chore: update versions and lockfile
  • d887947 fix: vercel output mapping (#2199)
  • 8c25d44 chore: update versions and lockfile
  • 65d72b4 feat: breaking change to v5 vercel sdk (#2191)
  • f6fdd8e fix(llmo): tool calls are broken for most llm providers (#2195)
  • da8458d refactor(flags): Unify method to compute flag value and payload (#2196)
  • 9e29ca5 chore: update versions and lockfile
  • Additional commits viewable in compare view

Updates react-email from 4.2.7 to 4.2.8

Release notes

Sourced from react-email's releases.

react-email@4.2.8

Patch Changes

  • 64cd6ec: fix hot reloading with circular dependencies
Changelog

Sourced from react-email's changelog.

4.2.8

Patch Changes

  • 64cd6ec: fix hot reloading with circular dependencies
Commits

Updates sass from 1.89.2 to 1.90.0

Release notes

Sourced from sass's releases.

Dart Sass 1.90.0

To install Sass 1.90.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Allow a @forwarded module to be loaded with a configuration when that module has already been loaded with a different configuration and the module doesn't define any variables that would have been configured anyway.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.90.0

  • Allow a @forwarded module to be loaded with a configuration when that module has already been loaded with a different configuration and the module doesn't define any variables that would have been configured anyway.
Commits
  • d6f4f17 Allow unused configurations to go past @forward (#2600)
  • 02fa098 Bump @​types/jest from 29.5.14 to 30.0.0 in /pkg/sass-parser (#2591)
  • 008bbef Update embedded-host-node release pipeline (#2609)
  • d3e1abf Bump jest from 29.7.0 to 30.0.4 in /pkg/sass-parser (#2603)
  • b27c3ae Fix CI by pinning postcss version to 8.5.5 and disable app armor for browser ...
  • a42380f Bump jest-extended from 5.0.3 to 6.0.0 in /pkg/sass-parser (#2587)
  • See full diff in compare view

Updates svix from 1.70.0 to 1.71.0

Release notes

Sourced from svix's releases.

v1.71.0

What's Changed

Full Changelog: svix/svix-webhooks@v1.70.1...v1.71.0

v1.70.1

What's Changed

  • Libs/All: Re-add endpoint.transformationPartialUpdate as a deprecated operation
    • It was removed through a rename in the previous version, which should not have happened

Full Changelog: svix/svix-webhooks@v1.70.0...v1.70.1

Changelog

Sourced from svix's changelog.

Version 1.71.0

Version 1.70.1

  • Libs/All: Re-add endpoint.transformationPartialUpdate as a deprecated operation
    • It was removed through a rename in the previous version, which should not have happened
Commits

Updates zod from 4.0.14 to 4.0.16

Release notes

Sourced from zod's releases.

v4.0.16

Commits:

  • d589186c20c3dc112f5a5fda23cccd4d1f74420e fix: ensure keyof returns enum (#5045)
  • 4975f3a0e9c9f0b241499d936a02f1998c66dc01 feat: add discriminator generic (#5044)
  • 0a463e38e7f77b8036628ff911de515f9f9f6662 Update speakeasy files
  • 12658aff60349a87972a782b64802ec901c5ebf2 Fix Edit page buttons
  • 47e6604a3555811115d05bf41e50de54192e2e14 fix: edit this page button, now redirects to correct url using the new path (#5056)
  • 7207a2df38caaae910551b7ecf04941b00fc10c8 Update Hey API link to Zod v3 plugin (#5060)
  • 6887ff34fb9bf5f6769152cf62ba9b69fa378aac Update Hey API link to Zod plugin (#5059)
  • ffff1aac6a9a88fe6e7ad2659dbc7743275ea052 Clone POJO objects during defaulting/prefaulting
  • a227cb3bd22aba48412a0129650b86277adc3545 v4.0.16

v4.0.15

Commits:

  • 7e7e3461aceecf3633e158df50d6bc852e7cdf45 Clean up docs
  • f2949a81a06fe197c53e47c1fab024cebbd7f1f1 [docs] Fix migration guide upgrade command (#5021)
  • d43cf19d5cafd505f2f8e76f13e18564470f0696 Fix recursive object initialization errors with check() and other methods (#5018)
  • 3de2b6389a57a093f11ecf1820f31e5b4452c7e9 fix: remove redundant Required<> from input and output type definitions (#5033)
  • 93553bd48aeac27fdeb7dcbee5b7e37628572aff Add needs info
  • 03cfa8d9367c56d8c29870a83af10edc91eba34a 4.0.15
Commits

Updates @eslint/js from 9.32.0 to 9.33.0

Release notes

Sourced from @​eslint/js's releases.

v9.33.0

Features

  • e07820e feat: add global object access detection to no-restricted-globals (#19939) (sethamus)
  • 90b050e feat: support explicit resource management in one-var (#19941) (Sweta Tanwar)

Bug Fixes

  • 732433c fix: allow any type for meta.docs.recommended in custom rules (#19995) (Francesco Trotta)
  • e8a6914 fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)

Documentation

  • 34f0723 docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)
  • dc942a4 docs: Update README (GitHub Actions Bot)
  • 5a4b6f7 docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))
  • 247e156 docs: add missing let declarations in no-plusplus (#19980) (Yuki Takada (Yukinosuke Takada))
  • 0d17242 docs: Update README (GitHub Actions Bot)
  • fa20b9d docs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)

Build Related

  • 27fa865 build: use ESLint class to generate formatter examples (#19972) (Milos Djermanovic)

Chores

  • 4258046 chore: update dependency @​eslint/js to v9.33.0 (#19998) (renovate[bot])
  • ad28371 chore: package.json update for @​eslint/js release (Jenkins)
  • 06a22f1 test: resolve flakiness in --mcp flag test (#19993) (Pixel998)
  • 54920ed test: switch to Linter.Config in ESLintRules type tests (#19977) (Francesco Trotta)
Changelog

Sourced from @​eslint/js's changelog.

v9.33.0 - August 8, 2025

  • 4258046 chore: update dependency @​eslint/js to v9.33.0 (#19998) (renovate[bot])
  • ad28371 chore: package.json update for @​eslint/js release (Jenkins)
  • 06a22f1 test: resolve flakiness in --mcp flag test (#19993) (Pixel998)
  • 732433c fix: allow any type for meta.docs.recommended in custom rules (#19995) (Francesco Trotta)
  • 34f0723 docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)
  • dc942a4 docs: Update README (GitHub Actions Bot)
  • 5a4b6f7 docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))
  • 247e156 docs: add missing let declarations in no-plusplus (#19980) (Yuki Takada (Yukinosuke Takada))
  • 0d17242 docs: Update README (GitHub Actions Bot)
  • e07820e feat: add global object access detection to no-restricted-globals (#19939) (sethamus)
  • fa20b9d docs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)
  • 54920ed test: switch to Linter.Config in ESLintRules type tests (#19977) (Francesco Trotta)
  • e8a6914 fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)
  • 90b050e feat: support explicit resource management in one-var (#19941) (Sweta Tanwar)
  • 27fa865 build: use ESLint class to generate formatter examples (#19972) (Milos Djermanovic)
Commits

Updates @ianvs/prettier-plugin-sort-imports from 4.5.1 to 4.6.1

Release notes

Sourced from @​ianvs/prettier-plugin-sort-imports's releases.

v4.6.1

What's Changed

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.6.0...v4.6.1

v4.6.0

What's Changed

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.5.1...v4.6.0

Commits

Updates @next/eslint-plugin-next from 15.4.5 to 15.4.6

Release notes

Sourced from @​next/eslint-plugin-next's releases.

v15.4.6

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • fix: _error page's req.url can be overwritten to dynamic param on minimal mode (#82347)
  • fix: add ?dpl to fonts in /_next/static/media (#82384)

Credits

Huge thanks to @​devjiwonchoi, @​ijjk, and @​styfle for helping!

Commits

Updates @types/node from 24.2.0 to 24.2.1

Commits

Updates eslint from 9.32.0 to 9.33.0

Release notes

Sourced from eslint's releases.

v9.33.0

Features

  • e07820e feat: add global object access detection to no-restricted-globals (#19939) (sethamus)
  • 90b050e feat: support explicit resource management in one-var (#19941) (Sweta Tanwar)

Bug Fixes

  • 732433c fix: allow any type for meta.docs.recommended in custom rules (#19995) (Francesco Trotta)
  • e8a6914 fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)

Documentation

  • 34f0723 docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)
  • dc942a4 docs: Update README (GitHub Actions Bot)
  • 5a4b6f7 docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))
  • 247e156 docs: add missing let declarations in no-plusplus (#19980) (Yuki Takada (Yukinosuke Takada))
  • 0d17242 docs: Update README (GitHub Actions Bot)
  • fa20b9d docs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)

Build Related

  • 27fa865 build: use ESLint class to generate formatter examples (#19972) (Milos Djermanovic)

Chores

  • 4258046 chore: update dependency @​eslint/js to v9.33.0 (#19998) (renovate[bot])
  • ad28371 chore: package.json update for @​eslint/js release (Jenkins)
  • 06a22f1 test: resolve flakiness in --mcp flag test (#19993) (Pixel998)
  • 54920ed test: switch to Linter.Config in ESLintRules type tests (#19977) (Francesco Trotta)
Changelog

Sourced from eslint's changelog.

v9.33.0 - August 8, 2025

  • 4258046 chore: update dependency @​eslint/js to v9.33.0 (#19998) (renovate[bot])
  • ad28371 chore: package.json update for @​eslint/js release (Jenkins)
  • 06a22f1 test: resolve flakiness in --mcp flag test (#19993) (Pixel998)
  • 732433c fix: allow any type for meta.docs.recommended in custom rules (#19995) (Francesco Trotta)
  • 34f0723 docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)
  • dc942a4 docs: Update README (GitHub Actions Bot)
  • 5a4b6f7 docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))
  • 247e156 docs: add missing let declarations in no-plusplus (#19980) (Yuki Takada (Yukinosuke Takada))
  • 0d17242 docs: Update README (GitHub Actions Bot)
  • e07820e feat: add global object access detection to no-restricted-globals (#19939) (sethamus)
  • fa20b9d docs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)
  • 54920ed test: switch to Linter.Config in ESLintRules type tests (#19977) (Francesco Trotta)
  • e8a6914 fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)
  • 90b050e feat: support explicit resource management in one-var (#19941) (Sweta Tanwar)
  • 27fa865 build: use ESLint class to generate formatter examples (#19972) (Milos Djermanovic)
Commits

Updates eslint-config-next from 15.4.5 to 15.4.6

Release notes

Sourced from eslint-config-next's releases.

v15.4.6

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • fix: _error page's req.url can be overwritten to dynamic param on minimal mode (#82347)
  • fix: add ?dpl to fonts in /_next/static/media (#82384)

Credits

Huge thanks to @​devjiwonchoi, @​ijjk, and @​styfle for helping!

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the dependencies group with 17 updates:

| Package | From | To |
| --- | --- | --- |
| [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) | `15.4.5` | `15.4.6` |
| [@react-email/components](https://github.com/resend/react-email/tree/HEAD/packages/components) | `0.4.0` | `0.5.0` |
| [@react-email/render](https://github.com/resend/react-email/tree/HEAD/packages/render) | `1.1.4` | `1.2.0` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.84.1` | `5.84.2` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.536.0` | `0.539.0` |
| [next](https://github.com/vercel/next.js) | `15.4.5` | `15.4.6` |
| [posthog-js](https://github.com/PostHog/posthog-js) | `1.258.5` | `1.259.0` |
| [react-email](https://github.com/resend/react-email/tree/HEAD/packages/react-email) | `4.2.7` | `4.2.8` |
| [sass](https://github.com/sass/dart-sass) | `1.89.2` | `1.90.0` |
| [svix](https://github.com/svix/svix-libs) | `1.70.0` | `1.71.0` |
| [zod](https://github.com/colinhacks/zod) | `4.0.14` | `4.0.16` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.32.0` | `9.33.0` |
| [@ianvs/prettier-plugin-sort-imports](https://github.com/ianvs/prettier-plugin-sort-imports) | `4.5.1` | `4.6.1` |
| [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) | `15.4.5` | `15.4.6` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.2.0` | `24.2.1` |
| [eslint](https://github.com/eslint/eslint) | `9.32.0` | `9.33.0` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `15.4.5` | `15.4.6` |


Updates `@next/bundle-analyzer` from 15.4.5 to 15.4.6
- [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/v15.4.6/packages/next-bundle-analyzer)

Updates `@react-email/components` from 0.4.0 to 0.5.0
- [Release notes](https://github.com/resend/react-email/releases)
- [Changelog](https://github.com/resend/react-email/blob/@react-email/components@0.5.0/packages/components/CHANGELOG.md)
- [Commits](https://github.com/resend/react-email/commits/@react-email/components@0.5.0/packages/components)

Updates `@react-email/render` from 1.1.4 to 1.2.0
- [Release notes](https://github.com/resend/react-email/releases)
- [Changelog](https://github.com/resend/react-email/blob/@react-email/render@1.2.0/packages/render/CHANGELOG.md)
- [Commits](https://github.com/resend/react-email/commits/@react-email/render@1.2.0/packages/render)

Updates `@tanstack/react-query` from 5.84.1 to 5.84.2
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.84.2/packages/react-query)

Updates `lucide-react` from 0.536.0 to 0.539.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.539.0/packages/lucide-react)

Updates `next` from 15.4.5 to 15.4.6
- [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.4.5...v15.4.6)

Updates `posthog-js` from 1.258.5 to 1.259.0
- [Release notes](https://github.com/PostHog/posthog-js/releases)
- [Changelog](https://github.com/PostHog/posthog-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/PostHog/posthog-js/compare/posthog-js@1.258.5...posthog-js@1.259.0)

Updates `react-email` from 4.2.7 to 4.2.8
- [Release notes](https://github.com/resend/react-email/releases)
- [Changelog](https://github.com/resend/react-email/blob/react-email@4.2.8/packages/react-email/CHANGELOG.md)
- [Commits](https://github.com/resend/react-email/commits/react-email@4.2.8/packages/react-email)

Updates `sass` from 1.89.2 to 1.90.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.89.2...1.90.0)

Updates `svix` from 1.70.0 to 1.71.0
- [Release notes](https://github.com/svix/svix-libs/releases)
- [Changelog](https://github.com/svix/svix-webhooks/blob/main/ChangeLog.md)
- [Commits](svix/svix-webhooks@v1.70.0...v1.71.0)

Updates `zod` from 4.0.14 to 4.0.16
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v4.0.14...v4.0.16)

Updates `@eslint/js` from 9.32.0 to 9.33.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.33.0/packages/js)

Updates `@ianvs/prettier-plugin-sort-imports` from 4.5.1 to 4.6.1
- [Release notes](https://github.com/ianvs/prettier-plugin-sort-imports/releases)
- [Changelog](https://github.com/IanVS/prettier-plugin-sort-imports/blob/main/CHANGELOG.md)
- [Commits](IanVS/prettier-plugin-sort-imports@v4.5.1...v4.6.1)

Updates `@next/eslint-plugin-next` from 15.4.5 to 15.4.6
- [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/v15.4.6/packages/eslint-plugin-next)

Updates `@types/node` from 24.2.0 to 24.2.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `eslint` from 9.32.0 to 9.33.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.32.0...v9.33.0)

Updates `eslint-config-next` from 15.4.5 to 15.4.6
- [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/v15.4.6/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: "@next/bundle-analyzer"
  dependency-version: 15.4.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@react-email/components"
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@react-email/render"
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.84.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: lucide-react
  dependency-version: 0.539.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: next
  dependency-version: 15.4.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: posthog-js
  dependency-version: 1.259.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react-email
  dependency-version: 4.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: sass
  dependency-version: 1.90.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: svix
  dependency-version: 1.71.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: zod
  dependency-version: 4.0.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@eslint/js"
  dependency-version: 9.33.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@ianvs/prettier-plugin-sort-imports"
  dependency-version: 4.6.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@next/eslint-plugin-next"
  dependency-version: 15.4.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 24.2.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: eslint
  dependency-version: 9.33.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint-config-next
  dependency-version: 15.4.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 9, 2025
@vercel

vercel Bot commented Aug 9, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
mikebifulco-com-bnbu ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 9, 2025 5:15am

@dependabot @github

dependabot Bot commented on behalf of github Aug 16, 2025

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 16, 2025
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/dependencies-6c2cd3eb80 branch August 16, 2025 05:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants