Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 26, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/cli (source) 7.15.7 -> 7.16.0 age adoption passing confidence
@babel/core (source) 7.15.8 -> 7.16.0 age adoption passing confidence
@babel/plugin-proposal-class-properties (source) 7.14.5 -> 7.16.0 age adoption passing confidence
@babel/plugin-proposal-logical-assignment-operators (source) 7.14.5 -> 7.16.0 age adoption passing confidence
@babel/plugin-proposal-private-methods (source) 7.14.5 -> 7.16.0 age adoption passing confidence
@babel/plugin-proposal-private-property-in-object (source) 7.15.4 -> 7.16.0 age adoption passing confidence
@babel/preset-env (source) 7.15.8 -> 7.16.0 age adoption passing confidence
@babel/preset-react (source) 7.14.5 -> 7.16.0 age adoption passing confidence
@babel/preset-typescript (source) 7.15.0 -> 7.16.0 age adoption passing confidence
@storybook/addon-a11y 6.4.0-beta.21 -> 6.4.0-beta.24 age adoption passing confidence
@storybook/addon-actions 6.4.0-beta.21 -> 6.4.0-beta.24 age adoption passing confidence
@storybook/addon-essentials 6.4.0-beta.21 -> 6.4.0-beta.24 age adoption passing confidence
@storybook/builder-webpack5 6.4.0-beta.21 -> 6.4.0-beta.25 age adoption passing confidence
@storybook/manager-webpack5 6.4.0-beta.21 -> 6.4.0-beta.25 age adoption passing confidence
@storybook/react 6.4.0-beta.21 -> 6.4.0-beta.24 age adoption passing confidence
@swc/core (source) 1.2.105 -> 1.2.106 age adoption passing confidence
@testing-library/jest-dom 5.14.1 -> 5.15.0 age adoption passing confidence
autoprefixer 10.3.7 -> 10.4.0 age adoption passing confidence
axe-core (source) 4.3.4 -> 4.3.5 age adoption passing confidence
react-hook-form (source) 7.18.0 -> 7.18.1 age adoption passing confidence
tailwindcss (source) 2.2.17 -> 2.2.19 age adoption passing confidence
ts-morph 12.0.0 -> 12.1.0 age adoption passing confidence
webpack 5.60.0 -> 5.61.0 age adoption passing confidence

Release Notes

babel/babel

v7.16.0

Compare Source

👓 Spec Compliance
  • babel-helpers, babel-plugin-proposal-async-generator-functions, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
🚀 New Feature
  • babel-generator, babel-parser, babel-plugin-transform-typescript, babel-types
  • babel-parser
  • babel-helper-fixtures, babel-helper-transform-fixture-test-runner, babel-parser, babel-plugin-syntax-typescript, babel-preset-typescript
  • Other
  • babel-generator, babel-parser, babel-plugin-proposal-pipeline-operator, babel-plugin-syntax-pipeline-operator
  • babel-compat-data, babel-generator, babel-parser, babel-preset-env, babel-types
  • babel-helper-skip-transparent-expression-wrappers, babel-plugin-proposal-optional-chaining
  • babel-traverse, babel-types
🐛 Bug Fix
  • babel-parser, babel-plugin-transform-typescript
  • babel-plugin-transform-typescript
  • babel-core, babel-helper-create-class-features-plugin, babel-plugin-transform-typescript
  • babel-compat-data, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-transform-react-constant-elements, babel-preset-env, babel-traverse
    • #​13842 Implement @​babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression (@​JLHwung)
  • babel-plugin-proposal-async-generator-functions, babel-traverse
  • babel-traverse, babel-types
  • babel-generator
🏠 Internal
🏃‍♀️ Performance
storybookjs/storybook

v6.4.0-beta.24

Compare Source

Bug Fixes
  • Core: Fix decorateStory exports from frameworks that have it (#​16529)
  • Fix v7.0 type exports and update MIGRATION.md (#​16466)
  • UI: Do not display menu toggle when singleStory=true (#​15755)
Maintenance
  • Core: Improve webpack chunk names (#​16513)
Dependency Upgrades
  • Migrate from micromatch to picomatch (#​16522)
  • Add qs as a dev dependency of the api package (#​16525)

v6.4.0-beta.23

Compare Source

Features
  • Core: Add support for async getProjectAnnotations function (#​16495)
Bug Fixes
  • Addon-docs: Fix centered layout on DocsPage (#​16506)
  • Addon-docs/Angular: Fix missing condition in compodoc resolveTypealias (#​16523)
  • Core: Fix toImportFn when dealing with ../-led paths (#​16474)
Maintenance
  • UI: Update the toolbar button styles (#​16429)
  • CLI: Fix build selection menu (#​16521)
  • Core: Use synchronous promises to "fake" promises for sync code (#​16517)
  • UI: Improve WithTooltip contrast and positioning (#​16510)

v6.4.0-beta.22

Compare Source

Bug Fixes
  • Addon-docs: Track code-level args changes in ArgsTable (#​16488)
Maintenance
  • Addon-a11y: Lazy load axe-core only when running tests (#​16484)
  • Addon-docs: Lazy load Prettier in Vue and Angular (#​16459)
swc-project/swc

v1.2.106

Compare Source

testing-library/jest-dom

v5.15.0

Compare Source

Features
postcss/autoprefixer

v10.4.0

Compare Source

Coat of arms of South Africa

In Autoprefixer 10.4 @​lukewarlow added :autofill support:

input:-webkit-autofill {
  background-color: red;
}

input:autofill {
  background-color: red;
}
dequelabs/axe-core

v4.3.5

Compare Source

Bug Fixes
  • aria-allowed-attr: revert violation for non-global ARIA attrs on element without role (#​3243) (e138fd6)
react-hook-form/react-hook-form

v7.18.1

Compare Source

  • revert FieldPathWithValue
tailwindlabs/tailwindcss

v2.2.19

Compare Source

Fixed
  • Ensure corePlugins order is consisent in AOT mode (#​5928)

v2.2.18

Compare Source

Fixed
  • Bump versions for security vulnerabilities (#​5924)
dsherret/ts-morph

v12.1.0

Compare Source

Bug Fixes
  • Support renaming a property to a private identifier or vice versa (bf377b6)
  • TypeArguments on decorator structure should output type arguments (ad4fdbd)
Features
webpack/webpack

v5.61.0

Compare Source

Bugfixes

  • use a wasm md4 implementation for node 17 support
  • include the path submodules in the node.js default externals

Performance

  • improve string to binary conversion performance for hashing

Contribution

  • CI runs on node.js 17

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

👻 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot requested a review from navin-moorthy as a code owner October 26, 2021 19:07
@vercel
Copy link

vercel bot commented Oct 26, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/timelessco/renderlesskit-react-tailwind/GNRZa3cQVa6uebWhcZmYgESigkJ9
✅ Preview: https://renderlesskit-react-tailwind-git-renovate-dev-581cf6-timelessco.vercel.app

@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 5a29aaa to 1e33098 Compare October 27, 2021 07:30
@renovate renovate bot changed the title chore(deps): ⬆️ update dependency lint-staged to v11.2.6 chore(deps): ⬆️ update dev dependencies (minor) Oct 27, 2021
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 1e33098 to 712185c Compare October 27, 2021 11:33
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 712185c to 17e2331 Compare October 27, 2021 19:34
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 17e2331 to 87cf4d1 Compare October 28, 2021 03:53
@renovate renovate bot changed the title chore(deps): ⬆️ update dev dependencies (minor) chore(deps): ⬆️ update dev dependencies (minor) - autoclosed Oct 28, 2021
@renovate renovate bot closed this Oct 28, 2021
@renovate renovate bot deleted the renovate/dev-dependencies-(minor) branch October 28, 2021 08:40
@renovate renovate bot changed the title chore(deps): ⬆️ update dev dependencies (minor) - autoclosed chore(deps): ⬆️ update dev dependencies (minor) Oct 28, 2021
@renovate renovate bot reopened this Oct 28, 2021
@renovate renovate bot restored the renovate/dev-dependencies-(minor) branch October 28, 2021 11:01
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 87cf4d1 to 1c1fd22 Compare October 28, 2021 11:01
@renovate renovate bot changed the title chore(deps): ⬆️ update dev dependencies (minor) chore(deps): ⬆️ update dependency autoprefixer to v10.4.0 Oct 28, 2021
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 1c1fd22 to 44619f8 Compare October 28, 2021 17:11
@renovate renovate bot changed the title chore(deps): ⬆️ update dependency autoprefixer to v10.4.0 chore(deps): ⬆️ update dev dependencies (minor) Oct 28, 2021
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 44619f8 to ffeac61 Compare October 29, 2021 11:33
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from ffeac61 to b6ff8a7 Compare October 29, 2021 13:45
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from b6ff8a7 to 445d327 Compare October 29, 2021 16:12
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 662ba13 into main Nov 2, 2021
@kodiakhq kodiakhq bot deleted the renovate/dev-dependencies-(minor) branch November 2, 2021 07:10
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.

3 participants