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

Bump rooks from 5.11.0 to 5.11.2 #1204

Merged
merged 1 commit into from
May 23, 2022

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps rooks from 5.11.0 to 5.11.2.

Release notes

Sourced from rooks's releases.

v5.11.2

5.11.2 (2022-05-20)

Bug Fixes

  • useDidUpdate: useDidUpdate to make it work with Strict Effects (#974) (7e64d10)

v5.11.1

5.11.1 (2022-05-20)

Bug Fixes

  • types: change useFullscreen hook return type (it never returns undefined) (#1006) (6ac36e1)
Changelog

Sourced from rooks's changelog.

5.11.2 (2022-05-20)

  • fix(useDidUpdate): useDidUpdate to make it work with Strict Effects (#974) (7e64d10), closes #974
  • chore(deps-dev): bump @​babel/plugin-external-helpers (a890171)
  • chore(deps-dev): bump @​babel/preset-env from 7.17.10 to 7.18.0 (33093ff)
  • chore(docs): Update changelog and docs (b4ba478)

5.11.1 (2022-05-20)

  • fix(types): change useFullscreen hook return type (it never returns undefined) (#1006) (6ac36e1), closes #1006
  • chore(deps-dev): bump @​babel/cli from 7.17.6 to 7.17.10 (0096642)
  • chore(deps-dev): bump @​babel/core from 7.17.10 to 7.17.12 (7eb8979)
  • chore(deps-dev): bump @​babel/core from 7.17.8 to 7.17.9 (a05728d)
  • chore(deps-dev): bump @​babel/core from 7.17.9 to 7.17.10 (0248261)
  • chore(deps-dev): bump @​babel/plugin-proposal-export-default-from (0311156)
  • chore(deps-dev): bump @​babel/preset-env from 7.16.11 to 7.17.10 (ab44540)
  • chore(deps-dev): bump @​docusaurus/core (118d466)
  • chore(deps-dev): bump @​docusaurus/core (12377c2)
  • chore(deps-dev): bump @​docusaurus/plugin-client-redirects (f0bfc88)
  • chore(deps-dev): bump @​docusaurus/plugin-client-redirects (0e62f7c)
  • chore(deps-dev): bump @​docusaurus/preset-classic (eb76386)
  • chore(deps-dev): bump @​docusaurus/preset-classic (8b8d4b4)
  • chore(deps-dev): bump @​rollup/plugin-typescript from 8.3.1 to 8.3.2 (3e39488)
  • chore(deps-dev): bump @​testing-library/jest-dom from 5.16.3 to 5.16.4 (fb47994)
  • chore(deps-dev): bump @​types/jest from 27.4.1 to 27.5.0 (e968701)
  • chore(deps-dev): bump @​types/lodash.debounce from 4.0.6 to 4.0.7 (fd31cdb)
  • chore(deps-dev): bump @​types/react from 17.0.43 to 18.0.0 (f0e2086)
  • chore(deps-dev): bump @​types/react from 18.0.0 to 18.0.1 (3791c88)
  • chore(deps-dev): bump @​types/react from 18.0.1 to 18.0.2 (a3f499a)
  • chore(deps-dev): bump @​types/react from 18.0.2 to 18.0.3 (befa511)
  • chore(deps-dev): bump @​types/react from 18.0.3 to 18.0.5 (40f6d60)
  • chore(deps-dev): bump @​types/react from 18.0.5 to 18.0.6 (1d1801c)
  • chore(deps-dev): bump @​types/react from 18.0.6 to 18.0.7 (00b9283)
  • chore(deps-dev): bump @​types/react from 18.0.7 to 18.0.8 (ffb4e40)
  • chore(deps-dev): bump @​types/react from 18.0.8 to 18.0.9 (36eb6e5)
  • chore(deps-dev): bump @​types/react-dom from 17.0.14 to 18.0.0 (23bae01)
  • chore(deps-dev): bump @​types/react-dom from 18.0.0 to 18.0.1 (e1432fa)
  • chore(deps-dev): bump @​types/react-dom from 18.0.1 to 18.0.2 (46d73e2)
  • chore(deps-dev): bump @​types/react-dom from 18.0.2 to 18.0.3 (e779e19)
  • chore(deps-dev): bump @​types/react-dom from 18.0.3 to 18.0.4 (3cb4725)
  • chore(deps-dev): bump @​widgetbot/react-embed from 1.4.0 to 1.4.1 (52c7b24)
  • chore(deps-dev): bump babel-loader from 8.2.4 to 8.2.5 (7d57147)
  • chore(deps-dev): bump babel-preset-minify from 0.5.1 to 0.5.2 (3d0912d)
  • chore(deps-dev): bump esbuild from 0.14.29 to 0.14.31 (d1be9fd)
  • chore(deps-dev): bump esbuild from 0.14.31 to 0.14.32 (9375a83)
  • chore(deps-dev): bump esbuild from 0.14.32 to 0.14.34 (08f10fb)
  • chore(deps-dev): bump esbuild from 0.14.34 to 0.14.36 (848d8f1)
  • chore(deps-dev): bump esbuild from 0.14.36 to 0.14.37 (43f2b18)

... (truncated)

Commits
  • 7e64d10 fix(useDidUpdate): useDidUpdate to make it work with Strict Effects (#974)
  • 33093ff chore(deps-dev): bump @​babel/preset-env from 7.17.10 to 7.18.0
  • a890171 chore(deps-dev): bump @​babel/plugin-external-helpers
  • b4ba478 chore(docs): Update changelog and docs
  • 6ac36e1 fix(types): change useFullscreen hook return type (it never returns undefined...
  • 0311156 chore(deps-dev): bump @​babel/plugin-proposal-export-default-from
  • 7eb8979 chore(deps-dev): bump @​babel/core from 7.17.10 to 7.17.12
  • 0b7dcf2 chore(deps-dev): bump yargs from 17.5.0 to 17.5.1
  • 20369f9 chore(deps-dev): bump glob from 8.0.2 to 8.0.3
  • 3cb4725 chore(deps-dev): bump @​types/react-dom from 18.0.3 to 18.0.4
  • Additional commits viewable 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)

Bumps [rooks](https://github.com/imbhargav5/rooks) from 5.11.0 to 5.11.2.
- [Release notes](https://github.com/imbhargav5/rooks/releases)
- [Changelog](https://github.com/imbhargav5/rooks/blob/main/CHANGELOG.md)
- [Commits](imbhargav5/rooks@v5.11.0...v5.11.2)

---
updated-dependencies:
- dependency-name: rooks
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 23, 2022
@codecov
Copy link

codecov bot commented May 23, 2022

Codecov Report

Merging #1204 (0be60d1) into master (0375fe8) will increase coverage by 0.45%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1204      +/-   ##
==========================================
+ Coverage   53.10%   53.56%   +0.45%     
==========================================
  Files         237      237              
  Lines       11384    11384              
  Branches     1514     1514              
==========================================
+ Hits         6046     6098      +52     
+ Misses       5323     5271      -52     
  Partials       15       15              
Impacted Files Coverage Δ
src/forms/Y2021/irsForms/ScheduleSE.ts 96.77% <0.00%> (-1.62%) ⬇️
src/forms/Y2021/irsForms/F6251.ts 91.32% <0.00%> (+0.45%) ⬆️
...020/irsForms/worksheets/ChildTaxCreditWorksheet.ts 100.00% <0.00%> (+2.56%) ⬆️
src/core/util.ts 78.57% <0.00%> (+6.12%) ⬆️
src/forms/Y2020/irsForms/ScheduleEIC.ts 74.83% <0.00%> (+29.80%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 228a1d6...0be60d1. Read the comment docs.

@github-actions github-actions bot merged commit 4927b20 into master May 23, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/master/rooks-5.11.2 branch May 23, 2022 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants