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

fix(deps): update all non-major dependencies #335

Merged
merged 7 commits into from
Oct 22, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 15, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@types/react (source) 18.0.26 -> 18.2.28 age adoption passing confidence dependencies minor
@types/react-dom (source) 18.0.10 -> 18.2.13 age adoption passing confidence dependencies minor
accesskit 0.11.0 -> 0.12.0 age adoption passing confidence workspace.dependencies minor
accesskit_winit 0.14.1 -> 0.15.0 age adoption passing confidence workspace.dependencies minor
bytes 1.3.0 -> 1.5.0 age adoption passing confidence dependencies minor
euclid 0.22.7 -> 0.22.9 age adoption passing confidence workspace.dependencies patch
futures (source) 0.3.25 -> 0.3.28 age adoption passing confidence workspace.dependencies patch
glutin 0.30.6 -> 0.30.10 age adoption passing confidence workspace.dependencies patch
highlight.js (source) 11.7.0 -> 11.9.0 age adoption passing confidence dependencies minor
keyboard-types 0.6.2 -> 0.7.0 age adoption passing confidence dependencies minor
raw-window-handle 0.5.1 -> 0.6.0 age adoption passing confidence workspace.dependencies minor
react-icons 4.7.1 -> 4.11.0 age adoption passing confidence dependencies minor
reqwest 0.11.13 -> 0.11.22 age adoption passing confidence dependencies patch
reqwest 0.11.13 -> 0.11.22 age adoption passing confidence dev-dependencies patch
serde (source) 1.0.152 -> 1.0.189 age adoption passing confidence dev-dependencies patch
serde_json 1.0.94 -> 1.0.107 age adoption passing confidence dependencies patch
skia-safe 0.66.3 -> 0.67.0 age adoption passing confidence workspace.dependencies minor
smallvec 1.10.0 -> 1.11.1 age adoption passing confidence dependencies minor
tokio (source) 1.23.0 -> 1.33.0 age adoption passing confidence workspace.dependencies minor
tracing-subscriber (source) 0.2.25 -> 0.3.17 age adoption passing confidence dev-dependencies minor
tween 2.0.0 -> 2.0.1 age adoption passing confidence dependencies patch
uuid 1.2.2 -> 1.4.1 age adoption passing confidence dependencies minor
uuid 1.2.2 -> 1.4.1 age adoption passing confidence workspace.dependencies minor
winit 0.28.2 -> 0.28.7 age adoption passing confidence workspace.dependencies patch
zbus 3.13.1 -> 3.14.1 age adoption passing confidence workspace.dependencies minor

Release Notes

AccessKit/accesskit (accesskit)

v0.12.0: accesskit: v0.12.0

Compare Source

