Renovate
b624b6ec64
⬆️ Update pnpm to v7.17.1
2022-11-28 02:06:37 +00:00
Renovate
7f5cc1b636
⬆️ Update dependency lint-staged to v13.0.4
2022-11-26 02:08:48 +00:00
Renovate
59b5d13d88
⬆️ Update dependency prettier to v2.8.0
2022-11-24 02:07:07 +00:00
Renovate
224452b6cc
⬆️ Update pnpm to v7.17.0
2022-11-21 02:06:08 +00:00
Renovate
834ca50708
⬆️ Update pnpm to v7.16.1
2022-11-17 02:06:13 +00:00
Renovate
081a0cece7
⬆️ Update pnpm to v7.16.0
2022-11-15 02:06:14 +00:00
Renovate
485251c125
⬆️ Update pnpm to v7.15.0
2022-11-10 02:05:15 +00:00
Renovate
c46d8ed5ca
⬆️ Update dependency husky to v8.0.2
2022-11-09 02:06:30 +00:00
Renovate
69f0e9dbc6
⬆️ Update pnpm to v7.14.2
2022-11-03 10:30:59 +00:00
Renovate
2aca69fa8a
⬆️ Update pnpm to v7.14.1 ( #27 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [pnpm](https://pnpm.io ) ([source](https://github.com/pnpm/pnpm )) | packageManager | patch | [`7.14.0` -> `7.14.1`](https://renovatebot.com/diffs/npm/pnpm/7.14.0/7.14.1 ) |
---
### Release Notes
<details>
<summary>pnpm/pnpm</summary>
### [`v7.14.1`](https://github.com/pnpm/pnpm/releases/tag/v7.14.1 )
[Compare Source](https://github.com/pnpm/pnpm/compare/v7.14.0...v7.14.1 )
#### Patch Changes
- `pnpm list --long --json` should print licenses and authors of packages [#​5533](https://github.com/pnpm/pnpm/pull/5533 ).
- Don't crash on lockfile with no packages field [#​5553](https://github.com/pnpm/pnpm/issues/5553 ).
- Version overrider should have higher priority then custom read package hook from `.pnpmfile.cjs`.
- Don't print context information when running install for the `pnpm dlx` command.
- Print a warning if a `package.json` has a workspaces field but there is no `pnpm-workspace.yaml` file [#​5363](https://github.com/pnpm/pnpm/issues/5363 ).
- It should be possible to set a custom home directory for pnpm by changing the PNPM_HOME environment variable.
#### 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">
<picture>
<source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/nhost.svg " />
<source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/nhost_light.svg " />
<img src="https://pnpm.io/img/users/nhost.svg " width="180" />
</picture>
</a>
</td>
<td align="center" valign="middle">
<a href="https://novu.co/?utm_source=pnpm&utm_medium=release_notes " target="_blank">
<picture>
<source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/novu.svg " />
<source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/novu_light.svg " />
<img src="https://pnpm.io/img/users/novu.svg " width="180" />
</picture>
</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=release_notes " target="_blank">
<picture>
<source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/prisma.svg " />
<source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/prisma_light.svg " />
<img src="https://pnpm.io/img/users/prisma.svg " width="180" />
</picture>
</a>
</td>
<td align="center" valign="middle">
<a href="https://leniolabs.com/?utm_source=pnpm&utm_medium=release_notes " 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=release_notes " target="_blank">
<picture>
<source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/vercel.svg " />
<source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/vercel_light.svg " />
<img src="https://pnpm.io/img/users/vercel.svg " width="180" />
</picture>
</a>
</td>
</tr>
<tr>
<td align="center" valign="middle">
<a href="https://www.takeshape.io/?utm_source=pnpm&utm_medium=release_notes " 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=release_notes " target="_blank">
<picture>
<source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/doppler.svg " />
<source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/doppler_light.svg " />
<img src="https://pnpm.io/img/users/doppler.svg " width="280" />
</picture>
</a>
</td>
</tr>
</tbody>
</table>
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **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, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC45LjEiLCJ1cGRhdGVkSW5WZXIiOiIzNC45LjEifQ==-->
Reviewed-on: #27
Co-authored-by: Renovate <ronovate@seb6596.ovh>
Co-committed-by: Renovate <ronovate@seb6596.ovh>
2022-10-31 19:24:23 +01:00
Renovate
78770bab51
⬆️ Update pnpm to v7.14.0 ( #26 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [pnpm](https://pnpm.io ) ([source](https://github.com/pnpm/pnpm )) | packageManager | minor | [`7.13.6` -> `7.14.0`](https://renovatebot.com/diffs/npm/pnpm/7.13.6/7.14.0 ) |
---
### Release Notes
<details>
<summary>pnpm/pnpm</summary>
### [`v7.14.0`](https://github.com/pnpm/pnpm/releases/tag/v7.14.0 )
[Compare Source](https://github.com/pnpm/pnpm/compare/v7.13.6...v7.14.0 )
#### Minor Changes
- Add `pnpm doctor` command to do checks for known common issues
#### Patch Changes
- Ignore the `always-auth` setting.
pnpm will never reuse the registry auth token for requesting the package tarball, if the package tarball is hosted on a different domain.
So, for example, if your registry is at `https://company.registry.com/ ` but the tarballs are hosted at `https://tarballs.com/ `, then you will have to configure the auth token for both domains in your `.npmrc`:
@​my-company:registry=https://company.registry.com/
//company.registry.com/=SOME_AUTH_TOKEN
//tarballs.com/=SOME_AUTH_TOKEN
#### 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**: Enabled.
♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzMy4xLjAiLCJ1cGRhdGVkSW5WZXIiOiIzMy4xLjAifQ==-->
Reviewed-on: #26
Co-authored-by: Renovate <ronovate@seb6596.ovh>
Co-committed-by: Renovate <ronovate@seb6596.ovh>
2022-10-24 09:18:04 +02:00
Renovate
7b23ca1fbc
⬆️ Update pnpm to v7.13.6 ( #24 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [pnpm](https://pnpm.io ) ([source](https://github.com/pnpm/pnpm )) | packageManager | patch | [`7.13.5` -> `7.13.6`](https://renovatebot.com/diffs/npm/pnpm/7.13.5/7.13.6 ) |
---
### Release Notes
<details>
<summary>pnpm/pnpm</summary>
### [`v7.13.6`](https://github.com/pnpm/pnpm/releases/tag/v7.13.6 )
[Compare Source](https://github.com/pnpm/pnpm/compare/v7.13.5...v7.13.6 )
#### Patch Changes
- Downgrade `@pnpm/npm-conf` to remove annoying builtin warning [#​5518](https://github.com/pnpm/pnpm/issues/5518 ).
- `pnpm link --global <pkg>` should not change the type of the dependency [#​5478](https://github.com/pnpm/pnpm/issues/5478 ).
- When the `pnpm outdated` command fails, print in which directory it failed.
#### 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:eyJjcmVhdGVkSW5WZXIiOiIzMi4yNDEuNSIsInVwZGF0ZWRJblZlciI6IjMyLjI0MS41In0=-->
Reviewed-on: #24
Co-authored-by: Renovate <ronovate@seb6596.ovh>
Co-committed-by: Renovate <ronovate@seb6596.ovh>
2022-10-21 21:39:11 +02:00
Renovate
c9e838d29a
⬆️ Update pnpm to v7.13.5 ( #23 )
...
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 [#​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 [#​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: #23
Co-authored-by: Renovate <ronovate@seb6596.ovh>
Co-committed-by: Renovate <ronovate@seb6596.ovh>
2022-10-17 09:26:36 +02:00
e10821472f
Merge branch 'master' of ssh://git.sebclem.fr:222/ansible-roles/ansible-renovate-role
2022-10-11 10:42:52 +02:00
37f9168a23
Move to pnpm
2022-10-11 10:42:26 +02:00
Renovate
e5c55332c5
⬆️ Update Yarn to v3.2.3 ( #21 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [yarn](https://github.com/yarnpkg/berry ) | packageManager | patch | [`3.2.2` -> `3.2.3`](https://renovatebot.com/diffs/npm/yarn/3.2.2/3.2.3 ) |
---
### Release Notes
<details>
<summary>yarnpkg/berry</summary>
### [`v3.2.3`](7a42886db3...3f3b8a529b
)
[Compare Source](7a42886db3...3f3b8a529b
)
</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:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNzQuMiIsInVwZGF0ZWRJblZlciI6IjMyLjE3NC4yIn0=-->
Reviewed-on: #21
Co-authored-by: Renovate <ronovate@seb6596.ovh>
Co-committed-by: Renovate <ronovate@seb6596.ovh>
2022-08-28 12:59:20 +02:00
Renovate
b750498da0
⬆️ Update Yarn to v3.2.2 ( #20 )
...
Reviewed-on: #20
Co-authored-by: Renovate <ronovate@seb6596.ovh>
Co-committed-by: Renovate <ronovate@seb6596.ovh>
2022-07-23 20:18:10 +02:00
renovate-bot
f4fe490ee7
⬆️ Update dependency lint-staged to v13.0.3
2022-06-29 08:24:13 +00:00
renovate-bot
3bf77cda24
⬆️ Update dependency prettier to v2.7.1
2022-06-17 07:37:51 +00:00
renovate-bot
f43037bdcf
⬆️ Update dependency lint-staged to v13.0.2
2022-06-17 01:03:24 +00:00
renovate-bot
f1a9716a14
⬆️ Update dependency lint-staged to v13.0.1
2022-06-09 01:02:31 +00:00
renovate-bot
ef6faa4aed
⬆️ Update dependency lint-staged to v13
2022-06-02 01:03:46 +00:00
renovate-bot
04f54eceae
⬆️ Update dependency lint-staged to v12.4.2
2022-05-25 01:02:47 +00:00
renovate-bot
4de93b44e7
⬆️ Update Yarn to v3.2.1
2022-05-24 09:22:55 +02:00
renovate-bot
9206367081
⬆️ Update dependency husky to v8
2022-05-24 09:22:37 +02:00
b46ec2e473
⬆️ Change yarn to stable
2022-05-10 11:31:44 +02:00
renovate-bot
9ff77f70c8
⬆️ Update dependency lint-staged to v12.4.1
2022-04-27 01:02:09 +00:00
renovate-bot
9da8372764
⬆️ Update dependency lint-staged to v12.4.0
2022-04-21 01:03:16 +00:00
renovate-bot
c1aedc3b5b
⬆️ Update dependency lint-staged to v12.3.8
2022-04-16 01:02:45 +00:00
renovate-bot
6aeb472248
⬆️ Update dependency prettier to v2.6.2
2022-04-03 01:02:57 +00:00
renovate-bot
7d091b6690
⬆️ Update dependency lint-staged to v12.3.7
2022-03-18 02:02:23 +00:00
renovate-bot
efad0fb827
Pin dependency husky to 7.0.4
2022-03-17 08:42:37 +00:00
renovate-bot
c5ad067b63
Update dependency lint-staged to v12.3.6
2022-03-17 08:42:01 +00:00
renovate-bot
393ca1c93e
Update dependency prettier to v2.6.0
2022-03-17 02:05:09 +00:00
25f2495360
🔨 Add prettier pre-commit
2022-03-04 14:44:12 +01:00