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 dependencies (non-major) - autoclosed #45

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 29, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@reach/tabs (source) ^0.15.0 -> ^0.18.0 age adoption passing confidence
@transmute/vc.js (source) 0.2.1-unstable.11 -> 0.2.1-unstable.12 age adoption passing confidence
@xstate/immer (source) ^0.2.0 -> ^0.3.0 age adoption passing confidence
@xstate/react (source) 1.3.3 -> 1.6.3 age adoption passing confidence
classnames 2.3.1 -> 2.5.1 age adoption passing confidence
dataloader 2.0.0 -> 2.2.3 age adoption passing confidence
did-resolver 3.1.0 -> 3.2.2 age adoption passing confidence
jsonld-checker (source) 0.1.8-unstable.3 -> 0.1.8 age adoption passing confidence
polished (source) 4.1.2 -> 4.3.1 age adoption passing confidence
react-confetti 6.0.1 -> 6.1.0 age adoption passing confidence
react-expanding-textarea 2.3.1 -> 2.3.6 age adoption passing confidence
smooth-scroll-into-view-if-needed (source) 1.1.32 -> 1.1.33 age adoption passing confidence
web-did-resolver 2.0.4 -> 2.0.27 age adoption passing confidence
xstate (source) 4.19.2 -> 4.38.3 age adoption passing confidence
zustand 3.5.1 -> 3.7.2 age adoption passing confidence

Release Notes

reach/reach-ui (@​reach/tabs)

v0.18.0

Compare Source

BREAKING Changes
  • All default exports have been removed. Replace all default imports with the appropriate documented named export.
  • The output directory structure has changed slightly. Module files are now named reach-<pkg>.mjs instead of reach-<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

v0.17.0

Compare Source

