Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump react-accessible-accordion from 4.0.0 to 5.0.0 #276

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2022

Bumps react-accessible-accordion from 4.0.0 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)

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.

Commits

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)

Bumps [react-accessible-accordion](https://github.com/springload/react-accessible-accordion) from 4.0.0 to 5.0.0.
- [Release notes](https://github.com/springload/react-accessible-accordion/releases)
- [Changelog](https://github.com/springload/react-accessible-accordion/blob/main/CHANGELOG.md)
- [Commits](springload/react-accessible-accordion@v4.0.0...v5.0.0)

---
updated-dependencies:
- dependency-name: react-accessible-accordion
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
yld-weng added a commit that referenced this pull request May 3, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 3, 2022

Looks like react-accessible-accordion is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this May 3, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/react-accessible-accordion-5.0.0 branch May 3, 2022 09:37
yld-weng pushed a commit that referenced this pull request May 3, 2022
### [2.0.1](v2.0.0...v2.0.1) (2022-05-03)

### 🔨 Build/Dependencies

* **deps:** update dependencies ([7173260](7173260)), closes [#273](#273) [#274](#274) [#275](#275) [#276](#276) [#277](#277) [#278](#278)
* upgrade dependencies ([5df130a](5df130a))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants