Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .ncurc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ module.exports = {
'json-text-sequence',
'nofilter',
'p-event',
'rimraf',
'webpack-cli',
],
};
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"nofilter": "^3.0.2"
},
"devDependencies": {
"@cto.af/eslint-config": "^6.0.12",
"@cto.af/eslint-config": "^6.0.13",
"@cto.af/monopub": "1.2.2",
"@eslint/markdown": "7.1.0",
"@eslint/markdown": "7.2.0",
"@parcel/core": "2.15.4",
"@parcel/optimizer-data-url": "2.15.4",
"@parcel/transformer-inline-string": "2.15.4",
Expand All @@ -40,22 +40,22 @@
"buffer": "^6.0.3",
"copyfiles": "2.4.1",
"docdash": "2.0.2",
"eslint": "^9.32.0",
"eslint": "^9.34.0",
"eslint-plugin-ava": "^15.1.0",
"eslint-plugin-jsdoc": "^52.0.2",
"eslint-plugin-jsdoc": "^54.1.1",
"events": "^3.3.0",
"jsdoc": "^4.0.4",
"minami": "*",
"nve": "^18.0.3",
"nyc": "^17.1.0",
"process": "^0.11.10",
"rimraf": "5.0.10",
"rimraf": "6.0.1",
"stream-browserify": "^3.0.0",
"svgo": "4.0.0",
"typedoc": "0.28.9",
"typedoc": "0.28.11",
"typescript": "^5.9.2"
},
"packageManager": "pnpm@10.14.0",
"packageManager": "pnpm@10.15.0",
"engines": {
"node": ">=20"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/browserify-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"author": "Joe Hildebrand <joe-github@cursive.net>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.28.0",
"@babel/core": "^7.28.3",
"babelify": "^10.0.0",
"browserify": "^17.0.1",
"cbor-bigdecimal": "10.0.10",
"copyfiles": "^2.4.1",
"node-inspect-extracted": "*",
"rimraf": "5.0.10",
"rimraf": "6.0.1",
"terser": "^5.43.1"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/cbor-bigdecimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
},
"devDependencies": {
"bignumber.js": "^9.3.1",
"webpack": "^5.101.0",
"webpack-cli": "^5.1.4"
"webpack": "^5.101.3",
"webpack-cli": "^6.0.1"
},
"engines": {
"node": ">=20"
Expand Down
6 changes: 3 additions & 3 deletions packages/cbor-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"email": "joe-github@cursive.net"
},
"devDependencies": {
"@types/node": "^24.1.0",
"marked": "^16.1.1",
"@types/node": "^24.3.0",
"marked": "^16.2.0",
"marked-man": "^2.1.0",
"mock-stdio": "^1.0.3",
"nofilter": "^3.0.2",
"p-event": "^4.2.0",
"rimraf": "5.0.10"
"rimraf": "6.0.1"
},
"license": "MIT",
"readmeFilename": "README.md",
Expand Down
2 changes: 1 addition & 1 deletion packages/cbor-rn-prereqs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"author": "Joe Hildebrand <joe-github@cursive.net>",
"license": "MIT",
"dependencies": {
"@cto.af/textdecoder": "^0.2.1",
"@cto.af/textdecoder": "^0.2.2",
"big-integer": "^1.6.52",
"buffer": "^6.0.3",
"events": "^3.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/cbor-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"stream-browserify": "^3.0.0",
"string_decoder": "^1.3.0",
"util-deprecate": "^1.0.2",
"webpack": "^5.101.0",
"webpack-cli": "^5.1.4"
"webpack": "^5.101.3",
"webpack-cli": "^6.0.1"
},
"engines": {
"node": ">=20"
Expand Down
2 changes: 1 addition & 1 deletion packages/cbor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"bignumber.js": "^9.3.1",
"garbage": "~0.0.0",
"p-event": "^4.2.0",
"rimraf": "5.0.10"
"rimraf": "6.0.1"
},
"license": "MIT",
"readmeFilename": "README.md",
Expand Down
2 changes: 1 addition & 1 deletion packages/parcel-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"postcss": "^8.5.6",
"process": "0.11.10",
"regenerator-runtime": "^0.14.1",
"rimraf": "5.0.10",
"rimraf": "6.0.1",
"stream-browserify": "3.0.0",
"svgo": "4.0.0"
},
Expand Down
2 changes: 0 additions & 2 deletions packages/puppeteer-demo/.npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
engine-strict=true
package-lock=false
puppeteer_skip_download=true
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
13 changes: 12 additions & 1 deletion packages/puppeteer-demo/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,18 @@ async function main() {
assert(txt.match(/ s:\s+\d+,/));
await page.goBack();
}
await browser.close();

// Problems shutting down pupeteer. This more-or-less works,
// but it's brittle and isn't fixing whatever the actual issue is.
page.off('console');
page.off('pageerror');
page.off('requestfailed');

await Promise.all((await browser.pages()).map(p => p.close()));
if (browser.process() !== null) {
await browser.close();
}
process.exit(0);
}

main().catch(console.error);
2 changes: 1 addition & 1 deletion packages/puppeteer-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"license": "MIT",
"devDependencies": {
"chrome-finder": "^1.0.7",
"puppeteer": "^24.15.0"
"puppeteer": "^24.17.0"
},
"engines": {
"node": ">=20"
Expand Down
8 changes: 4 additions & 4 deletions packages/webpack-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"directory": "packages/webpack-demo"
},
"devDependencies": {
"@cto.af/textdecoder": "^0.2.1",
"@cto.af/textdecoder": "^0.2.2",
"base64-js": "^1.5.1",
"bignumber.js": "^9.3.1",
"buffer": "^6.0.3",
Expand All @@ -26,7 +26,7 @@
"copyfiles": "^2.4.1",
"css-loader": "^7.1.2",
"events": "^3.3.0",
"html-webpack-plugin": "^5.6.3",
"html-webpack-plugin": "^5.6.4",
"ieee754": "^1.2.1",
"inherits": "^2.0.4",
"node-inspect-extracted": "*",
Expand All @@ -37,8 +37,8 @@
"string_decoder": "^1.3.0",
"style-loader": "^4.0.0",
"util-deprecate": "^1.0.2",
"webpack": "^5.101.0",
"webpack-cli": "^5.1.4"
"webpack": "^5.101.3",
"webpack-cli": "^6.0.1"
},
"engines": {
"node": ">=20"
Expand Down
Loading
Loading