💔 Breaking Changes

  • disclosure
    • In uncontrolled disclosures, previously we would render the disclosure as open on the first render, regardless of the 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.
    • We simplified this by simply respecting the 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 to true, then set the desired state for the following render in useEffect.
  • tabs
    • Removed the isSelected from from the Tab 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
    • Use the user-provided ID beyond the first render for deterministic behavior (b2f3bc0)
  • tabs
    • Stop managing focus on mouse clicks to fix :focus-visible
  • listbox
    • Update submit button querySelector specificity to fix incorrect button clicks (#​903)
  • menu-button, combobox, listbox
    • Skip rendering of portaled popovers before hydration. This prevents unwanted layout shift when the server-rendered popover mounts to a temporary DOM node (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:

  • Tabs
  • Accordion
  • MenuButton
  • Listbox
  • Combobox

🐛 Bugfixes

  • menu-button
    • Reference root's ownerDocument instead of global, better support in iframes

✨ Enhancements

  • menu-button
    • Better handling of mouse-move that caused problems with long lists on small screens
  • dialog
    • Update dependencies to fix small bugs in focus-lock
  • rect
    • Only log warning if observe is true
🤜🤛 3 Committers

v0.15.3

Compare Source

🐛 Bugfixes

  • utils
    • Typescript error for as={Link} on MenuLink (via utils/polymorphic) (@​IanVS)
  • menu-button
    • #​812 Prevent default for links to avoid double click events (@​IanVS)
    • Popover does not consistently close when clicking between Menu Buttons (@​ecklf)
  • listbox
    • Cannot focus on ListboxList when its styled to overlap ListboxButton (@​loque)

📝 Documentation

✨ Enhancements

  • combobox
  • accordion, disclosure
    • Remove -1 tabIndex from accordion and disclosure panels (@​joshuajaco)
🤜🤛 10 Committers

v0.15.2

Compare Source

🐛 Bugfixes

  • menu-button
  • listbox
    • Cannot focus on ListboxList when it's styled to overlap ListboxButton (@​loque)

📝 Documentation

✨ Enhancements

  • combobox
  • accordion, disclosure
    • Remove -1 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

v0.3.2

Compare Source

Patch Changes

v0.3.1

Compare Source

Patch Changes
  • #​2957 8550ddda7 Thanks @​davidkpiano! - The repository links have been updated from github.com/davidkpiano to github.com/statelyai.

v0.3.0

Compare Source

JedWatson/classnames (classnames)

v2.5.1

Compare Source

  • Remove workspaces field from package (#​350)

v2.5.0

Compare Source

  • Restore ability to pass a TypeScript interface (#​341)
  • Add exports field to package (#​342)

v2.4.0

Compare Source

v2.3.3

Compare Source

v2.3.2

Compare Source

graphql/dataloader (dataloader)

v2.2.3

Compare Source

Patch Changes
  • #​342 38fedd4 Thanks @​abendi! - Ensure cacheKeyFn is not called when caching is disabled, since the key is not utilized in that case.

v2.2.2

Compare Source

Patch Changes

v2.2.1

Compare Source

Patch Changes

v2.2.0

Compare Source

Minor Changes
Patch Changes
  • #​318 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.
  • #​321 3cd3a43 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
Patch 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
  • build: fix typo in package exports (832ea58)

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
  • add optional [@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
  • editorial fix to trigger a new release (52098b4)

3.1.1 (2021-09-27)

Bug Fixes
  • docs: editorial fix, include recent changes (db504fd)

v3.1.5

Compare Source

Bug Fixes

v3.1.4

Compare Source

Bug Fixes
  • add optional [@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
  • editorial fix to trigger a new release (52098b4)

v3.1.1

Compare Source

Bug Fixes
  • docs: editorial fix, include recent changes (db504fd)
gjgd/jsonld-checker (jsonld-checker)

v0.1.8

Compare Source

Features
  • deps: bump jsonld version to 5 (8387cbd)

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

  • Remove annotate-pure-calls plugin to address incompatibility with later versions of rollup.
  • Update dependencies.

v4.3.0

Compare Source

v4.2.2

Compare Source

Bug Fixes

  • Color Modules - addresses an issue with longer floats in color values. (#​610 - Thanks to @​levymetal)

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

  • color Modules - now support space-separated CSS color values for rgb(a) and hsl(a). (#​605)
  • rgb - now accepts optional opacity value.
  • hsl - now accepts optional opacity value.

v4.1.4

Compare Source

Bug Fixes

  • mix - remove unnecessary division by 1 (#​59)

v4.1.3

Compare Source

Bug Fixes

  • Addressed several performance issues with regexes.
alampros/react-confetti (react-confetti)

v6.1.0

Compare Source

Bug Fixes
  • ci: add gh and npm tokens (ecc2d87)
  • ci: explicitly add npm token (fb14930)
  • Allow react 18 in peer dependency (6598781)
Features
  • ci: travis => gh actions (7af7f03)

6.0.1 (2021-02-22)

Bug Fixes
  • Allow react 17 in peer dependency (266a3dd)
rpearce/react-expanding-textarea (react-expanding-textarea)

v2.3.6

Compare Source

Changed
  • Updated tslib compat to be ^2.4.0
Fixed
  • Support for React 18
  • Updated react-with-forwarded-ref to solve legacy peer deps issue

v2.3.5

Compare Source

Fixed

v2.3.4

Compare Source

Changed
  • "Use useLayoutEffect instead of useEffect" (#​72)
Fixed
  • "Textarea does not automatically recalculate size if it's parent container
    changes size" (#​71). This adds a tiny dependency on
    fast-shallow-equal and
    pairs 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
  • Fix legacy peer deps issue

v2.3.2

Compare Source

Fixed
  • Fix: use ChangeEvent over FormEvent (issue #​61)
scroll-into-view/smooth-scroll-into-view-if-needed (smooth-scroll-into-view-if-needed)

v1.1.33

Compare Source

Bug Fixes
  • deps: update dependency scroll-into-view-if-needed to v2.2.29 (#​1021) (3aaa4ec)
decentralized-identity/web-did-resolver (web-did-resolver)

v2.0.27

Compare Source

Bug Fixes
  • deps: update dependency cross-fetch to v4 (f8adfca)

v2.0.26

Compare Source

Bug Fixes
  • deps: update dependency cross-fetch to v3.1.8 (00834e6)

v2.0.25

Compare Source

Bug Fixes
  • deps: update dependency cross-fetch to v3.1.7 (92f7428)

v2.0.24

Compare Source

Bug Fixes
  • deps: update dependency cross-fetch to v3.1.6 (deb19d7)

v2.0.23

Compare Source

Bug Fixes
  • build: publish types in package.json (174afe8)

v2.0.22

Compare Source

Bug Fixes
  • deps: Update dependency did-resolver to v4.1.0 (81fa649)

v2.0.21

Compare Source

Bug Fixes
  • deps: Update dependency did-resolver to v4.0.1 (63d7fc2)

v2.0.20

Compare Source

Bug Fixes
  • deps: Update dependency did-resolver to v4 (74b825f)

v2.0.19

Compare Source

Bug Fixes
  • deps: update all non-major dependencies to v18.2.0 (cd99aa3)

v2.0.18

Compare Source

Bug Fixes

v2.0.17

Compare Source

Bug Fixes
  • deps: Update dependency did-resolver to v3.2.2 (f494fbe)

v2.0.16

Compare Source

Bug Fixes
  • deps: update all non-major dependencies to v18.1.0 (cd3ed19)

v2.0.15

Compare Source

Bug Fixes
  • deps: update dependency react-scripts to v5.0.1 (36d0e22)

v2.0.14

Compare Source

Bug Fixes
  • deps: update react monorepo to v18 (8f21c88)

v2.0.13

Compare Source

Bug Fixes
  • deps: Update dependency did-resolver to v3.2.0 (d33f51e)

v2.0.12

Compare Source

Bug Fixes
  • deps: update dependencies, remove ts-jest (789ec69)

v2.0.11

Compare Source

Bug Fixes
  • deps: update dependency react-scripts to v5 (bbc4b35)

v2.0.10

Compare Source

Bug Fixes
  • deps: Update dependency did-resolver to v3.1.5 (0728ffb)

v2.0.9

Compare Source

Bug Fixes
  • deps: Update dependency did-resolver to v3.1.4 (02d4c7d)

v2.0.8

Compare Source

Bug Fixes
  • deps: bump did-resolver to 3.1.3 (f62af45)

v2.0.7

Compare Source

Bug Fixes
  • deps: Update dependency did-resolver to v3.1.3 (d77839f)

v2.0.6

Compare Source

Bug Fixes
  • deps: Update dependency did-resolver to v3.1.2 (7902b3f)

v2.0.5

Compare Source

Bug Fixes
  • deps: Update dependency did-resolver to v3.1.1 (91cc1c6)
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

  • fix(context): revert removing overloads

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.


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

This PR has been generated by Mend Renovate using a curated preset maintained by Sanity. View repository job log here

@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 5a6e0b7 to 5e1800a Compare May 31, 2021 01:15
@renovate renovate bot changed the title fix(deps): update dependency @transmute/vc.js to v0.2.1-unstable.12 fix(deps): update dependencies (non-major) May 31, 2021
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 5e1800a to ea557b1 Compare May 31, 2021 02:54
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from ea557b1 to c9daa99 Compare May 31, 2021 04:16
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from c9daa99 to 61e9108 Compare May 31, 2021 07:44
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 61e9108 to 65dc627 Compare May 31, 2021 09:23
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 65dc627 to 07ffe58 Compare May 31, 2021 11:01
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 07ffe58 to cd3d3a0 Compare May 31, 2021 11:24
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from cd3d3a0 to c85dbb3 Compare May 31, 2021 12:46
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from c85dbb3 to c858308 Compare May 31, 2021 14:07
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from c858308 to 5f8cbb1 Compare May 31, 2021 15:33
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 5f8cbb1 to be4b010 Compare May 31, 2021 16:57
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from be4b010 to 08eb8d6 Compare May 31, 2021 18:10
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 08eb8d6 to 033adbd Compare May 31, 2021 18:51
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 2 times, most recently from c2bb6ae to 19754fe Compare March 24, 2024 13:18
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 19754fe to cff90f8 Compare April 14, 2024 12:40
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from cff90f8 to 9599e09 Compare April 21, 2024 07:49
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 9599e09 to 5b5b53b Compare April 25, 2024 11:27
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 5b5b53b to 978dc34 Compare April 26, 2024 03:46
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 978dc34 to 2bc4fb7 Compare June 4, 2024 14:20
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 2bc4fb7 to 6048857 Compare July 21, 2024 11:48
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 6048857 to a37e05e Compare August 6, 2024 09:22
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from a37e05e to 465f9e0 Compare August 28, 2024 09:48
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 465f9e0 to 9e30d35 Compare October 9, 2024 07:44
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 9e30d35 to 603d872 Compare December 2, 2024 12:18
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 603d872 to faf27dd Compare December 3, 2024 19:24
@renovate renovate bot changed the title fix(deps): update dependencies (non-major) fix(deps): update dependencies (non-major) - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/dependencies-(non-major) branch December 8, 2024 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants