Skip to content

Commit b07bf73

Browse files
committed
Update packages
Important: JSDom is not updatable, see jsdom/jsdom#3966
1 parent d937e58 commit b07bf73

File tree

7 files changed

+3921
-3929
lines changed

7 files changed

+3921
-3929
lines changed

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const moduleNameMapper = {
88
};
99
const moduleFileExtensions = [ 'ts', 'tsx', 'js', 'jsx', 'cjs', 'json', 'node' ];
1010

11+
/** @type {import('jest').Config} */
1112
export default {
1213
projects: [
1314
{

package.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -49,53 +49,53 @@
4949
"author": "cpiber",
5050
"license": "ISC",
5151
"dependencies": {
52-
"dompurify": "^3.2.4",
53-
"marked": "^15.0.6",
52+
"dompurify": "^3.3.3",
53+
"marked": "^17.0.5",
5454
"webext-dynamic-content-scripts": "^10.0.4",
5555
"webextension-polyfill": "^0.12.0"
5656
},
5757
"devDependencies": {
58-
"@eslint/eslintrc": "^3.2.0",
59-
"@eslint/js": "^9.19.0",
60-
"@jest/globals": "^29.7.0",
61-
"@rollup/plugin-commonjs": "^28.0.2",
62-
"@rollup/plugin-node-resolve": "^16.0.0",
63-
"@rollup/plugin-replace": "^6.0.2",
64-
"@rollup/plugin-terser": "^0.4.4",
65-
"@rollup/plugin-typescript": "^12.1.2",
66-
"@types/firefox-webext-browser": "^120.0.4",
67-
"@types/jest": "^29.5.14",
58+
"@eslint/eslintrc": "^3.3.5",
59+
"@eslint/js": "^10.0.1",
60+
"@jest/globals": "^30.3.0",
61+
"@rollup/plugin-commonjs": "^29.0.2",
62+
"@rollup/plugin-node-resolve": "^16.0.3",
63+
"@rollup/plugin-replace": "^6.0.3",
64+
"@rollup/plugin-terser": "^1.0.0",
65+
"@rollup/plugin-typescript": "^12.3.0",
66+
"@types/firefox-webext-browser": "^143.0.0",
67+
"@types/jest": "^30.0.0",
6868
"@types/jsdom": "^21.1.7",
69-
"@types/node": "^22.13.0",
70-
"@typescript-eslint/eslint-plugin": "^8.22.0",
71-
"@typescript-eslint/parser": "^8.22.0",
72-
"chalk": "^5.4.1",
73-
"chalk-template": "^1.1.0",
74-
"concurrently": "^9.1.2",
75-
"dotenv": "^16.4.7",
76-
"eslint": "^9.19.0",
77-
"glob": "^11.0.1",
78-
"globals": "^15.14.0",
69+
"@types/node": "^25.5.0",
70+
"@typescript-eslint/eslint-plugin": "^8.57.1",
71+
"@typescript-eslint/parser": "^8.57.1",
72+
"chalk": "^5.6.2",
73+
"chalk-template": "^1.1.2",
74+
"concurrently": "^9.2.1",
75+
"dotenv": "^17.3.1",
76+
"eslint": "^10.1.0",
77+
"glob": "^13.0.6",
78+
"globals": "^17.4.0",
7979
"history": "^5.3.0",
80-
"jest": "^29.7.0",
80+
"jest": "^30.3.0",
8181
"jest-environment-jsdom": "^29.7.0",
8282
"jsdom": "^26.0.0",
8383
"node-eval": "^2.0.0",
8484
"node-fetch": "^3.3.2",
85-
"postcss": "^8.5.1",
86-
"postcss-preset-env": "^10.1.3",
87-
"rimraf": "^6.0.1",
88-
"rollup": "^4.34.0",
85+
"postcss": "^8.5.8",
86+
"postcss-preset-env": "^11.2.0",
87+
"rimraf": "^6.1.3",
88+
"rollup": "^4.59.1",
8989
"rollup-jest": "^3.1.0",
9090
"rollup-plugin-copy": "^3.5.0",
9191
"rollup-plugin-postcss": "^4.0.2",
9292
"rollup-plugin-string": "^3.0.0",
93-
"sass": "^1.83.4",
94-
"stylelint": "^16.14.1",
95-
"stylelint-config-standard-scss": "^14.0.0",
93+
"sass": "^1.98.0",
94+
"stylelint": "^17.5.0",
95+
"stylelint-config-standard-scss": "^17.0.0",
9696
"tslib": "^2.8.1",
97-
"typescript": "^5.7.3",
98-
"web-ext": "^8.3.0"
97+
"typescript": "^5.9.3",
98+
"web-ext": "^10.0.0"
9999
},
100100
"homepage": "https://github.com/cpiber/NebulaEnhance#readme",
101101
"repository": {
@@ -114,5 +114,5 @@
114114
]
115115
}
116116
},
117-
"packageManager": "pnpm@9.15.4"
117+
"packageManager": "pnpm@10.32.1"
118118
}

0 commit comments

Comments
 (0)