-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update leptos requirement from 0.6.13 to 0.7.3 #93
Open
dependabot
wants to merge
1
commit into
master
Choose a base branch
from
dependabot/cargo/leptos-0.7.3
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Updates the requirements on [leptos](https://github.com/leptos-rs/leptos) to permit the latest version. - [Release notes](https://github.com/leptos-rs/leptos/releases) - [Commits](leptos-rs/leptos@v0.6.13...v0.7.3) --- updated-dependencies: - dependency-name: leptos dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
@dependabot merge
…On Mon, Jan 6, 2025 at 6:45 PM dependabot[bot] ***@***.***> wrote:
Updates the requirements on leptos <https://github.com/leptos-rs/leptos>
to permit the latest version.
Release notes
*Sourced from leptos's releases
<https://github.com/leptos-rs/leptos/releases>.*
v0.7.3
*If you're migrating from 0.6 to 0.7, please see the 0.7.0 release notes
here <https://github.com/leptos-rs/leptos/releases/tag/v0.7.0>.*
This is a small patch release including a couple of bugfixes, as well as
the ability to destructure prop value in components with a new #[prop(name
= ...)] syntax (see #3382
<https://redirect.github.com/leptos-rs/leptos/issues/3382>)
#[prop(name = "data")] UserInfo { email, user_id }: UserInfo,
What's Changed
- Enable console feature of web-sys for reactive_graph by
@alexisfontaine <https://github.com/alexisfontaine> in
leptos-rs/leptos#3406
<https://redirect.github.com/leptos-rs/leptos/pull/3406>
- fix: correctly track updates to keyed fields in keyed iterator
(closes #3401
<https://redirect.github.com/leptos-rs/leptos/issues/3401>) by @gbj
<https://github.com/gbj> in leptos-rs/leptos#3403
<https://redirect.github.com/leptos-rs/leptos/pull/3403>
- fix: getrandom needs js feature (used when nonce feature is active)
(closes #3409
<https://redirect.github.com/leptos-rs/leptos/issues/3409>) by @gbj
<https://github.com/gbj> in leptos-rs/leptos#3410
<https://redirect.github.com/leptos-rs/leptos/pull/3410>
- Provide custom state in file_and_error_handler by @spencewenski
<https://github.com/spencewenski> in leptos-rs/leptos#3408
<https://redirect.github.com/leptos-rs/leptos/pull/3408>
- feat: allow to destructure props by @geovie
<https://github.com/geovie> in leptos-rs/leptos#3382
<https://redirect.github.com/leptos-rs/leptos/pull/3382>
- Add missing #[track_caller]s by @mscofield0
<https://github.com/mscofield0> in leptos-rs/leptos#3422
<https://redirect.github.com/leptos-rs/leptos/pull/3422>
- Fix issues with island hydration when nested in a closure, and with
context (closes #3419
<https://redirect.github.com/leptos-rs/leptos/issues/3419>) by @gbj
<https://github.com/gbj> in leptos-rs/leptos#3424
<https://redirect.github.com/leptos-rs/leptos/pull/3424>
- docs: remove islands mention from leptos_axum by @chrisp60
<https://github.com/chrisp60> in leptos-rs/leptos#3423
<https://redirect.github.com/leptos-rs/leptos/pull/3423>
- fix: correct ownership in redirect route hook (closes #3425
<https://redirect.github.com/leptos-rs/leptos/issues/3425>) by @gbj
<https://github.com/gbj> in leptos-rs/leptos#3428
<https://redirect.github.com/leptos-rs/leptos/pull/3428>
- fix failure on try_new() methods which should not fail by @kstep
<https://github.com/kstep> in leptos-rs/leptos#3436
<https://redirect.github.com/leptos-rs/leptos/pull/3436>
- Add Default to stores by @mscofield0 <https://github.com/mscofield0>
in leptos-rs/leptos#3432
<https://redirect.github.com/leptos-rs/leptos/pull/3432>
- add Dispose for Store by @mscofield0 <https://github.com/mscofield0>
in leptos-rs/leptos#3429
<https://redirect.github.com/leptos-rs/leptos/pull/3429>
- Tachy class: impl IntoClass for Cow by @sgued
<https://github.com/sgued> in leptos-rs/leptos#3420
<https://redirect.github.com/leptos-rs/leptos/pull/3420>
- fix: erase_components with AttributeInterceptor by @gbj
<https://github.com/gbj> in leptos-rs/leptos#3435
<https://redirect.github.com/leptos-rs/leptos/pull/3435>
New Contributors
- @kstep <https://github.com/kstep> made their first contribution in
leptos-rs/leptos#3436
<https://redirect.github.com/leptos-rs/leptos/pull/3436>
- @sgued <https://github.com/sgued> made their first contribution in
leptos-rs/leptos#3420
<https://redirect.github.com/leptos-rs/leptos/pull/3420>
*Full Changelog*: ***@***.***
<leptos-rs/leptos@v0.7.2...v0.7.3>
Commits
- 10db2f8
<leptos-rs/leptos@10db2f8>
v0.7.3
- 357f3be
<leptos-rs/leptos@357f3be>
fix: erase_components with AttributeInterceptor (#3435
<https://redirect.github.com/leptos-rs/leptos/issues/3435>)
- a1f5d6f
<leptos-rs/leptos@a1f5d6f>
feat: impl IntoClass for Cow<'_, str> (#3420
<https://redirect.github.com/leptos-rs/leptos/issues/3420>)
- 34ecd2d
<leptos-rs/leptos@34ecd2d>
feat: add Dispose for Store (#3429
<https://redirect.github.com/leptos-rs/leptos/issues/3429>)
- df38b07
<leptos-rs/leptos@df38b07>
feat: add Default to stores (#3432
<https://redirect.github.com/leptos-rs/leptos/issues/3432>)
- 46233e3
<leptos-rs/leptos@46233e3>
fix: avoid failure on guard try_new() functions (#3436
<https://redirect.github.com/leptos-rs/leptos/issues/3436>)
- 46f6d9a
<leptos-rs/leptos@46f6d9a>
fix: correct ownership in redirect route hook (closes #3425
<https://redirect.github.com/leptos-rs/leptos/issues/3425>) (#3428
<https://redirect.github.com/leptos-rs/leptos/issues/3428>)
- 8264d47
<leptos-rs/leptos@8264d47>
docs: remove islands mention from leptos_axum (#3423
<https://redirect.github.com/leptos-rs/leptos/issues/3423>)
- 9c54da3
<leptos-rs/leptos@9c54da3>
Merge pull request #3424
<https://redirect.github.com/leptos-rs/leptos/issues/3424> from
leptos-rs/3419
- 1c002a2
<leptos-rs/leptos@1c002a2>
chore: add missing #[track_caller]s (#3422
<https://redirect.github.com/leptos-rs/leptos/issues/3422>)
- Additional commits viewable in compare view
<leptos-rs/leptos@v0.6.13...v0.7.3>
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 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)
------------------------------
You can view, comment on, or merge this pull request online at:
#93
Commit Summary
- d14f71a
<d14f71a>
Update leptos requirement from 0.6.13 to 0.7.3
File Changes
(1 file <https://github.com/andrewdavidmackenzie/pingr/pull/93/files>)
- *M* viewr/Cargo.toml
<https://github.com/andrewdavidmackenzie/pingr/pull/93/files#diff-46bece4f6de080a887ab40819c71af140662a8d72284b37649ff0e0ed287c6d4>
(2)
Patch Links:
- https://github.com/andrewdavidmackenzie/pingr/pull/93.patch
- https://github.com/andrewdavidmackenzie/pingr/pull/93.diff
—
Reply to this email directly, view it on GitHub
<#93>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABKF4LFVLPOTX3GM447I3YL2JK6J3AVCNFSM6AAAAABUWCA7CKVHI2DSMVQWIX3LMV43ASLTON2WKOZSG43TCMJUGEZTOOI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updates the requirements on leptos to permit the latest version.
Release notes
Sourced from leptos's releases.
Commits
10db2f8
v0.7.3
357f3be
fix:erase_components
with AttributeInterceptor (#3435)a1f5d6f
feat: impl IntoClass for Cow<'_, str> (#3420)34ecd2d
feat: add Dispose for Store (#3429)df38b07
feat: add Default to stores (#3432)46233e3
fix: avoid failure on guardtry_new()
functions (#3436)46f6d9a
fix: correct ownership in redirect route hook (closes #3425) (#3428)8264d47
docs: removeislands
mention fromleptos_axum
(#3423)9c54da3
Merge pull request #3424 from leptos-rs/34191c002a2
chore: add missing#[track_caller]
s (#3422)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 will merge this PR once CI passes on it, as requested by @andrewdavidmackenzie.
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 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)