Skip to content

chore(deps): update all non-major dependencies#50

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Open

chore(deps): update all non-major dependencies#50
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 4, 2026

This PR contains the following updates:

Package Change Age Confidence
@ai-sdk/gateway (source) ^3.0.109^3.0.112 age confidence
@ai-sdk/vue (source) ^3.0.174^3.0.177 age confidence
@iconify-json/lucide ^1.2.105^1.2.106 age confidence
@iconify-json/simple-icons ^1.2.80^1.2.81 age confidence
@tiptap/core (source) ^3.22.5^3.23.1 age confidence
@tiptap/extension-details (source) ^3.22.5^3.23.1 age confidence
@tiptap/extension-emoji (source) ^3.22.5^3.23.1 age confidence
@tiptap/extension-list (source) ^3.22.5^3.23.1 age confidence
@tiptap/extension-mention (source) ^3.22.5^3.23.1 age confidence
@tiptap/extension-table (source) ^3.22.5^3.23.1 age confidence
@tiptap/pm (source) ^3.22.5^3.23.1 age confidence
@tiptap/vue-3 (source) ^3.22.5^3.23.1 age confidence
@types/node (source) ^25.6.0^25.6.2 age confidence
ai (source) ^6.0.174^6.0.177 age confidence
pnpm (source) 10.33.210.33.4 age confidence
tailwindcss (source) ^4.2.4^4.3.0 age confidence
tiptap-extension-code-block-shiki ^1.1.0^1.2.0 age confidence

Release Notes

vercel/ai (@​ai-sdk/gateway)

v3.0.112

Compare Source

Patch Changes
  • 5c73af8: Backport: chore(provider/gateway): update gateway model settings files

v3.0.111

Compare Source

Patch Changes

v3.0.110

Compare Source

Patch Changes
  • 9a88b1d: Backport: chore(provider/gateway): update gateway model settings files
ueberdosis/tiptap (@​tiptap/core)

v3.23.1

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-details)

v3.23.1

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-emoji)

v3.23.1

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-list)

v3.23.1

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-mention)

v3.23.1

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-table)

v3.23.1

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/pm)

v3.23.1

Compare Source

ueberdosis/tiptap (@​tiptap/vue-3)

v3.23.1

Compare Source

Patch Changes
pnpm/pnpm (pnpm)

v10.33.4: pnpm 10.33.4

Compare Source

Patch Changes

  • Pin the integrity of git-hosted tarballs (codeload.github.com, gitlab.com, bitbucket.org) in the lockfile so that subsequent installs detect a tampered or substituted tarball and refuse to install it. Previously the lockfile only stored the tarball URL for git dependencies, so a compromised git host or a man-in-the-middle could serve arbitrary code on later installs without lockfile changes.

    A new gitHosted: true field is recorded on git-hosted tarball resolutions in the lockfile, letting every reader/writer route them by a single typed check instead of pattern-matching the tarball URL in each call site. Lockfiles written by older pnpm versions are enriched on load (URL fallback) so the field can be relied on uniformly across the codebase.

  • Fix a regression where pnpm --recursive --filter '!<pkg>' run/exec/test/add would include the workspace root in the matched projects. The workspace root is now correctly excluded by default when only negative --filter arguments are provided, matching the documented behavior. To include the root, pass --include-workspace-root #​11341.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Stackblitz
Workleap Nx

v10.33.3

Compare Source

tailwindlabs/tailwindcss (tailwindcss)

v4.3.0

Compare Source

Added
  • Add @container-size utility (#​18901)
  • Add scrollbar-{auto,thin,none} utilities for scrollbar-width, and scrollbar-thumb-* / scrollbar-track-* color utilities for scrollbar-color (#​19981, #​20019)
  • Add scrollbar-gutter-* utilities (#​20018)
  • Add zoom-* utilities (#​20020)
  • Add tab-* utilities (#​20022)
  • Allow using @variant with stacked variants (e.g. @variant hover:focus { … }) (#​19996)
  • Allow using @variant with compound variants (e.g. @variant hover, focus { … }) (#​19996)
  • Support --default(…) in --value(…) and --modifier(…) for functional @utility definitions (#​19989)
Fixed
  • Ensure @plugin resolves package JavaScript entries instead of browser CSS entries when using @tailwindcss/vite (#​19949)
  • Fix relative @import and @plugin paths resolving from the wrong directory when using @tailwindcss/vite (#​19965)
  • Ensure CSS files containing @variant are processed by @tailwindcss/vite (#​19966)
  • Resolve imports relative to base when result.opts.from is not provided when using @tailwindcss/postcss (#​19980)
  • Canonicalization: preserve significant _ whitespace in arbitrary values (#​19986)
  • Canonicalization: add parentheses when removing whitespace from arbitrary values would hurt readability (e.g. w-[calc(100%---spacing(60))]w-[calc(100%-(--spacing(60)))]) (#​19986)
  • Canonicalization: preserve the original unit in arbitrary values instead of normalizing to base units (e.g. -mt-[20in]mt-[-20in], not mt-[-1920px]) (#​19988)
  • Canonicalization: migrate arbitrary :has() variants from [&:has(…)] to has-[…] (#​19991)
  • Upgrade: don’t migrate inline style attributes (e.g. style="flex-grow: 1"style="flex-grow: 1", not style="grow: 1") (#​19918)
  • Allow multiple @utility definitions with the same name but different value types (#​19777)
  • Export missing PluginWithConfig type from tailwindcss/plugin to fix errors when inferring plugin config types (#​19707)
  • Ensure start and end legacy utilities without values do not generate CSS (#​20003)
  • Ensure --value(…) is required in functional @utility definitions (#​20005)
  • Canonicalization: preserve required whitespace around operators in negated arbitrary values (e.g. -left-[(var(--a)+var(--b))]) (#​20011)
timomeh/tiptap-extension-code-block-shiki (tiptap-extension-code-block-shiki)

v1.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: timomeh/tiptap-extension-code-block-shiki@v1.1.0...v1.2.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on Monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants