Skip to content

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

Merged
ghiscoding merged 1 commit intoghiscoding:mainfrom
renovate-bot:renovate/all-minor-patch
Apr 11, 2026
Merged

chore(deps): update all non-major dependencies#482
ghiscoding merged 1 commit intoghiscoding:mainfrom
renovate-bot:renovate/all-minor-patch

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

@renovate-bot renovate-bot commented Apr 2, 2026

This PR contains the following updates:

Package Change Age Confidence
@types/node (source) ^25.5.0^25.5.2 age confidence
esbuild ^0.27.4^0.28.0 age confidence
postcss (source) ^8.5.8^8.5.9 age confidence
sass ^1.98.0^1.99.0 age confidence
tinyglobby (source) ^0.2.15^0.2.16 age confidence
vite (source) ^8.0.3^8.0.8 age confidence

Release Notes

evanw/esbuild (esbuild)

v0.28.0

Compare Source

  • Add support for with { type: 'text' } imports (#​4435)

    The import text proposal has reached stage 3 in the TC39 process, which means that it's recommended for implementation. It has also already been implemented by Deno and Bun. So with this release, esbuild also adds support for it. This behaves exactly the same as esbuild's existing text loader. Here's an example:

    import string from './example.txt' with { type: 'text' }
    console.log(string)
  • Add integrity checks to fallback download path (#​4343)

    Installing esbuild via npm is somewhat complicated with several different edge cases (see esbuild's documentation for details). If the regular installation of esbuild's platform-specific package fails, esbuild's install script attempts to download the platform-specific package itself (first with the npm command, and then with a HTTP request to registry.npmjs.org as a last resort).

    This last resort path previously didn't have any integrity checks. With this release, esbuild will now verify that the hash of the downloaded binary matches the expected hash for the current release. This means the hashes for all of esbuild's platform-specific binary packages will now be embedded in the top-level esbuild package. Hopefully this should work without any problems. But just in case, this change is being done as a breaking change release.

  • Update the Go compiler from 1.25.7 to 1.26.1

    This upgrade should not affect anything. However, there have been some significant internal changes to the Go compiler, so esbuild could potentially behave differently in certain edge cases:

    • It now uses the new garbage collector that comes with Go 1.26.
    • The Go compiler is now more aggressive with allocating memory on the stack.
    • The executable format that the Go linker uses has undergone several changes.
    • The WebAssembly build now unconditionally makes use of the sign extension and non-trapping floating-point to integer conversion instructions.

    You can read the Go 1.26 release notes for more information.

postcss/postcss (postcss)

v8.5.9

Compare Source

  • Speed up source map encoding paring in case of the error.
sass/dart-sass (sass)

v1.99.0

Compare Source

  • Add support for parent selectors (&) at the root of the document. These are
    emitted as-is in the CSS output, where they're interpreted as the scoping
    root
    .

  • User-defined functions named calc or clamp are no longer forbidden. If
    such a function exists without a namespace in the current module, it will be
    used instead of the built-in calc() or clamp() function.

  • User-defined functions whose names begin with - and end with -expression,
    -url, -and, -or, or -not are no longer forbidden. These were
    originally intended to match vendor prefixes, but in practice no vendor
    prefixes for these functions ever existed in real browsers.

  • User-defined functions named EXPRESSION, URL, and ELEMENT, those that
    begin with - and end with -ELEMENT, as well as the same names with some
    lowercase letters are now deprecated, These are names conflict with plain CSS
    functions that have special syntax.

    See the Sass website for details.

  • In a future release, calls to functions whose names begin with - and end
    with -expression and -url will no longer have special parsing. For now,
    these calls are deprecated if their behavior will change in the future.

    See the Sass website for details.

  • Calls to functions whose names begin with - and end with -progid:... are
    deprecated.

    See the Sass website for details.

SuperchupuDev/tinyglobby (tinyglobby)

v0.2.16

Compare Source

Fixed
Changed
  • Overhauled and optimized most internals by Torathion
  • Ignore patterns are no longer compiled twice by webpro
vitejs/vite (vite)

v8.0.8

Compare Source

Features
Bug Fixes

v8.0.7

Compare Source

Bug Fixes
  • use sync dns.getDefaultResultOrder instead of dns.promises (#​22185) (5c05b04)

v8.0.6

Compare Source

Features
Bug Fixes
Performance Improvements
  • early return in getLocalhostAddressIfDiffersFromDNS when DNS order is verbatim (#​22151) (56ec256)
Miscellaneous Chores

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every 3 months"
  • 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.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

Playwright E2E Test Results

92 tests  ±0   92 ✅ ±0   2m 15s ⏱️ -1s
75 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit 55e7cad. ± Comparison against base commit 49428da.

♻️ This comment has been updated with latest results.

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 2722240 to a3223bc Compare April 4, 2026 17:17
@renovate-bot renovate-bot changed the title chore(deps): update dependency esbuild to ^0.27.5 chore(deps): update dependency esbuild to ^0.27.7 Apr 4, 2026
@renovate-bot renovate-bot changed the title chore(deps): update dependency esbuild to ^0.27.7 chore(deps): update dependency esbuild to ^0.28.0 Apr 4, 2026
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 51cf8b6 to cdac814 Compare April 5, 2026 00:50
@renovate-bot renovate-bot changed the title chore(deps): update dependency esbuild to ^0.28.0 chore(deps): update all non-major dependencies Apr 5, 2026
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 9d4bd32 to 3eaf2c5 Compare April 10, 2026 00:45
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 3eaf2c5 to 55e7cad Compare April 11, 2026 04:33
@ghiscoding ghiscoding merged commit 022232c into ghiscoding:main Apr 11, 2026
5 checks passed
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.

2 participants