-
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
fix(deps): update dependencies (non-major) - autoclosed #45
Closed
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
5a6e0b7
to
5e1800a
Compare
5e1800a
to
ea557b1
Compare
ea557b1
to
c9daa99
Compare
c9daa99
to
61e9108
Compare
61e9108
to
65dc627
Compare
65dc627
to
07ffe58
Compare
07ffe58
to
cd3d3a0
Compare
cd3d3a0
to
c85dbb3
Compare
c85dbb3
to
c858308
Compare
c858308
to
5f8cbb1
Compare
5f8cbb1
to
be4b010
Compare
be4b010
to
08eb8d6
Compare
08eb8d6
to
033adbd
Compare
c2bb6ae
to
19754fe
Compare
19754fe
to
cff90f8
Compare
cff90f8
to
9599e09
Compare
9599e09
to
5b5b53b
Compare
5b5b53b
to
978dc34
Compare
978dc34
to
2bc4fb7
Compare
2bc4fb7
to
6048857
Compare
6048857
to
a37e05e
Compare
a37e05e
to
465f9e0
Compare
465f9e0
to
9e30d35
Compare
9e30d35
to
603d872
Compare
603d872
to
faf27dd
Compare
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.
This PR contains the following updates:
^0.15.0
->^0.18.0
0.2.1-unstable.11
->0.2.1-unstable.12
^0.2.0
->^0.3.0
1.3.3
->1.6.3
2.3.1
->2.5.1
2.0.0
->2.2.3
3.1.0
->3.2.2
0.1.8-unstable.3
->0.1.8
4.1.2
->4.3.1
6.0.1
->6.1.0
2.3.1
->2.3.6
1.1.32
->1.1.33
2.0.4
->2.0.27
4.19.2
->4.38.3
3.5.1
->3.7.2
Release Notes
reach/reach-ui (@reach/tabs)
v0.18.0
Compare Source
BREAKING Changes
reach-<pkg>.mjs
instead ofreach-<pkg>.esm.js
.Minor Changes
We have simplified our build setup to remove a boatload of dependencies. Build output for all packages may look slightly different, though functionally packages that don't have explicit changes marked in the release notes have not changed.
This may affect you if you use
patch-package
to modify output code. If you need support for legacy browsers, the new bundle may not transpile the same ECMA features as before. In that case you may want to transpile Reach packages directly.We no longer check that our internal styles are included by looking for a defined CSS custom property. You can still include our base styles as before, but this removes the need to define
--reach-<pkg>
in your own stylesheets to silence dev warnings.Patch Changes
@reach/[email protected]
@reach/[email protected]
@reach/[email protected]
@reach/[email protected]
v0.17.0
Compare Source
💔 Breaking Changes
disclosure
defaultOpen
prop's value. This was done as a progressive enhancement to ensure content was visible to users without JavaScript, but in most cases it just meant that the user might see a flash before the state would change, causing unwanted layout shift.defaultOpen
prop's value on the initial render. If you want the old behavior, control the state of your disclosures and ensure that the initial open state is always set totrue
, then set the desired state for the following render inuseEffect
.tabs
isSelected
from from theTab
component. This prop was useful before we had hooks, but we can now get the selected tab from context without using render props. (2dd0aec
)🐛 Bugfixes
auto-id
b2f3bc0
)tabs
:focus-visible
listbox
querySelector
specificity to fix incorrect button clicks (#903)menu-button
,combobox
,listbox
a8f38a4
).🤜🤛 8 Committers
v0.16.4
Compare Source
This release fixes a bug in Combobox where the selection in a controlled combobox input would trigger a flash with the stale value. We should always defer to the user's value when the input is controlled (Thanks @arackaf!) -- #865
v0.16.1
Compare Source
This patch release fixes a bug when passing stable index values to descendant item components.
v0.16.0
Compare Source
BREAKING: This release fixes a rendering bug in the
descendants
, but the bug in some cases may have coincidentally allowed descendants to be re-indexed in dynamically sorted lists. While this is probably a nice feature, it didn't work consistently and created problems with nested collections.We do not directly support dynamic sorting of lists, so if you relied on this "feature" you'll need to provide indices to the descendant item directly via props. If you're rendering dynamic lists you are probably iterating an array anyway, so you shouldn't have any issues.
This applies to all collection-based compound components:
🐛 Bugfixes
menu-button
✨ Enhancements
menu-button
dialog
rect
observe
is true🤜🤛 3 Committers
v0.15.3
Compare Source
🐛 Bugfixes
utils
as={Link}
onMenuLink
(viautils/polymorphic
) (@IanVS)menu-button
listbox
📝 Documentation
dialog
✨ Enhancements
combobox
openOnFocus
is true then also open when the input is clicked. (@ProggerPete)accordion
,disclosure
tabIndex
from accordion and disclosure panels (@joshuajaco)🤜🤛 10 Committers
v0.15.2
Compare Source
🐛 Bugfixes
menu-button
listbox
ListboxList
when it's styled to overlapListboxButton
(@loque)📝 Documentation
dialog
react-focus-lock
andreact-remove-scroll
dependencies✨ Enhancements
combobox
openOnFocus
is true then also open when the input is clicked (@ProggerPete)accordion
,disclosure
tabIndex
from accordion and disclosure panels (@joshuajaco)🤜🤛 8 Committers
transmute-industries/verifiable-data (@transmute/vc.js)
v0.2.1-unstable.12
Compare Source
statelyai/xstate (@xstate/immer)
v0.3.3
Compare Source
Patch Changes
bcb811587
Thanks @SimeonC! - Bump immer peer dependency to allow v10v0.3.2
Compare Source
Patch Changes
1a94f0de0
Thanks @Andarist! - Fixed inference for the event types withinassign
used in typegen-bakedcreateMachine
.v0.3.1
Compare Source
Patch Changes
8550ddda7
Thanks @davidkpiano! - The repository links have been updated fromesyshub.st101.workers.dev/davidkpiano
toesyshub.st101.workers.dev/statelyai
.v0.3.0
Compare Source
JedWatson/classnames (classnames)
v2.5.1
Compare Source
workspaces
field from package (#350)v2.5.0
Compare Source
interface
(#341)exports
field to package (#342)v2.4.0
Compare Source
v2.3.3
Compare Source
v2.3.2
Compare Source
[Object object]
in a vm, thanks Remco Haszing (#281)graphql/dataloader (dataloader)
v2.2.3
Compare Source
Patch Changes
38fedd4
Thanks @abendi! - EnsurecacheKeyFn
is not called when caching is disabled, since the key is not utilized in that case.v2.2.2
Compare Source
Patch Changes
e286f66
Thanks @henrinormak! - Added missing type definition for Dataloader.namev2.2.1
Compare Source
Patch Changes
6d2efb7
Thanks @saihaj! -name
is an optional propertyv2.2.0
Compare Source
Minor Changes
6c758d0
Thanks @SimenB! - Addname
property toDataLoader
. Useful in APM tools.Patch Changes
588a8b6
Thanks @boopathi! - Fix the propagation of sync throws in the batch function to the loader function instead of crashing the process wtih an uncaught exception.fae38f1
Thanks @LinusU! - Fix types for priming cache with promise3cd3a43
Thanks @thekevinbrown! - Resolves an issue where the maxBatchSize parameter wouldn't be fully used on each batch sent to the backend loader.v2.1.0
Compare Source
Minor Changes
28cf959
: - Do not return void results from arrow functions graphql/dataloader@3b0bae9loader.load()
error message graphql/dataloader@249b2b9setImmediate
.setImmediate || setTimeout
doesn't work and it throwssetImmediate
is not defined in this case, so we should check setImmediate with typeof. And some environments like Cloudflare Workers don't allow you to set setTimeout directly to another variable. graphql/dataloader@3e62fbePatch Changes
3135e9a
: Fix typo in jsdoc comment; flip "objects are keys" to "keys are objects"decentralized-identity/did-resolver (did-resolver)
v3.2.2
Compare Source
Bug Fixes
v3.2.1
Compare Source
Bug Fixes
v3.2.0
Compare Source
Features
3.1.5 (2021-12-09)
Bug Fixes
3.1.4 (2021-12-04)
Bug Fixes
[@context](https://redirect.github.com/context)
to result data type (#108) (39a3301)3.1.3 (2021-10-26)
Bug Fixes
3.1.2 (2021-09-29)
Bug Fixes
3.1.1 (2021-09-27)
Bug Fixes
v3.1.5
Compare Source
Bug Fixes
v3.1.4
Compare Source
Bug Fixes
[@context](https://redirect.github.com/context)
to result data type (#108) (39a3301)v3.1.3
Compare Source
Bug Fixes
v3.1.2
Compare Source
Bug Fixes
v3.1.1
Compare Source
Bug Fixes
gjgd/jsonld-checker (jsonld-checker)
v0.1.8
Compare Source
Features
v0.1.8-unstable.4
Compare Source
Note: Version bump only for package jsonld-checker
styled-components/polished (polished)
v4.3.1
Compare Source
Bug Fixes & Improvements
v4.3.0
Compare Source
v4.2.2
Compare Source
Bug Fixes
v4.2.1
Compare Source
Bug Fixes
hls(a)
- now properly parses percentages for opacity.rgb(a)
- now properly parses percentages for opacity.v4.2.0
Compare Source
Improvements
rgb
- now accepts optional opacity value.hsl
- now accepts optional opacity value.v4.1.4
Compare Source
Bug Fixes
v4.1.3
Compare Source
Bug Fixes
alampros/react-confetti (react-confetti)
v6.1.0
Compare Source
Bug Fixes
Features
6.0.1 (2021-02-22)
Bug Fixes
rpearce/react-expanding-textarea (react-expanding-textarea)
v2.3.6
Compare Source
Changed
tslib
compat to be^2.4.0
Fixed
react-with-forwarded-ref
to solve legacy peer deps issuev2.3.5
Compare Source
Fixed
nexthttps://github.com/rpearce/react-expanding-textarea/pull/84l/84)
v2.3.4
Compare Source
Changed
Fixed
changes size" (#71). This adds a tiny dependency on
fast-shallow-equal
andpairs it with a custom hook to be able to detect shallow changes to a
style
object if it gets passed. We also are now resizing using a
ResizeObserver
,if it's supported, as well as if a provided
className
changes.v2.3.3
Compare Source
Fixed
v2.3.2
Compare Source
Fixed
scroll-into-view/smooth-scroll-into-view-if-needed (smooth-scroll-into-view-if-needed)
v1.1.33
Compare Source
Bug Fixes
decentralized-identity/web-did-resolver (web-did-resolver)
v2.0.27
Compare Source
Bug Fixes
v2.0.26
Compare Source
Bug Fixes
v2.0.25
Compare Source
Bug Fixes
v2.0.24
Compare Source
Bug Fixes
v2.0.23
Compare Source
Bug Fixes
v2.0.22
Compare Source
Bug Fixes
v2.0.21
Compare Source
Bug Fixes
v2.0.20
Compare Source
Bug Fixes
v2.0.19
Compare Source
Bug Fixes
v2.0.18
Compare Source
Bug Fixes
v2.0.17
Compare Source
Bug Fixes
v2.0.16
Compare Source
Bug Fixes
v2.0.15
Compare Source
Bug Fixes
v2.0.14
Compare Source
Bug Fixes
v2.0.13
Compare Source
Bug Fixes
v2.0.12
Compare Source
Bug Fixes
v2.0.11
Compare Source
Bug Fixes
v2.0.10
Compare Source
Bug Fixes
v2.0.9
Compare Source
Bug Fixes
v2.0.8
Compare Source
Bug Fixes
v2.0.7
Compare Source
Bug Fixes
v2.0.6
Compare Source
Bug Fixes
v2.0.5
Compare Source
Bug Fixes
pmndrs/zustand (zustand)
v3.7.2
Compare Source
This fixes an issue in
persist
for some use cases.What's Changed
New Contributors
Full Changelog: pmndrs/zustand@v3.7.1...v3.7.2
v3.7.1
Compare Source
This fixes a type issue with
zustand/context
in v3.7.0.What's Changed
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), 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 using a curated preset maintained by
. View repository job log here