masonite-inertia icon indicating copy to clipboard operation
masonite-inertia copied to clipboard

Bump @inertiajs/inertia-vue3 from 0.3.14 to 0.6.0

Open dependabot[bot] opened this issue 3 years ago • 0 comments

Bumps @inertiajs/inertia-vue3 from 0.3.14 to 0.6.0.

Changelog

Sourced from @​inertiajs/inertia-vue3's changelog.

v0.6.0

Added

  • Visits and Link components now accept a 'queryStringArrayFormat' option (#994)
  • Add setError method to Form helper to manually set errors (#999)
  • Add defaults method to Form helper to 'redefine' the defaults (#1019)

Changed

Fixed

  • resolveComponent should be able to occur asynchronously (#911)
  • Console warnings still referenced <inertia-link> instead of <Link> (#916)
  • Type regression with Vue 3 (#849)
Commits
  • 727f5a4 Add onBeforeStart() event callback to links
  • 2a08a23 Increment @​inertiajs/inertia-vue3 to 0.2.0
  • 501a393 A warning about non-GET <a> links
  • 6f06397 Standardize casing of method
  • f9aafe0 Add "as" link option to Vue 3 adapter
  • a6ed4bf Rename "mergeQueryStringWithData" method to "mergeDataIntoQueryString"
  • 9ec4a36 Organize url helpers in a single file and rename "mergeQueryStringsWithData" ...
  • db74a8a Merge branch 'master' into merge-query-strings-with-data
  • d206ad8 Covert method to lowercase
  • bf4b7ce Merge link query strings with data in Vue 3 adapter
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by claudiodekker, a new releaser for @​inertiajs/inertia-vue3 since your current version.


Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Jan 10 '22 12:01 dependabot[bot]