Skip to content

chore(deps): update weekly dependencies#322

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/weekly-dependencies
Jun 16, 2025
Merged

chore(deps): update weekly dependencies#322
renovate[bot] merged 1 commit intomainfrom
renovate/weekly-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 16, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@babel/core (source) 7.27.1 -> 7.27.4 age adoption passing confidence devDependencies patch
@clack/prompts (source) ^0.10.0 -> ^0.11.0 age adoption passing confidence dependencies minor
@clack/prompts (source) ^0.10.0 -> ^0.11.0 age adoption passing confidence devDependencies minor
@conform-to/zod (source) 1.5.0 -> 1.6.1 age adoption passing confidence dependencies minor 1.7.0
@eslint/compat (source) 1.2.9 -> 1.3.0 age adoption passing confidence devDependencies minor
@eslint/js (source) 9.26.0 -> 9.28.0 age adoption passing confidence devDependencies minor 9.29.0
@evilmartians/lefthook 1.11.12 -> 1.11.13 age adoption passing confidence devDependencies patch
@ngneat/falso 7.3.0 -> 7.4.0 age adoption passing confidence dependencies minor
@playwright/test (source) 1.52.0 -> 1.53.0 age adoption passing confidence devDependencies minor
@tailwindcss/postcss (source) 4.1.5 -> 4.1.10 age adoption passing confidence dependencies patch
@types/node (source) 22.15.17 -> 22.15.31 age adoption passing confidence devDependencies patch
hono (source) 4.7.8 -> 4.7.11 age adoption passing confidence dependencies patch
lucide-react (source) ^0.508.0 -> ^0.514.0 age adoption passing confidence dependencies minor 0.515.0
memfs 4.17.1 -> 4.17.2 age adoption passing confidence devDependencies patch
node (source) 22.15 -> 22.16 age adoption passing confidence minor
node 22.11.0-slim -> 22.16.0-slim age adoption passing confidence final minor
postcss (source) 8.5.3 -> 8.5.5 age adoption passing confidence devDependencies patch
prettier-plugin-tailwindcss 0.6.11 -> 0.6.12 age adoption passing confidence devDependencies patch
simple-git (source) 3.27.0 -> 3.28.0 age adoption passing confidence dependencies minor
sonner (source) 2.0.3 -> 2.0.5 age adoption passing confidence dependencies patch
supertest 7.1.0 -> 7.1.1 age adoption passing confidence devDependencies patch
tailwind-merge 3.2.0 -> 3.3.1 age adoption passing confidence dependencies minor
tailwindcss (source) 4.1.5 -> 4.1.10 age adoption passing confidence dependencies patch
ts-jest (source) 29.3.2 -> 29.4.0 age adoption passing confidence devDependencies minor
tsx (source) 4.19.4 -> 4.20.2 age adoption passing confidence devDependencies minor 4.20.3
zod (source) 3.24.4 -> 3.25.63 age adoption passing confidence dependencies minor 3.25.64

Release Notes

babel/babel (@​babel/core)

v7.27.4

Compare Source

👓 Spec Compliance
  • babel-parser, babel-plugin-proposal-explicit-resource-management
💅 Polish
🔬 Output optimization
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3
  • babel-core, babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone

v7.27.3

Compare Source

🐛 Bug Fix
  • babel-generator
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • babel-plugin-proposal-explicit-resource-management
  • babel-plugin-proposal-decorators, babel-types
  • babel-helper-module-transforms, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd
    • #​17257 Preserve class id when transforming using declarations with exported class (@​JLHwung)
  • babel-parser
  • babel-generator, babel-parser
bombshell-dev/clack (@​clack/prompts)

v0.11.0

Compare Source

Minor Changes
  • 07ca32d: Reverted a change where placeholders were being set as values on return.
Patch Changes
edmundhung/conform (@​conform-to/zod)

v1.6.0

Compare Source

