Skip to content
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 seed requirement from 0.8 to 0.10 #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 8, 2023

Updates the requirements on seed to permit the latest version.

Release notes

Sourced from seed's releases.

0.10.0

  • Updated dependencies
  • Adapted to Rust 1.67.1.
  • [BREAKING] removed fetch module (use gloo-net)
  • [BREAKING] removed websocket module (use gloo-net or wasm-sockets)
  • [BREAKING] removed web-storage module (use gloo-storage)
  • [BREAKING] removed log! and error! macros (use gloo-console)
  • [BREAKING] removed md! macro (use an external crate + El::from_html)
  • [BREAKING] removed cookies() function (use an external crate like cookie)
  • [BREAKING] removed panic-hook feature (use console_error_panic_hook)
  • [BREAKING] removed serde-json and serde-wasm-bindgen features
  • [BREAKING] added routing feature
Changelog

Sourced from seed's changelog.

v0.10.0

  • Updated dependencies
  • Adapted to Rust 1.67.1.
  • [BREAKING] removed fetch module (use gloo-net)
  • [BREAKING] removed websocket module (use gloo-net or wasm-sockets)
  • [BREAKING] removed web-storage! module (use gloo-storage)
  • [BREAKING] removed log! and error! macros (use gloo-console)
  • [BREAKING] removed md! macro (use an external crate + El::from_html)
  • [BREAKING] removed cookies() function (use an external crate like cookie)
  • [BREAKING] removed panic-hook feature (use console_error_panic_hook)
  • [BREAKING] removed serde-json and serde-wasm-bindgen features
  • [BREAKING] added routing feature

v0.9.2

Fixed

  • Make fetch::JsonError public.
  • Adapted to Rust 1.61.0.
  • Make Seed compile with wasm_bindgen >= v0.2.81
  • Decoding WebSocket JSON messages

v0.9.1

  • Fix: serde-wasm-bindgen feature.

v0.9.0

  • [BREAKING] Base path changed from Rc<Vec<String>> to Rc<[String]>. It means also Orders::clone_base_path returns a slice.
  • [BREAKING] Hid markdown functionality behind optional markdown feature
  • [BREAKING] Added argument Option<&Namespace> to functions Node::from_html and El::from_html.
  • [BREAKING] Added blanket impl<Ms, T: IntoNodes<Ms>> IntoNode<Ms> for Option<T>. This might conflict with local impls of IntoNodes, but should make those unnecessary and safe to remove.
  • [BREAKING] Removed the deprecated browser::service::fetch module.
  • [BREAKING] fetch::Error::SerdeError changed to fetch::Error::JsonError
  • Fixed: Prevent link listener from intercepting links with the download attribute.
  • Fixed an issue in vdom where inputs with invalid contents being cleared on Firefox.
  • Added helpers for wheel event: wheel_ev and to_wheel_event.
  • Added Response::blob
  • Added panic-hook feature, enabled by default, to conditionally include console_error_panic_hook
  • Added macro raw_svg! (#589).
  • Added browser::dom::Namespace to prelude.
  • Added At::Role variant.
  • Added Response::headers.
  • Added Headers::new.
  • Added Header::name() and Header::value().
  • Added fetch::form_data::FormData and Request.form_data.
  • Added serde-wasm-bindgen and serde-json features to use either serde-wasm-bindgen or serde_json for JSON de-/serialization.

... (truncated)

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 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)

Updates the requirements on [seed](https://github.com/seed-rs/seed) to permit the latest version.
- [Release notes](https://github.com/seed-rs/seed/releases)
- [Changelog](https://github.com/seed-rs/seed/blob/master/CHANGELOG.md)
- [Commits](seed-rs/seed@0.8.0...0.10.0)

---
updated-dependencies:
- dependency-name: seed
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 8, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants