rlane / oort3

A space fleet programming game
https://oort.rs
GNU General Public License v3.0
297 stars 23 forks source link

build(deps): bump the all group in /frontend with 10 updates #73

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps the all group in /frontend with 10 updates:

Package From To
js-sys 0.3.64 0.3.65
regex 1.10.1 1.10.2
serde_json 1.0.107 1.0.108
serde 1.0.190 1.0.192
yew-agent 0.2.0 0.3.0
wasm-bindgen-futures 0.4.37 0.4.38
yew-router 0.17.0 0.18.0
serde-wasm-bindgen 0.6.0 0.6.1
web-sys 0.3.64 0.3.65
thiserror 1.0.49 1.0.50

Updates js-sys from 0.3.64 to 0.3.65

Commits


Updates regex from 1.10.1 to 1.10.2

Changelog

Sourced from regex's changelog.

1.10.2 (2023-10-16)

This is a new patch release that fixes a search regression where incorrect matches could be reported.

Bug fixes:

Commits
  • 5f1f1c8 1.10.2
  • 1a54a82 deps: bump regex-automata to 0.4.3
  • 61242b1 regex-automata-0.4.3
  • 50fe7d1 changelog: 1.10.2
  • eb950f6 automata/meta: revert broadening of reverse suffix optimization
  • e7bd19d regex-lite-0.1.5
  • 0086dec lite: fix stack overflow test
  • 4ae1472 tests: fix compilation of doctests on 32-bit architectures
  • cd79881 regex-lite-0.1.4
  • 466e42c lite: fix stack overflow in NFA compiler
  • See full diff in compare view


Updates serde_json from 1.0.107 to 1.0.108

Release notes

Sourced from serde_json's releases.

v1.0.108

Commits


Updates serde from 1.0.190 to 1.0.192

Release notes

Sourced from serde's releases.

v1.0.192

v1.0.191

  • Documentation improvements
Commits
  • 4676abd Release 1.0.192
  • 35700eb Merge pull request #2646 from robsdedude/fix/2643/allow-tag-field-in-untagged
  • 59892e7 Release 1.0.191
  • 97dd07a Merge pull request #2647 from dtolnay/doccfg
  • c8bc97c Document "rc" and "unstable" features on docs.rs
  • 9dacfbb Fill in more doc(cfg) attributes
  • 05c2509 Relocate cfg attrs into deref_impl
  • 64f949b Relocate cfg attrs into parse_ip_impl and parse_socket_impl
  • 3f339de Relocate cfg attrs into seq_impl and map_impl
  • 215c2b7 Relocate cfg attrs into forwarded_impl macro
  • Additional commits viewable in compare view


Updates yew-agent from 0.2.0 to 0.3.0

Changelog

Sourced from yew-agent's changelog.

✨ yew-agent 0.3.0 (2023-09-xx)

Changelog

🚨 Breaking changes

  • Agent v2. [[@​Kaede Hoshikawa](https://github.com/Kaede Hoshikawa), #2773]

✨ yew 0.20.0 (2022-11-xx)

Changelog

  • 🛠 Fixes

    • Fix onsubmit event type in docs. [@​Allan, #2926]
    • Fix issues with tuples in closing tag. [[@​Muhammad Hamza](https://github.com/Muhammad Hamza), #2886]
    • Fix checked property being reset. [@​WorldSEnder, #2907]
    • Fix VList Stream in SSR. [[@​Kaede Hoshikawa](https://github.com/Kaede Hoshikawa), #2801]
    • Fixed NodeRef not being implicitly cloned with components. [@​wdcocq, #2775]
    • Attributes: Fix apply_diff_index_maps. [[@​Dietmar Maurer](https://github.com/Dietmar Maurer), #2653]
    • Fix bubbling of events originating in shadow dom. [@​WorldSEnder, #2627]
    • Fix some Hook edge cases. [[@​Kaede Hoshikawa](https://github.com/Kaede Hoshikawa), #2592]
    • Fix issue with node refs and hydration. [@​WorldSEnder, #2597]
    • Fix macro hygiene issues. [[@​Muhammad Hamza](https://github.com/Muhammad Hamza), #2585]
    • Fix casing of dynamic tags. [@​WorldSEnder, #2578]
    • Automatically convert closure to callback for component properties. [[@​Finn Bear](https://github.com/Finn Bear), #2554]
    • Fix a problem with NodeRefs and VTags, ref. [@​WorldSEnder, #2279]
    • Fix defaulted type parameter.. [[@​Kaede Hoshikawa](https://github.com/Kaede Hoshikawa), #2284]
    • Use Ref::filter_map if rustc is later than 1.63. [[@​Kaede Hoshikawa](https://github.com/Kaede Hoshikawa), #2904]
    • Evaluate props in the order they're defined. [[@​Muhammad Hamza](https://github.com/Muhammad Hamza), #2887]
    • Context: Avoid storing a copy of children. [[@​Dietmar Maurer](https://github.com/Dietmar Maurer), #2885]
    • Various improvements to Classes, oriented around reducing allocations. [[@​Nathan West](https://github.com/Nathan West), #2870]
    • Resume Suspension upon unmount. [[@​Kaede Hoshikawa](https://github.com/Kaede Hoshikawa), #2874]
    • Make fn update() re-render the component by default. [[@​Cecile Tonglet](https://github.com/Cecile Tonglet), #2786]
    • Do not detach child elements if parent element is about to be detached. [[@​Kaede Hoshikawa](https://github.com/Kaede Hoshikawa), #2420]
    • remove some unsafes by using atomics. [@​WorldSEnder, #2186]
    • use_prepared_state & use_transitive_state. [[@​Kaede Hoshikawa](https://github.com/Kaede Hoshikawa), #2650]
    • Silence some warnings from derive(Properties). [@​WorldSEnder, #2266]
    • onsubmit should be a SubmitEvent. [[@​Muhammad Hamza](https://github.com/Muhammad Hamza), #2816]
  • ⚡️ Features

    • Add VNode::from_html_unchecked. [[@​Muhammad Hamza](https://github.com/Muhammad Hamza), #2842]
    • Make Yew lints opt-in. [[@​Muhammad Hamza](https://github.com/Muhammad Hamza), #2882]
    • Allow skipping a callback when reforming. [[@​Jens Reimann](https://github.com/Jens Reimann), #2864]
    • Polled SSR Stream. [[@​Kaede Hoshikawa](https://github.com/Kaede Hoshikawa), #2824]
    • Add send_stream method for Scope. [@​laizy, #2619]
    • Allow functions returning unit in use_effect. [[@​Muhammad Hamza](https://github.com/Muhammad Hamza), #2849]

... (truncated)

Commits


Updates wasm-bindgen-futures from 0.4.37 to 0.4.38

Commits


Updates yew-router from 0.17.0 to 0.18.0

Changelog

Sourced from yew-router's changelog.

✨ yew-router 0.18.0 (2023-09-xx)

Changelog

⚡️ Features

  • Update dependencies. [[@​Muhammad Hamza](https://github.com/Muhammad Hamza), #3171]
  • Only handle "normal" clicks on s. [[@​Kai Salmon](https://github.com/Kai Salmon), #3056]

🚨 Breaking changes

  • Encode Path Parameters in yew-router. [[@​Jedd Dryden](https://github.com/Jedd Dryden), #3187]
  • Pass hook dependencies as the first function argument. [[@​Arniu Tseng](https://github.com/Arniu Tseng), #2861]

✨ yew-agent 0.3.0 (2023-09-xx)

Changelog

🚨 Breaking changes

  • Agent v2. [[@​Kaede Hoshikawa](https://github.com/Kaede Hoshikawa), #2773]

✨ yew 0.20.0 (2022-11-xx)

Changelog

  • 🛠 Fixes

    • Fix onsubmit event type in docs. [@​Allan, #2926]
    • Fix issues with tuples in closing tag. [[@​Muhammad Hamza](https://github.com/Muhammad Hamza), #2886]
    • Fix checked property being reset. [@​WorldSEnder, #2907]
    • Fix VList Stream in SSR. [[@​Kaede Hoshikawa](https://github.com/Kaede Hoshikawa), #2801]
    • Fixed NodeRef not being implicitly cloned with components. [@​wdcocq, #2775]
    • Attributes: Fix apply_diff_index_maps. [[@​Dietmar Maurer](https://github.com/Dietmar Maurer), #2653]
    • Fix bubbling of events originating in shadow dom. [@​WorldSEnder, #2627]
    • Fix some Hook edge cases. [[@​Kaede Hoshikawa](https://github.com/Kaede Hoshikawa), #2592]
    • Fix issue with node refs and hydration. [@​WorldSEnder, #2597]
    • Fix macro hygiene issues. [[@​Muhammad Hamza](https://github.com/Muhammad Hamza), #2585]
    • Fix casing of dynamic tags. [@​WorldSEnder, #2578]
    • Automatically convert closure to callback for component properties. [[@​Finn Bear](https://github.com/Finn Bear), #2554]
    • Fix a problem with NodeRefs and VTags, ref. [@​WorldSEnder, #2279]
    • Fix defaulted type parameter.. [[@​Kaede Hoshikawa](https://github.com/Kaede Hoshikawa), #2284]
    • Use Ref::filter_map if rustc is later than 1.63. [[@​Kaede Hoshikawa](https://github.com/Kaede Hoshikawa), #2904]
    • Evaluate props in the order they're defined. [[@​Muhammad Hamza](https://github.com/Muhammad Hamza), #2887]
    • Context: Avoid storing a copy of children. [[@​Dietmar Maurer](https://github.com/Dietmar Maurer), #2885]
    • Various improvements to Classes, oriented around reducing allocations. [[@​Nathan West](https://github.com/Nathan West), #2870]
    • Resume Suspension upon unmount. [[@​Kaede Hoshikawa](https://github.com/Kaede Hoshikawa), #2874]
    • Make fn update() re-render the component by default. [[@​Cecile Tonglet](https://github.com/Cecile Tonglet), #2786]

... (truncated)

Commits


Updates serde-wasm-bindgen from 0.6.0 to 0.6.1

Commits


Updates web-sys from 0.3.64 to 0.3.65

Commits


Updates thiserror from 1.0.49 to 1.0.50

Release notes

Sourced from thiserror's releases.

1.0.50

  • Improve diagnostic when a #[source], #[from], or #[transparant] attribute refers to a type that has no std::error::Error impl (#258, thanks @​de-vri-es)
Commits
  • a7d220d Release 1.0.50
  • 4088d16 Ignore module_name_repetitions pedantic clippy lint
  • ebebf77 Format ui tests with rustfmt
  • ff0a0a5 Source and From attributes only have single-ident path
  • 7cec716 Remove reliance on Spanned for Member
  • c9fe739 Touch up PR 258
  • 4850c6f Merge pull request #258 from de-vri-es/as-dyn-error-span
  • a49f7c6 Change span of as_dyn_error() to point compile error at attribute.
  • f4eac7e Ignore needless_raw_string_hashes clippy lint
  • See full diff 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 1 year ago

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