diff --git a/.github/workflows/ci-packages.yml b/.github/workflows/ci-packages.yml index 2ef8bd6c6..3109cccc5 100644 --- a/.github/workflows/ci-packages.yml +++ b/.github/workflows/ci-packages.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x, 20.x, 21.x] + node-version: [18.x, 20.x, 22.x] env: NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }} steps: diff --git a/docs/src/pages/assert/index.mdx b/docs/src/pages/assert/index.mdx index 49603cfcc..1fb973468 100644 --- a/docs/src/pages/assert/index.mdx +++ b/docs/src/pages/assert/index.mdx @@ -412,7 +412,7 @@ ESM individual imports are tracked by a | Level | CI | Description | |------------|----|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| Node | ✅ | CI for 18.x, 20.x & 21.x. | +| Node | ✅ | CI for 18.x, 20.x & 22.x. | | Browsers | ✅ | [> 95%](https://browserslist.dev/?q=ZGVmYXVsdHMsIGNocm9tZSA%2BPSA5NixmaXJlZm94ID49IDkwLGVkZ2UgPj0gMTksc2FmYXJpID49IDEyLGlvcyA%2BPSAxMixvcGVyYSA%2BPSA3Nw%3D%3D) on 12/2023. Mins to [Chrome 96+, Firefox 90+, Edge 19+, iOS 12+, Safari 12+, Opera 77+](https://github.com/belgattitude/httpx/blob/main/packages/assert/.browserslistrc) | | Edge | ✅ | Ensured on CI with [@vercel/edge-runtime](https://github.com/vercel/edge-runtime). | | Typescript | ✅ | TS 5.0+ / [are-the-type-wrong](https://github.com/arethetypeswrong/arethetypeswrong.github.io) checks on CI. | diff --git a/docs/src/pages/exception/index.mdx b/docs/src/pages/exception/index.mdx index d9d505fed..0d7fe893c 100644 --- a/docs/src/pages/exception/index.mdx +++ b/docs/src/pages/exception/index.mdx @@ -520,7 +520,7 @@ if (isObjectWithErrorStatusCode(noSuchUser)) { | Level | CI | Description | | ---------- | --- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Node | ✅ | CI for 18.x, 20.x & 21.x. | +| Node | ✅ | CI for 18.x, 20.x & 22.x. | | Browsers | ✅ | [> 93%](https://browserslist.dev/?q=ZGVmYXVsdHMsIGNocm9tZSA%2BPSA5NixmaXJlZm94ID49IDkwLGVkZ2UgPj0gMTksc2FmYXJpID49IDEyLGlvcyA%2BPSAxMixvcGVyYSA%2BPSA3Nw%3D%3D) on 12/2023. [Chrome 96+, Firefox 90+, Edge 19+, ios 15+, Safari 15+ and Opera 77+](https://github.com/belgattitude/httpx/blob/main/packages/exception/.browserslistrc) | | Edge | ✅ | Ensured on CI with [@vercel/edge-runtime](https://github.com/vercel/edge-runtime). | | Typescript | ✅ | TS 4.7+ / [are-the-type-wrong](https://github.com/arethetypeswrong/arethetypeswrong.github.io) checks on CI. | diff --git a/packages/assert/README.md b/packages/assert/README.md index d395d0dc6..15d70016f 100644 --- a/packages/assert/README.md +++ b/packages/assert/README.md @@ -377,10 +377,10 @@ ESM individual imports are tracked by a | Level | CI | Description | |------------|----|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| Node | ✅ | CI for 18.x, 20.x & 21.x. | +| Node | ✅ | CI for 18.x, 20.x & 22.x. | | Browsers | ✅ | [> 95%](https://browserslist.dev/?q=ZGVmYXVsdHMsIGNocm9tZSA%2BPSA5NixmaXJlZm94ID49IDkwLGVkZ2UgPj0gMTksc2FmYXJpID49IDEyLGlvcyA%2BPSAxMixvcGVyYSA%2BPSA3Nw%3D%3D) on 12/2023. Mins to [Chrome 96+, Firefox 90+, Edge 19+, iOS 12+, Safari 12+, Opera 77+](https://github.com/belgattitude/httpx/blob/main/packages/assert/.browserslistrc) | | Edge | ✅ | Ensured on CI with [@vercel/edge-runtime](https://github.com/vercel/edge-runtime). | -| Typescript | ✅ | TS 5.0+ / [are-the-type-wrong](https://github.com/arethetypeswrong/arethetypeswrong.github.io) checks on CI. | +| Typescript | ✅ | TS 5.0+ / [are-the-type-wrong](https://github.com/arethetypeswrong/arethetypeswrong.github.io) checks on CI. | | ES2021 | ✅ | Dist files checked with [es-check](https://github.com/yowainwright/es-check) | | Node16 | | Node 16.x supported, not ensured on CI | diff --git a/packages/dsn-parser/README.md b/packages/dsn-parser/README.md index 3d1a1b806..aa23c3e84 100644 --- a/packages/dsn-parser/README.md +++ b/packages/dsn-parser/README.md @@ -328,7 +328,7 @@ openssl rand 60 | openssl base64 -A | Level | CI | Description | |------------|----|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| Node | ✅ | CI for 18.x, 20.x & 21.x. | +| Node | ✅ | CI for 18.x, 20.x & 22.x. | | Browsers | ✅ | [> 95%](https://browserslist.dev/?q=ZGVmYXVsdHMsIGNocm9tZSA%2BPSA5NixmaXJlZm94ID49IDkwLGVkZ2UgPj0gMTksc2FmYXJpID49IDEyLGlvcyA%2BPSAxMixvcGVyYSA%2BPSA3Nw%3D%3D) on 12/2023. Mins to [Chrome 96+, Firefox 90+, Edge 19+, iOS 12+, Safari 12+, Opera 77+](https://github.com/belgattitude/httpx/blob/main/packages/dsn-parser/.browserslistrc) | | Edge | ✅ | Ensured on CI with [@vercel/edge-runtime](https://github.com/vercel/edge-runtime). | | Typescript | ✅ | TS 4.7+ / [are-the-type-wrong](https://github.com/arethetypeswrong/arethetypeswrong.github.io) checks on CI. | diff --git a/packages/exception/README.md b/packages/exception/README.md index 03107c257..4621b7147 100644 --- a/packages/exception/README.md +++ b/packages/exception/README.md @@ -539,7 +539,7 @@ if (isObjectWithErrorStatusCode(noSuchUser)) { | Level | CI | Description | | ---------- | --- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Node | ✅ | CI for 18.x, 20.x & 21.x. | +| Node | ✅ | CI for 18.x, 20.x & 22.x. | | Browsers | ✅ | [> 93%](https://browserslist.dev/?q=ZGVmYXVsdHMsIGNocm9tZSA%2BPSA5NixmaXJlZm94ID49IDkwLGVkZ2UgPj0gMTksc2FmYXJpID49IDEyLGlvcyA%2BPSAxMixvcGVyYSA%2BPSA3Nw%3D%3D) on 12/2023. [Chrome 96+, Firefox 90+, Edge 19+, ios 15+, Safari 15+ and Opera 77+](https://github.com/belgattitude/httpx/blob/main/packages/exception/.browserslistrc) | | Edge | ✅ | Ensured on CI with [@vercel/edge-runtime](https://github.com/vercel/edge-runtime). | | Typescript | ✅ | TS 4.7+ / [are-the-type-wrong](https://github.com/arethetypeswrong/arethetypeswrong.github.io) checks on CI. | diff --git a/packages/json-api/README.md b/packages/json-api/README.md index 1146e988a..e8d549797 100644 --- a/packages/json-api/README.md +++ b/packages/json-api/README.md @@ -22,7 +22,7 @@ Don't hesitate and open [an issue](https://github.com/belgattitude/httpx/issues) | Level | CI | Description | |------------|----|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| Node | ✅ | CI for 18.x, 20.x & 21.x. | +| Node | ✅ | CI for 18.x, 20.x & 22.x. | | Browsers | ✅ | [> 95%](https://browserslist.dev/?q=ZGVmYXVsdHMsIGNocm9tZSA%2BPSA5NixmaXJlZm94ID49IDkwLGVkZ2UgPj0gMTksc2FmYXJpID49IDEyLGlvcyA%2BPSAxMixvcGVyYSA%2BPSA3Nw%3D%3D) on 12/2023. Mins to [Chrome 96+, Firefox 90+, Edge 19+, iOS 12+, Safari 12+, Opera 77+](https://github.com/belgattitude/httpx/blob/main/packages/json-api/.browserslistrc) | | Edge | ✅ | Ensured on CI with [@vercel/edge-runtime](https://github.com/vercel/edge-runtime). | | Typescript | ✅ | TS 5.0+ / [are-the-type-wrong](https://github.com/arethetypeswrong/arethetypeswrong.github.io) checks on CI. |