Skip to content

Commit

Permalink
Bump chai to ^5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2024
1 parent 888eed2 commit e4177c3
Show file tree
Hide file tree
Showing 23 changed files with 205 additions and 215 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.0",
"@types/chance": "^1.1.6",
"@types/css-mediaquery": "^0.1.4",
"@types/gtag.js": "^0.0.20",
Expand All @@ -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": "^14.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages-internal/babel-plugin-minify-errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages-internal/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
"devDependencies": {
"@babel/register": "^7.25.7",
"@types/babel__core": "^7.20.5",
"@types/chai": "^4.3.20",
"@types/chai": "^5.0.0",
"@types/doctrine": "^0.0.9",
"@types/lodash": "^4.17.12",
"@types/node": "^20.16.13",
"@types/react": "^18.3.11",
"@types/uuid": "^9.0.8",
"chai": "^4.5.0",
"chai": "^5.1.2",
"fast-glob": "^3.3.2",
"prettier": "^3.3.3",
"rimraf": "^6.0.1"
Expand Down
4 changes: 2 additions & 2 deletions packages-internal/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,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",
Expand All @@ -53,7 +53,7 @@
"sinon": "^18.0.1"
},
"devDependencies": {
"@types/chai": "^4.3.20",
"@types/chai": "^5.0.0",
"@types/chai-dom": "^1.11.3",
"@types/format-util": "^1.0.4",
"@types/prop-types": "^15.7.13",
Expand Down
4 changes: 2 additions & 2 deletions packages/api-docs-builder-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/chai": "^4.3.20",
"@types/chai": "^5.0.0",
"@types/mocha": "^10.0.9",
"@types/node": "^20.16.13",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
"chai": "^5.1.2",
"sinon": "^18.0.1",
"typescript": "^5.6.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/api-docs-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.0",
"@types/doctrine": "^0.0.9",
"@types/mdast": "4.0.4",
"@types/mocha": "^10.0.9",
"@types/node": "^20.16.13",
"@types/react-docgen": "workspace:*",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
"chai": "^5.1.2",
"sinon": "^18.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"prismjs": "^1.29.0"
},
"devDependencies": {
"@types/chai": "^4.3.20",
"chai": "^4.5.0"
"@types/chai": "^5.0.0",
"chai": "^5.1.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.0",
"@types/prop-types": "^15.7.13",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
"chai": "^5.1.2",
"fast-glob": "^3.3.2",
"lodash": "^4.17.21",
"react": "^18.3.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/chai": "^4.3.20",
"@types/chai": "^5.0.0",
"@types/jscodeshift": "0.12.0",
"chai": "^4.5.0"
"chai": "^5.1.2"
},
"sideEffects": false,
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-envinfo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"envinfo": "^7.14.0"
},
"devDependencies": {
"@types/chai": "^4.3.20",
"chai": "^4.5.0",
"@types/chai": "^5.0.0",
"chai": "^5.1.2",
"fs-extra": "^11.2.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-icons-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
"@mui/icons-material": "workspace:*",
"@mui/internal-waterfall": "workspace:^",
"@mui/material": "workspace:^",
"@types/chai": "^4.3.20",
"@types/chai": "^5.0.0",
"@types/react": "^18.3.11",
"chai": "^4.5.0",
"chai": "^5.1.2",
"chalk": "^5.3.0",
"cross-fetch": "^4.0.0",
"fast-glob": "^3.3.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-joy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@
"devDependencies": {
"@mui/internal-test-utils": "workspace:^",
"@mui/material": "workspace:^",
"@types/chai": "^4.3.20",
"@types/chai": "^5.0.0",
"@types/prop-types": "^15.7.13",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
"chai": "^5.1.2",
"fast-glob": "^3.3.2",
"lodash": "^4.17.21",
"next": "^14.2.15",
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-lab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@
"devDependencies": {
"@mui/internal-test-utils": "workspace:^",
"@mui/material": "workspace:*",
"@types/chai": "^4.3.20",
"@types/chai": "^5.0.0",
"@types/prop-types": "^15.7.13",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
"chai": "^5.1.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sinon": "^18.0.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.0",
"@types/prop-types": "^15.7.13",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@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",
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-private-theming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"devDependencies": {
"@mui/internal-test-utils": "workspace:^",
"@mui/types": "workspace:^",
"@types/chai": "^4.3.20",
"@types/chai": "^5.0.0",
"@types/react": "^18.3.11",
"chai": "^4.5.0",
"chai": "^5.1.2",
"react": "^18.3.1"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-styled-engine-sc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
},
"devDependencies": {
"@mui/internal-test-utils": "workspace:^",
"@types/chai": "^4.3.20",
"@types/chai": "^5.0.0",
"@types/hoist-non-react-statics": "^3.3.5",
"@types/react": "^18.3.11",
"chai": "^4.5.0",
"chai": "^5.1.2",
"react": "^18.3.1",
"styled-components": "^6.1.13"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-styled-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
"@emotion/styled": "^11.13.0",
"@mui/internal-test-utils": "workspace:^",
"@mui/styled-engine": "workspace:*",
"@types/chai": "^4.3.20",
"@types/chai": "^5.0.0",
"@types/react": "^18.3.11",
"chai": "^4.5.0",
"chai": "^5.1.2",
"react": "^18.3.1"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@
"devDependencies": {
"@mui/internal-test-utils": "workspace:^",
"@mui/material": "workspace:^",
"@types/chai": "^4.3.20",
"@types/chai": "^5.0.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
"chai": "^5.1.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sinon": "^18.0.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
"@emotion/styled": "^11.13.0",
"@mui/internal-test-utils": "workspace:^",
"@mui/system": "workspace:*",
"@types/chai": "^4.3.20",
"@types/chai": "^5.0.0",
"@types/prop-types": "^15.7.13",
"@types/react": "^18.3.11",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
"chai": "^5.1.2",
"fast-glob": "^3.3.2",
"lodash": "^4.17.21",
"react": "^18.3.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@
"devDependencies": {
"@mui/internal-test-utils": "workspace:^",
"@mui/types": "workspace:^",
"@types/chai": "^4.3.20",
"@types/chai": "^5.0.0",
"@types/mocha": "^10.0.9",
"@types/node": "^20.16.13",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/react-is": "^18.3.0",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
"chai": "^5.1.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sinon": "^18.0.1"
Expand Down
Loading

0 comments on commit e4177c3

Please sign in to comment.