-
Notifications
You must be signed in to change notification settings - Fork 87
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 reach-ui monorepo to ^0.18.0 - autoclosed #2205
Conversation
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: package-lock.json
|
❌ Deploy Preview for next-plugin-edge-middleware failed.
|
❌ Deploy Preview for netlify-plugin-nextjs-export-demo failed.
|
❌ Deploy Preview for next-i18next-demo failed.
|
❌ Deploy Preview for next-plugin-canary failed.
|
❌ Deploy Preview for netlify-plugin-nextjs-next-auth-demo failed.
|
❌ Deploy Preview for nextjs-plugin-custom-routes-demo failed.
|
❌ Deploy Preview for netlify-plugin-nextjs-demo failed.
|
❌ Deploy Preview for netlify-plugin-nextjs-nx-monorepo-demo failed.
|
❌ Deploy Preview for netlify-plugin-nextjs-static-root-demo failed.
|
ab42f3a
to
800b015
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. |
Pull request was closed
This PR contains the following updates:
^0.16.2
->^0.18.0
^0.16.0
->^0.18.0
Release Notes
reach/reach-ui (@reach/dialog)
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]
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
reach/reach-ui (@reach/visually-hidden)
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.Patch Changes
@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
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.