Skip to content

Commit

Permalink
chore(deps): update dependency vsx to ^0.8.0 (#557)
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 |
|---|---|---|---|---|---|
| [vsx](https://github.com/ayushmanchhabra/vsx) | [`^0.7.0` ->
`^0.8.0`](https://renovatebot.com/diffs/npm/vsx/0.7.0/0.8.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/vsx/0.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vsx/0.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vsx/0.7.0/0.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vsx/0.7.0/0.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>ayushmanchhabra/vsx (vsx)</summary>

###
[`v0.8.0`](https://github.com/ayushmanchhabra/vsx/compare/1286b08e7f418073921af738aaaa01ea1dca827f...e4177463033d041987cf03cd10a07034f4d1a83e)

[Compare
Source](https://github.com/ayushmanchhabra/vsx/compare/1286b08e7f418073921af738aaaa01ea1dca827f...e4177463033d041987cf03cd10a07034f4d1a83e)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

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

---

- [ ] <!-- rebase-check -->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://developer.mend.io/github/ayushmanchhabra/vsx).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 30, 2024
1 parent e417746 commit 4b70b24
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 18 deletions.
26 changes: 10 additions & 16 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion templates/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vsx-esbuild-template",
"private": true,
"devDependencies": {
"vsx": "^0.7.0"
"vsx": "^0.8.0"
},
"scripts": {
"start": "esbuild ./main.tsx --bundle --platform=node --outdir=. --watch --servedir=."
Expand Down
2 changes: 1 addition & 1 deletion templates/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"devDependencies": {
"typescript": "^5.5.2",
"vite": "^5.3.2",
"vsx": "^0.7.0"
"vsx": "^0.8.0"
},
"scripts": {
"start": "vite dev",
Expand Down

0 comments on commit 4b70b24

Please sign in to comment.