Updated dev/dependencies + Polyscript (#2400)

This commit is contained in:
Andrea Giammarchi
2025-11-10 10:48:14 +01:00
committed by GitHub
parent a8684a2168
commit 83b41f9928
2 changed files with 50 additions and 50 deletions

90
core/package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@pyscript/core",
"version": "0.7.10",
"version": "0.7.11",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@pyscript/core",
"version": "0.7.10",
"version": "0.7.11",
"license": "APACHE-2.0",
"dependencies": {
"@ungap/with-resolvers": "^0.1.0",
@@ -14,19 +14,19 @@
"@webreflection/utils": "^0.1.1",
"add-promise-listener": "^0.1.3",
"basic-devtools": "^0.1.6",
"polyscript": "^0.19.8",
"polyscript": "^0.19.10",
"sticky-module": "^0.1.1",
"to-json-callback": "^0.1.1",
"type-checked-collections": "^0.1.7"
},
"devDependencies": {
"@codemirror/commands": "^6.9.0",
"@codemirror/commands": "^6.10.0",
"@codemirror/lang-python": "^6.2.1",
"@codemirror/language": "^6.11.3",
"@codemirror/state": "^6.5.2",
"@codemirror/view": "^6.38.6",
"@playwright/test": "^1.56.1",
"@rollup/plugin-commonjs": "^28.0.8",
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-terser": "^0.4.4",
"@webreflection/toml-j0.4": "^1.1.4",
@@ -37,7 +37,7 @@
"chokidar": "^4.0.3",
"codedent": "^0.1.2",
"codemirror": "^6.0.2",
"eslint": "^9.38.0",
"eslint": "^9.39.1",
"flatted": "^3.3.3",
"rollup": "^4.52.5",
"rollup-plugin-postcss": "^4.0.2",
@@ -65,9 +65,9 @@
}
},
"node_modules/@codemirror/commands": {
"version": "6.9.0",
"resolved": "https://registry.npmjs.org/@codemirror/commands/-/commands-6.9.0.tgz",
"integrity": "sha512-454TVgjhO6cMufsyyGN70rGIfJxJEjcqjBG2x2Y03Y/+Fm99d3O/Kv1QDYWuG6hvxsgmjXmBuATikIIYvERX+w==",
"version": "6.10.0",
"resolved": "https://registry.npmjs.org/@codemirror/commands/-/commands-6.10.0.tgz",
"integrity": "sha512-2xUIc5mHXQzT16JnyOFkh8PvfeXuIut3pslWGfsGOhxP/lpgRm9HOl/mpzLErgt5mXDovqA0d11P21gofRLb9w==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -211,22 +211,22 @@
}
},
"node_modules/@eslint/config-helpers": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.1.tgz",
"integrity": "sha512-csZAzkNhsgwb0I/UAV6/RGFTbiakPCf0ZrGmrIxQpYvGZ00PhTkSnyKNolphgIvmnJeGw6rcGVEXfTzUnFuEvw==",
"version": "0.4.2",
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz",
"integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"@eslint/core": "^0.16.0"
"@eslint/core": "^0.17.0"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
}
},
"node_modules/@eslint/core": {
"version": "0.16.0",
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.16.0.tgz",
"integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==",
"version": "0.17.0",
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
"integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
@@ -261,9 +261,9 @@
}
},
"node_modules/@eslint/js": {
"version": "9.38.0",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.38.0.tgz",
"integrity": "sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==",
"version": "9.39.1",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.1.tgz",
"integrity": "sha512-S26Stp4zCy88tH94QbBv3XCuzRQiZ9yXofEILmglYTh/Ug/a9/umqvgFtYBAo3Lp0nsI/5/qH1CCrbdK3AP1Tw==",
"dev": true,
"license": "MIT",
"engines": {
@@ -284,13 +284,13 @@
}
},
"node_modules/@eslint/plugin-kit": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.0.tgz",
"integrity": "sha512-sB5uyeq+dwCWyPi31B2gQlVlo+j5brPlWx4yZBrEaRo/nhdDE8Xke1gsGgtiBdaBTxuTkceLVuVt/pclrasb0A==",
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz",
"integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"@eslint/core": "^0.16.0",
"@eslint/core": "^0.17.0",
"levn": "^0.4.1"
},
"engines": {
@@ -616,9 +616,9 @@
}
},
"node_modules/@rollup/plugin-commonjs": {
"version": "28.0.8",
"resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-28.0.8.tgz",
"integrity": "sha512-o1Ug9PxYsF61R7/NXO/GgMZZproLd/WH2XA53Tp9ppf6bU1lMlTtC/gUM6zM3mesi2E0rypk+PNtVrELREyWEQ==",
"version": "29.0.0",
"resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-29.0.0.tgz",
"integrity": "sha512-U2YHaxR2cU/yAiwKJtJRhnyLk7cifnQw0zUpISsocBDoHDJn+HTV74ABqnwr5bEgWUwFZC9oFL6wLe21lHu5eQ==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -1411,14 +1411,14 @@
}
},
"node_modules/coincident": {
"version": "4.0.30",
"resolved": "https://registry.npmjs.org/coincident/-/coincident-4.0.30.tgz",
"integrity": "sha512-MeZ/Pdwhn0zMyVfm92Sai/foofbvxAaRMQ983JdUyfpb7Bd5EDKqWQwDGpNi47eVcZ6YhBhgfT7SIj6mMO1+yw==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/coincident/-/coincident-4.1.0.tgz",
"integrity": "sha512-TatFt+/TcctVhrc8Yfh0SvFd0qdu5+kfobCe4dzo3hdcMWqBVv8Pao9CI3HTZQtk9TlyEcpFUYxmjsnKgBKVyw==",
"license": "MIT",
"dependencies": {
"@webreflection/utils": "^0.1.1",
"next-resolver": "^0.1.4",
"reflected-ffi": "^0.6.3"
"reflected-ffi": "^0.7.0"
},
"bin": {
"coincident": "cli.cjs"
@@ -1811,20 +1811,20 @@
}
},
"node_modules/eslint": {
"version": "9.38.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.38.0.tgz",
"integrity": "sha512-t5aPOpmtJcZcz5UJyY2GbvpDlsK5E8JqRqoKtfiKE3cNh437KIqfJr3A3AKf5k64NPx6d0G3dno6XDY05PqPtw==",
"version": "9.39.1",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.1.tgz",
"integrity": "sha512-BhHmn2yNOFA9H9JmmIVKJmd288g9hrVRDkdoIgRCRuSySRUHH7r/DI6aAXW9T1WwUuY3DFgrcaqB+deURBLR5g==",
"dev": true,
"license": "MIT",
"dependencies": {
"@eslint-community/eslint-utils": "^4.8.0",
"@eslint-community/regexpp": "^4.12.1",
"@eslint/config-array": "^0.21.1",
"@eslint/config-helpers": "^0.4.1",
"@eslint/core": "^0.16.0",
"@eslint/config-helpers": "^0.4.2",
"@eslint/core": "^0.17.0",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "9.38.0",
"@eslint/plugin-kit": "^0.4.0",
"@eslint/js": "9.39.1",
"@eslint/plugin-kit": "^0.4.1",
"@humanfs/node": "^0.16.6",
"@humanwhocodes/module-importer": "^1.0.1",
"@humanwhocodes/retry": "^0.4.2",
@@ -2767,9 +2767,9 @@
}
},
"node_modules/polyscript": {
"version": "0.19.8",
"resolved": "https://registry.npmjs.org/polyscript/-/polyscript-0.19.8.tgz",
"integrity": "sha512-nuCobszAjmSYGHvzSjb4pCouyVLzJr5i7OXMCzU+wve+ivKFOgix7MvyfPksjp/ohQKJhUYjTSwgcPxDenlmJg==",
"version": "0.19.10",
"resolved": "https://registry.npmjs.org/polyscript/-/polyscript-0.19.10.tgz",
"integrity": "sha512-8wAUqwiNNvW0PA4+Z2jiXw2iqJLeh1mO/ybKxiyNkF2FBnfaOOok9RdWp1mIYtWMZaV/rgZOCwEgdTPh+ytKVQ==",
"license": "APACHE-2.0",
"dependencies": {
"@webreflection/fetch": "^0.2.0",
@@ -2777,9 +2777,9 @@
"@webreflection/utils": "^0.1.1",
"basic-devtools": "^0.1.6",
"codedent": "^0.1.2",
"coincident": "^4.0.30",
"coincident": "^4.1.0",
"html-escaper": "^3.0.3",
"reflected-ffi": "^0.6.3",
"reflected-ffi": "^0.7.0",
"sticky-module": "^0.1.1",
"to-json-callback": "^0.1.1"
}
@@ -3463,9 +3463,9 @@
}
},
"node_modules/reflected-ffi": {
"version": "0.6.3",
"resolved": "https://registry.npmjs.org/reflected-ffi/-/reflected-ffi-0.6.3.tgz",
"integrity": "sha512-8BdBguUkrd8kYPPj9yJhOq5R1HhUqS9fXuidu1FSq/vPDCRz16F/Zp2XejzIi2OICGJMxEzgDeMpRnKkUQAwOQ==",
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/reflected-ffi/-/reflected-ffi-0.7.0.tgz",
"integrity": "sha512-EQtJzejOIAPWXs0L5Upt3TiwrI5nt+awkRIu6rweJtvoJWTis/K4jwS6wBSxBZ3rCHBhj7y+8vGm24lPBk4dGA==",
"license": "MIT"
},
"node_modules/resolve": {

View File

@@ -1,6 +1,6 @@
{
"name": "@pyscript/core",
"version": "0.7.10",
"version": "0.7.11",
"type": "module",
"description": "PyScript",
"module": "./index.js",
@@ -70,19 +70,19 @@
"@webreflection/utils": "^0.1.1",
"add-promise-listener": "^0.1.3",
"basic-devtools": "^0.1.6",
"polyscript": "^0.19.8",
"polyscript": "^0.19.10",
"sticky-module": "^0.1.1",
"to-json-callback": "^0.1.1",
"type-checked-collections": "^0.1.7"
},
"devDependencies": {
"@codemirror/commands": "^6.9.0",
"@codemirror/commands": "^6.10.0",
"@codemirror/lang-python": "^6.2.1",
"@codemirror/language": "^6.11.3",
"@codemirror/state": "^6.5.2",
"@codemirror/view": "^6.38.6",
"@playwright/test": "^1.56.1",
"@rollup/plugin-commonjs": "^28.0.8",
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-terser": "^0.4.4",
"@webreflection/toml-j0.4": "^1.1.4",
@@ -93,7 +93,7 @@
"chokidar": "^4.0.3",
"codedent": "^0.1.2",
"codemirror": "^6.0.2",
"eslint": "^9.38.0",
"eslint": "^9.39.1",
"flatted": "^3.3.3",
"rollup": "^4.52.5",
"rollup-plugin-postcss": "^4.0.2",