Skip to content

chore(deps)(deps): bump the npm-minor-and-patch group with 4 updates - #3526

Merged
anegg0 merged 1 commit into
masterfrom
dependabot/npm_and_yarn/npm-minor-and-patch-7e9391b63d
Aug 14, 2026
Merged

chore(deps)(deps): bump the npm-minor-and-patch group with 4 updates#3526
anegg0 merged 1 commit into
masterfrom
dependabot/npm_and_yarn/npm-minor-and-patch-7e9391b63d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 14, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-minor-and-patch group with 4 updates: @notionhq/client, @vercel/edge, posthog-js and tsx.

Updates @notionhq/client from 5.23.3 to 5.24.0

Release notes

Sourced from @​notionhq/client's releases.

v5.24.0

What’s changed

New capabilities

  • Create meeting notes (#753)
    • Use client.blocks.meetingNotes.create() with a file upload or an existing audio, video, or file block. Generated request types require parent only for file-upload sources.

API response types

  • Handle unsupported formula and rollup values (#757)

    • Formula and rollup response unions now include type: "unsupported", so TypeScript users can handle values Notion did not compute.
  • Recognize invalid beta headers (#754)

    • APIErrorCode.InvalidBeta recognizes invalid_beta responses as APIResponseError, including failed async-task responses.

Links

Commits
  • 610854c Bump version to v5.24.0 (#758)
  • dc33dd2 [AI] Recognize invalid_beta API error code (#754)
  • a854951 [AI] Add unsupported variant to formula and rollup property responses (#757)
  • ec69f63 [AI] Add create method to client.blocks.meetingNotes (#753)
  • See full diff in compare view

Updates @vercel/edge from 1.3.2 to 1.3.3

Release notes

Sourced from @​vercel/edge's releases.

@​vercel/h3@​0.1.116

Patch Changes

  • @​vercel/node@​5.9.3

@​vercel/h3@​0.1.115

Patch Changes

  • @​vercel/node@​5.9.2

@​vercel/h3@​0.1.114

Patch Changes

  • @​vercel/node@​5.9.1

@​vercel/h3@​0.1.113

Patch Changes

  • Updated dependencies [4502520]
    • @​vercel/node@​5.9.0

@​vercel/h3@​0.1.112

Patch Changes

  • @​vercel/node@​5.8.27
Commits

Updates posthog-js from 1.410.10 to 1.415.4

Release notes

Sourced from posthog-js's releases.

posthog-js@1.415.4

1.415.4

Patch Changes

  • #4494 deb6bb0 Thanks @​marandaneto! - fix(types): accept current and legacy Segment Analytics SDK types in the Segment integration config (2026-08-11)
  • Updated dependencies [deb6bb0]:
    • @​posthog/types@​1.402.3

posthog-js@1.415.3

1.415.3

Patch Changes

  • #4488 23db844 Thanks @​TueHaulund! - fix(replay): never ship a buffer swapped in by a re-entrant session rotation mid-flush (2026-08-11)

  • #4474 e06bf52 Thanks @​dependabot! - dependencies updates: - Updated dependency dompurify@^3.4.13 ↗︎ (from ^3.4.12, in dependencies) (2026-08-11)

  • #4435 1cbbe6a Thanks @​arnohillen! - fix(replay): stop dropping adopted stylesheets that arrive before the host's shadow root is attached. When the recorder's full snapshot races a web component's hydration, the AdoptedStyleSheet event can be recorded before the mutation that attaches the host's shadow root. The replayer silently dropped those styles for the rest of the page view, so components styled via shadowRoot.adoptedStyleSheets (Stencil, Lit) rendered completely unstyled. The replayer now constructs the stylesheet even when the shadow root does not exist yet and keeps retrying adoption until it is attached. (2026-08-11)

posthog-js@1.415.2

1.415.2

Patch Changes

posthog-js@1.415.1

1.415.1

Patch Changes

posthog-js@1.415.0

1.415.0

Minor Changes

  • #4436 80f15a3 Thanks @​jakesciotto! - feat(surveys): optional intro screen shown before the first question

    Surveys can now display an intro screen before question 1, configured via the new displayIntroScreen, introScreenHeader, introScreenDescription,

... (truncated)

Commits
  • 4db0e80 chore: update versions and lockfile [version bump]
  • deb6bb0 fix(types): accept Segment Analytics SDK types (#4494)
  • f20f4a5 chore: update versions and lockfile [version bump]
  • 1cbbe6a fix(replay): adopt stylesheets that arrive before the shadow root is attached...
  • 23db844 fix(replay): ship only the buffer the flush validated (#4488)
  • e06bf52 chore(llma): bump dompurify from 3.4.12 to 3.4.13 (#4474)
  • ae94681 chore(deps): bump nanoid from 3.3.11 to 3.3.18 in /examples/example-ai-mastra...
  • 6e80564 test(ai): cover responses.stream instrumentation (#4480)
  • b6447a0 chore: update versions and lockfile [version bump]
  • f999394 feat(browser-common): expand extension client context and persistence (#4316)
  • Additional commits viewable in compare view

Updates tsx from 4.23.5 to 4.23.12

Release notes

Sourced from tsx's releases.

v4.23.12

4.23.12 (2026-08-10)

Bug Fixes

  • shim import.meta when tokens are split by comments or newlines (#829) (ed9d330), closes #828

This release is also available on:

v4.23.11

4.23.11 (2026-08-07)

Bug Fixes

  • preserve async ESM require fallback (55cbece)

This release is also available on:

v4.23.10

4.23.10 (2026-08-07)

Bug Fixes


This release is also available on:

v4.23.9

4.23.9 (2026-08-06)

Bug Fixes

  • map Node test locations (2f55884)
  • support data URLs in tsImport (b94f46f)

This release is also available on:

v4.23.8

... (truncated)

Commits
  • ed9d330 fix: shim import.meta when tokens are split by comments or newlines (#829)
  • 651f5be test: cover CommonJS TypeScript import.meta paths
  • bd3bc64 test: cover CommonJS loader source fallback
  • 55cbece fix: preserve async ESM require fallback
  • 6c5ba85 docs: document CommonJS default interop
  • ec1bcd5 fix: support nyc coverage discovery (#710)
  • b6e5b48 docs: clarify CommonJS default imports
  • 2f55884 fix: map Node test locations
  • de935d5 docs: document Node source-map stack formatting
  • b94f46f fix: support data URLs in tsImport
  • Additional commits viewable in compare view

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 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 npm-minor-and-patch group with 4 updates: [@notionhq/client](https://github.com/makenotion/notion-sdk-js), [@vercel/edge](https://github.com/vercel/vercel/tree/HEAD/packages/edge), [posthog-js](https://github.com/PostHog/posthog-js) and [tsx](https://github.com/privatenumber/tsx).


Updates `@notionhq/client` from 5.23.3 to 5.24.0
- [Release notes](https://github.com/makenotion/notion-sdk-js/releases)
- [Commits](makenotion/notion-sdk-js@v5.23.3...v5.24.0)

Updates `@vercel/edge` from 1.3.2 to 1.3.3
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/edge/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/@now/node@1.3.3/packages/edge)

Updates `posthog-js` from 1.410.10 to 1.415.4
- [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.410.10...posthog-js@1.415.4)

Updates `tsx` from 4.23.5 to 4.23.12
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.23.5...v4.23.12)

---
updated-dependencies:
- dependency-name: "@notionhq/client"
  dependency-version: 5.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-and-patch
- dependency-name: "@vercel/edge"
  dependency-version: 1.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-and-patch
- dependency-name: posthog-js
  dependency-version: 1.415.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-and-patch
- dependency-name: tsx
  dependency-version: 4.23.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-and-patch
...

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 14, 2026
@vercel

vercel Bot commented Aug 14, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
arbitrum-docs Ready Ready Preview Aug 14, 2026 4:30pm

Request Review

@anegg0
anegg0 merged commit a1a8da5 into master Aug 14, 2026
7 checks passed
@anegg0
anegg0 deleted the dependabot/npm_and_yarn/npm-minor-and-patch-7e9391b63d branch August 14, 2026 18:29
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.

1 participant