Skip to content

chore(deps): bump the dependencies group with 10 updates #1006

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 26, 2025

Bumps the dependencies group with 10 updates:

Package From To
@t3-oss/env-nextjs 0.12.0 0.13.0
@trpc/client 11.1.0 11.1.1
@trpc/next 11.1.0 11.1.1
@trpc/react-query 11.1.0 11.1.1
@trpc/server 11.1.0 11.1.1
posthog-js 1.236.4 1.236.7
posthog-node 4.13.0 4.14.0
resend 4.3.0 4.4.1
@types/node 22.14.1 22.15.2
eslint-config-turbo 2.5.0 2.5.2

Updates @t3-oss/env-nextjs from 0.12.0 to 0.13.0

Changelog

Sourced from @​t3-oss/env-nextjs's changelog.

0.13.0

Minor Changes

  • #313 35577fc Thanks @​EskiMojo14! - feat!: added ability to customise schema combination

    Combination of schemas can now be customised using the createFinalSchema option. This allows further refinement or transformation of the environment variables.

    For 99% of users, this is a non-breaking change. If you were relying on internal types, there's a type-only breaking change:

    • CreateEnv now has the signature CreateEnv<TFinalSchema, TExtends>, instead of the previous CreateEnv<TServer, TClient, TShared, TExtends>.
      • Previous behaviour can be achieved by using DefaultCombinedSchema<TServer, TClient, TShared> as the type for TFinalSchema.

Patch Changes

Commits

Updates @trpc/client from 11.1.0 to 11.1.1

Commits

Updates @trpc/next from 11.1.0 to 11.1.1

Commits

Updates @trpc/react-query from 11.1.0 to 11.1.1

Commits

Updates @trpc/server from 11.1.0 to 11.1.1

Commits

Updates posthog-js from 1.236.4 to 1.236.7

Release notes

Sourced from posthog-js's releases.