⚠ BREAKING CHANGES
  • Allow providing app_name, toolkit_name and toolkit_version in Tree, remove parameters from unix adapter constructor (#​291)
  • Make ActionHandler::do_action take &mut self (#​296)
  • Clean up roles and properties (#​289)
  • Drop next/previous focus properties (#​288)
  • Drop Tree::root_scroller (#​279)
  • Decouple in-tree focus from host window/view focus (#​278)
  • Switch to simple unsigned 64-bit integer for node IDs (#​276)
Features
  • Add role for terminals (#​282) (ddbef37)
  • Allow providing app_name, toolkit_name and toolkit_version in Tree, remove parameters from unix adapter constructor (#​291) (5313860)
Bug Fixes
Code Refactoring

v0.11.2: accesskit: v0.11.2

Compare Source

Bug Fixes

v0.11.1: accesskit: v0.11.1

Compare Source

Bug Fixes
tokio-rs/bytes (bytes)

v1.5.0

Compare Source

Added
Changed
  • Mark BytesMut::extend_from_slice as inline (#​595)

v1.4.0

Compare Source

Added
  • Make IntoIter constructor public (#​581)
Fixed
  • Avoid large reallocations when freezing BytesMut (#​592)
Documented
  • Document which functions require std (#​591)
  • Fix duplicate "the the" typos (#​585)
rust-lang/futures-rs (futures)

v0.3.28

Compare Source

v0.3.27

Compare Source

v0.3.26

Compare Source

  • Add Either::as_pin_mut and Either::as_pin_ref (#​2691)
  • Add Shared::ptr_eq and Shared::ptr_hash (#​2691)
  • Implement FusedStream for Buffered (#​2676)
  • Implement FusedStream for all streams in ReadyChunks (#​2693)
  • Fix bug in FuturesOrdered::push_front (#​2664)
  • Remove Fut::Output: Clone bounds from some Shared methods (#​2662)
  • Remove T: Debug bounds from Debug implementations of mpsc and oneshot types (#​2666, #​2667)
rust-windowing/glutin (glutin)

v0.30.10

Compare Source

  • Add X11VisualInfo::visual_id to get XID of the visual.
  • Added support for EGL on Windows using Angle. This assumes libEGL.dll/libGLESv2.dll present.
  • EGL's Display::create_pbuffer_surface() no longer sets the invalid RENDER_BUFFER attribute.

v0.30.9

Compare Source

  • Fixed lock on SwapBuffers with some GLX drivers.
  • Fixed EGL's Surface::is_single_buffered being inversed.

v0.30.8

Compare Source

  • Fixed EGL dereferencing raw window handles on everything but X11 in legacy Window and Pixmap surface creation.
  • On GLX, fixed startup failure when passing default Flush with KHR_context_flush_control.
  • Behavior change: the Config's Api now has platform specific default instead of being unspecified.

v0.30.7

Compare Source

  • Altered specification for objc2 crate to pull patch update.
highlightjs/highlight.js (highlight.js)

v11.9.0

Compare Source

CAVEATS / POTENTIALLY BREAKING CHANGES

  • Drops support for Node 14.x, which is no longer supported by Node.js.
  • In the node build styles/*.css files now ship un-minified
    with minified counterparts as: styles/*.min.css mvorisek
    (this makes things consistent with our cdn builds)

Parser:

  • (enh) prevent re-highlighting of an element [joshgoebel][]
  • (chore) Remove discontinued badges from README Bradley Mackey
  • (chore) Fix build size report Bradley Mackey

New Grammars:

  • added 3rd party Iptables grammar to SUPPORTED_LANGUAGES Checconio
  • added 3rd party x86asmatt grammar to SUPPORTED_LANGUAGES gondow
  • added 3rd party riscv64 grammar to SUPPORTED_LANGUAGES aana-h2
  • added 3rd party Ballerina grammar to SUPPORTED_LANGUAGES Yasith Deelaka

Core Grammars:

  • fix(rust) added negative-lookahead for callable keywords if while for [Omar Hussein][]
  • enh(armasm) added x0-x30 and w0-w30 ARMv8 registers Nicholas Thompson
  • enh(haxe) added final, is, macro keywords and $ identifiers Robert Borghese
  • enh(haxe) support numeric separators and suffixes Robert Borghese
  • fix(haxe) fixed metadata arguments and support non-colon syntax Robert Borghese
  • fix(haxe) differentiate abstract declaration from keyword Robert Borghese
  • fix(bash) do not delimit a string by an escaped apostrophe [hancar][]
  • enh(swift) support macro keyword Bradley Mackey
  • enh(swift) support parameter pack keywords Bradley Mackey
  • enh(swift) regex literal support Bradley Mackey
  • enh(swift) @unchecked and @Sendable support Bradley Mackey
  • enh(scala) add using directives support //> using foo bar [Jamie Thompson][]
  • fix(scala) fixed comments in constructor arguments not being properly highlighted Isaac Nonato
  • enh(swift) ownership modifiers support Bradley Mackey
  • enh(nsis) Add !assert compiler flag [idleberg][]
  • fix(haskell) do not treat double dashes inside infix operators as comments [Zlondrej][]
  • enh(rust) added eprintln! macro qoheniac
  • enh(leaf) update syntax to 4.0 Samuel Bishop
  • fix(reasonml) simplify syntax and align it with ocaml jchavarri
  • fix(swift) warn_unqualified_access is an attribute Bradley Mackey
  • enh(swift) macro attributes are highlighted as keywords Bradley Mackey
  • enh(stan) updated for version 2.33 (#​3859) Brian Ward
  • fix(css) added '_' css variable detection Md Saad Akhtar
  • enh(groovy) add record and var as keywords Guillaume Laforge

Developer Tool:

v11.8.0

Compare Source

Parser engine:

  • added a function to default export to generate a fresh highlighter instance to be used by extensions WisamMechano
  • added BETA __emitTokens key to grammars to allow then to direct their own parsing, only using Highlight.js for the HTML rendering Josh Goebel
  • (enh) add removePlugin api faga295
  • (fix) typo in language name of JavaScript Cyrus Kao

New Grammars:

  • added 3rd party Lang grammar to SUPPORTED_LANGUAGES AdamRaichu
  • added 3rd party C3 grammar to SUPPORTED_LANGUAGES aliaegik

Core Grammars:

  • enh(sql) support _ in variable names [joshgoebel][]
  • enh(mathematica) update keywords list to 13.2.1 arnoudbuzing
  • enh(protobuf) add proto alias for Protobuf [dimitropoulos][]
  • enh(sqf) latest changes in Arma 3 v2.11 Leopard20
  • enh(js/ts) Added support for GraphQL tagged template strings Ali Ukani
  • enh(javascript) add sessionStorage to list of built-in variables Jeroen van Vianen
  • enh(http) Add support for HTTP/3 Rijenkii
  • added 3rd party Motoko grammar to SUPPORTED_LANGUAGES rvanasa
  • added 3rd party Candid grammar to SUPPORTED_LANGUAGES rvanasa
  • fix(haskell) Added support for characters CrystalSplitter
  • enh(dart) Add base, interface, sealed, and when keywords Sam Rawlins
  • enh(php) detect newer more flexible NOWdoc syntax (#​3679) Timur Kamaev
  • enh(python) improve autodetection of code with type hinting any function's return type (making the -> operator legal) Keyacom
  • enh(bash) add select and until as keywords
pyfisch/keyboard-types (keyboard-types)

v0.7.0

Compare Source

rust-windowing/raw-window-handle (raw-window-handle)

v0.6.0

Compare Source

  • Breaking: Raw pointer handles now use NonNull where appropriate, to avoid null pointer dereferences.
  • Breaking: Renamed empty methods to new, and take parameters in most of those, to better match normal Rust semantics.
  • Breaking: HasRaw(Display/Window)Handle::raw_(display/window)_handle returns a result indicating if fetching the window handle failed (#​122).
  • Breaking: Remove the Active/ActiveHandle types from the public API (#​126).
  • Breaking: Remove AppKitWindowHandle::ns_window and UiKitWindowHandle::ui_window since they can be retrieved from the view (#​129).
  • Breaking: Remove Copy derive from RawWindowHandle and WindowHandle (#​140).
  • Implement PartialEq, Eq and Hash for WindowHandle too. (#​128)
  • Implement the relevant traits for &mut T where T: <trait>. (#​130)
  • Add web handles for wasm-bindgen v0.2. They are locked behind the wasm-bindgen-0-2 feature. (#​134)
  • Deprecate the raw window/display handle traits. They will be removed at the next stable release. (#​139)

v0.5.2

Compare Source

  • Add several types for using raw window handles safely, including HasWindowHandle, WindowHandle, HasDisplayHandle, DisplayHandle and Active (#​110).
react-icons/react-icons (react-icons)

v4.11.0

Compare Source

Icon Library License Version Count
Circum Icons MPL-2.0 license 1.0.0 288
Font Awesome 5 CC BY 4.0 License 5.15.4-3-gafecf2a 1612
Font Awesome 6 CC BY 4.0 License 6.4.2 2025
Ionicons 4 MIT 4.6.3 696
Ionicons 5 MIT 5.5.4 1332
Material Design icons Apache License Version 2.0 4.0.0-86-g589092d9a7 4341
Typicons CC BY-SA 3.0 2.1.2 336
Github Octicons icons MIT 18.3.0 264
Feather MIT 4.28.0 286
Lucide ISC v4.11.0 1215
Game Icons CC BY 3.0 12920d6 4040
Weather Icons SIL OFL 1.1 2.0.12 219
Devicons MIT 1.8.0 192
Ant Design Icons MIT 4.3.1 789
Bootstrap Icons MIT 1.10.5 2592
Remix Icon Apache License Version 2.0 3.5.0 2537
Flat Color Icons MIT 1.0.2 329
Grommet-Icons Apache License Version 2.0 4.11.0 621
Heroicons MIT 1.0.6 460
Heroicons 2 MIT 2.0.18 876
Simple Icons CC0 1.0 Universal 9.13.0 2707
Simple Line Icons MIT 2.5.5 189
IcoMoon Free CC BY 4.0 License d006795 491
BoxIcons CC BY 4.0 License 2.1.4 1634
css.gg MIT 2.1.1 704
VS Code Icons CC BY 4.0 0.0.32 427
Tabler Icons MIT 2.33.0 4655
Themify Icons MIT v0.1.2-2-g9600186 352
Radix Icons MIT @​radix-ui/react-icons@​1.3.0-1-g94b3fcf 318
Phosphor Icons MIT 2.0.2 7488
Icons8 Line Awesome MIT 1.3.1 1544

v4.10.1

Compare Source

Icon Library License Version Count
Circum Icons MPL-2.0 license 1.0.0 288
Font Awesome 5 CC BY 4.0 License 5.15.4-3-gafecf2a 1612
Font Awesome 6 CC BY 4.0 License 6.4.0 2020
Ionicons 4 MIT 4.6.3 696
Ionicons 5 MIT 5.5.4 1332
Material Design icons Apache License Version 2.0 4.0.0-67-g3912baecc9 4341
Typicons CC BY-SA 3.0 2.1.2 336
Github Octicons icons MIT 18.3.0 264
Feather MIT 4.28.0 286
Lucide ISC v4.10.1 1042
Game Icons CC BY 3.0 12920d6 4040
Weather Icons SIL OFL 1.1 2.0.12 219
Devicons MIT 1.8.0 192
Ant Design Icons MIT 4.2.1 789
Bootstrap Icons MIT 1.10.5 2592
Remix Icon Apache License Version 2.0 3.3.0 2481
Flat Color Icons MIT 1.0.2 329
Grommet-Icons Apache License Version 2.0 4.10.0 620
Heroicons MIT 1.0.6 460
Heroicons 2 MIT 2.0.18 876
Simple Icons CC0 1.0 Universal 9.0.0 2469
Simple Line Icons MIT 2.5.5 189
IcoMoon Free CC BY 4.0 License d006795 491
BoxIcons CC BY 4.0 License 2.1.4 1634
css.gg MIT 2.0.0 704
VS Code Icons CC BY 4.0 0.0.32 426
Tabler Icons MIT 2.21.0 4231
Themify Icons MIT v0.1.2-2-g9600186 352
Radix Icons MIT @​radix-ui/react-icons@​1.3.0 318
Phosphor Icons MIT 2.0.2 7488
Icons8 Line Awesome MIT 1.3.1 1544

v4.10.0

Compare Source

Icon Library License Version Count
Circum Icons MPL-2.0 license 1.0.0 288
Font Awesome 5 CC BY 4.0 License 5.15.4-3-gafecf2a 1612
Font Awesome 6 CC BY 4.0 License 6.4.0 2020
Ionicons 4 MIT 4.6.3 696
Ionicons 5 MIT 5.5.0 1332
Material Design icons Apache License Version 2.0 4.0.0-61-g511eea577b 4341
Typicons CC BY-SA 3.0 2.1.2 336
Github Octicons icons MIT 18.3.0 264
Feather MIT 4.28.0 286
Lucide ISC v4.10.0 1042
Game Icons CC BY 3.0 12920d6 4040
Weather Icons SIL OFL 1.1 2.0.12 219
Devicons MIT 1.8.0 192
Ant Design Icons MIT 4.2.1 789
Bootstrap Icons MIT 1.10.3 2592
Remix Icon Apache License Version 2.0 2.5.0 2271
Flat Color Icons MIT 1.0.2 329
Grommet-Icons Apache License Version 2.0 4.9.0 620
Heroicons MIT 1.0.6 460
Heroicons 2 MIT 2.0.16 584
Simple Icons CC0 1.0 Universal 8.6.0 2437
Simple Line Icons MIT 2.5.5 189
IcoMoon Free CC BY 4.0 License d006795 491
BoxIcons CC BY 4.0 License 2.1.4 1634
css.gg MIT 2.0.0 704
VS Code Icons CC BY 4.0 0.0.32 423
Tabler Icons MIT 2.7.0 3455
Themify Icons MIT v0.1.2-2-g9600186 352
Radix Icons MIT @​modulz/generate-icon-lib@​0.2.1 318

v4.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: react-icons/react-icons@v4.8.0...v4.9.0

icons

Icon Library License Version Count
Circum Icons MPL-2.0 license 1.0.0 288
Font Awesome 5 CC BY 4.0 License 5.15.4-3-gafecf2a 1612
Ionicons 4 MIT 4.6.3 696
Ionicons 5 MIT 5.5.0 1332
Material Design icons Apache License Version 2.0 4.0.0-61-g511eea577b 4341
Typicons CC BY-SA 3.0 2.1.2 336
Github Octicons icons MIT 8.5.0 184
Feather MIT 4.28.0 286
Lucide ISC v4.9.0 1042
Game Icons CC BY 3.0 12920d6 4040
Weather Icons SIL OFL 1.1 2.0.12 219
Devicons MIT 1.8.0 192
Ant Design Icons MIT 4.2.1 789
Bootstrap Icons MIT 1.10.3 2592
Remix Icon Apache License Version 2.0 2.5.0 2271
Flat Color Icons MIT 1.0.2 329
Grommet-Icons Apache License Version 2.0 4.9.0 620
Heroicons MIT 1.0.6 460
Heroicons 2 MIT 2.0.16 584
Simple Icons CC0 1.0 Universal 8.6.0 2437
Simple Line Icons MIT 2.5.5 189
IcoMoon Free CC BY 4.0 License d006795 491
BoxIcons CC BY 4.0 License 2.1.4 814
css.gg MIT 2.0.0 704
VS Code Icons CC BY 4.0 0.0.32 423
Tabler Icons MIT 2.7.0 3455
Themify Icons MIT v0.1.2-2-g9600186 352
Radix Icons MIT @​modulz/generate-icon-lib@​0.2.1 318

v4.8.0

Compare Source

Icon Library License Version Count
Circum Icons MPL-2.0 license 1.0.0 288
Font Awesome 5 CC BY 4.0 License 5.15.4-3-gafecf2a 1612
Ionicons 4 MIT 4.6.3 696
Ionicons 5 MIT 5.5.0 1332
Material Design icons Apache License Version 2.0 4.0.0-61-g511eea577b 4341
Typicons CC BY-SA 3.0 2.1.2 336
Github Octicons icons MIT 8.5.0 184
Feather MIT 4.28.0 286
Game Icons CC BY 3.0 12920d6 4040
Weather Icons SIL OFL 1.1 2.0.12 219
Devicons MIT 1.8.0 192
Ant Design Icons MIT 4.2.1 789
Bootstrap Icons MIT 1.10.3 2592
Remix Icon Apache License Version 2.0 2.5.0 2271
Flat Color Icons MIT 1.0.2 329
[

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@marc2332 marc2332 self-requested a review October 15, 2023 11:35
@marc2332
Copy link
Owner

Looks like Access kit changed their API a bit

@marc2332 marc2332 added dependencies Pull requests that update a dependency file ci-cd 🤖 CI/CD labels Oct 15, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4af833a to 100a80b Compare October 15, 2023 13:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 80e94b3 to 75072ae Compare October 15, 2023 14:09
@renovate
Copy link
Contributor Author

renovate bot commented Oct 15, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@marc2332 marc2332 marked this pull request as draft October 21, 2023 14:58
@codecov
Copy link

codecov bot commented Oct 22, 2023

Codecov Report

Attention: 11 lines in your changes are missing coverage. Please review.

Comparison is base (4ac85ef) 51.67% compared to head (0c1fd88) 51.67%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #335   +/-   ##
=======================================
  Coverage   51.67%   51.67%           
=======================================
  Files         131      131           
  Lines       11466    11466           
=======================================
  Hits         5925     5925           
  Misses       5541     5541           
Files Coverage Δ
crates/state/src/custom_attributes.rs 38.88% <ø> (ø)
crates/renderer/src/elements/label.rs 0.00% <0.00%> (ø)
crates/renderer/src/elements/rect.rs 0.00% <0.00%> (ø)
crates/renderer/src/elements/svg.rs 0.00% <0.00%> (ø)
crates/renderer/src/renderer.rs 0.00% <0.00%> (ø)
crates/renderer/src/window.rs 0.00% <0.00%> (ø)
crates/renderer/src/wireframe.rs 0.00% <0.00%> (ø)
crates/renderer/src/elements/image.rs 0.00% <0.00%> (ø)
crates/renderer/src/elements/paragraph.rs 0.00% <0.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@marc2332 marc2332 marked this pull request as ready for review October 22, 2023 14:55
@marc2332 marc2332 merged commit 9d55a89 into main Oct 22, 2023
5 checks passed
@marc2332 marc2332 deleted the renovate/all-minor-patch branch October 22, 2023 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-cd 🤖 CI/CD dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant