Skip to content

Commit

Permalink
Bump chai to ^5.1.2
Browse files Browse the repository at this point in the history
renovate[bot] authored Dec 10, 2024
1 parent 924fe0a commit 50ce8df
Showing 23 changed files with 140 additions and 184 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -119,7 +119,7 @@
"@mui/internal-scripts": "workspace:^",
"@mui/internal-test-utils": "workspace:^",
"@types/autosuggest-highlight": "^3.2.3",
"@types/chai": "^4.3.20",
"@types/chai": "^5.0.1",
"@types/chance": "^1.1.6",
"@types/css-mediaquery": "^0.1.4",
"@types/gtag.js": "^0.0.20",
@@ -132,7 +132,7 @@
"@types/react-transition-group": "^4.4.11",
"@types/react-window": "^1.8.8",
"@types/stylis": "^4.2.0",
"chai": "^4.5.0",
"chai": "^5.1.2",
"cross-fetch": "^4.0.0",
"gm": "^1.25.0",
"marked": "^15.0.3",
2 changes: 1 addition & 1 deletion packages-internal/babel-plugin-minify-errors/package.json
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@
"devDependencies": {
"@types/babel__helper-module-imports": "^7.18.3",
"babel-plugin-tester": "^11.0.4",
"chai": "^4.5.0"
"chai": "^5.1.2"
},
"sideEffects": false,
"type": "commonjs",
4 changes: 2 additions & 2 deletions packages-internal/scripts/package.json
Original file line number Diff line number Diff line change
@@ -39,13 +39,13 @@
"devDependencies": {
"@babel/register": "^7.25.9",
"@types/babel__core": "^7.20.5",
"@types/chai": "^4.3.20",
"@types/chai": "^5.0.1",
"@types/doctrine": "^0.0.9",
"@types/lodash": "^4.17.13",
"@types/node": "^20.17.9",
"@types/react": "^19.0.0",
"@types/uuid": "^10.0.0",
"chai": "^4.5.0",
"chai": "^5.1.2",
"fast-glob": "^3.3.2",
"prettier": "^3.4.1",
"rimraf": "^6.0.1"
4 changes: 2 additions & 2 deletions packages-internal/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"chai": "^4.5.0",
"chai": "^5.1.2",
"chai-dom": "^1.12.0",
"dom-accessibility-api": "^0.7.0",
"format-util": "^1.0.5",
@@ -55,7 +55,7 @@
"sinon": "^19.0.2"
},
"devDependencies": {
"@types/chai": "^4.3.20",
"@types/chai": "^5.0.1",
"@types/chai-dom": "^1.11.3",
"@types/format-util": "^1.0.4",
"@types/prop-types": "^15.7.14",
4 changes: 2 additions & 2 deletions packages/api-docs-builder-core/package.json
Original file line number Diff line number Diff line change
@@ -15,11 +15,11 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/chai": "^4.3.20",
"@types/chai": "^5.0.1",
"@types/mocha": "^10.0.10",
"@types/node": "^20.17.9",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
"chai": "^5.1.2",
"sinon": "^19.0.2",
"typescript": "^5.7.2"
}
4 changes: 2 additions & 2 deletions packages/api-docs-builder/package.json
Original file line number Diff line number Diff line change
@@ -28,14 +28,14 @@
"devDependencies": {
"@types/babel__core": "^7.20.5",
"@types/babel__traverse": "^7.20.6",
"@types/chai": "^4.3.20",
"@types/chai": "^5.0.1",
"@types/doctrine": "^0.0.9",
"@types/mdast": "4.0.4",
"@types/mocha": "^10.0.10",
"@types/node": "^20.17.9",
"@types/react-docgen": "workspace:*",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
"chai": "^5.1.2",
"sinon": "^19.0.2"
}
}
4 changes: 2 additions & 2 deletions packages/markdown/package.json
Original file line number Diff line number Diff line change
@@ -26,8 +26,8 @@
"prismjs": "^1.29.0"
},
"devDependencies": {
"@types/chai": "^4.3.20",
"chai": "^4.5.0"
"@types/chai": "^5.0.1",
"chai": "^5.1.2"
},
"publishConfig": {
"access": "public"
4 changes: 2 additions & 2 deletions packages/mui-base/package.json
Original file line number Diff line number Diff line change
@@ -53,12 +53,12 @@
"@mui/types": "workspace:^",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/chai": "^4.3.20",
"@types/chai": "^5.0.1",
"@types/prop-types": "^15.7.14",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
"chai": "^5.1.2",
"fast-glob": "^3.3.2",
"lodash": "^4.17.21",
"react": "^19.0.0",
4 changes: 2 additions & 2 deletions packages/mui-codemod/package.json
Original file line number Diff line number Diff line change
@@ -40,9 +40,9 @@
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/chai": "^4.3.20",
"@types/chai": "^5.0.1",
"@types/jscodeshift": "0.12.0",
"chai": "^4.5.0"
"chai": "^5.1.2"
},
"sideEffects": false,
"publishConfig": {
2 changes: 1 addition & 1 deletion packages/mui-docs/package.json
Original file line number Diff line number Diff line change
@@ -57,7 +57,7 @@
"@mui/material": "^5.0.0 || ^6.0.0",
"@mui/system": "^5.0.0 || ^6.0.0",
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"chai": "^4.4.1",
"chai": "^4.4.1 || ^5.0.0",
"csstype": "^3.1.3",
"next": "^13.5.1 || ^14 || ^15.0.0",
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
4 changes: 2 additions & 2 deletions packages/mui-envinfo/package.json
Original file line number Diff line number Diff line change
@@ -23,8 +23,8 @@
"envinfo": "^7.14.0"
},
"devDependencies": {
"@types/chai": "^4.3.20",
"chai": "^4.5.0",
"@types/chai": "^5.0.1",
"chai": "^5.1.2",
"fs-extra": "^11.2.0"
},
"publishConfig": {
4 changes: 2 additions & 2 deletions packages/mui-icons-material/package.json
Original file line number Diff line number Diff line change
@@ -51,9 +51,9 @@
"@mui/icons-material": "workspace:*",
"@mui/internal-waterfall": "workspace:^",
"@mui/material": "workspace:^",
"@types/chai": "^4.3.20",
"@types/chai": "^5.0.1",
"@types/react": "^19.0.0",
"chai": "^4.5.0",
"chai": "^5.1.2",
"chalk": "^5.3.0",
"cross-fetch": "^4.0.0",
"fast-glob": "^3.3.2",
4 changes: 2 additions & 2 deletions packages/mui-joy/package.json
Original file line number Diff line number Diff line change
@@ -50,12 +50,12 @@
"devDependencies": {
"@mui/internal-test-utils": "workspace:^",
"@mui/material": "workspace:^",
"@types/chai": "^4.3.20",
"@types/chai": "^5.0.1",
"@types/prop-types": "^15.7.14",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
"chai": "^5.1.2",
"fast-glob": "^3.3.2",
"lodash": "^4.17.21",
"next": "^15.0.4",
4 changes: 2 additions & 2 deletions packages/mui-lab/package.json
Original file line number Diff line number Diff line change
@@ -51,12 +51,12 @@
"devDependencies": {
"@mui/internal-test-utils": "workspace:^",
"@mui/material": "workspace:*",
"@types/chai": "^4.3.20",
"@types/chai": "^5.0.1",
"@types/prop-types": "^15.7.14",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
"chai": "^5.1.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sinon": "^19.0.2"
4 changes: 2 additions & 2 deletions packages/mui-material/package.json
Original file line number Diff line number Diff line change
@@ -57,12 +57,12 @@
"@mui/internal-test-utils": "workspace:^",
"@testing-library/dom": "^10.4.0",
"@testing-library/user-event": "^14.5.2",
"@types/chai": "^4.3.20",
"@types/chai": "^5.0.1",
"@types/prop-types": "^15.7.14",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
"chai": "^5.1.2",
"css-mediaquery": "^0.1.2",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
4 changes: 2 additions & 2 deletions packages/mui-private-theming/package.json
Original file line number Diff line number Diff line change
@@ -44,9 +44,9 @@
"devDependencies": {
"@mui/internal-test-utils": "workspace:^",
"@mui/types": "workspace:^",
"@types/chai": "^4.3.20",
"@types/chai": "^5.0.1",
"@types/react": "^19.0.0",
"chai": "^4.5.0",
"chai": "^5.1.2",
"react": "^19.0.0"
},
"peerDependencies": {
4 changes: 2 additions & 2 deletions packages/mui-styled-engine-sc/package.json
Original file line number Diff line number Diff line change
@@ -45,9 +45,9 @@
},
"devDependencies": {
"@mui/internal-test-utils": "workspace:^",
"@types/chai": "^4.3.20",
"@types/chai": "^5.0.1",
"@types/react": "^19.0.0",
"chai": "^4.5.0",
"chai": "^5.1.2",
"react": "^19.0.0",
"styled-components": "^6.1.13"
},
4 changes: 2 additions & 2 deletions packages/mui-styled-engine/package.json
Original file line number Diff line number Diff line change
@@ -49,9 +49,9 @@
"@emotion/styled": "^11.13.5",
"@mui/internal-test-utils": "workspace:^",
"@mui/styled-engine": "workspace:*",
"@types/chai": "^4.3.20",
"@types/chai": "^5.0.1",
"@types/react": "^19.0.0",
"chai": "^4.5.0",
"chai": "^5.1.2",
"react": "^19.0.0"
},
"peerDependencies": {
4 changes: 2 additions & 2 deletions packages/mui-styles/package.json
Original file line number Diff line number Diff line change
@@ -58,11 +58,11 @@
"devDependencies": {
"@mui/internal-test-utils": "workspace:^",
"@mui/material": "workspace:^",
"@types/chai": "^4.3.20",
"@types/chai": "^5.0.1",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
"chai": "^5.1.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sinon": "^19.0.2"
4 changes: 2 additions & 2 deletions packages/mui-system/package.json
Original file line number Diff line number Diff line change
@@ -53,11 +53,11 @@
"@emotion/styled": "^11.13.5",
"@mui/internal-test-utils": "workspace:^",
"@mui/system": "workspace:*",
"@types/chai": "^4.3.20",
"@types/chai": "^5.0.1",
"@types/prop-types": "^15.7.14",
"@types/react": "^19.0.0",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
"chai": "^5.1.2",
"fast-glob": "^3.3.2",
"lodash": "^4.17.21",
"react": "^19.0.0",
4 changes: 2 additions & 2 deletions packages/mui-utils/package.json
Original file line number Diff line number Diff line change
@@ -48,14 +48,14 @@
"devDependencies": {
"@mui/internal-test-utils": "workspace:^",
"@mui/types": "workspace:^",
"@types/chai": "^4.3.20",
"@types/chai": "^5.0.1",
"@types/mocha": "^10.0.10",
"@types/node": "^20.17.9",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/react-is": "^19.0.0",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
"chai": "^5.1.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sinon": "^19.0.2"
240 changes: 98 additions & 142 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions test/package.json
Original file line number Diff line number Diff line change
@@ -19,11 +19,11 @@
"@mui/utils": "workspace:^",
"@playwright/test": "1.48.2",
"@testing-library/dom": "^10.4.0",
"@types/chai": "^4.3.20",
"@types/chai": "^5.0.1",
"@types/react": "^19.0.0",
"@types/react-is": "^19.0.0",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
"chai": "^5.1.2",
"docs": "workspace:^",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",

0 comments on commit 50ce8df

Please sign in to comment.