1.236.7 - 2025-04-25

  • chore: survey 10kb win (#1921)

1.236.6 - 2025-04-24

  • fix: refactor canRenderSurvey and move logic to SurveyManager (#1897)
  • chore: do not organize imports using VS Code functionality (#1914)
  • fix: make feedback tab survey display responsive (#1704)

1.236.5 - 2025-04-22

  • fix: dont propagate events in surveys (#1911)
Changelog

Sourced from posthog-js's changelog.

1.236.7 - 2025-04-25

  • chore: survey 10kb win (#1921)

1.236.6 - 2025-04-24

  • fix: refactor canRenderSurvey and move logic to SurveyManager (#1897)
  • chore: do not organize imports using VS Code functionality (#1914)
  • fix: make feedback tab survey display responsive (#1704)

1.236.5 - 2025-04-22

  • fix: dont propagate events in surveys (#1911)
Commits

Updates posthog-node from 4.13.0 to 4.14.0

Changelog

Sourced from posthog-node's changelog.

4.14.0 - 2025-04-24

  1. feat: Add super properties as a concept to the Node SDK
Commits

Updates resend from 4.3.0 to 4.4.1

Release notes

Sourced from resend's releases.

v4.4.1

What's Changed

Full Changelog: resend/resend-node@v4.4.0...v4.4.1

v4.4.0

What's Changed

New Contributors

Full Changelog: resend/resend-node@v4.3.0...v4.4.0

Commits

Updates @types/node from 22.14.1 to 22.15.2

Commits

Updates eslint-config-turbo from 2.5.0 to 2.5.2

Release notes

Sourced from eslint-config-turbo's releases.

Turborepo v2.5.2

What's Changed

Docs

Changelog

Full Changelog: vercel/turborepo@v2.5.1...v2.5.2

Turborepo v2.5.2-canary.0

What's Changed

Docs

Changelog

Full Changelog: vercel/turborepo@v2.5.1...v2.5.2-canary.0

Turborepo v2.5.1

What's Changed

Docs

... (truncated)

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 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@t3-oss/env-nextjs](https://github.com/t3-oss/t3-env/tree/HEAD/packages/nextjs) | `0.12.0` | `0.13.0` |
| [@trpc/client](https://github.com/trpc/trpc/tree/HEAD/packages/client) | `11.1.0` | `11.1.1` |
| [@trpc/next](https://github.com/trpc/trpc/tree/HEAD/packages/next) | `11.1.0` | `11.1.1` |
| [@trpc/react-query](https://github.com/trpc/trpc/tree/HEAD/packages/react) | `11.1.0` | `11.1.1` |
| [@trpc/server](https://github.com/trpc/trpc/tree/HEAD/packages/server) | `11.1.0` | `11.1.1` |
| [posthog-js](https://github.com/PostHog/posthog-js) | `1.236.4` | `1.236.7` |
| [posthog-node](https://github.com/PostHog/posthog-js-lite/tree/HEAD/posthog-node) | `4.13.0` | `4.14.0` |
| [resend](https://github.com/resendlabs/resend-node) | `4.3.0` | `4.4.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.14.1` | `22.15.2` |
| [eslint-config-turbo](https://github.com/vercel/turborepo/tree/HEAD/packages/eslint-config-turbo) | `2.5.0` | `2.5.2` |


Updates `@t3-oss/env-nextjs` from 0.12.0 to 0.13.0
- [Release notes](https://github.com/t3-oss/t3-env/releases)
- [Changelog](https://github.com/t3-oss/t3-env/blob/main/packages/nextjs/CHANGELOG.md)
- [Commits](https://github.com/t3-oss/t3-env/commits/@t3-oss/[email protected]/packages/nextjs)

Updates `@trpc/client` from 11.1.0 to 11.1.1
- [Release notes](https://github.com/trpc/trpc/releases)
- [Commits](https://github.com/trpc/trpc/commits/v11.1.1/packages/client)

Updates `@trpc/next` from 11.1.0 to 11.1.1
- [Release notes](https://github.com/trpc/trpc/releases)
- [Commits](https://github.com/trpc/trpc/commits/v11.1.1/packages/next)

Updates `@trpc/react-query` from 11.1.0 to 11.1.1
- [Release notes](https://github.com/trpc/trpc/releases)
- [Commits](https://github.com/trpc/trpc/commits/v11.1.1/packages/react)

Updates `@trpc/server` from 11.1.0 to 11.1.1
- [Release notes](https://github.com/trpc/trpc/releases)
- [Commits](https://github.com/trpc/trpc/commits/v11.1.1/packages/server)

Updates `posthog-js` from 1.236.4 to 1.236.7
- [Release notes](https://github.com/PostHog/posthog-js/releases)
- [Changelog](https://github.com/PostHog/posthog-js/blob/main/CHANGELOG.md)
- [Commits](PostHog/posthog-js@v1.236.4...v1.236.7)

Updates `posthog-node` from 4.13.0 to 4.14.0
- [Release notes](https://github.com/PostHog/posthog-js-lite/releases)
- [Changelog](https://github.com/PostHog/posthog-js-lite/blob/main/posthog-node/CHANGELOG.md)
- [Commits](https://github.com/PostHog/posthog-js-lite/commits/posthog-node-v4.14.0/posthog-node)

Updates `resend` from 4.3.0 to 4.4.1
- [Release notes](https://github.com/resendlabs/resend-node/releases)
- [Commits](resend/resend-node@v4.3.0...v4.4.1)

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

Updates `eslint-config-turbo` from 2.5.0 to 2.5.2
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/release.md)
- [Commits](https://github.com/vercel/turborepo/commits/v2.5.2/packages/eslint-config-turbo)

---
updated-dependencies:
- dependency-name: "@t3-oss/env-nextjs"
  dependency-version: 0.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@trpc/client"
  dependency-version: 11.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@trpc/next"
  dependency-version: 11.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@trpc/react-query"
  dependency-version: 11.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@trpc/server"
  dependency-version: 11.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: posthog-js
  dependency-version: 1.236.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: posthog-node
  dependency-version: 4.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: resend
  dependency-version: 4.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 22.15.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint-config-turbo
  dependency-version: 2.5.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 26, 2025
Copy link

vercel bot commented Apr 26, 2025

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 Apr 26, 2025 5:29am

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 29, 2025

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

@dependabot dependabot bot closed this Apr 29, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-6d27ee949b branch April 29, 2025 13:34
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