Skip to content

Commit

Permalink
chore(dev-deps): ⬆️ update devdependencies (non-major) (patch) (#61)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [prettier](https://prettier.io) ([source](https://togithub.com/prettier/prettier)) | [`^2.8.5` -> `^2.8.6`](https://renovatebot.com/diffs/npm/prettier/2.8.5/2.8.6) | [![age](https://badges.renovateapi.com/packages/npm/prettier/2.8.6/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/prettier/2.8.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/prettier/2.8.6/compatibility-slim/2.8.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/prettier/2.8.6/confidence-slim/2.8.5)](https://docs.renovatebot.com/merge-confidence/) |
| [turbo](https://turbo.build/repo) ([source](https://togithub.com/vercel/turbo)) | [`^1.8.4` -> `^1.8.5`](https://renovatebot.com/diffs/npm/turbo/1.8.4/1.8.5) | [![age](https://badges.renovateapi.com/packages/npm/turbo/1.8.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/turbo/1.8.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/turbo/1.8.5/compatibility-slim/1.8.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/turbo/1.8.5/confidence-slim/1.8.4)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>prettier/prettier</summary>

### [`v2.8.6`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#&#8203;286)

[Compare Source](https://togithub.com/prettier/prettier/compare/2.8.5...2.8.6)

[diff](https://togithub.com/prettier/prettier/compare/2.8.5...2.8.6)

##### Allow decorators on private members and class expressions ([#&#8203;14548](https://togithub.com/prettier/prettier/pull/14548) by [@&#8203;fisker](https://togithub.com/fisker))



```ts
// Input
class A {
  @&#8203;decorator()
  #privateMethod () {}
}

// Prettier 2.8.5
SyntaxError: Decorators are not valid here. (2:3)
  1 | class A {
> 2 |   @&#8203;decorator()
    |   ^^^^^^^^^^^^
  3 |   #privateMethod () {}
  4 | }

// Prettier 2.8.6
class A {
  @&#8203;decorator()
  #privateMethod() {}
}
```

</details>

<details>
<summary>vercel/turbo</summary>

### [`v1.8.5`](https://togithub.com/vercel/turbo/releases/tag/v1.8.5): Turborepo v1.8.5

[Compare Source](https://togithub.com/vercel/turbo/compare/v1.8.4...v1.8.5)



#### What's Changed

##### Changelog

-   release(turborepo): 1.8.4 by [@&#8203;github-actions](https://togithub.com/github-actions) in [vercel/turbo#4267
-   Add valid JSON into test fixture by [@&#8203;mehulkar](https://togithub.com/mehulkar) in [vercel/turbo#4269
-   If a graph walk task fails, stop the walk.  by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#4254
-   Revert rust scm usage by [@&#8203;gsoltis](https://togithub.com/gsoltis) in [vercel/turbo#4277
-   send a SIGTERM on unix rather than just killing the process by [@&#8203;arlyon](https://togithub.com/arlyon) in [vercel/turbo#4276

**Full Changelog**: vercel/turbo@v1.8.4...v1.8.5

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 12am and before 5am every weekday,every weekend" in timezone Asia/Kolkata, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

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/timelessco/js-bottomsheet).
  • Loading branch information
renovate[bot] committed Mar 21, 2023
1 parent d39085a commit d0fa807
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 39 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@
"lint-staged": "^13.2.0",
"npm-run-all": "^4.1.5",
"pinst": "^3.0.0",
"prettier": "^2.8.5",
"prettier": "^2.8.6",
"prettier-plugin-pkg": "^0.17.1",
"stylelint": "^15.3.0",
"stylelint-config-clean-order": "^5.0.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-standard": "^31.0.0",
"turbo": "^1.8.4"
"turbo": "^1.8.5"
},
"browserslist": {
"production": [
Expand Down
74 changes: 37 additions & 37 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit d0fa807

@vercel
Copy link

@vercel vercel bot commented on d0fa807 Mar 21, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

js-bottomsheet-website – ./apps/website

js-bottomsheet-website-timelessco.vercel.app
js-bottomsheet-website-git-main-timelessco.vercel.app
js-bottomsheet-website.vercel.app

Please sign in to comment.