Skip to content

Commit

Permalink
fix(deps): update dependency find-my-way to v8.2.0 (#10631)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [find-my-way](https://togithub.com/delvedor/find-my-way) | [`8.1.0` ->
`8.2.0`](https://renovatebot.com/diffs/npm/find-my-way/8.1.0/8.2.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/find-my-way/8.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/find-my-way/8.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/find-my-way/8.1.0/8.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/find-my-way/8.1.0/8.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>delvedor/find-my-way (find-my-way)</summary>

###
[`v8.2.0`](https://togithub.com/delvedor/find-my-way/releases/tag/v8.2.0)

[Compare
Source](https://togithub.com/delvedor/find-my-way/compare/v8.1.0...v8.2.0)

#### What's Changed

- Update contraint check to throw with 32 handlers by
[@&#8203;valeneiko](https://togithub.com/valeneiko) in
[delvedor/find-my-way#344
- feat: add node: prefix for assert by
[@&#8203;SavaCool122](https://togithub.com/SavaCool122) in
[delvedor/find-my-way#347
- add dependabot.yml by [@&#8203;Uzlopak](https://togithub.com/Uzlopak)
in
[delvedor/find-my-way#350
- chore: bump actions/setup-node from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[delvedor/find-my-way#351
- chore: bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[delvedor/find-my-way#352
- Achieve 100% test coverage by
[@&#8203;jean-michelet](https://togithub.com/jean-michelet) in
[delvedor/find-my-way#349
- chore: bump the dependencies-major group with 1 update by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[delvedor/find-my-way#353
- Fix header in README by [@&#8203;selimb](https://togithub.com/selimb)
in
[delvedor/find-my-way#345
- Exclude Node v14 and v16 on macos by
[@&#8203;mcollina](https://togithub.com/mcollina) in
[delvedor/find-my-way#364
- add node v22. Skip old nodes on mac by
[@&#8203;mcollina](https://togithub.com/mcollina) in
[delvedor/find-my-way#363
- Support optional params on root by
[@&#8203;mcollina](https://togithub.com/mcollina) in
[delvedor/find-my-way#367

#### New Contributors

- [@&#8203;valeneiko](https://togithub.com/valeneiko) made their first
contribution in
[delvedor/find-my-way#344
- [@&#8203;SavaCool122](https://togithub.com/SavaCool122) made their
first contribution in
[delvedor/find-my-way#347
- [@&#8203;dependabot](https://togithub.com/dependabot) made their first
contribution in
[delvedor/find-my-way#351
- [@&#8203;jean-michelet](https://togithub.com/jean-michelet) made their
first contribution in
[delvedor/find-my-way#349
- [@&#8203;selimb](https://togithub.com/selimb) made their first
contribution in
[delvedor/find-my-way#345

**Full Changelog**:
delvedor/find-my-way@v8.1.0...v8.2.0

</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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/redwoodjs/redwood).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 16, 2024
1 parent 63c1f50 commit 6dddd20
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"core-js": "3.36.1",
"dotenv-defaults": "5.0.2",
"express": "4.19.2",
"find-my-way": "8.1.0",
"find-my-way": "8.2.0",
"http-proxy-middleware": "2.0.6",
"isbot": "3.8.0",
"react": "19.0.0-beta-04b058868c-20240508",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8949,7 +8949,7 @@ __metadata:
core-js: "npm:3.36.1"
dotenv-defaults: "npm:5.0.2"
express: "npm:4.19.2"
find-my-way: "npm:8.1.0"
find-my-way: "npm:8.2.0"
glob: "npm:10.3.15"
http-proxy-middleware: "npm:2.0.6"
isbot: "npm:3.8.0"
Expand Down Expand Up @@ -18282,14 +18282,14 @@ __metadata:
languageName: node
linkType: hard

"find-my-way@npm:8.1.0, find-my-way@npm:^8.0.0":
version: 8.1.0
resolution: "find-my-way@npm:8.1.0"
"find-my-way@npm:8.2.0, find-my-way@npm:^8.0.0":
version: 8.2.0
resolution: "find-my-way@npm:8.2.0"
dependencies:
fast-deep-equal: "npm:^3.1.3"
fast-querystring: "npm:^1.0.0"
safe-regex2: "npm:^2.0.0"
checksum: 10c0/f0f6a01953e4bc1789fdae1e861b0a0b1cb930f0c9c8c03e21fc27664a0cb50c22a56218e7b3738791aa6a01a452f73ee5a02063837fcab96988c3c63dcb8e43
safe-regex2: "npm:^3.1.0"
checksum: 10c0/f0f0370215f7b693729483481cd8c642a2e42e7ec7296f099faf46c523a3cac2bcafc24229dc971f87def36c5fa1fdf7f08a7238144affd2ab3c57f75b9aaca6
languageName: node
linkType: hard

Expand Down Expand Up @@ -28019,10 +28019,10 @@ __metadata:
languageName: node
linkType: hard

"ret@npm:~0.2.0":
version: 0.2.2
resolution: "ret@npm:0.2.2"
checksum: 10c0/1a41e543913cda851abb1dae4852efa97bb693ce58fde3b51cc1cae94e2599dd70b91ad6268a4a07fc238305be06fed91723ef6d08863c48a0d02e0a74b943cd
"ret@npm:~0.4.0":
version: 0.4.3
resolution: "ret@npm:0.4.3"
checksum: 10c0/93e4e81cf393ebbafa1a26816e0b22ad0e2539c10e267d46ce8754c3f385b7aa839772ee1f83fdd2487b43d1081f29af41a19160e85456311f6f1778e14ba66b
languageName: node
linkType: hard

Expand Down Expand Up @@ -28334,12 +28334,12 @@ __metadata:
languageName: node
linkType: hard

"safe-regex2@npm:^2.0.0":
version: 2.0.0
resolution: "safe-regex2@npm:2.0.0"
"safe-regex2@npm:^3.1.0":
version: 3.1.0
resolution: "safe-regex2@npm:3.1.0"
dependencies:
ret: "npm:~0.2.0"
checksum: 10c0/f499e4fc69caafd7dd8023759e69a32991baa66e90bec5e2a7777b907943b27068dbff4e7a32cc8231f1354fcb779142f419e85498ae1e37384dc60619509c27
ret: "npm:~0.4.0"
checksum: 10c0/5e5e7f9f116ddfd324b1fdc65ad4470937eebc8883d34669ce8c5afbda64f1954e5e4c2e754ef6281e5f6762e0b8c4e20fb9eec4d47355526f8cc1f6a9764624
languageName: node
linkType: hard

Expand Down

0 comments on commit 6dddd20

Please sign in to comment.