react icon indicating copy to clipboard operation
react copied to clipboard

chore(deps): ⬆️ update dev dependencies (minor)

Open renovate[bot] opened this issue 3 years ago • 1 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/cli (source) 7.18.9 -> 7.18.10 age adoption passing confidence
@babel/core (source) 7.18.9 -> 7.19.1 age adoption passing confidence
@babel/preset-env (source) 7.18.9 -> 7.19.1 age adoption passing confidence
@commitlint/cli (source) 17.0.3 -> 17.1.2 age adoption passing confidence
@commitlint/config-conventional (source) 17.0.3 -> 17.1.0 age adoption passing confidence
@emotion/css (source) 11.9.0 -> 11.10.0 age adoption passing confidence
@react-spring/web 9.5.2 -> 9.5.4 age adoption passing confidence
@react-types/button 3.5.1 -> 3.6.1 age adoption passing confidence
@react-types/calendar 3.0.0 -> 3.0.2 age adoption passing confidence
@react-types/datepicker 3.0.0 -> 3.1.1 age adoption passing confidence
@react-types/dialog 3.4.1 -> 3.4.3 age adoption passing confidence
@react-types/numberfield 3.3.1 -> 3.3.3 age adoption passing confidence
@react-types/shared 3.13.1 -> 3.14.1 age adoption passing confidence
@react-types/slider 3.1.1 -> 3.2.1 age adoption passing confidence
@release-it/conventional-changelog 5.0.0 -> 5.1.0 age adoption passing confidence
@storybook/addon-a11y (source) 6.5.9 -> 6.5.12 age adoption passing confidence
@storybook/addon-actions (source) 6.5.9 -> 6.5.12 age adoption passing confidence
@storybook/addon-essentials (source) 6.5.9 -> 6.5.12 age adoption passing confidence
@storybook/builder-webpack5 (source) 6.5.9 -> 6.5.12 age adoption passing confidence
@storybook/manager-webpack5 (source) 6.5.9 -> 6.5.12 age adoption passing confidence
@storybook/react (source) 6.5.9 -> 6.5.12 age adoption passing confidence
@testing-library/dom 8.16.0 -> 8.18.1 age adoption passing confidence
@testing-library/jest-dom 5.16.4 -> 5.16.5 age adoption passing confidence
@testing-library/react 13.3.0 -> 13.4.0 age adoption passing confidence
@testing-library/user-event 14.3.0 -> 14.4.3 age adoption passing confidence
@types/jest (source) 28.1.6 -> 28.1.8 age adoption passing confidence
@types/react (source) 18.0.15 -> 18.0.20 age adoption passing confidence
all-contributors-cli 6.20.0 -> 6.20.4 age adoption passing confidence
autoprefixer 10.4.7 -> 10.4.12 age adoption passing confidence
concurrently 7.3.0 -> 7.4.0 age adoption passing confidence
eslint (source) 8.20.0 -> 8.23.1 age adoption passing confidence
eslint-plugin-storybook 0.6.1 -> 0.6.4 age adoption passing confidence
gacp 3.0.2 -> 3.0.3 age adoption passing confidence
postcss (source) 8.4.14 -> 8.4.16 age adoption passing confidence
react-hook-form (source) 7.33.1 -> 7.36.0 age adoption passing confidence
react-transition-group 4.4.2 -> 4.4.5 age adoption passing confidence
release-it 15.1.4 -> 15.4.2 age adoption passing confidence
tailwindcss (source) 3.1.6 -> 3.1.8 age adoption passing confidence
ts-jest (source) 28.0.7 -> 28.0.8 age adoption passing confidence
typescript (source) 4.7.4 -> 4.8.3 age adoption passing confidence

Release Notes

babel/babel

v7.18.10

Compare Source

:rocket: New Feature
  • babel-helper-string-parser, babel-types
:bug: Bug Fix
  • babel-parser
  • babel-helper-string-parser, babel-parser
  • babel-plugin-transform-typescript
  • babel-plugin-transform-react-jsx
  • babel-generator
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator, babel-traverse
:house: Internal
:microscope: Output optimization
  • babel-plugin-proposal-export-default-from
conventional-changelog/commitlint (@​commitlint/cli)

v17.1.2

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.1.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.1.0

Compare Source

Features

17.0.3 (2022-06-25)

Note: Version bump only for package @​commitlint/cli

17.0.2 (2022-06-01)

Note: Version bump only for package @​commitlint/cli

17.0.1 (2022-05-25)

Bug Fixes
conventional-changelog/commitlint (@​commitlint/config-conventional)

v17.1.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

17.0.3 (2022-06-25)

Note: Version bump only for package @​commitlint/config-conventional

17.0.2 (2022-06-01)

Bug Fixes
  • update dependency conventional-changelog-conventionalcommits to v5 (#​3201) (c20fd19)
emotion-js/emotion

v11.10.0

Compare Source

Minor Changes
  • #​2819 bbad8c79 Thanks @​nicksrandall! - exports field has been added to the package.json manifest. It limits what files can be imported from a package but we've tried our best to allow importing all the files that were considered to be a part of the public API.
Patch Changes
pmndrs/react-spring

v9.5.4

Compare Source

Full Changelog: https://github.com/pmndrs/react-spring/compare/v9.5.3...v9.5.4

v9.5.3

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/react-spring/compare/v9.5.2...v9.5.3

adobe/react-spectrum

v3.6.1

Compare Source

v3.6.0

Compare Source

release-it/conventional-changelog

v5.1.0

Compare Source

storybookjs/storybook

v6.5.12

Compare Source

Bug Fixes
  • React: Fix issue with react 18 implementation #​19125

v6.5.11

Compare Source

Bug Fixes
  • CLI: Fix race condition in sb init #​19083
  • Core: Fix WebProjectAnnotations export in preview-web for back-compat #​19048
  • Addon-interactions: Fix IE support by replacing array includes #​18993
  • Vue: Fix enum check in extractArgTypes #​18959
  • React: Fix callback behavior in react@18 #​18737
  • Store: always call composeConfigs in setProjectAnnotations #​18916
  • Telemetry: improve addon extraction logic #​18868
  • Addon-docs: Check for undefined before reading property in extractArgTypes.ts #​18710nance

v6.5.10

Compare Source

Maintenance
  • Interactions: Run conditionally based on query param #​18706
  • Components: Re-bundle the syntax highlighter #​18425
  • Svelte: Make svelte-loader optional dependency #​18645
  • Theming: Replace references to themes.normal with themes.light #​17034
Bug Fixes
  • HTML: Fix missing ability to set docs.extractArgTypes #​18831
  • CLI: Throw error on failure in sb init #​18816
  • CLI: Hook up the npm7 migration #​18522
  • Preview: Ensure docs container re-renders when globals change #​18711
  • Toolbars: Fall back to name if both title and icon are not specified #​17430
  • CLI: Fix addons register in RN template #​18693
  • CLI: Fix detection of type: module when initializing storybook #​18714
  • CLI/Svelte: Always create main with cjs extension #​18648
  • Fix typo in CSS pseudo selector #​17708
  • UI: Fix sidebar a11y by moving aria-expanded attribute to button #​18354
  • CLI: Add npm7 migration for legacy peer deps #​18510
  • UI: Fix display skip to sidebar button #​18479
  • Core: Fix process is not defined when using components #​18469
Dependency Upgrades
testing-library/dom-testing-library

v8.18.1

Compare Source

Bug Fixes

v8.18.0

Compare Source

Features

v8.17.1

Compare Source

Bug Fixes

v8.17.0

Compare Source

Features

v8.16.1

Compare Source

Bug Fixes
testing-library/jest-dom

v5.16.5

Compare Source

Bug Fixes
testing-library/react-testing-library

v13.4.0

Compare Source

Features
  • renderHook: allow passing of all render options to renderHook (#​1118) (27a9584)
testing-library/user-event

v14.4.3

Compare Source

Bug Fixes

v14.4.2

Compare Source

Bug Fixes

v14.4.1

Compare Source

Bug Fixes

v14.4.0

Compare Source

Features
Bug Fixes
  • event: be robust against incomplete event implementations (#​1009) (289828b)
  • upload: be robust against missing FileList implementation (#​1007) (a46b4d7)
  • keyboard: switch modifier state of lock keys on the correct event (#​1003) (2852509)
  • keyboard: remove platform-specific additional key events for Control on AltGraph (#​1003) (2852509)
  • pointer: dispatch contextmenu events with detail: 0 (#​1003) (2852509)
  • pointer: always set PointerEvent.isPrimary (#​1003) (2852509)
  • pointer: set button property on pointer events separately from legacy mouse events (#​1003) (2852509)
  • pointer: click closest common ancestor if mousedown and mouseup happen on different elements (#​1003) (2852509)
  • pointer: omit click event on release if another button is released first (#​1003) (2852509)
  • pointer: dispatch mouseover, mouseenter and mousemove on disabled elements (#​1003) (2852509)
  • pointer: prevent mouse* events per pointerdown event handler (#​1003) (2852509)
  • pointer: dispatch *out and *over events when moving into / out of nested elements (#​1003) (2852509)
  • pointer: dispatch *enter and *leave events on ancestors (#​1003) (2852509)
all-contributors/all-contributors-cli

v6.20.4

Compare Source

Bug Fixes

v6.20.3

Compare Source

Bug Fixes

v6.20.2

Compare Source

Bug Fixes
  • set default value as 7 for contributorsPerLine (#​139) ([e1fd794](https://togith

renovate[bot] avatar Jul 26 '22 14:07 renovate[bot]

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 29, 2023 1:02am

vercel[bot] avatar Jul 26 '22 14:07 vercel[bot]