semantic-release-plus / semantic-release

:package::rocket: Fully automated version management and package publishing
https://semantic-release-plus.gitbook.io
MIT License
48 stars 4 forks source link

chore(deps): update dependency lint-staged to v12 #271

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
lint-staged 11.2.6 -> 12.0.2 age adoption passing confidence

Release Notes

okonet/lint-staged ### [`v12.0.2`](https://togithub.com/okonet/lint-staged/releases/v12.0.2) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v12.0.1...v12.0.2) ##### Bug Fixes - remove `npm` version requirement ([#​1047](https://togithub.com/okonet/lint-staged/issues/1047)) ([e50d6d4](https://togithub.com/okonet/lint-staged/commit/e50d6d4ce53d125b735009bacb3de157fb6d1f2a)) ### [`v12.0.1`](https://togithub.com/okonet/lint-staged/releases/v12.0.1) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v12.0.0...v12.0.1) ##### Bug Fixes - read version number from lint-staged package.json instead of package.json in cwd ([#​1043](https://togithub.com/okonet/lint-staged/issues/1043)) ([#​1044](https://togithub.com/okonet/lint-staged/issues/1044)) ([9f9213d](https://togithub.com/okonet/lint-staged/commit/9f9213d5fbc74e3c3fb11db2a1bd239888c2960c)) ### [`v12.0.0`](https://togithub.com/okonet/lint-staged/releases/v12.0.0) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v11.2.6...v12.0.0) ##### Features - convert to native ESM module ([#​1038](https://togithub.com/okonet/lint-staged/issues/1038)) ([7240f61](https://togithub.com/okonet/lint-staged/commit/7240f61730aa923b18156cc64ff5350f2d5be16d)) ##### BREAKING CHANGES - *lint-staged* is now a pure ESM module, and thus requires Node.js version `^12.20.0 || ^14.13.1 || >=16.0.0`. To update your Node.js integration, please use: ```js // const lintStaged = require('lint-staged') import lintStaged from 'lint-staged' ```

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.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



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

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 19.0.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: