Skip to content

Commit

Permalink
Update dependency chai to v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 25, 2024
1 parent a614154 commit 8c822aa
Show file tree
Hide file tree
Showing 27 changed files with 40 additions and 54 deletions.
2 changes: 1 addition & 1 deletion apps/st2-workflows/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@stackstorm/st2-build": "^2.4.2",
"babelify": "^10.0.0",
"browserify": "^16.2.3",
"chai": "^4.1.2",
"chai": "^4.5.0",
"eslint": "^5.16.0",
"eslint-plugin-notice": "0.7.8",
"eslint-plugin-react": "^7.12.4",
Expand Down
2 changes: 1 addition & 1 deletion modules/st2-action-reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@
"devDependencies": {
"@stackstorm/module-test-utils": "^2.4.3",
"@stackstorm/st2-style": "2.4.3",
"chai": "^4.2.0"
"chai": "^4.5.0"
}
}
2 changes: 1 addition & 1 deletion modules/st2-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
},
"devDependencies": {
"@stackstorm/module-test-utils": "2.4.3",
"chai": "^4.2.0"
"chai": "^4.5.0"
}
}
2 changes: 1 addition & 1 deletion modules/st2-auto-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"devDependencies": {
"@stackstorm/module-test-utils": "^2.4.3",
"@stackstorm/st2-style": "2.4.3",
"chai": "4.2.0",
"chai": "4.5.0",
"sinon": "7.3.2",
"sinon-chai": "^3.3.0"
}
Expand Down
2 changes: 1 addition & 1 deletion modules/st2-criteria/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@
"devDependencies": {
"@stackstorm/module-test-utils": "^2.4.3",
"@stackstorm/st2-style": "2.4.3",
"chai": "4.2.0"
"chai": "4.5.0"
}
}
2 changes: 1 addition & 1 deletion modules/st2-filter-expandable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
},
"devDependencies": {
"@stackstorm/st2-style": "2.4.3",
"chai": "^4.2.0"
"chai": "^4.5.0"
}
}
2 changes: 1 addition & 1 deletion modules/st2-filter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
"devDependencies": {
"@stackstorm/st2-style": "2.4.3",
"@stackstorm/module-test-utils": "^2.4.3",
"chai": "4.2.0"
"chai": "4.5.0"
}
}
2 changes: 1 addition & 1 deletion modules/st2-flex-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"devDependencies": {
"@stackstorm/module-test-utils": "^2.4.3",
"@stackstorm/st2-style": "2.4.3",
"chai": "4.2.0",
"chai": "4.5.0",
"sinon": "7.3.2"
}
}
2 changes: 1 addition & 1 deletion modules/st2-flow-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"devDependencies": {
"@stackstorm/st2-style": "2.4.3",
"@stackstorm/module-test-utils": "^2.4.3",
"chai": "4.2.0",
"chai": "4.5.0",
"classnames": "^2.2.6"
}
}
2 changes: 1 addition & 1 deletion modules/st2-highlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@
"devDependencies": {
"@stackstorm/module-test-utils": "^2.4.3",
"@stackstorm/st2-style": "2.4.3",
"chai": "4.2.0"
"chai": "4.5.0"
}
}
2 changes: 1 addition & 1 deletion modules/st2-label/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
"devDependencies": {
"@stackstorm/st2-style": "2.4.3",
"@stackstorm/module-test-utils": "^2.4.3",
"chai": "4.2.0"
"chai": "4.5.0"
}
}
2 changes: 1 addition & 1 deletion modules/st2-login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@
"devDependencies": {
"@stackstorm/st2-style": "2.4.3",
"@stackstorm/module-test-utils": "^2.4.3",
"chai": "4.2.0"
"chai": "4.5.0"
}
}
2 changes: 1 addition & 1 deletion modules/st2-menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"devDependencies": {
"@stackstorm/module-test-utils": "^2.4.3",
"@stackstorm/st2-style": "2.4.3",
"chai": "4.2.0",
"chai": "4.5.0",
"classnames": "^2.2.6"
}
}
2 changes: 1 addition & 1 deletion modules/st2-pack-icon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"devDependencies": {
"@stackstorm/st2-style": "2.4.3",
"@stackstorm/module-test-utils": "^2.4.3",
"chai": "4.2.0",
"chai": "4.5.0",
"classnames": "^2.2.6",
"moxios": "^0.4.0"
}
Expand Down
2 changes: 1 addition & 1 deletion modules/st2-panel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"devDependencies": {
"@stackstorm/st2-style": "2.4.3",
"@stackstorm/module-test-utils": "^2.4.3",
"chai": "4.2.0",
"chai": "4.5.0",
"classnames": "^2.2.6"
}
}
2 changes: 1 addition & 1 deletion modules/st2-popup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
"devDependencies": {
"@stackstorm/st2-style": "2.4.3",
"@stackstorm/module-test-utils": "^2.4.3",
"chai": "4.2.0"
"chai": "4.5.0"
}
}
2 changes: 1 addition & 1 deletion modules/st2-portion-bar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@
"devDependencies": {
"@stackstorm/module-test-utils": "^2.4.3",
"@stackstorm/st2-style": "2.4.3",
"chai": "4.2.0"
"chai": "4.5.0"
}
}
2 changes: 1 addition & 1 deletion modules/st2-proportional/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@stackstorm/module-test-utils": "^2.4.3",
"chai": "4.2.0",
"chai": "4.5.0",
"sinon": "7.3.2"
}
}
2 changes: 1 addition & 1 deletion modules/st2-remote-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"devDependencies": {
"@stackstorm/st2-style": "2.4.3",
"@stackstorm/module-test-utils": "^2.4.3",
"chai": "4.2.0",
"chai": "4.5.0",
"classnames": "^2.2.6"
}
}
2 changes: 1 addition & 1 deletion modules/st2-scroll-into-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"access": "public"
},
"devDependencies": {
"chai": "4.2.0"
"chai": "4.5.0"
}
}
2 changes: 1 addition & 1 deletion modules/st2-select-on-click/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"access": "public"
},
"devDependencies": {
"chai": "4.2.0",
"chai": "4.5.0",
"sinon": "7.3.2"
}
}
2 changes: 1 addition & 1 deletion modules/st2-time/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
},
"devDependencies": {
"@stackstorm/module-test-utils": "^2.4.3",
"chai": "4.2.0"
"chai": "4.5.0"
}
}
2 changes: 1 addition & 1 deletion modules/st2-title/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
},
"devDependencies": {
"@stackstorm/module-test-utils": "^2.4.3",
"chai": "4.2.0"
"chai": "4.5.0"
}
}
2 changes: 1 addition & 1 deletion modules/st2-value-format/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"access": "public"
},
"devDependencies": {
"chai": "4.2.0"
"chai": "4.5.0"
}
}
2 changes: 1 addition & 1 deletion modules/st2-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
"devDependencies": {
"@stackstorm/st2-style": "2.4.3",
"@stackstorm/module-test-utils": "^2.4.3",
"chai": "4.2.0"
"chai": "4.5.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"@stackstorm/module-test-utils": "^2.4.3",
"@stackstorm/st2-build": "^2.4.3",
"babel-eslint": "10.0.1",
"chai": "4.2.0",
"chai": "4.5.0",
"eslint": "^6.2.1",
"eslint-plugin-flowtype": "^3.5.1",
"eslint-plugin-notice": "0.7.8",
Expand Down
42 changes: 14 additions & 28 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3083,30 +3083,18 @@ chai-subset@^1.6.0:
resolved "https://registry.yarnpkg.com/chai-subset/-/chai-subset-1.6.0.tgz#a5d0ca14e329a79596ed70058b6646bd6988cfe9"
integrity sha512-K3d+KmqdS5XKW5DWPd5sgNffL3uxdDe+6GdnJh3AYPhwnBGRY5urfvfcbRtWIvvpz+KxkL9FeBB6MZewLUNwug==

[email protected]:
version "4.2.0"
resolved "https://registry.yarnpkg.com/chai/-/chai-4.2.0.tgz#760aa72cf20e3795e84b12877ce0e83737aa29e5"
integrity sha512-XQU3bhBukrOsQCuwZndwGcCVQHyZi53fQ6Ys1Fym7E4olpIqqZZhhoFJoaKVvV17lWQoXYwgWN2nF5crA8J2jw==
dependencies:
assertion-error "^1.1.0"
check-error "^1.0.2"
deep-eql "^3.0.1"
get-func-name "^2.0.0"
pathval "^1.1.0"
type-detect "^4.0.5"

chai@^4.1.2, chai@^4.2.0:
version "4.3.10"
resolved "https://registry.yarnpkg.com/chai/-/chai-4.3.10.tgz#d784cec635e3b7e2ffb66446a63b4e33bd390384"
integrity sha512-0UXG04VuVbruMUYbJ6JctvH0YnC/4q3/AkT18q4NaITo91CUm0liMS9VqzT9vZhVQ/1eqPanMWjBM+Juhfb/9g==
[email protected], chai@^4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/chai/-/chai-4.5.0.tgz#707e49923afdd9b13a8b0b47d33d732d13812fd8"
integrity sha512-RITGBfijLkBddZvnn8jdqoTypxvqbOLYQkGGxXzeFjVHvudaPw0HNFD9x928/eUwYWd2dPCugVqspGALTZZQKw==
dependencies:
assertion-error "^1.1.0"
check-error "^1.0.3"
deep-eql "^4.1.3"
get-func-name "^2.0.2"
loupe "^2.3.6"
pathval "^1.1.1"
type-detect "^4.0.8"
type-detect "^4.1.0"

[email protected], chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0, chalk@^2.3.1, chalk@^2.4.1, chalk@^2.4.2:
version "2.4.2"
Expand Down Expand Up @@ -3152,7 +3140,7 @@ chardet@^0.7.0:
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==

check-error@^1.0.2, check-error@^1.0.3:
check-error@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/check-error/-/check-error-1.0.3.tgz#a6502e4312a7ee969f646e83bb3ddd56281bd694"
integrity sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==
Expand Down Expand Up @@ -4014,13 +4002,6 @@ deep-diff@^1.0.2:
resolved "https://registry.yarnpkg.com/deep-diff/-/deep-diff-1.0.2.tgz#afd3d1f749115be965e89c63edc7abb1506b9c26"
integrity sha512-aWS3UIVH+NPGCD1kki+DCU9Dua032iSsO43LqQpcs4R3+dVv7tX0qBGjiVHJHjplsoUM2XRO/KB92glqc68awg==

deep-eql@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/deep-eql/-/deep-eql-3.0.1.tgz#dfc9404400ad1c8fe023e7da1df1c147c4b444df"
integrity sha512-+QeIQyN5ZuO+3Uk5DYh6/1eKO0m0YmJFGNmFHGACpf1ClL1nmlV/p4gNgbl2pJGxgXb4faqo6UE+M5ACEMyVcw==
dependencies:
type-detect "^4.0.0"

deep-eql@^4.1.3:
version "4.1.3"
resolved "https://registry.yarnpkg.com/deep-eql/-/deep-eql-4.1.3.tgz#7c7775513092f7df98d8df9996dd085eb668cc6d"
Expand Down Expand Up @@ -5487,7 +5468,7 @@ get-caller-file@^2.0.1:
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==

get-func-name@^2.0.0, get-func-name@^2.0.1, get-func-name@^2.0.2:
get-func-name@^2.0.1, get-func-name@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/get-func-name/-/get-func-name-2.0.2.tgz#0d7cf20cd13fda808669ffa88f4ffc7a3943fc41"
integrity sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==
Expand Down Expand Up @@ -9453,7 +9434,7 @@ [email protected]:
dependencies:
readable-stream "1.x"

pathval@^1.1.0, pathval@^1.1.1:
pathval@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/pathval/-/pathval-1.1.1.tgz#8534e77a77ce7ac5a2512ea21e0fdb8fcf6c3d8d"
integrity sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==
Expand Down Expand Up @@ -12171,11 +12152,16 @@ type-check@~0.3.2:
dependencies:
prelude-ls "~1.1.2"

[email protected], type-detect@^4.0.0, type-detect@^4.0.5, type-detect@^4.0.8:
[email protected], type-detect@^4.0.0:
version "4.0.8"
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c"
integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==

type-detect@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.1.0.tgz#deb2453e8f08dcae7ae98c626b13dddb0155906c"
integrity sha512-Acylog8/luQ8L7il+geoSxhEkazvkslg7PSNKOX59mbB9cOveP5aq9h74Y7YU8yDpJwetzQQrfIwtf4Wp4LKcw==

type-fest@^0.18.0:
version "0.18.1"
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.18.1.tgz#db4bc151a4a2cf4eebf9add5db75508db6cc841f"
Expand Down

0 comments on commit 8c822aa

Please sign in to comment.