Skip to content

chore(deps-dev): bump qs from 6.5.2 to 6.5.5#433

Merged
jimmyandrade merged 3 commits into
mainfrom
dependabot/npm_and_yarn/qs-6.5.5
Jul 16, 2026
Merged

chore(deps-dev): bump qs from 6.5.2 to 6.5.5#433
jimmyandrade merged 3 commits into
mainfrom
dependabot/npm_and_yarn/qs-6.5.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 16, 2026

Copy link
Copy Markdown
Contributor

Bumps qs from 6.5.2 to 6.5.5.

Changelog

Sourced from qs's changelog.

6.5.5

  • [Fix] fix regressions from robustness refactor
  • [meta] add npmignore to autogenerate an npmignore file
  • [actions] update reusable workflows

6.5.4

  • [Robustness] avoid .push, use void
  • [readme] clarify parseArrays and arrayLimit documentation (#543)
  • [readme] document that addQueryPrefix does not add ? to empty output (#418)
  • [readme] replace runkit CI badge with shields.io check-runs badge
  • [actions] fix rebase workflow permissions

6.5.3

  • [Fix] parse: ignore __proto__ keys (#428)
  • [Fix] utils.merge: avoid a crash with a null target and a truthy non-array source
  • [Fix] correctly parse nested arrays
  • [Fix] stringify: fix a crash with strictNullHandling and a custom filter/serializeDate (#279)
  • [Fix] utils: merge: fix crash when source is a truthy primitive & no options are provided
  • [Fix] when parseArrays is false, properly handle keys ending in []
  • [Fix] fix for an impossible situation: when the formatter is called with a non-string value
  • [Fix] utils.merge: avoid a crash with a null target and an array source
  • [Refactor] utils: reduce observable [[Get]]s
  • [Refactor] use cached Array.isArray
  • [Refactor] stringify: Avoid arr = arr.concat(...), push to the existing instance (#269)
  • [Refactor] parse: only need to reassign the var once
  • [Robustness] stringify: avoid relying on a global undefined (#427)
  • [readme] remove travis badge; add github actions/codecov badges; update URLs
  • [Docs] Clean up license text so it’s properly detected as BSD-3-Clause
  • [Docs] Clarify the need for "arrayLimit" option
  • [meta] fix README.md (#399)
  • [meta] add FUNDING.yml
  • [actions] backport actions from main
  • [Tests] always use String(x) over x.toString()
  • [Tests] remove nonexistent tape option
  • [Dev Deps] backport from main
Commits
  • 3a6d9f8 v6.5.5
  • 48160e7 [actions] update reusable workflows
  • 2fc004a [meta] add npmignore to autogenerate an npmignore file
  • ddcc5d5 [Fix] fix regressions from robustness refactor
  • c190488 v6.5.4
  • 40b77c3 [actions] fix rebase workflow permissions
  • 6e39e92 [readme] document that addQueryPrefix does not add ? to empty output
  • 4e393de [readme] replace runkit CI badge with shields.io check-runs badge
  • dbb0346 [readme] clarify parseArrays and arrayLimit documentation
  • 6b8b4d8 [Robustness] avoid .push, use void
  • Additional commits viewable in compare view
Install script changes

This version modifies prepublish script that runs during installation. Review the package contents before updating.


@dependabot dependabot Bot added dependencies javascript Pull requests that update javascript code labels Jul 16, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/qs-6.5.5 branch 2 times, most recently from f45f79f to 35aa611 Compare July 16, 2026 15:34
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.5.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.5.2...v6.5.5)

---
updated-dependencies:
- dependency-name: qs
  dependency-version: 6.5.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/qs-6.5.5 branch from 35aa611 to da2c43e Compare July 16, 2026 15:58
@jimmyandrade jimmyandrade self-assigned this Jul 16, 2026
jimmyandrade and others added 2 commits July 16, 2026 13:01
Force only request's transitive qs dependency without downgrading newer qs copies.

Co-authored-by: Cursor <cursoragent@cursor.com>
@jimmyandrade

Copy link
Copy Markdown
Member

Triaged (continuous drain): synced with , added scoped override , and

@multei/web@0.1.0 test
jest

console.error
Warning: Failed prop type: Invalid prop className of type boolean supplied to Styled(MuiBox), expected string.
at StyledComponent (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/styled/styled.js:95:28)
at Iframe (/Users/jimmyandrade/GitHub/multei/web/node_modules/muy/dist/index.cjs.js:724:20)
at EmbedGoogleMap (/Users/jimmyandrade/GitHub/multei/web/node_modules/muy/dist/index.cjs.js:745:21)
at EmbedGoogleMap (/Users/jimmyandrade/GitHub/multei/web/src/containers/EmbedGoogleMap/index.js:4:27)
at div
at form
at StyledComponent (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/styled/styled.js:95:28)
at PureForm (/Users/jimmyandrade/GitHub/multei/web/node_modules/muy/dist/index.cjs.js:873:22)
at LocationStep (/Users/jimmyandrade/GitHub/multei/web/src/components/LocationStep/index.js:17:5)

  at printWarning (node_modules/react/cjs/react.development.js:220:30)
  at error (node_modules/react/cjs/react.development.js:196:5)
  at checkPropTypes (node_modules/react/cjs/react.development.js:1935:11)
  at validatePropTypes (node_modules/react/cjs/react.development.js:2136:7)
  at Object.createElementWithValidation [as createElement] (node_modules/react/cjs/react.development.js:2240:5)
  at Iframe (node_modules/muy/dist/index.cjs.js:729:30)
  at renderWithHooks (node_modules/react-dom/cjs/react-dom.development.js:14985:18)

console.error
Warning: Failed prop type: Invalid prop component supplied to ForwardRef(Link). Expected an element type that can hold a ref. Did you accidentally provide a plain function component instead? For more information see https://material-ui.com/r/caveat-with-refs-guide
at Link (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/core/Link/Link.js:92:23)
at WithStyles (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/withStyles/withStyles.js:67:31)
at li
at ListItem (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/core/ListItem/ListItem.js:129:33)
at WithStyles (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/withStyles/withStyles.js:67:31)
at ul
at List (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/core/List/List.js:51:24)
at WithStyles (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/withStyles/withStyles.js:67:31)
at StyledComponent (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/styled/styled.js:95:28)
at HorizontalList (/Users/jimmyandrade/GitHub/multei/web/node_modules/muy/dist/index.cjs.js:1072:17)
at div
at Container (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/core/Container/Container.js:92:23)
at WithStyles (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/withStyles/withStyles.js:67:31)
at footer
at StyledComponent (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/styled/styled.js:95:28)
at Footer (/Users/jimmyandrade/GitHub/multei/web/node_modules/muy/dist/index.cjs.js:861:27)
at PageFooter
at _default (/Users/jimmyandrade/GitHub/multei/web/src/components/Footer/index.js:10:19)
at div
at Paper (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/core/Paper/Paper.js:55:23)
at WithStyles (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/withStyles/withStyles.js:67:31)
at ThemeProvider (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/ThemeProvider/ThemeProvider.js:48:24)
at Layout (/Users/jimmyandrade/GitHub/multei/web/src/components/Layout/index.js:14:3)

  at printWarning (node_modules/react/cjs/react.development.js:220:30)
  at error (node_modules/react/cjs/react.development.js:196:5)
  at checkPropTypes (node_modules/react/cjs/react.development.js:1935:11)
  at validatePropTypes (node_modules/react/cjs/react.development.js:2136:7)
  at Object.createElementWithValidation [as createElement] (node_modules/react/cjs/react.development.js:2240:5)
  at WithStyles (node_modules/@material-ui/styles/withStyles/withStyles.js:97:42)
  at renderWithHooks (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:6016:18)

console.error
Warning: mockConstructor: ref is not a prop. Trying to access it will result in undefined being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)
at mockConstructor (/Users/jimmyandrade/GitHub/multei/web/node_modules/jest-mock/build/index.js:166:19)
at Typography (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/core/Typography/Typography.js:173:28)
at WithStyles (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/withStyles/withStyles.js:67:31)
at Link (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/core/Link/Link.js:92:23)
at WithStyles (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/withStyles/withStyles.js:67:31)
at li
at ListItem (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/core/ListItem/ListItem.js:129:33)
at WithStyles (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/withStyles/withStyles.js:67:31)
at ul
at List (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/core/List/List.js:51:24)
at WithStyles (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/withStyles/withStyles.js:67:31)
at StyledComponent (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/styled/styled.js:95:28)
at HorizontalList (/Users/jimmyandrade/GitHub/multei/web/node_modules/muy/dist/index.cjs.js:1072:17)
at div
at Container (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/core/Container/Container.js:92:23)
at WithStyles (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/withStyles/withStyles.js:67:31)
at footer
at StyledComponent (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/styled/styled.js:95:28)
at Footer (/Users/jimmyandrade/GitHub/multei/web/node_modules/muy/dist/index.cjs.js:861:27)
at PageFooter
at _default (/Users/jimmyandrade/GitHub/multei/web/src/components/Footer/index.js:10:19)
at div
at Paper (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/core/Paper/Paper.js:55:23)
at WithStyles (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/withStyles/withStyles.js:67:31)
at ThemeProvider (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/ThemeProvider/ThemeProvider.js:48:24)
at Layout (/Users/jimmyandrade/GitHub/multei/web/src/components/Layout/index.js:14:3)

  12 |       innerRef,
  13 |       partiallyActive,
> 14 |       ref,
     |       ^
  15 |       replace,
  16 |       to,
  17 |       ...rest

  at printWarning (node_modules/react/cjs/react.development.js:220:30)
  at error (node_modules/react/cjs/react.development.js:196:5)
  at Object.ref (node_modules/react/cjs/react.development.js:602:9)
  at __mocks__/gatsby.js:14:7

console.error
Warning: Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()?

Check the render method of `ForwardRef(Typography)`.
    at mockConstructor (/Users/jimmyandrade/GitHub/multei/web/node_modules/jest-mock/build/index.js:166:19)
    at Typography (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/core/Typography/Typography.js:173:28)
    at WithStyles (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/withStyles/withStyles.js:67:31)
    at Link (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/core/Link/Link.js:92:23)
    at WithStyles (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/withStyles/withStyles.js:67:31)
    at li
    at ListItem (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/core/ListItem/ListItem.js:129:33)
    at WithStyles (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/withStyles/withStyles.js:67:31)
    at ul
    at List (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/core/List/List.js:51:24)
    at WithStyles (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/withStyles/withStyles.js:67:31)
    at StyledComponent (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/styled/styled.js:95:28)
    at HorizontalList (/Users/jimmyandrade/GitHub/multei/web/node_modules/muy/dist/index.cjs.js:1072:17)
    at div
    at Container (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/core/Container/Container.js:92:23)
    at WithStyles (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/withStyles/withStyles.js:67:31)
    at footer
    at StyledComponent (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/styled/styled.js:95:28)
    at Footer (/Users/jimmyandrade/GitHub/multei/web/node_modules/muy/dist/index.cjs.js:861:27)
    at PageFooter
    at _default (/Users/jimmyandrade/GitHub/multei/web/src/components/Footer/index.js:10:19)
    at div
    at Paper (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/core/Paper/Paper.js:55:23)
    at WithStyles (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/withStyles/withStyles.js:67:31)
    at ThemeProvider (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/ThemeProvider/ThemeProvider.js:48:24)
    at Layout (/Users/jimmyandrade/GitHub/multei/web/src/components/Layout/index.js:14:3)

  at printWarning (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:68:30)
  at error (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:44:5)
  at validateFunctionComponentInDev (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:8846:9)
  at mountIndeterminateComponent (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:8813:7)
  at beginWork (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:9966:16)
  at performUnitOfWork (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:13800:12)
  at workLoopSync (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:13728:5)

console.error
Warning: Failed prop type: Invalid prop component supplied to ForwardRef(Link). Expected an element type that can hold a ref. Did you accidentally provide a plain function component instead? For more information see https://material-ui.com/r/caveat-with-refs-guide
at Link (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/core/Link/Link.js:92:23)
at WithStyles (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/withStyles/withStyles.js:67:31)
at li
at ListItem (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/core/ListItem/ListItem.js:129:33)
at WithStyles (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/withStyles/withStyles.js:67:31)
at ul
at List (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/core/List/List.js:51:24)
at WithStyles (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/withStyles/withStyles.js:67:31)
at StyledComponent (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/styled/styled.js:95:28)
at HorizontalList (/Users/jimmyandrade/GitHub/multei/web/node_modules/muy/dist/index.cjs.js:1072:17)
at div
at Container (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/core/Container/Container.js:92:23)
at WithStyles (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/withStyles/withStyles.js:67:31)
at footer
at StyledComponent (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/styled/styled.js:95:28)
at Footer (/Users/jimmyandrade/GitHub/multei/web/node_modules/muy/dist/index.cjs.js:861:27)
at PageFooter
at _default (/Users/jimmyandrade/GitHub/multei/web/src/components/Footer/index.js:10:19)

  at printWarning (node_modules/react/cjs/react.development.js:220:30)
  at error (node_modules/react/cjs/react.development.js:196:5)
  at checkPropTypes (node_modules/react/cjs/react.development.js:1935:11)
  at validatePropTypes (node_modules/react/cjs/react.development.js:2136:7)
  at Object.createElementWithValidation [as createElement] (node_modules/react/cjs/react.development.js:2240:5)
  at WithStyles (node_modules/@material-ui/styles/withStyles/withStyles.js:97:42)
  at renderWithHooks (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:6016:18)

console.error
Warning: mockConstructor: ref is not a prop. Trying to access it will result in undefined being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)
at mockConstructor (/Users/jimmyandrade/GitHub/multei/web/node_modules/jest-mock/build/index.js:166:19)
at Typography (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/core/Typography/Typography.js:173:28)
at WithStyles (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/withStyles/withStyles.js:67:31)
at Link (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/core/Link/Link.js:92:23)
at WithStyles (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/withStyles/withStyles.js:67:31)
at li
at ListItem (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/core/ListItem/ListItem.js:129:33)
at WithStyles (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/withStyles/withStyles.js:67:31)
at ul
at List (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/core/List/List.js:51:24)
at WithStyles (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/withStyles/withStyles.js:67:31)
at StyledComponent (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/styled/styled.js:95:28)
at HorizontalList (/Users/jimmyandrade/GitHub/multei/web/node_modules/muy/dist/index.cjs.js:1072:17)
at div
at Container (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/core/Container/Container.js:92:23)
at WithStyles (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/withStyles/withStyles.js:67:31)
at footer
at StyledComponent (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/styled/styled.js:95:28)
at Footer (/Users/jimmyandrade/GitHub/multei/web/node_modules/muy/dist/index.cjs.js:861:27)
at PageFooter
at _default (/Users/jimmyandrade/GitHub/multei/web/src/components/Footer/index.js:10:19)

  12 |       innerRef,
  13 |       partiallyActive,
> 14 |       ref,
     |       ^
  15 |       replace,
  16 |       to,
  17 |       ...rest

  at printWarning (node_modules/react/cjs/react.development.js:220:30)
  at error (node_modules/react/cjs/react.development.js:196:5)
  at Object.ref (node_modules/react/cjs/react.development.js:602:9)
  at __mocks__/gatsby.js:14:7

console.error
Warning: Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()?

Check the render method of `ForwardRef(Typography)`.
    at mockConstructor (/Users/jimmyandrade/GitHub/multei/web/node_modules/jest-mock/build/index.js:166:19)
    at Typography (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/core/Typography/Typography.js:173:28)
    at WithStyles (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/withStyles/withStyles.js:67:31)
    at Link (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/core/Link/Link.js:92:23)
    at WithStyles (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/withStyles/withStyles.js:67:31)
    at li
    at ListItem (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/core/ListItem/ListItem.js:129:33)
    at WithStyles (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/withStyles/withStyles.js:67:31)
    at ul
    at List (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/core/List/List.js:51:24)
    at WithStyles (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/withStyles/withStyles.js:67:31)
    at StyledComponent (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/styled/styled.js:95:28)
    at HorizontalList (/Users/jimmyandrade/GitHub/multei/web/node_modules/muy/dist/index.cjs.js:1072:17)
    at div
    at Container (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/core/Container/Container.js:92:23)
    at WithStyles (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/withStyles/withStyles.js:67:31)
    at footer
    at StyledComponent (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/styled/styled.js:95:28)
    at Footer (/Users/jimmyandrade/GitHub/multei/web/node_modules/muy/dist/index.cjs.js:861:27)
    at PageFooter
    at _default (/Users/jimmyandrade/GitHub/multei/web/src/components/Footer/index.js:10:19)

  at printWarning (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:68:30)
  at error (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:44:5)
  at validateFunctionComponentInDev (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:8846:9)
  at mountIndeterminateComponent (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:8813:7)
  at beginWork (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:9966:16)
  at performUnitOfWork (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:13800:12)
  at workLoopSync (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:13728:5)

console.error
Warning: Failed prop type: Invalid prop className of type boolean supplied to Styled(MuiBox), expected string.
at StyledComponent (/Users/jimmyandrade/GitHub/multei/web/node_modules/@material-ui/styles/styled/styled.js:95:28)
at Iframe (/Users/jimmyandrade/GitHub/multei/web/node_modules/muy/dist/index.cjs.js:724:20)
at EmbedGoogleMap (/Users/jimmyandrade/GitHub/multei/web/node_modules/muy/dist/index.cjs.js:745:21)
at EmbedGoogleMap (/Users/jimmyandrade/GitHub/multei/web/src/containers/EmbedGoogleMap/index.js:4:27)

  at printWarning (node_modules/react/cjs/react.development.js:220:30)
  at error (node_modules/react/cjs/react.development.js:196:5)
  at checkPropTypes (node_modules/react/cjs/react.development.js:1935:11)
  at validatePropTypes (node_modules/react/cjs/react.development.js:2136:7)
  at Object.createElementWithValidation [as createElement] (node_modules/react/cjs/react.development.js:2240:5)
  at Iframe (node_modules/muy/dist/index.cjs.js:729:30)
  at renderWithHooks (node_modules/react-test-renderer/cjs/react-test-renderer.development.js:6016:18)

-----------------------------------------|---------|----------|---------|---------|------------------------------------------

File % Stmts % Branch % Funcs % Lines Uncovered Line #s
All files 59.87 53.75 48.06 60.91
config/plugins 100 100 100 100
index.js 100 100 100 100
config/siteMetadata 100 100 100 100
index.js 100 100 100 100
src/api 0 0 0 0
index.js 0 0 0 0 4-12
src/components/BackButton 50 100 0 50
index.js 50 100 0 50 6
src/components/CarFrontPhotoStep 100 100 100 100
index.js 100 100 100 100
src/components/CarPhotoInstructionsStep 100 100 100 100
CarPhotoInstructionsStep.js 100 100 100 100
index.js 0 0 0 0
src/components/CarPlateConfirmStep 50 100 0 50
index.js 50 100 0 50 7
src/components/CarReportingWizard 100 87.5 100 100
index.js 100 87.5 100 100 46
src/components/CheckParkingForm 100 100 100 100
index.js 100 100 100 100
src/components/CopyrightText 100 100 100 100
index.js 100 100 100 100
src/components/Footer 100 100 100 100
index.js 100 100 100 100
src/components/GoogleMaps 7.69 100 0 8.33
index.js 7.69 100 0 8.33 8,23-55
src/components/Header 100 50 100 100
index.js 100 50 100 100 31-36
src/components/Layout 100 50 100 100
index.js 100 50 100 100 23-26
src/components/LocationStep 100 88.46 100 100
index.js 100 88.46 100 100 67,104
src/components/NavigationDrawer 66.67 100 0 66.67
index.js 66.67 100 0 66.67 15
src/components/NextButton 100 100 100 100
index.js 100 100 100 100
src/components/ParkingExpansionPanel 100 100 100 100
index.js 100 100 100 100
src/components/SuccessStep 100 100 100 100
index.js 100 100 100 100
src/components/TakeCarFrontPhotoStep 52.63 33.33 20 52.63
index.js 52.63 33.33 20 52.63 39-40,52-53,60-63,71
src/containers/CarFrontPhotoStep 44.44 25 25 47.06
index.js 44.44 25 25 47.06 14-26,29-32
src/containers/CarPlateConfirmStep 0 100 0 0
index.js 0 100 0 0 6-17
src/containers/CarReportingWizard 100 50 100 100
CarReportingWizard.js 100 50 100 100 46-52
renderStepContent.js 100 100 100 100
src/containers/CheckParkingForm 33.33 7.69 10 33.33
index.js 33.33 7.69 10 33.33 23-44,53-54,63,67-72,77-84,88-97,102-108
src/containers/CopyrightText 33.33 100 0 33.33
index.js 33.33 100 0 33.33 6-7
src/containers/EmbedGoogleMap 100 100 100 100
index.js 100 100 100 100
src/containers/Header 100 100 100 100
index.js 100 100 100 100
src/containers/LocationStep 0 0 0 0
index.js 0 0 0 0 16-48
src/containers/NavigationDrawer 33.33 100 0 33.33
index.js 33.33 100 0 33.33 6-7
src/containers/RecoilProviderWrapper 100 100 100 100
index.js 100 100 100 100
src/containers/SuccessStep 100 100 100 100
index.js 100 100 100 100
src/hooks 46.72 27.91 44.12 45.69
useCanvasRef.js 66.67 0 50 66.67 13-14
useFeatureToggle.js 59.38 38.1 75 59.38 12-23,31,49-50,58-59,65-67
useLoadingState.js 85.71 100 66.67 100
useParkingReportState.js 85.71 100 66.67 80 19
usePosition.js 3.57 0 0 3.57 4-47
useReportedParkingsState.js 71.43 100 33.33 71.43 9,11
useSiteMetadata.js 33.33 100 0 33.33 4-20
useStandalone.js 66.67 66.67 100 66.67 5,11
useUserMedia.js 33.33 0 20 35.71 10-19,29-30
useVideoRef.js 54.55 0 33.33 54.55 21-22,30-32
src/hooks/useMenuToggle 85.71 100 66.67 83.33
index.js 85.71 100 66.67 83.33 12
src/hooks/useReportingWizardSteps 92.59 100 75 92.59
handleNext.js 90 100 66.67 90 26,56
index.js 0 0 0 0
useReportingWizardSteps.js 100 100 100 100
src/hooks/useStepsNavigation 87.5 80 54.55 100
index.js 0 0 0 0
useActiveStepState.js 71.43 100 33.33 100
useStepsNavigation.js 90.91 80 62.5 100 37-42
src/services 92.31 0 80 100
healthcheck.js 50 100 0 100
parkings.js 100 0 100 100 3-19
src/themes 100 100 100 100
index.js 100 100 100 100
src/validators 93.75 78.57 75 93.75
activeStepHasValidData.js 100 100 100 100
isCarFrontPhotoValid.js 100 100 100 100
isCarPlateValid.js 50 0 0 50 2
isCurrentPositionValid.js 100 90 100 100 10
----------------------------------------- --------- ---------- --------- --------- ------------------------------------------ passes locally. Squash-merging after CI.

@jimmyandrade
jimmyandrade merged commit 99ba9f4 into main Jul 16, 2026
1 check passed
@jimmyandrade
jimmyandrade deleted the dependabot/npm_and_yarn/qs-6.5.5 branch July 16, 2026 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant