Skip to content

Commit

Permalink
Update dependency browserslist to v4.24.2 (#2921)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [browserslist](https://redirect.github.com/browserslist/browserslist) | [`4.24.0` -> `4.24.2`](https://renovatebot.com/diffs/npm/browserslist/4.23.0/4.24.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/browserslist/4.24.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/browserslist/4.24.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/browserslist/4.23.0/4.24.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/browserslist/4.23.0/4.24.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [browserslist](https://redirect.github.com/browserslist/browserslist) | [`4.24.0` -> `4.24.2`](https://renovatebot.com/diffs/npm/browserslist/4.24.0/4.24.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/browserslist/4.24.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/browserslist/4.24.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/browserslist/4.24.0/4.24.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/browserslist/4.24.0/4.24.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>browserslist/browserslist (browserslist)</summary>

### [`v4.24.2`](https://redirect.github.com/browserslist/browserslist/blob/HEAD/CHANGELOG.md#4242)

[Compare Source](https://redirect.github.com/browserslist/browserslist/compare/4.24.1...4.24.2)

-   Clarify outdated `caniuse-lite` warning text.

### [`v4.24.1`](https://redirect.github.com/browserslist/browserslist/blob/HEAD/CHANGELOG.md#4241)

[Compare Source](https://redirect.github.com/browserslist/browserslist/compare/4.24.0...4.24.1)

-   Added months since last `caniuse-lite` update to the warning (by [@&#8203;mezhnin](https://redirect.github.com/mezhnin)).

### [`v4.24.0`](https://redirect.github.com/browserslist/browserslist/blob/HEAD/CHANGELOG.md#4240)

[Compare Source](https://redirect.github.com/browserslist/browserslist/compare/4.23.3...4.24.0)

-   Added `browserslist.findConfigFile()` helper (by [@&#8203;JLHwung](https://redirect.github.com/JLHwung)).

### [`v4.23.3`](https://redirect.github.com/browserslist/browserslist/blob/HEAD/CHANGELOG.md#4233)

[Compare Source](https://redirect.github.com/browserslist/browserslist/compare/4.23.2...4.23.3)

-   Fixed `>=` query for `ios` (by [@&#8203;syi0808](https://redirect.github.com/syi0808)).

### [`v4.23.2`](https://redirect.github.com/browserslist/browserslist/blob/HEAD/CHANGELOG.md#4232)

[Compare Source](https://redirect.github.com/browserslist/browserslist/compare/4.23.1...4.23.2)

-   Updated Firefox ESR.

### [`v4.23.1`](https://redirect.github.com/browserslist/browserslist/blob/HEAD/CHANGELOG.md#4231)

[Compare Source](https://redirect.github.com/browserslist/browserslist/compare/4.23.0...4.23.1)

-   Fixed feature query with mobile to desktop when caniuse lags (by [@&#8203;steverep](https://redirect.github.com/steverep)).

</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 these updates again.

---

 - [ ] 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/X-oss-byte/Nextjs).
  • Loading branch information
renovate[bot] authored Oct 24, 2024
1 parent 313d74c commit 37fcb1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"amphtml-validator": "1.0.38",
"ansi-escapes": "7.0.0",
"async-sema": "3.1.1",
"browserslist": "4.24.0",
"browserslist": "4.24.2",
"buffer": "6.0.3",
"chalk": "5.3.0",
"cheerio": "1.0.0",
Expand Down Expand Up @@ -232,7 +232,7 @@
},
"resolutions": {
"webpack": "5.95.0",
"browserslist": "4.24.0",
"browserslist": "4.24.2",
"caniuse-lite": "1.0.30001669",
"@types/node": "20.17.0",
"@babel/core": "7.25.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
"babel-plugin-transform-define": "2.1.4",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"browserify-zlib": "0.2.0",
"browserslist": "4.24.0",
"browserslist": "4.24.2",
"buffer": "6.0.3",
"bytes": "3.1.2",
"chalk": "5.3.0",
Expand Down

0 comments on commit 37fcb1e

Please sign in to comment.