diff --git a/.nvmrc b/.nvmrc index 2165135..b44fe91 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -24.10.0 +25.3.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index c6bd7d3..60bb39d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed +- Update to node 25.3.0 + +### Removed +-Remove `@shgysk8zer0/polyfills` as dev dependency (supported by node 25.3.0) + ## [v1.0.7] - 2026-03-03 ### Added diff --git a/attempt.test.js b/attempt.test.js index 4789879..57419a3 100644 --- a/attempt.test.js +++ b/attempt.test.js @@ -1,4 +1,3 @@ -import '@shgysk8zer0/polyfills'; import { describe, test } from 'node:test'; import { ok, strictEqual, doesNotReject, rejects, throws, deepStrictEqual, fail as failTest, doesNotThrow } from 'node:assert'; import { diff --git a/package-lock.json b/package-lock.json index 10cd722..bf54094 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,6 @@ "devDependencies": { "@rollup/plugin-terser": "^0.4.4", "@shgysk8zer0/eslint-config": "^1.0.7", - "@shgysk8zer0/polyfills": "^0.6.2", "eslint": "^10.0.2", "rollup": "^4.59.0" }, @@ -29,46 +28,6 @@ "node": ">=18.0.0" } }, - "node_modules/@aegisjsproject/sanitizer": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/@aegisjsproject/sanitizer/-/sanitizer-0.2.4.tgz", - "integrity": "sha512-9EMby+BWrn0Pa0YEO6th9ozB4jbelpbii5Or954rXlnQROETR3HcM6ZgNkgsT+yqeUSolwG7+iFF8Lnqe8ePAg==", - "dev": true, - "funding": [ - { - "type": "librepay", - "url": "https://liberapay.com/shgysk8zer0" - }, - { - "type": "github", - "url": "https://github.com/sponsors/shgysk8zer0" - } - ], - "license": "MIT", - "engines": { - "node": ">=18.0.0" - } - }, - "node_modules/@aegisjsproject/trusted-types": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@aegisjsproject/trusted-types/-/trusted-types-1.0.2.tgz", - "integrity": "sha512-nVca/8lS8gpWiRBpiRaIu0S+8qXcIodBIVfv5IL337Zj17UfZMf8L4j+2TPuQ6tr78Sq9/sASUKhTWAWHA69sw==", - "dev": true, - "funding": [ - { - "type": "librepay", - "url": "https://liberapay.com/shgysk8zer0" - }, - { - "type": "github", - "url": "https://github.com/sponsors/shgysk8zer0" - } - ], - "license": "MIT", - "engines": { - "node": ">=18.0.0" - } - }, "node_modules/@eslint-community/eslint-utils": { "version": "4.9.1", "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz", @@ -769,28 +728,6 @@ "node": ">=18.0.0" } }, - "node_modules/@shgysk8zer0/polyfills": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/@shgysk8zer0/polyfills/-/polyfills-0.6.2.tgz", - "integrity": "sha512-FbfMb7ucDRBbVgCnWbOmriZYgOFpnKTY9pIbiJt3xZOa1LjegtnvE5Yj0A7rFMF27a2uE/S1Zf++4RlO1Mk5Xw==", - "dev": true, - "funding": [ - { - "type": "librepay", - "url": "https://liberapay.com/shgysk8zer0" - }, - { - "type": "github", - "url": "https://github.com/sponsors/shgysk8zer0" - } - ], - "hasInstallScript": true, - "license": "MIT", - "dependencies": { - "@aegisjsproject/sanitizer": "^0.2.4", - "@aegisjsproject/trusted-types": "^1.0.2" - } - }, "node_modules/@types/esrecurse": { "version": "4.3.1", "resolved": "https://registry.npmjs.org/@types/esrecurse/-/esrecurse-4.3.1.tgz", diff --git a/package.json b/package.json index cb91a38..707d6ff 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,6 @@ "devDependencies": { "@rollup/plugin-terser": "^0.4.4", "@shgysk8zer0/eslint-config": "^1.0.7", - "@shgysk8zer0/polyfills": "^0.6.2", "eslint": "^10.0.2", "rollup": "^4.59.0" }