secureCodeBox / documentation

This repo contains the complete SCB project documentation.
https://docs.secureCodeBox.io
9 stars 11 forks source link

Bump react-accessible-accordion from 3.3.5 to 5.0.0 #332

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps react-accessible-accordion from 3.3.5 to 5.0.0.

Release notes

Sourced from react-accessible-accordion's releases.

v5.0.0

React 18 support with the new out-of-order streaming support (via useId see README.md and CHANGELOG.md)

v4.0.0

Major release due to changing role="region" behaviour suggested in springload/react-accessible-accordion#327

Accordion Panels no longer have role="region" by default, and instead this is opt-in by adding a boolean region prop per the README.md

Changelog

Sourced from react-accessible-accordion's changelog.

[v5.0.0]

React Accessible Accordion now supports React 18 with its out-of-order streaming feature.

The new out-of-order streaming feature required using React 18's useId hook. This affects the DOM ids that RAA generates, changing from accordion__heading-raa-0 (React 16 and 17) to accordion__heading-:r0: (React 18). Although this change shouldn't affect most users, if you have any code that selects ids with DOM APIs such as document.querySelector() then the : characters will need escaping with \\ eg. document.querySelector('#accordion__heading-\\:r0\\:').

When using older versions of React 16 or 17 the same DOM ids will be generated.

Because of this change in behaviour this is a major version upgrade.

[v4.0.0]

Making role="region" optional on panels.

The new behaviour has no role="region" by default, and developers can opt-in using the region prop as <AccordionItemPanel region>.

The previous behaviour had every panel as a role="region" which created an excessive amount of regions for the screen reader.

Because of this change in behaviour this is a major version upgrade.

[v3.3.0]

Changed

  • Bundle size reduction

[v3.2.0]

Added

  • Use console.error when provided with invalid HTML5 ids

[v3.1.1]

Fixed

  • Use hidden capabilities rather than something needing custom css everywhere.

[v3.1.0]

... (truncated)

Commits
  • b555698 Merge pull request #342 from springload/feature/react-18-useid
  • 8cd999a Deps changes for linting fixes
  • 4f6e571 Node Dubnium to Erbium
  • 02a3f9b RAA 5, React 18
  • 47b5d89 React 18 useId
  • c9aded3 Merge pull request #333 from springload/feat/optional-region-role-on-accordio...
  • c805a59 chore(package.json): update RAA version number
  • 50dd9e6 fix(AccordionItemPanel): remove console log
  • 78cd324 test(integration): enable optional region
  • b24d1f8 feat(AccordionItemPanel): optional region role
  • See full diff in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
netlify[bot] commented 1 year ago

Deploy Preview for docs-securecodebox ready!

Name Link
Latest commit f05640b5201cf58b80098b730e5a0fbd605fcfb8
Latest deploy log https://app.netlify.com/sites/docs-securecodebox/deploys/64c77753dbacde00082d3d9d
Deploy Preview https://deploy-preview-332--docs-securecodebox.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Zero3141 commented 1 year ago

Already included in PR342

dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.