Skip to content

Commit 01950b6

Browse files
committed
Merge branch 'dev' into jquery-4
2 parents 31168ab + 779a891 commit 01950b6

File tree

10 files changed

+2204
-1923
lines changed

10 files changed

+2204
-1923
lines changed

docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
"copy_vendor_files": "./copy_vendor_files"
1212
},
1313
"devDependencies": {
14-
"@tailwindcss/cli": "^4.1.7",
15-
"@tailwindcss/postcss": "^4.1.7",
14+
"@tailwindcss/cli": "^4.1.11",
15+
"@tailwindcss/postcss": "^4.1.11",
1616
"@tailwindcss/typography": "^0.5.16",
1717
"autoprefixer": "^10.4.21",
1818
"jquery": "^3.7.1",
1919
"jquery-mockjax": "2.7.0-beta.0",
20-
"postcss": "^8.5.3",
20+
"postcss": "^8.5.6",
2121
"postcss-cli": "^11.0.1",
22-
"postcss-import": "^16.1.0",
22+
"postcss-import": "^16.1.1",
2323
"postcss-load-config": "^6.0.1",
2424
"postcss-nested": "^7.0.2",
25-
"tailwindcss": "^4.1.7"
25+
"tailwindcss": "^4.1.11"
2626
}
2727
}

docs/pnpm-lock.yaml

Lines changed: 143 additions & 143 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ export default [
6161
"jest/no-duplicate-hooks": "off",
6262
"jest/no-hooks": "off",
6363
"jest/no-identical-title": "off",
64+
"jest/prefer-ending-with-an-expect": "off",
6465
"jest/prefer-expect-assertions": "off",
6566
"jest/prefer-importing-jest-globals": [
6667
"error",

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -35,53 +35,53 @@
3535
"jquery": "4.0.0-rc.1"
3636
},
3737
"devDependencies": {
38-
"@babel/cli": "^7.27.2",
39-
"@babel/core": "^7.27.1",
40-
"@babel/preset-env": "^7.27.2",
38+
"@babel/cli": "^7.28.3",
39+
"@babel/core": "^7.28.3",
40+
"@babel/preset-env": "^7.28.3",
4141
"@babel/preset-typescript": "^7.27.1",
42-
"@eslint/js": "^9.27.0",
43-
"@jest/globals": "^30",
44-
"@playwright/test": "^1.52.0",
42+
"@eslint/js": "^9.34.0",
43+
"@jest/globals": "^30.0.5",
44+
"@playwright/test": "^1.55.0",
4545
"@rollup/plugin-babel": "^6.0.4",
4646
"@rollup/plugin-node-resolve": "^16.0.1",
4747
"@rollup/plugin-terser": "^0.4.4",
48-
"@testing-library/dom": "^10.4.0",
49-
"@testing-library/jest-dom": "^6.6.3",
48+
"@testing-library/dom": "^10.4.1",
49+
"@testing-library/jest-dom": "^6.8.0",
5050
"@testing-library/user-event": "^14.6.1",
5151
"@types/debug": "^4.1.12",
5252
"@types/jest-axe": "^3.5.9",
5353
"@types/jquery": "^3.5.33",
54-
"@types/node": "^22.15.21",
54+
"@types/node": "^24.3.0",
5555
"autoprefixer": "^10.4.21",
56-
"babel-jest": "^30",
56+
"babel-jest": "^30.0.5",
5757
"babel-plugin-istanbul": "^7.0.0",
58-
"eslint": "^9.27.0",
59-
"eslint-plugin-import": "^2.31.0",
60-
"eslint-plugin-jest": "^28.11.0",
58+
"eslint": "^9.34.0",
59+
"eslint-plugin-import": "^2.32.0",
60+
"eslint-plugin-jest": "^29.0.1",
6161
"eslint-plugin-jest-dom": "^5.5.0",
62-
"eslint-plugin-perfectionist": "^4.13.0",
63-
"eslint-plugin-playwright": "^2.2.0",
64-
"eslint-plugin-testing-library": "^7.2.1",
62+
"eslint-plugin-perfectionist": "^4.15.0",
63+
"eslint-plugin-playwright": "^2.2.2",
64+
"eslint-plugin-testing-library": "^7.6.6",
6565
"givens": "^1.3.9",
66-
"jest": "^30",
66+
"jest": "^30.0.5",
6767
"jest-axe": "^10.0.0",
68-
"jest-extended": "^6",
68+
"jest-extended": "^6.0.0",
6969
"jest-fixed-jsdom": "^0.0.9",
70-
"jsdom-testing-mocks": "^1.13.1",
71-
"jsonfile": "^6.1.0",
70+
"jsdom-testing-mocks": "^1.15.2",
71+
"jsonfile": "^6.2.0",
7272
"lodash": "^4.17.21",
73-
"msw": "^2.8.4",
74-
"postcss": "^8.5.3",
73+
"msw": "^2.10.5",
74+
"postcss": "^8.5.6",
7575
"postcss-cli": "^11.0.1",
76-
"postcss-import": "^16.1.0",
76+
"postcss-import": "^16.1.1",
7777
"postcss-load-config": "^6.0.1",
7878
"postcss-nested": "^7.0.2",
79-
"prettier": "^3.5.3",
80-
"rollup": "^4.41.1",
79+
"prettier": "^3.6.2",
80+
"rollup": "^4.48.0",
8181
"rollup-plugin-serve": "^3.0.0",
8282
"tslib": "^2.8.1",
83-
"typescript": "^5.8.3",
84-
"typescript-eslint": "^8.32.1"
83+
"typescript": "^5.9.2",
84+
"typescript-eslint": "^8.40.0"
8585
},
8686
"pnpm": {
8787
"onlyBuiltDependencies": [

0 commit comments

Comments
 (0)