Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 25, 2022

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.18.10 age adoption passing confidence
@babel/preset-env (source) 7.18.9 -> 7.18.10 age adoption passing confidence
@storybook/addon-a11y 6.5.9 -> 6.5.10 age adoption passing confidence
@storybook/addon-actions 6.5.9 -> 6.5.10 age adoption passing confidence
@storybook/addon-essentials 6.5.9 -> 6.5.10 age adoption passing confidence
@storybook/builder-webpack5 6.5.9 -> 6.5.10 age adoption passing confidence
@storybook/manager-webpack5 6.5.9 -> 6.5.10 age adoption passing confidence
@storybook/react 6.5.9 -> 6.5.10 age adoption passing confidence
@swc/core (source) 1.2.218 -> 1.2.223 age adoption passing confidence
@testing-library/user-event 14.3.0 -> 14.4.1 age adoption passing confidence
autoprefixer 10.4.7 -> 10.4.8 age adoption passing confidence
eslint (source) 8.20.0 -> 8.21.0 age adoption passing confidence
eslint-plugin-storybook 0.6.1 -> 0.6.3 age adoption passing confidence
postcss-focus-visible 7.0.0 -> 7.1.0 age adoption passing confidence
prettier-plugin-tailwindcss 0.1.12 -> 0.1.13 age adoption passing confidence
release-it 15.1.4 -> 15.2.0 age adoption passing confidence
tailwindcss (source) 3.1.6 -> 3.1.7 age adoption passing confidence

Release Notes

babel/babel

v7.18.10

Compare Source

🚀 New Feature
  • babel-helper-string-parser, babel-types
🐛 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
🏠 Internal
🔬 Output optimization
  • babel-plugin-proposal-export-default-from
storybookjs/storybook

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
swc-project/swc

v1.2.223

Compare Source

Bug Fixes
  • (es/fixer) Don't insert extra paren when left of BinExpr is UpdateExpr (#​5376) (77497e4)

  • (es/lints) Ignore TS module declare blocks (#​5363) (daaa8b5)

  • (es/minifier) Drop more comments (#​5361) (27cdc65)

  • (es/minifier) Optimize inlining function calls with a literal in arguments (#​5365) (b221f90)

Documentation
Features
Miscellaneous Tasks
Performance

v1.2.222

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Performance
Refactor
Testing
Build

v1.2.220

Compare Source

Bug Fixes
Features
Testing

v1.2.219

Compare Source

Bug Fixes
Documentation
Features
Miscellaneous Tasks
Performance
Testing
  • (es/plugin) Test plugins with different schema versions (#​5255) (b7c7e3a)
Build
testing-library/user-event

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)
postcss/autoprefixer

v10.4.8

Compare Source

  • Do not print color-adjust warning if print-color-adjust also is in rule.
eslint/eslint

v8.21.0

Compare Source

Features
  • 7b43ea1 feat: Implement FlatESLint (#​16149) (Nicholas C. Zakas)
  • 92bf49a feat: improve the key width calculation in key-spacing rule (#​16154) (Nitin Kumar)
  • c461542 feat: add new allowLineSeparatedGroups option to the sort-keys rule (#​16138) (Nitin Kumar)
  • 1cdcbca feat: add deprecation warnings for legacy API in RuleTester (#​16063) (Nitin Kumar)
Bug Fixes
  • 0396775 fix: lines-around-comment apply allowBlockStart for switch statements (#​16153) (Nitin Kumar)
Documentation
Chores
storybookjs/eslint-plugin-storybook

v0.6.3

Compare Source

🐛 Bug Fix
Authors: 1

v0.6.2

Compare Source

Release Notes
feat(no-uninstalled-addons): add option for a custom package.json location (#​102)
feat(no-uninstalled-addons): add option for a custom package.json location (#​102)

🐛 Bug Fix
Authors: 2

csstools/postcss-plugins

v7.1.0

Compare Source

tailwindlabs/prettier-plugin-tailwindcss

v0.1.13

Compare Source

Fixed
  • Fix error when using Angular pipes (#​86)
release-it/release-it

v15.2.0

Compare Source

  • Update dependencies (b78eb1e)
  • Add package.json to exports (acc66f7)
  • Fixes loading scoped plugins to ensure name is preserved (#​926) (145fc71)
  • Add workaround for Windows by removing drive letter from git url (#​924) (ce3a726)
  • Enable manual triggers and disable tag triggers in test pipeline (b830876)
  • Fix plugin links (b7cd505)
tailwindlabs/tailwindcss

v3.1.7

Compare Source

Fixed
  • Don't rewrite source maps for @layer rules (#​8971)
Added
  • Added types for resolveConfig (#​8924)

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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from navin-moorthy as a code owner July 25, 2022 17:50
@vercel
Copy link

vercel bot commented Jul 25, 2022

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

Name Status Preview Updated
react-tailwind ✅ Ready (Inspect) Visit Preview Aug 4, 2022 at 9:55AM (UTC)

@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 3b77c01 to e0e7c6b Compare July 26, 2022 06:43
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from e0e7c6b to 795cea6 Compare July 26, 2022 14:13
@renovate renovate bot changed the title chore(deps): ⬆️ update dependency prettier-plugin-tailwindcss to v0.1.13 chore(deps): ⬆️ update dev dependencies (minor) Jul 26, 2022
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 795cea6 to f41e50b Compare July 27, 2022 11:49
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from f41e50b to 7cc85f9 Compare July 28, 2022 04:23
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 7cc85f9 to 1ba7c1e Compare July 29, 2022 11:04
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 1ba7c1e to 6e039ba Compare July 29, 2022 18:47
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 6e039ba to fc3323a Compare July 30, 2022 18:34
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from fc3323a to 34549c5 Compare August 1, 2022 06:05
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 34549c5 to cc70513 Compare August 1, 2022 16:49
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from cc70513 to 4d5cb71 Compare August 1, 2022 21:55
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 4d5cb71 to 0a2a7d8 Compare August 2, 2022 14:51
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 0a2a7d8 to efa2dc6 Compare August 2, 2022 19:26
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from efa2dc6 to a2de9d1 Compare August 2, 2022 23:32
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 49cb47f to 1e118a7 Compare August 4, 2022 09:48
Copy link
Contributor

@navin-moorthy navin-moorthy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🎉

@kodiakhq kodiakhq bot merged commit 478521b into main Aug 4, 2022
@kodiakhq kodiakhq bot deleted the renovate/dev-dependencies-(minor) branch August 4, 2022 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants