powertools-lambda-typescript icon indicating copy to clipboard operation
powertools-lambda-typescript copied to clipboard

chore(maintenance): migrate init script and husky to v9

Open hjgraca opened this issue 1 year ago • 1 comments

Description of your changes

image

husky install is deprecated starting from version 9.0 More info here We run this command on the init-environment script and we get the deprecation message above.

  • Updated the script in package.json to husky
  • Updated pre-commit and pre-push hooks to match the v9 syntax

Related issues, RFCs

Issue number: #2130

Checklist

  • [x] My changes meet the tenets criteria
  • [x] I have performed a self-review of my own code
  • [ ] I have commented my code where necessary, particularly in areas that should be flagged with a TODO, or hard-to-understand areas
  • [ ] I have made corresponding changes to the documentation
  • [x] My changes generate no new warnings
  • [ ] I have added tests that prove my change is effective and works
  • [x] The PR title follows the conventional commit semantics

Breaking change checklist

Is it a breaking change?: NO

  • [ ] I have documented the migration process
  • [ ] I have added, implemented necessary warnings (if it can live side by side)

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.

hjgraca avatar Feb 23 '24 12:02 hjgraca

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
8.4% Duplication on New Code

See analysis details on SonarCloud

sonarqubecloud[bot] avatar Feb 28 '24 10:02 sonarqubecloud[bot]