Skip to content

Commit

Permalink
chore(deps): pin dependencies (#1431)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [cross-spawn@>=7.0.0
<7.0.5](https://github.com/moxystudio/node-cross-spawn) |
pnpm.overrides | pin | [`>=7.0.5` ->
`7.0.6`](https://renovatebot.com/diffs/npm/cross-spawn@&gt;&#x3D;7.0.0
&lt;7.0.5/7.0.6/7.0.6) |
| [dset@<3.1.4](https://github.com/lukeed/dset) |
pnpm.overrides | pin | [`>=3.1.4` ->
`3.1.4`](https://renovatebot.com/diffs/npm/dset@&lt;3.1.4/3.1.4/3.1.4) |
| [micromatch@<4.0.8](https://github.com/micromatch/micromatch)
| pnpm.overrides | pin | [`>=4.0.8` ->
`4.0.8`](https://renovatebot.com/diffs/npm/micromatch@&lt;4.0.8/4.0.8/4.0.8)
|
| [nanoid@<3.3.8](https://github.com/ai/nanoid) |
pnpm.overrides | pin | [`^3.3.8` ->
`3.3.8`](https://renovatebot.com/diffs/npm/nanoid@&lt;3.3.8/3.3.8/3.3.8)
|
| [path-to-regexp@>=0.2.0
<1.9.0](https://github.com/pillarjs/path-to-regexp) |
pnpm.overrides | pin | [`^1.9.0` ->
`1.9.0`](https://renovatebot.com/diffs/npm/path-to-regexp@&gt;&#x3D;0.2.0
&lt;1.9.0/1.9.0/1.9.0) |
| [rollup@>=4.0.0 <4.22.4](https://rollupjs.org/)
([source](https://github.com/rollup/rollup)) | pnpm.overrides |
pin | [`>=4.22.4` ->
`4.34.2`](https://renovatebot.com/diffs/npm/rollup@&gt;&#x3D;4.0.0
&lt;4.22.4/4.34.2/4.34.2) |
| [ws@>=8.0.0 <8.17.1](https://github.com/websockets/ws) |
pnpm.overrides | pin | [`>=8.17.1` ->
`8.18.0`](https://renovatebot.com/diffs/npm/ws@&gt;&#x3D;8.0.0
&lt;8.17.1/8.18.0/8.18.0) |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: Branch creation - "* 0-4 * * 3" (UTC), 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, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/brave/ads-ui).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 5, 2025
1 parent ab5a81d commit 094c67b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,13 @@
},
"pnpm": {
"overrides": {
"ws@>=8.0.0 <8.17.1": ">=8.17.1",
"micromatch@<4.0.8": ">=4.0.8",
"dset@<3.1.4": ">=3.1.4",
"path-to-regexp@>=0.2.0 <1.9.0": "^1.9.0",
"rollup@>=4.0.0 <4.22.4": ">=4.22.4",
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5",
"nanoid@<3.3.8": "^3.3.8"
"ws@>=8.0.0 <8.17.1": "8.18.0",
"micromatch@<4.0.8": "4.0.8",
"dset@<3.1.4": "3.1.4",
"path-to-regexp@>=0.2.0 <1.9.0": "1.9.0",
"rollup@>=4.0.0 <4.22.4": "4.34.2",
"cross-spawn@>=7.0.0 <7.0.5": "7.0.6",
"nanoid@<3.3.8": "3.3.8"
}
},
"packageManager": "[email protected]+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
Expand Down
38 changes: 19 additions & 19 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 094c67b

Please sign in to comment.