Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2025

Bumps the prod-dependencies group with 7 updates:

Package From To
lucide-react 0.483.0 0.485.0
nats.ws 1.30.2 1.30.3
react-hook-form 7.54.2 7.55.0
react-router-dom 7.4.0 7.4.1
@typescript-eslint/eslint-plugin 8.27.0 8.28.0
@typescript-eslint/parser 8.27.0 8.28.0
eslint-import-resolver-typescript 4.2.2 4.3.1

Updates lucide-react from 0.483.0 to 0.485.0

Release notes

Sourced from lucide-react's releases.

Version 0.485.0

What's Changed

Full Changelog: lucide-icons/lucide@0.484.0...0.485.0

Version 0.484.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.483.0...0.484.0

Commits

Updates nats.ws from 1.30.2 to 1.30.3

Release notes

Sourced from nats.ws's releases.

v1.30.3

What's Changed

This release bump NBC to 1.29.3 which includes support for a change in JetStream behavior in nats-server v2.10.26 and beyond. Please refer to the release notes in the link above.

Full Changelog: nats-io/nats.ws@v1.30.1...v1.30.3

Commits

Updates react-hook-form from 7.54.2 to 7.55.0

Release notes

Sourced from react-hook-form's releases.

Version 7.55.0

⚡️ createFormControl

  • Allow us to start subscribing outside of the React component
const { formControl, control } = createFormControl(props)
function App() {
const { register } = useForm({
formControl,
})
return <form />
}
function Test() {
useFormState({
control // no longer need context api
})
}

⚡️ subscribe

  • subscribe form state update without re-render
  • subscribe outside of the react component
const { formControl } = createFormControl(props)
formControl.subscribe({
formState: { isDirty: true },
callback: (formState) => {
if (formState.isDirty) {
// do something here
}
}
})
function App() {
const { register } = useForm({
formControl,
})
return <form />
}

🪲 fix react-hook-form/react-hook-form#12680: Update Fieldarray Unmount Status (react-hook-form/react-hook-form#12690)

... (truncated)

Commits

Updates react-router-dom from 7.4.0 to 7.4.1

Release notes

Sourced from react-router-dom's releases.

react-router-dom-v5-compat@6.4.0-pre.15

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.15
    • react-router-dom@6.4.0-pre.15

react-router-dom-v5-compat@6.4.0-pre.11

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.11
    • react-router-dom@6.4.0-pre.11

react-router-dom-v5-compat@6.4.0-pre.10

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.10
    • react-router-dom@6.4.0-pre.10

react-router-dom-v5-compat@6.4.0-pre.9

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.9
    • react-router-dom@6.4.0-pre.9

react-router-dom-v5-compat@6.4.0-pre.8

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.8
    • react-router-dom@6.4.0-pre.8

react-router-dom-v5-compat@6.4.0-pre.7

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.7
    • react-router-dom@6.4.0-pre.7
Changelog

Sourced from react-router-dom's changelog.

7.4.1

Patch Changes

  • Updated dependencies:
    • react-router@7.4.1
Commits

Updates @typescript-eslint/eslint-plugin from 8.27.0 to 8.28.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.28.0

8.28.0 (2025-03-24)

🚀 Features

  • eslint-plugin: [prefer-nullish-coalescing] support if statement assignment (??=) and fix several minor bugs (#10861)

🩹 Fixes

  • eslint-plugin: [no-unsafe-function-type] remove fixable property (#10986)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.28.0 (2025-03-24)

🚀 Features

  • eslint-plugin: [prefer-nullish-coalescing] support if statement assignment (??=) and fix several minor bugs (#10861)

🩹 Fixes

  • eslint-plugin: [no-unsafe-function-type] remove fixable property (#10986)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Commits
  • 807f5ca chore(release): publish 8.28.0
  • 7151489 feat(eslint-plugin): [prefer-nullish-coalescing] support if statement assig...
  • 27bdddb fix(eslint-plugin): [no-unsafe-function-type] remove fixable property (#10986)
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.27.0 to 8.28.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.28.0

8.28.0 (2025-03-24)

🚀 Features

  • eslint-plugin: [prefer-nullish-coalescing] support if statement assignment (??=) and fix several minor bugs (#10861)

🩹 Fixes

  • eslint-plugin: [no-unsafe-function-type] remove fixable property (#10986)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.28.0 (2025-03-24)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates eslint-import-resolver-typescript from 4.2.2 to 4.3.1

Release notes

Sourced from eslint-import-resolver-typescript's releases.

v4.3.1

Patch Changes

Full Changelog: import-js/eslint-import-resolver-typescript@v4.3.0...v4.3.1

v4.3.0

Minor Changes

Full Changelog: import-js/eslint-import-resolver-typescript@v4.2.7...v4.3.0

v4.2.7

Patch Changes

Full Changelog: import-js/eslint-import-resolver-typescript@v4.2.6...v4.2.7

v4.2.6

Patch Changes

Full Changelog: import-js/eslint-import-resolver-typescript@v4.2.5...v4.2.6

v4.2.5

Patch Changes

Full Changelog: import-js/eslint-import-resolver-typescript@v4.2.4...v4.2.5

v4.2.4

Patch Changes

  • #407 6b183ff Thanks @​JounQin! - chore: migrate to rebranding unrs-resolver with new targets supported:

    • i686-pc-windows-msvc
    • armv7-unknown-linux-musleabihf
    • powerpc64le-unknown-linux-gnu
    • s390x-unknown-linux-gnu

New Contributors

Full Changelog: import-js/eslint-import-resolver-typescript@v4.2.3...v4.2.4

... (truncated)

Changelog

Sourced from eslint-import-resolver-typescript's changelog.

4.3.1

Patch Changes

4.3.0

Minor Changes

4.2.7

Patch Changes

4.2.6

Patch Changes

4.2.5

Patch Changes

4.2.4

Patch Changes

  • #407 6b183ff Thanks @​JounQin! - chore: migrate to rebranding unrs-resolver with new targets supported:

    • i686-pc-windows-msvc
    • armv7-unknown-linux-musleabihf
    • powerpc64le-unknown-linux-gnu
    • s390x-unknown-linux-gnu

4.2.3

Patch Changes

  • #402 f21bf15 Thanks @​SunsetTechuila! - fix: don't resolve not implemented node modules in bun

    is-bun-module is marked as dependency, again, for correctness, see isBunImplementedNodeModule for more details

    For Bun users: you don't need to install is-bun-module any more but bun: true option is still required if you're running without bun --bun nor run#bun enabled

Commits
  • 1b74d7e chore: release eslint-import-resolver-typescript (#426)
  • 2ced0ba chore: bump unrs-resolver to v1.3.3 (#425)
  • aba8654 chore: release eslint-import-resolver-typescript (#424)
  • 2fcb947 feat: throw error on malformed tsconfig reference (#423)
  • ffb8ddf ci: enable codecov action (#422)
  • cb4f85f test: split e2e and unit cases (#421)
  • 990805c chore: release eslint-import-resolver-typescript (#420)
  • aeb558f fix: add missing index.d.cts file
  • b818b8d docs: update GitHub Actions badge
  • 552e5d5 chore: release eslint-import-resolver-typescript (#418)
  • Additional commits viewable in compare view

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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 31, 2025
@dependabot dependabot bot requested a review from a team as a code owner March 31, 2025 14:06
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Mar 31, 2025
@dependabot dependabot bot requested review from a team as code owners March 31, 2025 14:06
@wasmcloud-automation-app
Copy link
Contributor

wasmcloud-automation-app bot commented Mar 31, 2025

Unnecessary Changesets

The following package(s) are private and do not need a changeset:

  • washboard-ui
  • @wasmcloud/eslint-config

Changed Packages

Package Name Package Path Changeset Bump Current Version
washboard-ui apps/washboard-ui patch v0.7.1
@wasmcloud/eslint-config packages/eslint-config patch v0.0.3
@wasmcloud/lattice-client-core packages/lattice-client-core patch v0.5.4

Bumps the prod-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.483.0` | `0.485.0` |
| [nats.ws](https://github.com/nats-io/nats.ws) | `1.30.2` | `1.30.3` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.54.2` | `7.55.0` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `7.4.0` | `7.4.1` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.27.0` | `8.28.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.27.0` | `8.28.0` |
| [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) | `4.2.2` | `4.3.1` |

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

Updates `nats.ws` from 1.30.2 to 1.30.3
- [Release notes](https://github.com/nats-io/nats.ws/releases)
- [Commits](nats-io/nats.ws@v1.30.2...v1.30.3)

Updates `react-hook-form` from 7.54.2 to 7.55.0
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.54.2...v7.55.0)

Updates `react-router-dom` from 7.4.0 to 7.4.1
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.4.1/packages/react-router-dom)

Updates `@typescript-eslint/eslint-plugin` from 8.27.0 to 8.28.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.28.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.27.0 to 8.28.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.28.0/packages/parser)

Updates `eslint-import-resolver-typescript` from 4.2.2 to 4.3.1
- [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases)
- [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md)
- [Commits](import-js/eslint-import-resolver-typescript@v4.2.2...v4.3.1)

---
updated-dependencies:
- dependency-name: lucide-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: nats.ws
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: react-hook-form
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: eslint-import-resolver-typescript
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: wasmcloud-automation-app[bot] <151542377+wasmcloud-automation-app[bot]@users.noreply.github.com>
@wasmcloud-automation-app wasmcloud-automation-app bot force-pushed the dependabot/npm_and_yarn/prod-dependencies-52a9cc4f61 branch from 2767cd3 to 070ab36 Compare March 31, 2025 14:06
@vados-cosmonic vados-cosmonic merged commit c537875 into main Mar 31, 2025
12 checks passed
@vados-cosmonic vados-cosmonic deleted the dependabot/npm_and_yarn/prod-dependencies-52a9cc4f61 branch March 31, 2025 14:32
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.

2 participants