Skip to content

Commit

Permalink
chore: update browserslist minimums
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Vanvelthem committed Jan 28, 2025
1 parent 06b04d2 commit 101e19e
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 14 deletions.
15 changes: 15 additions & 0 deletions .changeset/tiny-tigers-agree.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
"@httpx/lru": patch
---

Update browserslist minimums

```
defaults
chrome >= 96
firefox >= 94
edge >= 91
safari >= 14
ios >= 14
opera >= 83
```
7 changes: 3 additions & 4 deletions packages/lru/.browserslistrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Supported browsers
defaults
chrome >= 96
firefox >= 90
edge >= 19
firefox >= 94
edge >= 91
safari >= 14
ios >= 14
opera >= 77
opera >= 83
20 changes: 10 additions & 10 deletions packages/lru/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,16 @@ Bundle size is tracked by a [size-limit configuration](https://github.com/belgat
## Compatibility

| Level | CI | Description |
|------------|----|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Node || CI for 18.x, 20.x & 22.x. |
| Browser || Tested with latest chrome (vitest/playwright) |
| Browsers || [> 96%](https://browserslist.dev/?q=ZGVmYXVsdHMsIGNocm9tZSA%2BPSA5NixmaXJlZm94ID49IDkwLGVkZ2UgPj0gMTksc2FmYXJpID49IDEyLGlvcyA%2BPSAxMixvcGVyYSA%2BPSA3Nw%3D%3D) on 07/2024. Mins to [Chrome 96+, Firefox 90+, Edge 19+, iOS 12+, Safari 12+, Opera 77+](https://github.com/belgattitude/httpx/blob/main/packages/lru/.browserslistrc) |
| Edge || Ensured on CI with [@vercel/edge-runtime](https://github.com/vercel/edge-runtime). |
| Cloudflare || Ensured with @cloudflare/vitest-pool-workers (see [wrangler.toml](https://github.com/belgattitude/httpx/blob/main/devtools/vitest/wrangler.toml) |
| Typescript || TS 5.0 + / [are-the-type-wrong](https://github.com/arethetypeswrong/arethetypeswrong.github.io) checks on CI. |
| ES2022 || Dist files checked with [es-check](https://github.com/yowainwright/es-check) |
| Performance|| Monitored with [codspeed.io](https://codspeed.io/belgattitude/httpx) |
| Level | CI | Description |
|------------|----|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Node || CI for 18.x, 20.x & 22.x. |
| Browser || Tested with latest chrome (vitest/playwright) |
| Browsers || [> 94%](https://browserslist.dev/?q=ZGVmYXVsdHMsIGNocm9tZSA%2BPSA5NixmaXJlZm94ID49IDkwLGVkZ2UgPj0gOTEsc2FmYXJpID49IDE0LGlvcyA%2BPSAxNCxvcGVyYSA%2BPSA5MA%3D%3D) on 01/2025. Mins to [defaults, chrome >= 96,firefox >= 90,edge >= 91,safari >= 14,ios >= 14,opera >= 90](https://github.com/belgattitude/httpx/blob/main/packages/lru/.browserslistrc) |
| Edge || Ensured on CI with [@vercel/edge-runtime](https://github.com/vercel/edge-runtime). |
| Cloudflare || Ensured with @cloudflare/vitest-pool-workers (see [wrangler.toml](https://github.com/belgattitude/httpx/blob/main/devtools/vitest/wrangler.toml) |
| Typescript || TS 5.0 + / [are-the-type-wrong](https://github.com/arethetypeswrong/arethetypeswrong.github.io) checks on CI. |
| ES2022 || Dist files checked with [es-check](https://github.com/yowainwright/es-check) |
| Performance|| Monitored with [codspeed.io](https://codspeed.io/belgattitude/httpx) |

> For _older_ browsers: most frontend frameworks can transpile the library (ie: [nextjs](https://nextjs.org/docs/app/api-reference/next-config-js/transpilePackages)...)
Expand Down

0 comments on commit 101e19e

Please sign in to comment.