-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
Conversation
Looks like Access kit changed their API a bit |
4af833a
to
100a80b
Compare
100a80b
to
80e94b3
Compare
80e94b3
to
75072ae
Compare
Edited/Blocked NotificationRenovate 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. |
Codecov ReportAttention:
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
☔ View full report in Codecov by Sentry. |
This PR contains the following updates:
18.0.26
->18.2.28
18.0.10
->18.2.13
0.11.0
->0.12.0
0.14.1
->0.15.0
1.3.0
->1.5.0
0.22.7
->0.22.9
0.3.25
->0.3.28
0.30.6
->0.30.10
11.7.0
->11.9.0
0.6.2
->0.7.0
0.5.1
->0.6.0
4.7.1
->4.11.0
0.11.13
->0.11.22
0.11.13
->0.11.22
1.0.152
->1.0.189
1.0.94
->1.0.107
0.66.3
->0.67.0
1.10.0
->1.11.1
1.23.0
->1.33.0
0.2.25
->0.3.17
2.0.0
->2.0.1
1.2.2
->1.4.1
1.2.2
->1.4.1
0.28.2
->0.28.7
3.13.1
->3.14.1
Release Notes
AccessKit/accesskit (accesskit)
v0.12.0
: accesskit: v0.12.0Compare Source
⚠ BREAKING CHANGES
ActionHandler::do_action
take&mut self
(#296)Tree::root_scroller
(#279)Features
Bug Fixes
Tree::root_scroller
(#279) (fc6c4e0)Code Refactoring
ActionHandler::do_action
take&mut self
(#296) (4fc7846)v0.11.2
: accesskit: v0.11.2Compare Source
Bug Fixes
v0.11.1
: accesskit: v0.11.1Compare Source
Bug Fixes
tokio-rs/bytes (bytes)
v1.5.0
Compare Source
Added
UninitSlice::{new,uninit}
(#598, #599)BufMut
for&mut [MaybeUninit<u8>]
(#597)Changed
BytesMut::extend_from_slice
as inline (#595)v1.4.0
Compare Source
Added
IntoIter
constructor public (#581)Fixed
BytesMut
(#592)Documented
std
(#591)rust-lang/futures-rs (futures)
v0.3.28
Compare Source
FlattenUnordered
(#2726, #2728)v0.3.27
Compare Source
TryFlattenUnordered
(#2577, #2590, #2606, #2607)AbortHandle::is_aborted
(#2710)AbortRegistration::handle
(#2712)BiLock
strict-provenance compatible (#2716)v0.3.26
Compare Source
Either::as_pin_mut
andEither::as_pin_ref
(#2691)Shared::ptr_eq
andShared::ptr_hash
(#2691)FusedStream
forBuffered
(#2676)FusedStream
for all streams inReadyChunks
(#2693)FuturesOrdered::push_front
(#2664)Fut::Output: Clone
bounds from someShared
methods (#2662)T: Debug
bounds fromDebug
implementations ofmpsc
andoneshot
types (#2666, #2667)rust-windowing/glutin (glutin)
v0.30.10
Compare Source
X11VisualInfo::visual_id
to getXID
of the visual.Display::create_pbuffer_surface()
no longer sets the invalidRENDER_BUFFER
attribute.v0.30.9
Compare Source
Surface::is_single_buffered
being inversed.v0.30.8
Compare Source
Window
andPixmap
surface creation.Flush
withKHR_context_flush_control
.Config
'sApi
now has platform specific default instead of being unspecified.v0.30.7
Compare Source
objc2
crate to pull patch update.highlightjs/highlight.js (highlight.js)
v11.9.0
Compare Source
CAVEATS / POTENTIALLY BREAKING CHANGES
node
buildstyles/*.css
files now ship un-minifiedwith minified counterparts as:
styles/*.min.css
mvorisek(this makes things consistent with our
cdn
builds)Parser:
New Grammars:
Core Grammars:
if
while
for
[Omar Hussein][]x0-x30
andw0-w30
ARMv8 registers Nicholas Thompsonfinal
,is
,macro
keywords and$
identifiers Robert Borgheseabstract
declaration from keyword Robert Borghesemacro
keyword Bradley Mackey@unchecked
and@Sendable
support Bradley Mackey//> using foo bar
[Jamie Thompson][]!assert
compiler flag [idleberg][]eprintln!
macro qoheniacwarn_unqualified_access
is an attribute Bradley Mackeyrecord
andvar
as keywords Guillaume LaforgeDeveloper Tool:
highlight
API. Shah Shabbir Ahmmedv11.8.0
Compare Source
Parser engine:
__emitTokens
key to grammars to allow then to direct their own parsing, only using Highlight.js for the HTML rendering Josh GoebelremovePlugin
api faga295JavaScript
Cyrus KaoNew Grammars:
Core Grammars:
_
in variable names [joshgoebel][]proto
alias for Protobuf [dimitropoulos][]base
,interface
,sealed
, andwhen
keywords Sam Rawlins->
operator legal) Keyacomselect
anduntil
as keywordspyfisch/keyboard-types (keyboard-types)
v0.7.0
Compare Source
rust-windowing/raw-window-handle (raw-window-handle)
v0.6.0
Compare Source
NonNull
where appropriate, to avoid null pointer dereferences.empty
methods tonew
, and take parameters in most of those, to better match normal Rust semantics.HasRaw(Display/Window)Handle::raw_(display/window)_handle
returns a result indicating if fetching the window handle failed (#122).Active/ActiveHandle
types from the public API (#126).AppKitWindowHandle::ns_window
andUiKitWindowHandle::ui_window
since they can be retrieved from the view (#129).Copy
derive fromRawWindowHandle
andWindowHandle
(#140).PartialEq
,Eq
andHash
forWindowHandle
too. (#128)&mut T where T: <trait>
. (#130)wasm-bindgen
v0.2. They are locked behind thewasm-bindgen-0-2
feature. (#134)v0.5.2
Compare Source
HasWindowHandle
,WindowHandle
,HasDisplayHandle
,DisplayHandle
andActive
(#110).react-icons/react-icons (react-icons)
v4.11.0
Compare Source
12920d6
d006795
v4.10.1
Compare Source
12920d6
d006795
v4.10.0
Compare Source
12920d6
d006795
v4.9.0
Compare Source
What's Changed
react-icons/all
module removed. Import the icon set with the ID. Example:import { FaSearch } from 'react-icons/fa
;` react-icons/react-icons@686e260New Contributors
Full Changelog: react-icons/react-icons@v4.8.0...v4.9.0
icons
12920d6
d006795
v4.8.0
Compare Source
12920d6
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.
This PR has been generated by Mend Renovate. View repository job log here.