Skip to content

chore(deps): Bump the production-dependencies group across 1 directory with 4 updates#86

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-b36a50adbd
Open

chore(deps): Bump the production-dependencies group across 1 directory with 4 updates#86
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-b36a50adbd

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 28, 2026

Bumps the production-dependencies group with 4 updates in the / directory: @tightknitai/slack-block-kit-validator, @tiptap/extension-link, @tiptap/react and @tiptap/starter-kit.

Updates @tightknitai/slack-block-kit-validator from 0.1.0-alpha.0 to 0.1.7

Release notes

Sourced from @​tightknitai/slack-block-kit-validator's releases.

slack-block-kit-validator: v0.1.7

Note: This release is being backfilled. `v0.1.7` was published to npm by the release workflow on 2026-05-27 (in the run for #42) before the matching GitHub release/tag had been created — see #43 for the workflow fix.

Features

  • add optional `header.level` (1-4) for variable-sized headers (#41)

Chore

  • graduate out of alpha (`0.1.7`) (#42)
  • bump dev dependencies (#37, #38, #39, #40)

CI

  • publish via `npx npm@latest` and tag prereleases explicitly (#36)
  • publish via npm CLI for Trusted Publisher OIDC (#34)

Full Changelog: TightknitAI/slack-block-kit-validator@slack-block-kit-validator-v0.1.7-alpha.1...slack-block-kit-validator-v0.1.7

slack-block-kit-validator: v0.1.7-alpha.1

0.1.7-alpha.1 (2026-05-20)

Bug Fixes

  • ci: configure npm registry-url so publish can authenticate (#32) (58087de)

slack-block-kit-validator: v0.1.6-alpha.1

0.1.6-alpha.1 (2026-05-20)

Bug Fixes

  • readme: point Try-it-live links at the working demo URL (#29) (22ed35b)

slack-block-kit-validator: v0.1.5-alpha.1

0.1.5-alpha.1 (2026-05-20)

Bug Fixes

  • ci: inline publish into release-please workflow (#27) (321ed63)

slack-block-kit-validator: v0.1.4-alpha.1

0.1.4-alpha.1 (2026-05-19)

Features

  • add Cloudflare Worker hosting validator as public API + MCP server (#24) (8cdad20)

... (truncated)

Changelog

Sourced from @​tightknitai/slack-block-kit-validator's changelog.

Changelog

0.1.7-alpha.1 (2026-05-20)

Bug Fixes

  • ci: configure npm registry-url so publish can authenticate (#32) (58087de)

0.1.6-alpha.1 (2026-05-20)

Bug Fixes

  • readme: point Try-it-live links at the working demo URL (#29) (22ed35b)

0.1.5-alpha.1 (2026-05-20)

Bug Fixes

  • ci: inline publish into release-please workflow (#27) (321ed63)

0.1.4-alpha.1 (2026-05-19)

Features

  • add Cloudflare Worker hosting validator as public API + MCP server (#24) (8cdad20)

0.1.3-alpha.1 (2026-05-19)

Features

  • demo: surface tabs, richer examples, light/dark mode (#21) (7f721e7)

Bug Fixes

  • demo: swap hand-rolled SVG icons for Lucide paths (#23) (3c70081)

0.1.2-alpha.1 (2026-05-18)

Features

  • demo: live playground at slack-block-kit-validator.tightknit.dev (#16) (e07cea6)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​tightknitai/slack-block-kit-validator since your current version.

Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Updates @tiptap/extension-link from 3.23.4 to 3.23.6

Release notes

Sourced from @​tiptap/extension-link's releases.

v3.23.6

@​tiptap/extension-drag-handle

Patch Changes

  • 937ff2e: DragHandle: Added dragImageProperties option to limit which CSS properties are cloned for the drag image. By default all ~300+ computed styles are copied; setting this to a subset (e.g. ['color', 'background-color', 'font-size']) reduces the cost when dragging selections with complex nodes.
  • Updated dependencies [937ff2e]
    • @​tiptap/core@​3.23.6
    • @​tiptap/extension-collaboration@​3.23.6
    • @​tiptap/extension-node-range@​3.23.6
    • @​tiptap/pm@​3.23.6

@​tiptap/core

Patch Changes

  • 937ff2e: Fix deleteSelection to properly handle inline nodes with text* content. The selection is now expanded to include the entire inline node boundaries when deleting, preventing incorrect collapse of inline text nodes.
  • @​tiptap/pm@​3.23.6

@​tiptap/extensions

Patch Changes

  • 937ff2e: Placeholder: Replaced full-document doc.descendants() traversal with a cursor-resolved fast path for the default config and viewport-limited scanning for the non-default config, significantly reducing decoration overhead on large documents.
  • Updated dependencies [937ff2e]
    • @​tiptap/core@​3.23.6
    • @​tiptap/pm@​3.23.6

v3.23.5

@​tiptap/markdown

Patch Changes

  • 7bf0e73: Fix extra mark tokens after inline atom nodes during Markdown serialization
  • 7bf0e73: Fix adjacent marks of the same type with different attributes being merged during Markdown serialization
  • Updated dependencies [7bf0e73]
  • Updated dependencies [7bf0e73]
    • @​tiptap/core@​3.23.5
    • @​tiptap/pm@​3.23.5

@​tiptap/core

Patch Changes

  • 7bf0e73: Fix $pos() returning correct node for non-text atom nodes instead of doc node
  • 7bf0e73: fix(nodeview): eliminate unnecessary re-renders, add opt-in position tracking NodeViews no longer re-render when decorations or position change without content changes. Added trackNodeViewPosition option — when enabled, the component re-renders on every position shift so calls to getPos() stay current in render output. Removed the internal nodeViewPositionRegistry.

... (truncated)

Changelog

Sourced from @​tiptap/extension-link's changelog.

3.23.6

Patch Changes

  • Updated dependencies [d168376]
    • @​tiptap/core@​3.23.6
    • @​tiptap/pm@​3.23.6

3.23.5

Patch Changes

  • Updated dependencies [835caf5]
  • Updated dependencies [95e138c]
    • @​tiptap/core@​3.23.5
    • @​tiptap/pm@​3.23.5
Commits

Updates @tiptap/react from 3.23.4 to 3.23.6

Release notes

Sourced from @​tiptap/react's releases.

v3.23.6

@​tiptap/extension-drag-handle

Patch Changes

  • 937ff2e: DragHandle: Added dragImageProperties option to limit which CSS properties are cloned for the drag image. By default all ~300+ computed styles are copied; setting this to a subset (e.g. ['color', 'background-color', 'font-size']) reduces the cost when dragging selections with complex nodes.
  • Updated dependencies [937ff2e]
    • @​tiptap/core@​3.23.6
    • @​tiptap/extension-collaboration@​3.23.6
    • @​tiptap/extension-node-range@​3.23.6
    • @​tiptap/pm@​3.23.6

@​tiptap/core

Patch Changes

  • 937ff2e: Fix deleteSelection to properly handle inline nodes with text* content. The selection is now expanded to include the entire inline node boundaries when deleting, preventing incorrect collapse of inline text nodes.
  • @​tiptap/pm@​3.23.6

@​tiptap/extensions

Patch Changes

  • 937ff2e: Placeholder: Replaced full-document doc.descendants() traversal with a cursor-resolved fast path for the default config and viewport-limited scanning for the non-default config, significantly reducing decoration overhead on large documents.
  • Updated dependencies [937ff2e]
    • @​tiptap/core@​3.23.6
    • @​tiptap/pm@​3.23.6

v3.23.5

@​tiptap/markdown

Patch Changes

  • 7bf0e73: Fix extra mark tokens after inline atom nodes during Markdown serialization
  • 7bf0e73: Fix adjacent marks of the same type with different attributes being merged during Markdown serialization
  • Updated dependencies [7bf0e73]
  • Updated dependencies [7bf0e73]
    • @​tiptap/core@​3.23.5
    • @​tiptap/pm@​3.23.5

@​tiptap/core

Patch Changes

  • 7bf0e73: Fix $pos() returning correct node for non-text atom nodes instead of doc node
  • 7bf0e73: fix(nodeview): eliminate unnecessary re-renders, add opt-in position tracking NodeViews no longer re-render when decorations or position change without content changes. Added trackNodeViewPosition option — when enabled, the component re-renders on every position shift so calls to getPos() stay current in render output. Removed the internal nodeViewPositionRegistry.

... (truncated)

Changelog

Sourced from @​tiptap/react's changelog.

3.23.6

Patch Changes

  • Updated dependencies [d168376]
    • @​tiptap/core@​3.23.6
    • @​tiptap/pm@​3.23.6

3.23.5

Patch Changes

  • b5f34fc: Respect explicit immediatelyRender: true in client-side Next.js. Previously, when running under Next.js (window.next present), the immediatelyRender option was forced to false even when the user explicitly passed true, breaking client-only Next.js apps that rely on the editor existing on the first render. The hook now only forces false when actual SSR is detected (typeof window === 'undefined'), or when running under Next.js with no explicit value.

  • 95e138c: fix(nodeview): eliminate unnecessary re-renders, add opt-in position tracking

    NodeViews no longer re-render when decorations or position change without content changes. Added trackNodeViewPosition option — when enabled, the component re-renders on every position shift so calls to getPos() stay current in render output. Removed the internal nodeViewPositionRegistry. Added shallow prop comparison in ReactRenderer.updateProps().

  • Updated dependencies [835caf5]

  • Updated dependencies [95e138c]

    • @​tiptap/core@​3.23.5
    • @​tiptap/pm@​3.23.5
Commits
  • 195b13f chore(release): publish a new stable version (#7854)
  • d9daae0 chore(release): publish a new stable version (#7835)
  • 95e138c fix(nodeview): eliminate unnecessary re-renders, add opt-in position tracking...
  • b5f34fc fix(react): respect explicit immediatelyRender on client-side Next.js
  • See full diff in compare view

Updates @tiptap/starter-kit from 3.23.4 to 3.23.6

Release notes

Sourced from @​tiptap/starter-kit's releases.

v3.23.6

@​tiptap/extension-drag-handle

Patch Changes

  • 937ff2e: DragHandle: Added dragImageProperties option to limit which CSS properties are cloned for the drag image. By default all ~300+ computed styles are copied; setting this to a subset (e.g. ['color', 'background-color', 'font-size']) reduces the cost when dragging selections with complex nodes.
  • Updated dependencies [937ff2e]
    • @​tiptap/core@​3.23.6
    • @​tiptap/extension-collaboration@​3.23.6
    • @​tiptap/extension-node-range@​3.23.6
    • @​tiptap/pm@​3.23.6

@​tiptap/core

Patch Changes

  • 937ff2e: Fix deleteSelection to properly handle inline nodes with text* content. The selection is now expanded to include the entire inline node boundaries when deleting, preventing incorrect collapse of inline text nodes.
  • @​tiptap/pm@​3.23.6

@​tiptap/extensions

Patch Changes

  • 937ff2e: Placeholder: Replaced full-document doc.descendants() traversal with a cursor-resolved fast path for the default config and viewport-limited scanning for the non-default config, significantly reducing decoration overhead on large documents.
  • Updated dependencies [937ff2e]
    • @​tiptap/core@​3.23.6
    • @​tiptap/pm@​3.23.6

v3.23.5

@​tiptap/markdown

Patch Changes

  • 7bf0e73: Fix extra mark tokens after inline atom nodes during Markdown serialization
  • 7bf0e73: Fix adjacent marks of the same type with different attributes being merged during Markdown serialization
  • Updated dependencies [7bf0e73]
  • Updated dependencies [7bf0e73]
    • @​tiptap/core@​3.23.5
    • @​tiptap/pm@​3.23.5

@​tiptap/core

Patch Changes

  • 7bf0e73: Fix $pos() returning correct node for non-text atom nodes instead of doc node
  • 7bf0e73: fix(nodeview): eliminate unnecessary re-renders, add opt-in position tracking NodeViews no longer re-render when decorations or position change without content changes. Added trackNodeViewPosition option — when enabled, the component re-renders on every position shift so calls to getPos() stay current in render output. Removed the internal nodeViewPositionRegistry.

... (truncated)

Changelog

Sourced from @​tiptap/starter-kit's changelog.

3.23.6

Patch Changes

  • Updated dependencies [d168376]
  • Updated dependencies [937ff2e]
    • @​tiptap/core@​3.23.6
    • @​tiptap/extensions@​3.23.6
    • @​tiptap/extension-blockquote@​3.23.6
    • @​tiptap/extension-bold@​3.23.6
    • @​tiptap/extension-code@​3.23.6
    • @​tiptap/extension-code-block@​3.23.6
    • @​tiptap/extension-document@​3.23.6
    • @​tiptap/extension-hard-break@​3.23.6
    • @​tiptap/extension-heading@​3.23.6
    • @​tiptap/extension-horizontal-rule@​3.23.6
    • @​tiptap/extension-italic@​3.23.6
    • @​tiptap/extension-link@​3.23.6
    • @​tiptap/extension-list@​3.23.6
    • @​tiptap/extension-paragraph@​3.23.6
    • @​tiptap/extension-strike@​3.23.6
    • @​tiptap/extension-text@​3.23.6
    • @​tiptap/extension-underline@​3.23.6
    • @​tiptap/extension-dropcursor@​3.23.6
    • @​tiptap/extension-gapcursor@​3.23.6
    • @​tiptap/extension-list-item@​3.23.6
    • @​tiptap/extension-list-keymap@​3.23.6
    • @​tiptap/extension-bullet-list@​3.23.6
    • @​tiptap/extension-ordered-list@​3.23.6
    • @​tiptap/pm@​3.23.6

3.23.5

Patch Changes

  • Updated dependencies [835caf5]
  • Updated dependencies [95e138c]
    • @​tiptap/core@​3.23.5
    • @​tiptap/extension-blockquote@​3.23.5
    • @​tiptap/extension-bold@​3.23.5
    • @​tiptap/extension-code@​3.23.5
    • @​tiptap/extension-code-block@​3.23.5
    • @​tiptap/extension-document@​3.23.5
    • @​tiptap/extension-hard-break@​3.23.5
    • @​tiptap/extension-heading@​3.23.5
    • @​tiptap/extension-horizontal-rule@​3.23.5
    • @​tiptap/extension-italic@​3.23.5
    • @​tiptap/extension-link@​3.23.5
    • @​tiptap/extension-list@​3.23.5
    • @​tiptap/extension-paragraph@​3.23.5

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 28, 2026
@cloudflare-workers-and-pages
Copy link
Copy Markdown
Contributor

cloudflare-workers-and-pages Bot commented May 28, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
block-kitchen 6d10f12 Commit Preview URL

Branch Preview URL
May 28 2026, 06:00 PM

@github-actions
Copy link
Copy Markdown
Contributor

Held for manual review: @tightknitai/slack-block-kit-validator, @tiptap/extension-link, @tiptap/react, @tiptap/starter-kit is on the security-sensitive auto-merge exclusion list. Verify the changelog and source diff before merging.

…y with 4 updates

Bumps the production-dependencies group with 4 updates in the / directory: [@tightknitai/slack-block-kit-validator](https://github.com/TightknitAI/slack-block-kit-validator), [@tiptap/extension-link](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-link), [@tiptap/react](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/react) and [@tiptap/starter-kit](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/starter-kit).


Updates `@tightknitai/slack-block-kit-validator` from 0.1.0-alpha.0 to 0.1.7
- [Release notes](https://github.com/TightknitAI/slack-block-kit-validator/releases)
- [Changelog](https://github.com/TightknitAI/slack-block-kit-validator/blob/main/CHANGELOG.md)
- [Commits](https://github.com/TightknitAI/slack-block-kit-validator/commits/slack-block-kit-validator-v0.1.7)

Updates `@tiptap/extension-link` from 3.23.4 to 3.23.6
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-link/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.23.6/packages/extension-link)

Updates `@tiptap/react` from 3.23.4 to 3.23.6
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.23.6/packages/react)

Updates `@tiptap/starter-kit` from 3.23.4 to 3.23.6
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/starter-kit/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.23.6/packages/starter-kit)

---
updated-dependencies:
- dependency-name: "@tightknitai/slack-block-kit-validator"
  dependency-version: 0.1.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@tiptap/extension-link"
  dependency-version: 3.23.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@tiptap/react"
  dependency-version: 3.23.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@tiptap/starter-kit"
  dependency-version: 3.23.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/production-dependencies-b36a50adbd branch from 821cf3f to 6d10f12 Compare May 28, 2026 17:58
@github-actions
Copy link
Copy Markdown
Contributor

Held for manual review: @tightknitai/slack-block-kit-validator, @tiptap/extension-link, @tiptap/react, @tiptap/starter-kit is on the security-sensitive auto-merge exclusion list. Verify the changelog and source diff before merging.

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