What's Changed
  • Added Zod v4 support in #​902

    You can now use our Zod helpers with any Zod v4 schema by importing from the new module export @conform-to/zod/v4:

import {
  parseWithZod,
  getZodConstraint,
} from '@​conform-to/zod/v4';

Special thanks to @​chimame for championing this upgrade and making Zod v4 compatibility possible!

Full Changelog: edmundhung/conform@v1.5.1...v1.6.0

v1.5.1

Compare Source

What's Changed

Full Changelog: edmundhung/conform@v1.5.0...v1.5.1

eslint/rewrite (@​eslint/compat)

v1.3.0

Compare Source

Features
  • add support for custom name parameter to includeIgnoreFile (#​211) (3e18175)
Dependencies
  • The following workspace dependencies were updated
eslint/eslint (@​eslint/js)

v9.28.0

Compare Source

v9.27.0

Compare Source

evilmartians/lefthook (@​evilmartians/lefthook)

v1.11.13

Compare Source

ngneat/falso (@​ngneat/falso)

v7.4.0

Compare Source

microsoft/playwright (@​playwright/test)

v1.53.0

Compare Source

Trace Viewer and HTML Reporter Updates

  • New Steps in Trace Viewer and HTML reporter: New Trace Viewer Steps

  • New option in 'html' reporter to set the title of a specific test run:

    import { defineConfig } from '@​playwright/test';
    
    export default defineConfig({
      reporter: [['html', { title: 'Custom test run #​1028' }]]
    });

Miscellaneous

  • New option kind in testInfo.snapshotPath() controls which snapshot path template is used.

  • New method locator.describe() to describe a locator. Used for trace viewer and reports.

    const button = page.getByTestId('btn-sub').describe('Subscribe button');
    await button.click();
  • npx playwright install --list will now list all installed browsers, versions and locations.

Browser Versions

  • Chromium 138.0.7204.4
  • Mozilla Firefox 139.0
  • WebKit 18.5

This version was also tested against the following stable channels:

  • Google Chrome 137
  • Microsoft Edge 137
tailwindlabs/tailwindcss (@​tailwindcss/postcss)

v4.1.10

Compare Source

Fixed
  • Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g. w-[calc(100%-var(--offset))]) (#​18289)

v4.1.9

Compare Source

Fixed
  • Correctly parse custom properties with strings containing semicolons (#​18251)
  • Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g. /[0.16]/16) (#​18184)
  • Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#​18184)
  • Upgrade: Migrate negative arbitrary values to negative bare values (e.g. mb-[-32rem]-mb-128) (#​18212)
  • Upgrade: Do not migrate blur in wire:model.blur (#​18216)
  • Don't add spaces around CSS dashed idents when formatting math expressions (#​18220)

v4.1.8

Compare Source

Added
  • Improve error messages when @apply fails (#​18059)
Fixed
  • Upgrade: Do not migrate declarations that look like candidates in <style> blocks (#​18057, 18068)
  • Upgrade: Don't error when looking for tailwindcss in pnpm monorepos (#​18065)
  • Upgrade: Don't error when updating dependencies in pnpm monorepos (#​18065)
  • Upgrade: Migrate deprecated order-none to order-0 (#​18126)
  • Support Leptos class: attributes when extracting classes (#​18093)
  • Fix "Cannot read properties of undefined" crash on malformed arbitrary value (#​18133)
  • Upgrade: Migrate -mt-[0px] to mt-[0px] instead of the other way around (#​18154)
  • Fix Haml pre-processing crash when there is no \n at the end of the file (#​18155)
  • Ignore .pnpm-store folders by default (can be overridden by @source … rules) (#​18163)
  • Fix PostCSS crash when calling toJSON() (#​18083)

v4.1.7

Compare Source

Added
  • Upgrade: Migrate bare values to named values (#​18000)
  • Upgrade: Added cache to improve template migration performance (#​18025)
Fixed
  • Allow _ before numbers during candidate extraction (#​17961)
  • Prevent duplicate suggestions when using @theme and @utility together (#​17675)
  • Ensure that media queries within ::before and ::after pseudo selectors create valid CSS rules in production builds (#​17979)
  • Ensure that the standalone CLI does not leave temporary files behind (#​17981)
  • Ensure -rotate-* utilities properly negate arbitrary values (#​18014)
  • Ignore custom variants using :merge(…) selectors in legacy JS plugins (#​18020)
  • Ensure classes containing . are properly extracted from Clojure files (#​18038)
  • Upgrade: Fix error when using @import … source(…) (#​17963)
  • Upgrade: Change casing of utilities with named values to kebab-case to match updated theme variables (#​18017)
  • Upgrade: Don't migrate strings that match utility names in Vue attribute bindings other than class (#​18025)

v4.1.6

Compare Source

Added
  • Upgrade: Automatically convert arbitrary values to named values when possible (e.g. h-[1lh] to h-lh) (#​17831, #​17854)
  • Upgrade: Update dependencies in parallel for improved performance (#​17898)
  • Add detailed logging about @source directives, discovered files and scanned files when using DEBUG=* (#​17906, #​17952)
  • Add support for generating source maps in development (#​17775)
Fixed
  • Ensure negative arbitrary scale values generate negative values (#​17831)
  • Fix HAML extraction with embedded Ruby (#​17846)
  • Don't scan files for utilities when using @reference (#​17836)
  • Fix incorrectly replacing _ with in arbitrary modifier shorthand bg-red-500/(--my_opacity) (#​17889)
  • Don't scan .log files for classes by default (#​17906)
  • Ensure that custom utilities applying other custom utilities don't swallow nested @apply rules (#​17925)
  • Download platform specific package if optionalDependencies are skipped (#​17929)
honojs/hono (hono)

v4.7.11

Compare Source

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.7.10...v4.7.11

v4.7.10

Compare Source

What's Changed

Full Changelog: honojs/hono@v4.7.9...v4.7.10

v4.7.9

Compare Source

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.7.8...v4.7.9

lucide-icons/lucide (lucide-react)

v0.514.0: Version 0.514.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.513.0...0.514.0

v0.513.0: Version 0.513.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.512.0...0.513.0

v0.512.0: Version 0.512.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.511.0...0.512.0

v0.511.0: Version 0.511.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.510.0...0.511.0

v0.510.0: Version 0.510.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.509.0...0.510.0

v0.509.0: Version 0.509.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.508.0...0.509.0

streamich/memfs (memfs)

v4.17.2

Compare Source

Performance Improvements
  • use promises rather than setImmediate so that I/O is executed within the current task stack (#​1100) (786072f)
nodejs/node (node)

v22.16.0: 2025-05-21, Vers


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone Europe/Stockholm, 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
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Jun 16, 2025

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.

@renovate renovate Bot enabled auto-merge June 16, 2025 01:58
@bolt-new-by-stackblitz
Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@nx-cloud
Copy link
Copy Markdown

nx-cloud Bot commented Jun 16, 2025

View your CI Pipeline Execution ↗ for commit f58f58b.

Command Status Duration Result
nx-cloud record -- nx format:check ✅ Succeeded 10s View ↗

☁️ Nx Cloud last updated this comment at 2025-06-16 02:01:19 UTC

@renovate renovate Bot added this pull request to the merge queue Jun 16, 2025
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.04%. Comparing base (00a340c) to head (f58f58b).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #322   +/-   ##
=======================================
  Coverage   74.04%   74.04%           
=======================================
  Files          59       59           
  Lines         998      998           
  Branches      199      199           
=======================================
  Hits          739      739           
  Misses        259      259           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Merged via the queue into main with commit 6efe16e Jun 16, 2025
18 checks passed
@renovate renovate Bot deleted the renovate/weekly-dependencies branch June 16, 2025 02:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

0 participants