Skip to content

fix(deps): update all non-major dependencies#146

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

fix(deps): update all non-major dependencies#146
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented May 7, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change OpenSSF
@astrojs/vercel (source) dependencies patch 10.0.610.0.8 OpenSSF Scorecard
@tailwindcss/vite (source) dependencies minor 4.2.44.3.1 OpenSSF Scorecard
bun patch 1.3.131.3.14 OpenSSF Scorecard
node (source) patch 22.22.222.22.3 OpenSSF Scorecard
prettier (source) devDependencies patch 3.8.33.8.4 OpenSSF Scorecard
tailwindcss (source) dependencies minor 4.2.44.3.1 OpenSSF Scorecard

Release Notes

withastro/astro (@​astrojs/vercel)

v10.0.8

Compare Source

Patch Changes

v10.0.7

Compare Source

Patch Changes
tailwindlabs/tailwindcss (@​tailwindcss/vite)

v4.3.1

Compare Source

Added
  • Add --silent option to suppress output in @tailwindcss/cli (#​20100)
Fixed
  • Remove deprecation warnings by using Module#registerHooks instead of Module#register on Node 26+ (#​20028)
  • Canonicalization: don't crash when plugin utilities throw for unsupported values (#​20052)
  • Allow @apply to be used with CSS mixins (#​19427)
  • Ensure not-* correctly negates @container queries, including style(…) queries (#​20059)
  • Ensure drop-shadow-* color utilities work with custom shadow values containing calc(…) (#​20080)
  • Fix 'Sourcemap is likely to be incorrect' warnings when using @tailwindcss/vite (#​20103)
  • Ensure @tailwindcss/webpack can be installed in Rspack projects without requiring webpack as a peer dependency (#​20027)
  • Canonicalization: don't suggest invalid calc(…) expressions (e.g. px-[calc(1rem+0px)]px-[calc(1rem+0)]) (#​20127)
  • Canonicalization: avoid suggesting large spacing-scale values for arbitrary lengths (e.g. left-[99999px]left-[99999px], not left-24999.75) (#​20130)
  • Ensure @tailwindcss/cli in --watch mode recovers when a tracked dependency is deleted and restored (#​20137)
  • Ensure standalone @tailwindcss/cli binaries are ignored when scanning for class candidates (#​20139)
  • Ensure class candidates are extracted from Twig addClass(…) and removeClass(…) calls (#​20198)
  • Don't crash in the Ruby or Vue preprocessors when scanning files containing invalid UTF-8 bytes (#​19588)
  • Allow @variant to be used inside addBase (#​19480)
  • Ensure @source globs with symlinks are preserved (#​20203)
  • Ensure later @source rules can re-include files excluded by earlier @source not rules (#​20203)
  • Upgrade: don't migrate empty class rules to invalid @utility rules (#​20205)
  • Ensure transitions between inset-shadow-none and other inset shadows work correctly (#​20208)
  • Ensure explicitly referenced @source directories are scanned even when ignored by git (#​20214)
  • Ensure @source globs ending in **/* preserve dynamic path segments to avoid scanning too many files (#​20217)
  • Canonicalization: don't fold calc(…) divisions when the result would require high precision (e.g. w-[calc(100%/3.5)]w-[calc(100%/3.5)], not w-[28.571428571428573%]) (#​20221)
  • Serve ESM type declarations to ESM importers of @tailwindcss/postcss (#​20228)
Changed
  • Generate 0 instead of calc(var(--spacing) * 0) for spacing utilities like m-0 and left-0 (#​20196)
  • Generate var(--spacing) instead of calc(var(--spacing) * 1) for spacing utilities like m-1 and left-1 (#​20196)

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)
oven-sh/bun (bun)

v1.3.14: Bun v1.3.14

Compare Source

To install Bun v1.3.14

curl -fsSL https://bun.sh/install | bash

# or you can use npm
# npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.3.14:

bun upgrade
Read Bun v1.3.14's release notes on Bun's blog
Thanks to 11 contributors!
nodejs/node (node)

v22.22.3: 2026-05-13, Version 22.22.3 'Jod' (LTS), @​marco-ippolito

Compare Source

Commits
prettier/prettier (prettier)

v3.8.4

Compare Source


Configuration

📅 Schedule: (UTC)

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate Bot requested a review from JoeKarow as a code owner May 7, 2026 09:59
@renovate renovate Bot added the dependencies label May 7, 2026
@vercel

vercel Bot commented May 7, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
joekarow Error Error Jun 16, 2026 7:38pm

@renovate renovate Bot enabled auto-merge (squash) May 7, 2026 09:59
@renovate renovate Bot changed the title fix(deps): update dependency astro to v6.3.0 fix(deps): update dependency astro to v6.3.1 May 7, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 6025f1b to 863d753 Compare May 7, 2026 20:49
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 863d753 to ea597d5 Compare May 8, 2026 20:41
@renovate renovate Bot changed the title fix(deps): update dependency astro to v6.3.1 fix(deps): update all non-major dependencies May 8, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from ea597d5 to dd628a6 Compare May 13, 2026 04:36
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from dd628a6 to dfa1602 Compare May 13, 2026 18:08
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from dfa1602 to a3ed0ef Compare May 13, 2026 21:34
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from a3ed0ef to 008b1c6 Compare May 14, 2026 18:13
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 008b1c6 to db95ec6 Compare May 18, 2026 20:55
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from db95ec6 to 890bcfa Compare May 20, 2026 15:55
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 890bcfa to 9129d8c Compare May 21, 2026 17:40
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 9129d8c to 209c1b7 Compare May 22, 2026 18:00
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 209c1b7 to fc1397b Compare May 26, 2026 16:15
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from fc1397b to f4537f1 Compare May 28, 2026 11:50
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from f4537f1 to 254e3fc Compare May 28, 2026 21:55
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 254e3fc to f1578f6 Compare June 2, 2026 16:57
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from f1578f6 to 73759f6 Compare June 3, 2026 23:34
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 73759f6 to 7ab3426 Compare June 9, 2026 16:13
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 7ab3426 to 1f9125b Compare June 10, 2026 21:57
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 1f9125b to 3a3698c Compare June 11, 2026 16:41
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 3a3698c to 240d740 Compare June 12, 2026 18:42
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 240d740 to f546e9a Compare June 15, 2026 12:05
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants