Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 2, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.17.5 -> 7.17.8 age adoption passing confidence
@commitlint/cli (source) 16.2.1 -> 16.2.3 age adoption passing confidence
@release-it/conventional-changelog 4.2.0 -> 4.2.2 age adoption passing confidence
@swc/core (source) 1.2.147 -> 1.2.159 age adoption passing confidence
@tailwindcss/forms 0.4.0 -> 0.5.0 age adoption passing confidence
@testing-library/react 12.1.3 -> 12.1.4 age adoption passing confidence
@types/react 17.0.39 -> 17.0.41 age adoption passing confidence
@types/react-dom 17.0.12 -> 17.0.14 age adoption passing confidence
autoprefixer 10.4.2 -> 10.4.4 age adoption passing confidence
eslint (source) 8.10.0 -> 8.11.0 age adoption passing confidence
eslint-config-prettier 8.4.0 -> 8.5.0 age adoption passing confidence
lint-staged 12.3.4 -> 12.3.7 age adoption passing confidence
postcss (source) 8.4.7 -> 8.4.12 age adoption passing confidence
prettier (source) 2.5.1 -> 2.6.0 age adoption passing confidence
react-hook-form (source) 7.27.1 -> 7.28.1 age adoption passing confidence
release-it 14.12.5 -> 14.13.1 age adoption passing confidence
sort-package-json 1.54.0 -> 1.55.0 age adoption passing confidence
ts-node (source) 10.6.0 -> 10.7.0 age adoption passing confidence
webpack 5.69.1 -> 5.70.0 age adoption passing confidence

Release Notes

babel/babel

v7.17.8

Compare Source

👓 Spec Compliance
🐛 Bug Fix
↩️ Revert

v7.17.7

Compare Source

👓 Spec Compliance
🐛 Bug Fix
  • babel-helper-compilation-targets
  • babel-helper-module-transforms, babel-helper-simple-access, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd
  • babel-parser
  • babel-helpers, babel-plugin-proposal-decorators
  • babel-generator
  • babel-helper-module-transforms, babel-plugin-transform-modules-commonjs
  • babel-helper-member-expression-to-functions, babel-plugin-proposal-class-properties, babel-plugin-proposal-private-methods, babel-plugin-transform-classes, babel-plugin-transform-object-super
  • babel-register
💅 Polish
🏠 Internal
conventional-changelog/commitlint

v16.2.3

Compare Source

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

release-it/conventional-changelog

v4.2.2

Compare Source

v4.2.1

Compare Source

swc-project/swc

v1.2.159

Compare Source

Bug Fixes
Features
Testing

v1.2.158

Compare Source

Bug Fixes
Features
Miscellaneous Tasks

v1.2.157

Compare Source

Bug Fixes
Features

v1.2.156

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Refactor
Testing
Build

v1.2.155

Compare Source

Bug Fixes
Documentation
Features
Miscellaneous Tasks
  • (ci) Invoke yarn before publishing (743a5da)

  • (es/preset-env) Track .json files to make cargo happy (bd0fcb9)- general: Update linguist (#​3991) (0312292)

Performance
Testing
Build

v1.2.154

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Performance
Testing

v1.2.153

Compare Source

Bug Fixes
  • (api/rust) Fix transform comment api (#​3962) (fcbd3c5)

  • (es) Adjust tracing span level (#​3911) (ca071fb)

  • (es/codegen) Fix sourcemap issue caused by reserved BytePos values (#​3948) (e8018c5)

  • (es/compat) Refer this in constructor when super_is_callable_constructor is set (#​3944) (de8a711)

  • (es/lints) Don't visit types while collecting const (#​3967) (c6b5371)

  • (es/minifier) Preserve fuction parameters used for template literals in evaluate and reduce_vars (#​3949) (91a302a)

  • (es/parser) Parse if-else chain iteratively (#​3961) (76e6468)

  • (node-swc/types) Add reserved to TerserMangleOptions (#​3959) (70a68a7)

Features

v1.2.152

Compare Source

Bug Fixes
  • (es) Don't create .swc if not required (#​3937) (46e9d3f)

  • (es/compat/es2015) Fix span handling of arrow and classes (#​3921) (12b8606)

  • (es/minifier) Skip exported vars while collapsing vars (#​3928) (cc564ff)

  • (es/module) Make exported vars follow specification (#​3906) (534fc52)

  • (es/module) Fix exported vars with bigint values (#​3909) (8559fc9)

  • (es/module) Use correct return values for suffix update expressions (#​3927) (dc457b4)

  • (es/module/cjs) Allow re-exports to be lazy (#​3856) (f575b1b)

  • (es/parser) Fix the logic for token contexts (#​3926) (4b4aef3)

  • (es/transform/optimization) Prevent inlining of vars used as RHS in logical expressions (#​3907) (782a874)

  • (es/typescript) Remove imports used in interfaces and type signatures (#​3893) (5c92b2d)

  • (wasm) Fix handling of swc_common::GLOBALS (#​3936) (45a4374)

Features
Performance
Refactor

v1.2.151

Compare Source

Bug Fixes
  • (es/module) Revert fix for jest.spyOn (8e30d83)
Features
  • (es/compat) Enable set_public_method for TypeScript (#​3884) (cb93883)

  • (es/fixer) Remove extra parens around iife in expression position (#​3887) (9dd0105)

  • (es/lints) Support module/script mode in duplicate_bindings (#​3880) (0181fbe)

Performance
  • (es/lints) Extract top level bindings only if the rule is enabled (#​3889) (3e8efac)

  • (es/minifier) Add a fast-path to export merger (#​3891) (a47eed7)

v1.2.150

Compare Source

Bug Fixes

v1.2.149

Compare Source

Bug Fixes
Features
Performance
  • (es) Filter logs for cranelift out (#​3801) (225f9a7)

  • (es/ast) Implement Clone without inline for some enums (#​3878) (3b04789)

  • (es/compat) Add tracing support to transforms for from es2017 to es2019 (#​3844) (a933db5)

  • (es/compat) Add tracing support for es2015 transforms (#​3857) (cd8bb0f)

  • (es/transform) Use SingleThreadedComments for transform (#​3847) (73ec0b3)

Testing
  • (es) Add a test for a fixed issu

Configuration

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

@renovate renovate bot requested a review from navin-moorthy as a code owner March 2, 2022 17:37
@vercel
Copy link

vercel bot commented Mar 2, 2022

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/23Kr31PUrS8gQw8rmugBqXa1LzKf
✅ Preview: https://renderlesskit-react-tailwind-git-renovate-dev-581cf6-timelessco.vercel.app

@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 01b574f to d1f3263 Compare March 2, 2022 19:43
@renovate renovate bot changed the title chore(deps): ⬆️ update dependency @types/react-dom to v17.0.13 chore(deps): ⬆️ update dev dependencies (minor) Mar 2, 2022
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from d1f3263 to 12d3883 Compare March 2, 2022 22:24
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 12d3883 to a528759 Compare March 3, 2022 17:11
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from a528759 to 38093bf Compare March 4, 2022 04:12
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 38093bf to 11037c7 Compare March 5, 2022 08:26
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 11037c7 to 87fad4a Compare March 6, 2022 04:34
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 87fad4a to d53795d Compare March 6, 2022 13:19
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from d53795d to be2477a Compare March 6, 2022 16:54
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from be2477a to 990ec02 Compare March 7, 2022 03:20
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 990ec02 to 4940dc6 Compare March 7, 2022 18:07
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 4940dc6 to d2c01bd Compare March 9, 2022 11:28
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from d2c01bd to ba1800b Compare March 9, 2022 16:18
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from ba1800b to 0eeefe3 Compare March 10, 2022 12:04
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from f5952bf to 0dc5ef2 Compare March 15, 2022 19:47
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 0dc5ef2 to 0285519 Compare March 16, 2022 06:23
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 0285519 to 6ae29ad Compare March 16, 2022 11:43
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 6ae29ad to 2542575 Compare March 17, 2022 12:56
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 2542575 to c2d34a3 Compare March 17, 2022 17:12
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from c2d34a3 to d8bb168 Compare March 18, 2022 15:35
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from d8bb168 to f3f57fc Compare March 18, 2022 20:46
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from f3f57fc to 4bcd785 Compare March 19, 2022 10:39
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 4bcd785 to e98ee05 Compare March 19, 2022 15:14
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from e98ee05 to 0384f61 Compare March 19, 2022 19:50
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 0384f61 to 20b4176 Compare March 20, 2022 11:04
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 20b4176 to e3ee902 Compare March 20, 2022 21:40
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 22a0eb2 into main Mar 21, 2022
@kodiakhq kodiakhq bot deleted the renovate/dev-dependencies-(minor) branch March 21, 2022 06:40
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