ansible-vector-role/package.json

20 lines
480 B
JSON
Raw Normal View History

2022-03-04 13:10:58 +01:00
{
"name": "ansible-playbook-template",
"version": "1.0.0",
"repository": "ssh://git@git.sebclem.fr:222/sebclem/ansible-playbook-template.git",
"author": "SebClem <seb6596@gmail.com>",
"license": "MIT",
"devDependencies": {
:arrow_up: Pin dependencies (#1) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [husky](https://typicode.github.io/husky) ([source](https://github.com/typicode/husky)) | devDependencies | pin | [`>=6` -> `8.0.1`](https://renovatebot.com/diffs/npm/husky/8.0.1/8.0.1) | | [lint-staged](https://github.com/okonet/lint-staged) | devDependencies | pin | [`>=10` -> `13.0.3`](https://renovatebot.com/diffs/npm/lint-staged/13.0.3/13.0.3) | | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | pin | [`^2.5.1` -> `2.7.1`](https://renovatebot.com/diffs/npm/prettier/2.7.1/2.7.1) | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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 is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMzIuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIzMi4wIn0=--> Reviewed-on: https://git.sebclem.fr/ansible-roles/ansible-vector-role/pulls/1 Co-authored-by: Renovate <ronovate@seb6596.ovh> Co-committed-by: Renovate <ronovate@seb6596.ovh>
2022-10-11 11:12:45 +02:00
"husky": "8.0.1",
"lint-staged": "13.0.3",
"prettier": "2.7.1"
2022-03-04 13:10:58 +01:00
},
"lint-staged": {
"*.{js,css,md,json,yml,yaml}": "prettier --write"
},
"scripts": {
"prepare": "husky install"
2022-10-11 10:54:44 +02:00
},
:arrow_up: Update pnpm to v7.13.5 (#3) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pnpm](https://pnpm.io) ([source](https://github.com/pnpm/pnpm)) | packageManager | patch | [`7.13.4` -> `7.13.5`](https://renovatebot.com/diffs/npm/pnpm/7.13.4/7.13.5) | --- ### Release Notes <details> <summary>pnpm/pnpm</summary> ### [`v7.13.5`](https://github.com/pnpm/pnpm/releases/tag/v7.13.5) [Compare Source](https://github.com/pnpm/pnpm/compare/v7.13.4...v7.13.5) #### Patch Changes - Print a warning when cannot read the built-in npm configuration. - Also include missing deeply linked workspace packages at headless installation [#&#8203;5034](https://github.com/pnpm/pnpm/issues/5034). - `pnpm outdated` should work when the package tarballs are hosted on a domain that differs from the registry's domain [#&#8203;5492](https://github.com/pnpm/pnpm/issues/5492). - `strict-peer-dependencies` is set to `false` by default. #### Our Gold Sponsors <table> <tbody> <tr> <td align="center" valign="middle"> <a href="https://bit.dev/?utm_source=pnpm&utm_medium=release_notes" target="_blank"><img src="https://pnpm.io/img/users/bit.svg" width="80"></a> </td> <td align="center" valign="middle"> <a href="https://nhost.io/?utm_source=pnpm&utm_medium=release_notes" target="_blank"><img src="https://pnpm.io/img/users/nhost.svg" width="180"></a> </td> <td align="center" valign="middle"> <a href="https://novu.co/?utm_source=pnpm&utm_medium=release_notes" target="_blank"><img src="https://pnpm.io/img/users/novu.svg" width="180"></a> </td> </tr> </tbody> </table> #### Our Silver Sponsors <table> <tbody> <tr> <td align="center" valign="middle"> <a href="https://prisma.io/?utm_source=pnpm&utm_medium=readme" target="_blank"> <img src="https://pnpm.io/img/users/prisma.svg" width="180"> </a> </td> <td align="center" valign="middle"> <a href="https://leniolabs.com/?utm_source=pnpm&utm_medium=readme" target="_blank"> <img src="https://pnpm.io/img/users/leniolabs.jpg" width="80"> </a> </td> <td align="center" valign="middle"> <a href="https://vercel.com/?utm_source=pnpm&utm_medium=readme" target="_blank"> <img src="https://pnpm.io/img/users/vercel.svg" width="180"> </a> </td> </tr> <tr> <td align="center" valign="middle"> <a href="https://www.takeshape.io/?utm_source=pnpm&utm_medium=readme" target="_blank"> <img src="https://pnpm.io/img/users/takeshape.svg" width="280"> </a> </td> <td align="center" valign="middle"> <a href="https://doppler.com/?utm_source=pnpm&utm_medium=readme#gh-light-mode-only" target="_blank"> <img src="https://pnpm.io/img/users/doppler.svg" width="280"> </a> </td> </tr> </tbody> </table> </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMzguNCIsInVwZGF0ZWRJblZlciI6IjMyLjIzOC40In0=--> Reviewed-on: https://git.sebclem.fr/ansible-roles/ansible-vector-role/pulls/3 Co-authored-by: Renovate <ronovate@seb6596.ovh> Co-committed-by: Renovate <ronovate@seb6596.ovh>
2022-10-17 09:26:26 +02:00
"packageManager": "pnpm@7.13.5"
2022-03-04 13:10:58 +01:00
}