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

Correct the parameters in callback example #537

Merged
merged 1 commit into from
Aug 10, 2022
Merged

Correct the parameters in callback example #537

merged 1 commit into from
Aug 10, 2022

Conversation

kentr
Copy link
Contributor

@kentr kentr commented Jun 4, 2022

Fixes #536.

The code errors on the extra parenthesis in the 2nd callback param.
Copy link
Collaborator

@bezoerb bezoerb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
Thanks @kentr 😀

@bezoerb bezoerb merged commit 3fa92c4 into addyosmani:master Aug 10, 2022
kodiakhq bot referenced this pull request in roots/bud Sep 21, 2022
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [critical](https://togithub.com/addyosmani/critical) | [`4.0.1` -> `5.0.2`](https://renovatebot.com/diffs/npm/critical/4.0.1/5.0.2) | [![age](https://badges.renovateapi.com/packages/npm/critical/5.0.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/critical/5.0.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/critical/5.0.2/compatibility-slim/4.0.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/critical/5.0.2/confidence-slim/4.0.1)](https://docs.renovatebot.com/merge-confidence/) |
| [critical](https://togithub.com/addyosmani/critical) | [`^4.0.1` -> `^4.0.1 \|\| ^5.0.0`](https://renovatebot.com/diffs/npm/critical/4.0.1/5.0.2) | [![age](https://badges.renovateapi.com/packages/npm/critical/5.0.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/critical/5.0.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/critical/5.0.2/compatibility-slim/4.0.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/critical/5.0.2/confidence-slim/4.0.1)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>addyosmani/critical</summary>

### [`v5.0.2`](https://togithub.com/addyosmani/critical/releases/tag/v5.0.2)

[Compare Source](https://togithub.com/addyosmani/critical/compare/v5.0.1...v5.0.2)

-   bump dependencies ([#&#8203;544](https://togithub.com/addyosmani/critical/issues/544))  [`116b9c3`](https://togithub.com/addyosmani/critical/commit/116b9c3)

### [`v5.0.1`](https://togithub.com/addyosmani/critical/releases/tag/v5.0.1)

[Compare Source](https://togithub.com/addyosmani/critical/compare/v5.0.0...v5.0.1)

-   adds missing exports in package.json  [`80d6d26`](https://togithub.com/addyosmani/critical/commit/80d6d26)
-   Update README.md  [`4749fb3`](https://togithub.com/addyosmani/critical/commit/4749fb3)

### [`v5.0.0`](https://togithub.com/addyosmani/critical/releases/tag/v5.0.0)

[Compare Source](https://togithub.com/addyosmani/critical/compare/v4.0.1...v5.0.0)

#### Breaking

-   Require Node.js 14.16
-   This package is now pure ESM. Please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).

#### New Contributors

-   [@&#8203;dlubitz](https://togithub.com/dlubitz) made their first contribution in [https://github.com/addyosmani/critical/pull/512](https://togithub.com/addyosmani/critical/pull/512)
-   [@&#8203;kentr](https://togithub.com/kentr) made their first contribution in [https://github.com/addyosmani/critical/pull/537](https://togithub.com/addyosmani/critical/pull/537)

**Full Changelog**: addyosmani/critical@v4.0.1...v5.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 2am" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/roots/bud).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error in callback example
2 participants