Skip to content

deps: bump the dependencies-minor group across 1 directory with 7 updates#3

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dependencies-minor-5e6e2b3d3b
Closed

deps: bump the dependencies-minor group across 1 directory with 7 updates#3
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dependencies-minor-5e6e2b3d3b

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 10, 2025

Bumps the dependencies-minor group with 7 updates in the / directory:

Package From To
@hookform/resolvers 5.0.1 5.1.1
lucide-react 0.511.0 0.514.0
zod 3.25.48 3.25.57
@playwright/test 1.52.0 1.53.0
@types/react 19.1.6 19.1.7
@types/react-dom 19.1.5 19.1.6
sass 1.89.1 1.89.2

Updates @hookform/resolvers from 5.0.1 to 5.1.1

Release notes

Sourced from @​hookform/resolvers's releases.

v5.1.1

5.1.1 (2025-06-09)

Bug Fixes

v5.1.0

5.1.0 (2025-06-07)

Features

  • support Zod 4, Zod v4 mini, and retains compatibility with Zod v3. (#777) (8d083bd)
Commits

Updates lucide-react from 0.511.0 to 0.514.0

Release notes

Sourced from lucide-react's releases.

Version 0.514.0

What's Changed

New Contributors

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

Version 0.513.0

What's Changed

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

Version 0.512.0

What's Changed

New Contributors

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

Commits

Updates zod from 3.25.48 to 3.25.57

Release notes

Sourced from zod's releases.

v3.25.57

Commits:

  • daae643da3fe082783803d198e89877ac0f6c5f6 docs: fix broken link in Zod Core errors docs (#4640)
  • e57ddcab25f97acff7ac5663502daf9455671356 Replace non existing error instance. (#4649)
  • 20b464d6429d35b2ef5416c3c3cfefeb1c0eb50e Add tests, use ReadonlyArray
  • 9548f1198b0bcbd8b69034fee2dd22030878f7d8 chore: allow readonly arrays in z.literal (#4643)
  • 303f1e9612e896ba9fe1ef5059da659b54f119e6 fix: issc type at ZodCheckLessThan (#4659)
  • fa83a8a26c394c40a5359f50c850089e29412107 Fix pluto
  • 32ae1cd86c1b05de1212f2977d6ce898847d67da Improve stringbool (#4661)
  • 76ddfe3d7e45864169c5331d32413b699fd0cdec 3.25.57

v3.25.56

Commits:

  • 64bfb7001cf6f2575bf38b5e6130bc73b4b0e371 3.25.56

v3.25.55

Commits:

  • 44141ea1dbd48403f14704386119884aeda5cb27 3.25.55

v3.25.54

Commits:

  • 8ab237423cd8fdca58dc9e18f45d48d56ca2a24d fix(util): cross realm IsPlainObject check (#4627)
  • 2be1c6ad909a9d0598d9f45fedc9038213130529 Fix generic assignability issue. 3.25.54

v3.25.53

Commits:

  • a6adb148012f59d734245c637a577ed413a484e7 zod mini internals (#4631)
  • da4f92170ac838029178c4622015dbdae4a1de7c 3.25.53

v3.25.52

Commits:

  • 2954f40a4e41f61e835ba211ff084467dca1f41e Fix json (#4630)
  • 51dc6f9361851e64a925c3f4ee9364ce4da4c4e7 3.25.52
  • e479ea76ae1571064c3dade621b3af0ea2dff942 Add test cast for deferred self-recursion

v3.25.51

Commits:

  • d7ffdfa73a800ea810218431d1dd751f15d0fba4 Remove _
  • 50ef910565a14c127942442b7e09596afcfdca5f Add output type generic test
  • eb14475c3ca14562c4bf11c2111a1fbfa3d114b6 Improve docs
  • 32104c2801f01edac3fb3168017b09b6c43f3cef Improve extend docs
  • f67332f9fbcae13ce59dbb1eeb67f9c4c60bdcd9 Docs
  • 8230237b3453b02bf34b81d0bc11b40d9868cd09 Standardize string format continuability

... (truncated)

Commits

Updates @playwright/test from 1.52.0 to 1.53.0

Release notes

Sourced from @​playwright/test's releases.

v1.53.0

Trace Viewer and HTML Reporter Updates

  • New Steps in Trace Viewer and HTML reporter:

  • 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
Commits

Updates @types/react from 19.1.6 to 19.1.7

Commits

Updates @types/react-dom from 19.1.5 to 19.1.6

Commits

Updates sass from 1.89.1 to 1.89.2

Release notes

Sourced from sass's releases.

Dart Sass 1.89.2

To install Sass 1.89.2, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

Embedded Host

  • Fixed a compilation error caused by an outdated buf dependency.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.89.2

Embedded Host

  • Fixed a compilation error caused by an outdated buf dependency.
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…ates

Bumps the dependencies-minor group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@hookform/resolvers](https://github.com/react-hook-form/resolvers) | `5.0.1` | `5.1.1` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.511.0` | `0.514.0` |
| [zod](https://github.com/colinhacks/zod) | `3.25.48` | `3.25.57` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.52.0` | `1.53.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.1.6` | `19.1.7` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.1.5` | `19.1.6` |
| [sass](https://github.com/sass/dart-sass) | `1.89.1` | `1.89.2` |



Updates `@hookform/resolvers` from 5.0.1 to 5.1.1
- [Release notes](https://github.com/react-hook-form/resolvers/releases)
- [Commits](react-hook-form/resolvers@v5.0.1...v5.1.1)

Updates `lucide-react` from 0.511.0 to 0.514.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.514.0/packages/lucide-react)

Updates `zod` from 3.25.48 to 3.25.57
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v3.25.48...v3.25.57)

Updates `@playwright/test` from 1.52.0 to 1.53.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.52.0...v1.53.0)

Updates `@types/react` from 19.1.6 to 19.1.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@types/react-dom` from 19.1.5 to 19.1.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `sass` from 1.89.1 to 1.89.2
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.89.1...1.89.2)

---
updated-dependencies:
- dependency-name: "@hookform/resolvers"
  dependency-version: 5.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies-minor
- dependency-name: lucide-react
  dependency-version: 0.514.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies-minor
- dependency-name: zod
  dependency-version: 3.25.57
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-minor
- dependency-name: "@playwright/test"
  dependency-version: 1.53.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies-minor
- dependency-name: "@types/react"
  dependency-version: 19.1.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies-minor
- dependency-name: "@types/react-dom"
  dependency-version: 19.1.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies-minor
- dependency-name: sass
  dependency-version: 1.89.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 10, 2025
@clemdevlin
Copy link
Copy Markdown
Owner

clemdevlin commented Jun 10, 2025

Deploy Preview for dainty-meringue-a91fc6 ready!

Name Link
🔨 Latest commit a29e258
🔍 Latest deploy log https://app.netlify.com/projects/dainty-meringue-a91fc6/deploys/6848a20f0a34110008a214f0
😎 Deploy Preview https://deploy-preview-3--dainty-meringue-a91fc6.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jun 12, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 12, 2025
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/dependencies-minor-5e6e2b3d3b branch June 12, 2025 20:23
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.

1 participant