From 4b70b246acb847c3e448815dcac53bccd1adb18d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 15:22:28 +0000 Subject: [PATCH] chore(deps): update dependency vsx to ^0.8.0 (#557) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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://togithub.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
ayushmanchhabra/vsx (vsx) ### [`v0.8.0`](https://togithub.com/ayushmanchhabra/vsx/compare/1286b08e7f418073921af738aaaa01ea1dca827f...e4177463033d041987cf03cd10a07034f4d1a83e) [Compare Source](https://togithub.com/ayushmanchhabra/vsx/compare/1286b08e7f418073921af738aaaa01ea1dca827f...e4177463033d041987cf03cd10a07034f4d1a83e)
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 26 ++++++++++---------------- templates/esbuild/package.json | 2 +- templates/vite/package.json | 2 +- 3 files changed, 12 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index fe46d45..5cd3c0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4091,12 +4091,6 @@ "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", "dev": true }, - "node_modules/uniqid": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/uniqid/-/uniqid-5.4.0.tgz", - "integrity": "sha512-38JRbJ4Fj94VmnC7G/J/5n5SC7Ab46OM5iNtSstB/ko3l1b5g7ALt4qzHFgGciFkyiRNtDXtLNb+VsxtMSE77A==", - "dev": true - }, "node_modules/universalify": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz", @@ -4416,16 +4410,16 @@ } }, "node_modules/vsx": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/vsx/-/vsx-0.7.0.tgz", - "integrity": "sha512-FDE3NCpdC9njOPj2TI5M2dY6xTNPNqUrem4LJlHvueDqSht6Ayrl1fNsKV1RIjv1Cmc7h3xWFwOmmK7DYVt4wA==", + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/vsx/-/vsx-0.8.0.tgz", + "integrity": "sha512-oZhbvlmX/OoN0DFblQRxMv7dYO0kCcc2K/YFoVo3G2RpjJdOesuhVwvnDGjird7Hfzig8/sDoB3ZmXPiYcgRuA==", "dev": true, + "license": "MIT", + "workspaces": [ + "templates/*" + ], "dependencies": { - "uniqid": "5.4.0" - }, - "engines": { - "node": ">=v18.16.1", - "npm": ">=9.8.0" + "uuid": "^10.0.0" } }, "node_modules/vsx-esbuild-template": { @@ -4686,7 +4680,7 @@ "templates/esbuild": { "name": "vsx-esbuild-template", "devDependencies": { - "vsx": "^0.7.0" + "vsx": "^0.8.0" } }, "templates/vite": { @@ -4694,7 +4688,7 @@ "devDependencies": { "typescript": "^5.5.2", "vite": "^5.3.2", - "vsx": "^0.7.0" + "vsx": "^0.8.0" } } } diff --git a/templates/esbuild/package.json b/templates/esbuild/package.json index 19bc10d..f5eb9a1 100644 --- a/templates/esbuild/package.json +++ b/templates/esbuild/package.json @@ -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=." diff --git a/templates/vite/package.json b/templates/vite/package.json index 84b6b4a..6f24ada 100644 --- a/templates/vite/package.json +++ b/templates/vite/package.json @@ -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",