From 5a0a47a83e046ba4d7e04f8639ad12b79db7abda Mon Sep 17 00:00:00 2001 From: Daniel Braun Date: Thu, 4 Jan 2024 10:33:23 +0000 Subject: [PATCH] added node dependency when npm-package is a dependency --- .../amplify-cli/feature-definition.json | 5 +++-- .../angular-cli/feature-definition.json | 5 +++-- .../assemblyscript/feature-definition.json | 5 +++-- feature_definitions/auditjs/feature-definition.json | 5 +++-- feature_definitions/autoenv/feature-definition.json | 5 +++-- feature_definitions/aws-cdk/feature-definition.json | 5 +++-- .../bigcommerce-stencil-cli/feature-definition.json | 5 +++-- feature_definitions/bower/feature-definition.json | 5 +++-- .../browserify/feature-definition.json | 5 +++-- .../budibase-cli/feature-definition.json | 5 +++-- .../cloudflare-wrangler/feature-definition.json | 5 +++-- feature_definitions/corepack/feature-definition.json | 5 +++-- feature_definitions/cz-cli/feature-definition.json | 5 +++-- feature_definitions/eas-cli/feature-definition.json | 5 +++-- .../edge-impulse-cli/feature-definition.json | 5 +++-- feature_definitions/ember-cli/feature-definition.json | 5 +++-- feature_definitions/expo-cli/feature-definition.json | 5 +++-- .../express-generator/feature-definition.json | 5 +++-- .../firebase-cli/feature-definition.json | 5 +++-- feature_definitions/fkill/feature-definition.json | 5 +++-- .../former2-cli/feature-definition.json | 5 +++-- feature_definitions/ganache/feature-definition.json | 5 +++-- feature_definitions/gulp-cli/feature-definition.json | 5 +++-- feature_definitions/hotel/feature-definition.json | 5 +++-- .../http-server/feature-definition.json | 5 +++-- feature_definitions/ionic-cli/feature-definition.json | 5 +++-- feature_definitions/jest/feature-definition.json | 5 +++-- .../jfrog-cli-npm/feature-definition.json | 5 +++-- feature_definitions/jshint/feature-definition.json | 5 +++-- feature_definitions/jsii-diff/feature-definition.json | 5 +++-- .../jsii-pacmak/feature-definition.json | 5 +++-- .../jsii-rosetta/feature-definition.json | 5 +++-- feature_definitions/jsii/feature-definition.json | 5 +++-- .../json-server/feature-definition.json | 5 +++-- feature_definitions/lerna-npm/feature-definition.json | 5 +++-- feature_definitions/less/feature-definition.json | 5 +++-- .../lighthouse-cli/feature-definition.json | 5 +++-- .../lite-server/feature-definition.json | 5 +++-- .../live-server/feature-definition.json | 5 +++-- .../localtunnel-npm/feature-definition.json | 5 +++-- .../markdownlint-cli/feature-definition.json | 5 +++-- .../markdownlint-cli2/feature-definition.json | 5 +++-- .../meteor-cli/feature-definition.json | 5 +++-- feature_definitions/mocha/feature-definition.json | 5 +++-- feature_definitions/n8n/feature-definition.json | 5 +++-- .../nestjs-cli/feature-definition.json | 5 +++-- .../netlify-cli/feature-definition.json | 5 +++-- feature_definitions/nx-npm/feature-definition.json | 5 +++-- feature_definitions/oclif/feature-definition.json | 5 +++-- feature_definitions/pnpm/feature-definition.json | 9 ++++++--- .../powerbi-visuals-tools/feature-definition.json | 5 +++-- feature_definitions/prettier/feature-definition.json | 5 +++-- feature_definitions/prisma/feature-definition.json | 5 +++-- feature_definitions/projen/feature-definition.json | 5 +++-- .../quasar-cli/feature-definition.json | 5 +++-- .../renovate-cli/feature-definition.json | 5 +++-- feature_definitions/rollup/feature-definition.json | 5 +++-- .../salesforce-cli/feature-definition.json | 5 +++-- .../salesforce-sfdx/feature-definition.json | 5 +++-- .../sanity-cli/feature-definition.json | 5 +++-- .../serverless/feature-definition.json | 5 +++-- .../shopify-cli/feature-definition.json | 5 +++-- feature_definitions/snyk-cli/feature-definition.json | 5 +++-- .../squarespace-server/feature-definition.json | 5 +++-- feature_definitions/surge-cli/feature-definition.json | 5 +++-- feature_definitions/tfcdk-cli/feature-definition.json | 11 +++++++---- feature_definitions/tldr/feature-definition.json | 5 +++-- .../tooljet-cli/feature-definition.json | 5 +++-- .../trello-cli/feature-definition.json | 5 +++-- feature_definitions/truffle/feature-definition.json | 5 +++-- feature_definitions/ts-node/feature-definition.json | 5 +++-- feature_definitions/tsx/feature-definition.json | 5 +++-- .../turborepo-npm/feature-definition.json | 5 +++-- .../typescript/feature-definition.json | 5 +++-- .../vercel-cli/feature-definition.json | 5 +++-- .../vercel-ncc/feature-definition.json | 5 +++-- .../vercel-pkg/feature-definition.json | 5 +++-- .../vercel-release/feature-definition.json | 5 +++-- .../vercel-serve/feature-definition.json | 5 +++-- feature_definitions/vtop/feature-definition.json | 5 +++-- feature_definitions/vue-cli/feature-definition.json | 5 +++-- 81 files changed, 250 insertions(+), 165 deletions(-) diff --git a/feature_definitions/amplify-cli/feature-definition.json b/feature_definitions/amplify-cli/feature-definition.json index 710a746d..08f02e11 100644 --- a/feature_definitions/amplify-cli/feature-definition.json +++ b/feature_definitions/amplify-cli/feature-definition.json @@ -1,6 +1,6 @@ { "id": "amplify-cli", - "version": "2.0.14", + "version": "2.0.15", "name": "AWS Amplify CLI (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/amplify-cli", "description": "The Amplify Command Line Interface (CLI) is a unified toolchain to create AWS cloud services for your app. Let's go ahead and install the Amplify CLI.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/angular-cli/feature-definition.json b/feature_definitions/angular-cli/feature-definition.json index 7ee1ea00..9225fdf4 100644 --- a/feature_definitions/angular-cli/feature-definition.json +++ b/feature_definitions/angular-cli/feature-definition.json @@ -1,6 +1,6 @@ { "id": "angular-cli", - "version": "2.0.14", + "version": "2.0.15", "name": "Angular CLI (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/angular-cli", "description": "Angular CLI is a command-line interface tool that you use to initialize, develop, scaffold, and maintain Angular applications directly from a command shell.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/assemblyscript/feature-definition.json b/feature_definitions/assemblyscript/feature-definition.json index 9f73f591..5b02177b 100644 --- a/feature_definitions/assemblyscript/feature-definition.json +++ b/feature_definitions/assemblyscript/feature-definition.json @@ -1,6 +1,6 @@ { "id": "assemblyscript", - "version": "2.0.14", + "version": "2.0.15", "name": "AssemblyScript (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/assemblyscript", "description": "AssemblyScript compiles a variant of TypeScript to WebAssembly using Binaryen.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/auditjs/feature-definition.json b/feature_definitions/auditjs/feature-definition.json index 0c3626b1..f5286249 100644 --- a/feature_definitions/auditjs/feature-definition.json +++ b/feature_definitions/auditjs/feature-definition.json @@ -1,6 +1,6 @@ { "id": "auditjs", - "version": "1.0.4", + "version": "1.0.5", "name": "AuditJS (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/auditjs", "description": "AuditJS audits an NPM package.json file to identify known vulnerabilities.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/autoenv/feature-definition.json b/feature_definitions/autoenv/feature-definition.json index 07075f83..78825197 100644 --- a/feature_definitions/autoenv/feature-definition.json +++ b/feature_definitions/autoenv/feature-definition.json @@ -1,6 +1,6 @@ { "id": "autoenv", - "version": "1.0.4", + "version": "1.0.5", "name": "Autoenv (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/autoenv", "description": "Autoenv is a tool which automatically reads and setups configuration from a . env file when you cd to a directory.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/aws-cdk/feature-definition.json b/feature_definitions/aws-cdk/feature-definition.json index 10fd3cdd..2d7ad34a 100644 --- a/feature_definitions/aws-cdk/feature-definition.json +++ b/feature_definitions/aws-cdk/feature-definition.json @@ -1,6 +1,6 @@ { "id": "aws-cdk", - "version": "2.0.14", + "version": "2.0.15", "name": "AWS Cloud Development Kit (AWS CDK) (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/aws-cdk", "description": "AWS CDK is an open-source software development framework to define cloud infrastructure in code and provision it through AWS CloudFormation.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/bigcommerce-stencil-cli/feature-definition.json b/feature_definitions/bigcommerce-stencil-cli/feature-definition.json index bad24108..6cf811d5 100644 --- a/feature_definitions/bigcommerce-stencil-cli/feature-definition.json +++ b/feature_definitions/bigcommerce-stencil-cli/feature-definition.json @@ -1,6 +1,6 @@ { "id": "bigcommerce-stencil-cli", - "version": "1.0.1", + "version": "1.0.2", "name": "BigCommerce Stencil CLI (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/bigcommerce-stencil-cli", "description": "Stencil CLI gives developers the power to locally edit and preview themes with no impact to a merchant\u2019s live storefront, and it's built-in Browsersync(opens in a new tab) capabilities make simultaneous testing across desktop, mobile, and tablet devices a breeze. Once work is complete, developers can push themes to BigCommerce storefronts (and set them live) using Stencil CLI's simple, yet powerful commands.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/bower/feature-definition.json b/feature_definitions/bower/feature-definition.json index ed72f1e2..14bc4e5b 100644 --- a/feature_definitions/bower/feature-definition.json +++ b/feature_definitions/bower/feature-definition.json @@ -1,6 +1,6 @@ { "id": "bower", - "version": "1.0.1", + "version": "1.0.2", "name": "Bower (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/bower", "description": "Bower offers a generic, unopinionated solution to the problem of front-end package management, while exposing the package dependency model via an API that can be consumed by a more opinionated build stack.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/browserify/feature-definition.json b/feature_definitions/browserify/feature-definition.json index c0016897..6c6ffa60 100644 --- a/feature_definitions/browserify/feature-definition.json +++ b/feature_definitions/browserify/feature-definition.json @@ -1,6 +1,6 @@ { "id": "browserify", - "version": "2.0.14", + "version": "2.0.15", "name": "Browserify (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/browserify", "description": "Browserify lets you require('modules') in the browser by bundling up all of your dependencies.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/budibase-cli/feature-definition.json b/feature_definitions/budibase-cli/feature-definition.json index 74f774bc..b9326156 100644 --- a/feature_definitions/budibase-cli/feature-definition.json +++ b/feature_definitions/budibase-cli/feature-definition.json @@ -1,6 +1,6 @@ { "id": "budibase-cli", - "version": "1.0.1", + "version": "1.0.2", "name": "Budibase CLI (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/budibase-cli", "description": "The Budibase CLI tool can be used to create a new Budibase installation, to manage an existing installation, make backups or update a Budibase installation to a new version.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/cloudflare-wrangler/feature-definition.json b/feature_definitions/cloudflare-wrangler/feature-definition.json index a5def5a6..0f766724 100644 --- a/feature_definitions/cloudflare-wrangler/feature-definition.json +++ b/feature_definitions/cloudflare-wrangler/feature-definition.json @@ -1,6 +1,6 @@ { "id": "cloudflare-wrangler", - "version": "1.0.1", + "version": "1.0.2", "name": "Cloudflare Workers CLI (Wrangler) (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/cloudflare-wrangler", "description": "The Workers command-line interface, Wrangler, allows you to create, test, and deploy your Workers projects.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/corepack/feature-definition.json b/feature_definitions/corepack/feature-definition.json index bba94ec5..66779e15 100644 --- a/feature_definitions/corepack/feature-definition.json +++ b/feature_definitions/corepack/feature-definition.json @@ -1,6 +1,6 @@ { "id": "corepack", - "version": "1.0.0", + "version": "1.0.1", "name": "Corepack (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/corepack", "description": "Corepack is a zero-runtime-dependency Node.js script that acts as a bridge between Node.js projects and the package managers they are intended to be used with during development.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/cz-cli/feature-definition.json b/feature_definitions/cz-cli/feature-definition.json index 9daffa0f..9a99280d 100644 --- a/feature_definitions/cz-cli/feature-definition.json +++ b/feature_definitions/cz-cli/feature-definition.json @@ -1,6 +1,6 @@ { "id": "cz-cli", - "version": "1.0.0", + "version": "1.0.1", "name": "Commitizen CLI (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/cz-cli", "description": "Commitizen is release management tool designed for teams. Commitizen assumes your team uses a standard way of commiting rules and from that foundation, it can bump your project's version, create the changelog, and update files.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/eas-cli/feature-definition.json b/feature_definitions/eas-cli/feature-definition.json index e108bfee..34cab267 100644 --- a/feature_definitions/eas-cli/feature-definition.json +++ b/feature_definitions/eas-cli/feature-definition.json @@ -1,6 +1,6 @@ { "id": "eas-cli", - "version": "1.0.9", + "version": "1.0.10", "name": "EAS CLI (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/eas-cli", "description": "EAS CLI is the command line app you will use to interact with EAS services from your terminal.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/edge-impulse-cli/feature-definition.json b/feature_definitions/edge-impulse-cli/feature-definition.json index 8de4b63a..6d9598c5 100644 --- a/feature_definitions/edge-impulse-cli/feature-definition.json +++ b/feature_definitions/edge-impulse-cli/feature-definition.json @@ -1,6 +1,6 @@ { "id": "edge-impulse-cli", - "version": "1.0.1", + "version": "1.0.2", "name": "Edge Impulse CLI (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/edge-impulse-cli", "description": "Edge Impulse CLI is used to control local devices, act as a proxy to synchronise data for devices that don't have an internet connection, and to upload and convert local files.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/ember-cli/feature-definition.json b/feature_definitions/ember-cli/feature-definition.json index ab812db1..962790db 100644 --- a/feature_definitions/ember-cli/feature-definition.json +++ b/feature_definitions/ember-cli/feature-definition.json @@ -1,6 +1,6 @@ { "id": "ember-cli", - "version": "1.0.1", + "version": "1.0.2", "name": "Ember CLI (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/ember-cli", "description": "The Ember CLI (command line interface) is the official way to create, build, test, and serve the files that make up an Ember app or addon.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/expo-cli/feature-definition.json b/feature_definitions/expo-cli/feature-definition.json index 97c6e60b..54a2ef90 100644 --- a/feature_definitions/expo-cli/feature-definition.json +++ b/feature_definitions/expo-cli/feature-definition.json @@ -1,6 +1,6 @@ { "id": "expo-cli", - "version": "1.0.9", + "version": "1.0.10", "name": "Expo CLI (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/expo-cli", "description": "The Expo CLI is a command-line tool that is the primary interface between a developer and other Expo tools.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/express-generator/feature-definition.json b/feature_definitions/express-generator/feature-definition.json index 77b93992..91518a57 100644 --- a/feature_definitions/express-generator/feature-definition.json +++ b/feature_definitions/express-generator/feature-definition.json @@ -1,6 +1,6 @@ { "id": "express-generator", - "version": "2.0.14", + "version": "2.0.15", "name": "Express Application Generator (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/express-generator", "description": "Express Application Generator is a handy tool for creating skeleton Express web apps.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/firebase-cli/feature-definition.json b/feature_definitions/firebase-cli/feature-definition.json index bfe255a2..360b8f49 100644 --- a/feature_definitions/firebase-cli/feature-definition.json +++ b/feature_definitions/firebase-cli/feature-definition.json @@ -1,6 +1,6 @@ { "id": "firebase-cli", - "version": "2.0.14", + "version": "2.0.15", "name": "Firebase CLI (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/firebase-cli", "description": "The Firebase CLI (GitHub) provides a variety of tools for managing, viewing, and deploying to Firebase projects.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/fkill/feature-definition.json b/feature_definitions/fkill/feature-definition.json index 468ddafc..a79ecbf3 100644 --- a/feature_definitions/fkill/feature-definition.json +++ b/feature_definitions/fkill/feature-definition.json @@ -1,6 +1,6 @@ { "id": "fkill", - "version": "2.0.14", + "version": "2.0.15", "name": "fkill (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/fkill", "description": "fkill fabulously kill processes. Cross-platform.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/former2-cli/feature-definition.json b/feature_definitions/former2-cli/feature-definition.json index 393b56ea..b4c827e8 100644 --- a/feature_definitions/former2-cli/feature-definition.json +++ b/feature_definitions/former2-cli/feature-definition.json @@ -1,6 +1,6 @@ { "id": "former2-cli", - "version": "1.0.1", + "version": "1.0.2", "name": "Former2 CLI (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/former2-cli", "description": "The Former2 CLI allows you to use the former2.com tool directly from your command line.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/ganache/feature-definition.json b/feature_definitions/ganache/feature-definition.json index 2d6579db..49a4bdd8 100644 --- a/feature_definitions/ganache/feature-definition.json +++ b/feature_definitions/ganache/feature-definition.json @@ -1,6 +1,6 @@ { "id": "ganache", - "version": "1.0.1", + "version": "1.0.2", "name": "Ganache (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/ganache", "description": "Ganache is an Ethereum simulator that makes developing Ethereum applications faster, easier, and safer. It includes all popular RPC functions and features (like events) and can be run deterministically to make development a breeze.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/gulp-cli/feature-definition.json b/feature_definitions/gulp-cli/feature-definition.json index 6ee07850..c83b4d0f 100644 --- a/feature_definitions/gulp-cli/feature-definition.json +++ b/feature_definitions/gulp-cli/feature-definition.json @@ -1,6 +1,6 @@ { "id": "gulp-cli", - "version": "2.0.14", + "version": "2.0.15", "name": "Gulp CLI (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/gulp-cli", "description": "Gulp CLI is Command Line Utility for Gulp", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/hotel/feature-definition.json b/feature_definitions/hotel/feature-definition.json index fff294ab..a02e54b2 100644 --- a/feature_definitions/hotel/feature-definition.json +++ b/feature_definitions/hotel/feature-definition.json @@ -1,6 +1,6 @@ { "id": "hotel", - "version": "1.0.2", + "version": "1.0.3", "name": "hotel (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/hotel", "description": "hotel is a simple process manager for developers. Start apps from your browser and access them using local domains.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/http-server/feature-definition.json b/feature_definitions/http-server/feature-definition.json index dbd55010..63d8bf3e 100644 --- a/feature_definitions/http-server/feature-definition.json +++ b/feature_definitions/http-server/feature-definition.json @@ -1,6 +1,6 @@ { "id": "http-server", - "version": "1.0.2", + "version": "1.0.3", "name": "http-server (by http-party) (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/http-server", "description": "http-server is a simple, zero-configuration command-line static HTTP server. It is powerful enough for production usage, but it's simple and hackable enough to be used for testing, local development and learning.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/ionic-cli/feature-definition.json b/feature_definitions/ionic-cli/feature-definition.json index a13a3c34..4b118a10 100644 --- a/feature_definitions/ionic-cli/feature-definition.json +++ b/feature_definitions/ionic-cli/feature-definition.json @@ -1,6 +1,6 @@ { "id": "ionic-cli", - "version": "2.0.14", + "version": "2.0.15", "name": "Ionic CLI (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/ionic-cli", "description": "The Ionic command-line interface (CLI) is the go-to tool for developing Ionic apps.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/jest/feature-definition.json b/feature_definitions/jest/feature-definition.json index 4e18433f..88d94326 100644 --- a/feature_definitions/jest/feature-definition.json +++ b/feature_definitions/jest/feature-definition.json @@ -1,6 +1,6 @@ { "id": "jest", - "version": "2.0.14", + "version": "2.0.15", "name": "Jest (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/jest", "description": "Jest is a delightful JavaScript Testing Framework with a focus on simplicity", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/jfrog-cli-npm/feature-definition.json b/feature_definitions/jfrog-cli-npm/feature-definition.json index 85c77ab9..4bb5a85e 100644 --- a/feature_definitions/jfrog-cli-npm/feature-definition.json +++ b/feature_definitions/jfrog-cli-npm/feature-definition.json @@ -1,6 +1,6 @@ { "id": "jfrog-cli-npm", - "version": "1.0.8", + "version": "1.0.9", "name": "JFrog CLI (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/jfrog-cli-npm", "description": "JFrog CLI is a compact and smart client that provides a simple interface that automates access to JFrog products simplifying your automation scripts making them more readable and easier to maintain.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/jshint/feature-definition.json b/feature_definitions/jshint/feature-definition.json index 91eda028..0e040137 100644 --- a/feature_definitions/jshint/feature-definition.json +++ b/feature_definitions/jshint/feature-definition.json @@ -1,6 +1,6 @@ { "id": "jshint", - "version": "2.0.14", + "version": "2.0.15", "name": "JSHint (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/jshint", "description": "JSHint is a tool that helps to detect errors and potential problems in your JavaScript code.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/jsii-diff/feature-definition.json b/feature_definitions/jsii-diff/feature-definition.json index fa536e07..3d5ac3f6 100644 --- a/feature_definitions/jsii-diff/feature-definition.json +++ b/feature_definitions/jsii-diff/feature-definition.json @@ -1,6 +1,6 @@ { "id": "jsii", - "version": "1.0.1", + "version": "1.0.2", "name": "jsii compiler (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/jsii", "description": "jsii allows code in any language to naturally interact with JavaScript classes. It is the technology that enables the AWS Cloud Development Kit to deliver polyglot libraries from a single codebase!", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/jsii-pacmak/feature-definition.json b/feature_definitions/jsii-pacmak/feature-definition.json index 1da45da5..97ba8a92 100644 --- a/feature_definitions/jsii-pacmak/feature-definition.json +++ b/feature_definitions/jsii-pacmak/feature-definition.json @@ -1,6 +1,6 @@ { "id": "jsii-pacmak", - "version": "1.0.1", + "version": "1.0.2", "name": "jsii-pacmak (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/jsii-pacmak", "description": "jsii-pacmak generates ready-to-publish language-specific packages for jsii modules, part of the jsii project.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/jsii-rosetta/feature-definition.json b/feature_definitions/jsii-rosetta/feature-definition.json index 0f8ef539..71c23dcb 100644 --- a/feature_definitions/jsii-rosetta/feature-definition.json +++ b/feature_definitions/jsii-rosetta/feature-definition.json @@ -1,6 +1,6 @@ { "id": "jsii-rosetta", - "version": "1.0.1", + "version": "1.0.2", "name": "jsii-rosetta (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/jsii-rosetta", "description": "jsii-rosetta is a utility to transcribe example code snippets from TypeScript to other jsii languages.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/jsii/feature-definition.json b/feature_definitions/jsii/feature-definition.json index d99822f7..6f773c0a 100644 --- a/feature_definitions/jsii/feature-definition.json +++ b/feature_definitions/jsii/feature-definition.json @@ -1,6 +1,6 @@ { "id": "jsii-diff", - "version": "1.0.1", + "version": "1.0.2", "name": "jsii-diff (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/jsii-diff", "description": "jsii-diff compares two jsii assemblies for compatibility.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/json-server/feature-definition.json b/feature_definitions/json-server/feature-definition.json index d510f5a4..b281a2a0 100644 --- a/feature_definitions/json-server/feature-definition.json +++ b/feature_definitions/json-server/feature-definition.json @@ -1,6 +1,6 @@ { "id": "json-server", - "version": "1.0.2", + "version": "1.0.3", "name": "JSON Server (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/json-server", "description": "Get a full fake REST API with zero coding in less than 30 seconds.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/lerna-npm/feature-definition.json b/feature_definitions/lerna-npm/feature-definition.json index b355878c..5f29ad32 100644 --- a/feature_definitions/lerna-npm/feature-definition.json +++ b/feature_definitions/lerna-npm/feature-definition.json @@ -1,6 +1,6 @@ { "id": "lerna-npm", - "version": "1.0.9", + "version": "1.0.10", "name": "Lerna (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/lerna-npm", "description": "Lerna is a fast modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/less/feature-definition.json b/feature_definitions/less/feature-definition.json index 3eceb7ce..7c9749f3 100644 --- a/feature_definitions/less/feature-definition.json +++ b/feature_definitions/less/feature-definition.json @@ -1,6 +1,6 @@ { "id": "less", - "version": "2.0.14", + "version": "2.0.15", "name": "Less (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/less", "description": "Less is a backwards-compatible language extension for CSS", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/lighthouse-cli/feature-definition.json b/feature_definitions/lighthouse-cli/feature-definition.json index b814dad4..f9deab5b 100644 --- a/feature_definitions/lighthouse-cli/feature-definition.json +++ b/feature_definitions/lighthouse-cli/feature-definition.json @@ -1,6 +1,6 @@ { "id": "lighthouse-cli", - "version": "1.0.2", + "version": "1.0.3", "name": "Lighthouse CLI (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/lighthouse-cli", "description": "Lighthouse CLI provides the most flexibility in how Lighthouse runs can be configured and reported. Users who want more advanced usage, or want to run Lighthouse in an automated fashion should use the Node CLI.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/lite-server/feature-definition.json b/feature_definitions/lite-server/feature-definition.json index 87a5e626..286d734d 100644 --- a/feature_definitions/lite-server/feature-definition.json +++ b/feature_definitions/lite-server/feature-definition.json @@ -1,6 +1,6 @@ { "id": "lite-server", - "version": "1.0.2", + "version": "1.0.3", "name": "lite-server (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/lite-server", "description": "lite-server is a lightweight development only node server that serves a web app, opens it in the browser, refreshes when html or javascript change, injects CSS changes using sockets, and has a fallback page when a route is not found.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/live-server/feature-definition.json b/feature_definitions/live-server/feature-definition.json index acbfc8f3..887e6ed6 100644 --- a/feature_definitions/live-server/feature-definition.json +++ b/feature_definitions/live-server/feature-definition.json @@ -1,6 +1,6 @@ { "id": "live-server", - "version": "1.0.2", + "version": "1.0.3", "name": "Live Server (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/live-server", "description": "Live Server is a little development server with live reload capability. Use it for hacking your HTML/JavaScript/CSS files, but not for deploying the final site.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/localtunnel-npm/feature-definition.json b/feature_definitions/localtunnel-npm/feature-definition.json index b422cdd5..80364864 100644 --- a/feature_definitions/localtunnel-npm/feature-definition.json +++ b/feature_definitions/localtunnel-npm/feature-definition.json @@ -1,6 +1,6 @@ { "id": "localtunnel-npm", - "version": "1.0.9", + "version": "1.0.10", "name": "Localtunnel (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/localtunnel-npm", "description": "Localtunnel allows you to easily share a web service on your local development machine without messing with DNS and firewall settings.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/markdownlint-cli/feature-definition.json b/feature_definitions/markdownlint-cli/feature-definition.json index 8c0ffc77..467e16a0 100644 --- a/feature_definitions/markdownlint-cli/feature-definition.json +++ b/feature_definitions/markdownlint-cli/feature-definition.json @@ -1,6 +1,6 @@ { "id": "markdownlint-cli", - "version": "1.0.0", + "version": "1.0.1", "name": "markdownlint-cli (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/markdownlint-cli", "description": "Command Line interface for MarkdownLint", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/markdownlint-cli2/feature-definition.json b/feature_definitions/markdownlint-cli2/feature-definition.json index e9c1c84d..50b3bae3 100644 --- a/feature_definitions/markdownlint-cli2/feature-definition.json +++ b/feature_definitions/markdownlint-cli2/feature-definition.json @@ -1,6 +1,6 @@ { "id": "markdownlint-cli2", - "version": "1.0.0", + "version": "1.0.1", "name": "markdownlint-cli2 (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/markdownlint-cli2", "description": "A fast, flexible, configuration-based command-line interface for linting Markdown/CommonMark files with the markdownlint library.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/meteor-cli/feature-definition.json b/feature_definitions/meteor-cli/feature-definition.json index cb2d7623..fd1cea6e 100644 --- a/feature_definitions/meteor-cli/feature-definition.json +++ b/feature_definitions/meteor-cli/feature-definition.json @@ -1,6 +1,6 @@ { "id": "meteor-cli", - "version": "1.0.1", + "version": "1.0.2", "name": "Meteor CLI (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/meteor-cli", "description": "Meteor is a full-stack JavaScript platform for developing modern web and mobile applications. Meteor includes a key set of technologies for building connected-client reactive applications, a build tool, and a curated set of packages from the Node.js and general JavaScript community.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/mocha/feature-definition.json b/feature_definitions/mocha/feature-definition.json index bb00c241..3948eedf 100644 --- a/feature_definitions/mocha/feature-definition.json +++ b/feature_definitions/mocha/feature-definition.json @@ -1,6 +1,6 @@ { "id": "mocha", - "version": "2.0.14", + "version": "2.0.15", "name": "Mocha (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/mocha", "description": "Mocha is a feature-rich JavaScript test framework running on Node.js and in the browser, making asynchronous testing simple and fun.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/n8n/feature-definition.json b/feature_definitions/n8n/feature-definition.json index 74d453ad..3d669066 100644 --- a/feature_definitions/n8n/feature-definition.json +++ b/feature_definitions/n8n/feature-definition.json @@ -1,6 +1,6 @@ { "id": "n8n", - "version": "1.0.1", + "version": "1.0.2", "name": "n8n (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/n8n", "description": "n8n is a free and source-available fair-code licensed workflow automation tool.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/nestjs-cli/feature-definition.json b/feature_definitions/nestjs-cli/feature-definition.json index a1278795..ce6f659e 100644 --- a/feature_definitions/nestjs-cli/feature-definition.json +++ b/feature_definitions/nestjs-cli/feature-definition.json @@ -1,6 +1,6 @@ { "id": "nestjs-cli", - "version": "2.0.14", + "version": "2.0.15", "name": "NestJS CLI (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/nestjs-cli", "description": "Nestjs is a progressive Node.js framework for building efficient, reliable and scalable server-side applications.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/netlify-cli/feature-definition.json b/feature_definitions/netlify-cli/feature-definition.json index aaf0833d..2d32dcf3 100644 --- a/feature_definitions/netlify-cli/feature-definition.json +++ b/feature_definitions/netlify-cli/feature-definition.json @@ -1,6 +1,6 @@ { "id": "netlify-cli", - "version": "1.0.2", + "version": "1.0.3", "name": "Netlify CLI (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/netlify-cli", "description": "Netlify CLI lets you configure continuous deployment straight from the command line. You can use Netlify CLI to run a local development server that you can share with others, run a local build and plugins, and deploy your site.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/nx-npm/feature-definition.json b/feature_definitions/nx-npm/feature-definition.json index a9f2a02b..e5ed4f8c 100644 --- a/feature_definitions/nx-npm/feature-definition.json +++ b/feature_definitions/nx-npm/feature-definition.json @@ -1,6 +1,6 @@ { "id": "nx-npm", - "version": "1.0.9", + "version": "1.0.10", "name": "nx (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/nx-npm", "description": "Nx is a smart, fast and extensible build system with first class monorepo support and powerful integrations.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/oclif/feature-definition.json b/feature_definitions/oclif/feature-definition.json index ad2872ca..e1659261 100644 --- a/feature_definitions/oclif/feature-definition.json +++ b/feature_definitions/oclif/feature-definition.json @@ -1,6 +1,6 @@ { "id": "oclif", - "version": "1.0.1", + "version": "1.0.2", "name": "oclif generator (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/oclif", "description": "The oclif generator creates a CLI project in TypeScript to get you started quickly. It requires very few runtime dependencies and has extremely minimal overhead.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/pnpm/feature-definition.json b/feature_definitions/pnpm/feature-definition.json index 88877f5e..82d66510 100644 --- a/feature_definitions/pnpm/feature-definition.json +++ b/feature_definitions/pnpm/feature-definition.json @@ -1,6 +1,6 @@ { "id": "pnpm", - "version": "2.0.3", + "version": "2.0.4", "name": "Pnpm (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/pnpm", "description": "Pnpm is a fast and disk space efficient package manager.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { @@ -43,7 +44,9 @@ "test_commands": [ "pnpm -v | grep 7.26.3" ], - "options": { "version": "7.26.3"}, + "options": { + "version": "7.26.3" + }, "features": {} } ] diff --git a/feature_definitions/powerbi-visuals-tools/feature-definition.json b/feature_definitions/powerbi-visuals-tools/feature-definition.json index 49143e13..f2dfc8f1 100644 --- a/feature_definitions/powerbi-visuals-tools/feature-definition.json +++ b/feature_definitions/powerbi-visuals-tools/feature-definition.json @@ -1,6 +1,6 @@ { "id": "powerbi-visuals-tools", - "version": "2.0.14", + "version": "2.0.15", "name": "PowerBI Visual Tools (pbiviz) (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/powerbi-visuals-tools", "description": "PowerBI Visual Tools Contains tools for building/packaging Power BI visuals", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/prettier/feature-definition.json b/feature_definitions/prettier/feature-definition.json index 5335dddc..65280ca5 100644 --- a/feature_definitions/prettier/feature-definition.json +++ b/feature_definitions/prettier/feature-definition.json @@ -1,6 +1,6 @@ { "id": "prettier", - "version": "1.0.0", + "version": "1.0.1", "name": "Prettier (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/prettier", "description": "Prettier is an opinionated code formatter.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/prisma/feature-definition.json b/feature_definitions/prisma/feature-definition.json index 95560293..256569c7 100644 --- a/feature_definitions/prisma/feature-definition.json +++ b/feature_definitions/prisma/feature-definition.json @@ -1,6 +1,6 @@ { "id": "prisma", - "version": "2.0.14", + "version": "2.0.15", "name": "Prisma CLI (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/prisma", "description": "Prisma is a next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/projen/feature-definition.json b/feature_definitions/projen/feature-definition.json index eaef2ec5..120164b3 100644 --- a/feature_definitions/projen/feature-definition.json +++ b/feature_definitions/projen/feature-definition.json @@ -1,6 +1,6 @@ { "id": "projen", - "version": "1.0.1", + "version": "1.0.2", "name": "projen (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/projen", "description": "projen synthesizes project configuration files such as package.json, tsconfig.json, .gitignore, GitHub Workflows, eslint, jest, etc from a well-typed definition written in JavaScript.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/quasar-cli/feature-definition.json b/feature_definitions/quasar-cli/feature-definition.json index cd3c3a04..de3537b3 100644 --- a/feature_definitions/quasar-cli/feature-definition.json +++ b/feature_definitions/quasar-cli/feature-definition.json @@ -1,6 +1,6 @@ { "id": "quasar-cli", - "version": "2.0.14", + "version": "2.0.15", "name": "Quasar CLI (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/quasar-cli", "description": "Quasar is an MIT licensed open-source Vue.js based framework, which allows you as a web developer to quickly create responsive websites/apps in many flavours.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/renovate-cli/feature-definition.json b/feature_definitions/renovate-cli/feature-definition.json index 7b2a1482..741e3574 100644 --- a/feature_definitions/renovate-cli/feature-definition.json +++ b/feature_definitions/renovate-cli/feature-definition.json @@ -1,6 +1,6 @@ { "id": "renovate-cli", - "version": "2.0.14", + "version": "2.0.15", "name": "Renovate CLI (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/renovate-cli", "description": "Renovate is a universal dependency update tool. Multi-platform and multi-language.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/rollup/feature-definition.json b/feature_definitions/rollup/feature-definition.json index b26a770a..3027a3db 100644 --- a/feature_definitions/rollup/feature-definition.json +++ b/feature_definitions/rollup/feature-definition.json @@ -1,6 +1,6 @@ { "id": "rollup", - "version": "2.0.14", + "version": "2.0.15", "name": "rollup.js (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/rollup", "description": "Rollup is a module bundler for JavaScript which compiles small pieces of code into something larger and more complex, such as a library or application.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/salesforce-cli/feature-definition.json b/feature_definitions/salesforce-cli/feature-definition.json index ed1a9cdd..9f653b4c 100644 --- a/feature_definitions/salesforce-cli/feature-definition.json +++ b/feature_definitions/salesforce-cli/feature-definition.json @@ -1,6 +1,6 @@ { "id": "salesforce-cli", - "version": "1.0.1", + "version": "1.0.2", "name": "Salesforce CLI (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/salesforce-cli", "description": "The Salesforce CLI is a powerful command line interface that simplifies development and build automation when working with your Salesforce org.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/salesforce-sfdx/feature-definition.json b/feature_definitions/salesforce-sfdx/feature-definition.json index 65a14241..ffd280bb 100644 --- a/feature_definitions/salesforce-sfdx/feature-definition.json +++ b/feature_definitions/salesforce-sfdx/feature-definition.json @@ -1,6 +1,6 @@ { "id": "salesforce-sfdx", - "version": "1.0.1", + "version": "1.0.2", "name": "Salesforce sfdx (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/salesforce-sfdx", "description": "sfdx provide you with the ability to develop and test your apps more easily on Salesforce Platform.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/sanity-cli/feature-definition.json b/feature_definitions/sanity-cli/feature-definition.json index d2302f88..14da2f20 100644 --- a/feature_definitions/sanity-cli/feature-definition.json +++ b/feature_definitions/sanity-cli/feature-definition.json @@ -1,6 +1,6 @@ { "id": "sanity-cli", - "version": "1.0.1", + "version": "1.0.2", "name": "Sanity.io CLI (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/sanity-cli", "description": "The sanity Command Line Interface (CLI) is a collection of tools for managing, developing, debugging, and deploying your Sanity Studio projects.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/serverless/feature-definition.json b/feature_definitions/serverless/feature-definition.json index cd6e9a8a..9e59468d 100644 --- a/feature_definitions/serverless/feature-definition.json +++ b/feature_definitions/serverless/feature-definition.json @@ -1,6 +1,6 @@ { "id": "serverless", - "version": "2.0.14", + "version": "2.0.15", "name": "Serverless Framework (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/serverless", "description": "Serverless Framework is a widely used open-source IaC tool that allows you to build, and deploy serverless applications on multiple cloud providers.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/shopify-cli/feature-definition.json b/feature_definitions/shopify-cli/feature-definition.json index 390d8936..db8ee750 100644 --- a/feature_definitions/shopify-cli/feature-definition.json +++ b/feature_definitions/shopify-cli/feature-definition.json @@ -1,6 +1,6 @@ { "id": "shopify-cli", - "version": "1.0.1", + "version": "1.0.2", "name": "Shopify CLI (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/shopify-cli", "description": "Shopify CLI is a command-line interface tool that helps you build Shopify apps and themes. It quickly generates Shopify apps, themes, and custom storefronts. You can also use it to automate many common development tasks.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/snyk-cli/feature-definition.json b/feature_definitions/snyk-cli/feature-definition.json index 99ab7c4b..a1afe0f6 100644 --- a/feature_definitions/snyk-cli/feature-definition.json +++ b/feature_definitions/snyk-cli/feature-definition.json @@ -1,6 +1,6 @@ { "id": "snyk-cli", - "version": "1.0.1", + "version": "1.0.2", "name": "Snyk CLI (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/snyk-cli", "description": "Snyk CLI scans and monitors your projects for security vulnerabilities.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/squarespace-server/feature-definition.json b/feature_definitions/squarespace-server/feature-definition.json index b7dd9d70..47c63a67 100644 --- a/feature_definitions/squarespace-server/feature-definition.json +++ b/feature_definitions/squarespace-server/feature-definition.json @@ -1,6 +1,6 @@ { "id": "squarespace-server", - "version": "1.0.1", + "version": "1.0.2", "name": "Squarespace Local Development Server (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/squarespace-server", "description": "The Squarespace local development server is a command line tool that sets up a test server on your computer, allowing you to see changes to your template before making them live", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/surge-cli/feature-definition.json b/feature_definitions/surge-cli/feature-definition.json index 6d10954a..d55ad311 100644 --- a/feature_definitions/surge-cli/feature-definition.json +++ b/feature_definitions/surge-cli/feature-definition.json @@ -1,6 +1,6 @@ { "id": "surge-cli", - "version": "1.0.1", + "version": "1.0.2", "name": "Surge CLI (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/surge-cli", "description": "Publish HTML, CSS, and JS for free, without leaving the command line.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/tfcdk-cli/feature-definition.json b/feature_definitions/tfcdk-cli/feature-definition.json index fa9db0d8..68acdceb 100644 --- a/feature_definitions/tfcdk-cli/feature-definition.json +++ b/feature_definitions/tfcdk-cli/feature-definition.json @@ -1,6 +1,6 @@ { "id": "tfcdk-cli", - "version": "1.0.2", + "version": "1.0.3", "name": "Terraform CDK CLI (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/tfcdk-cli", "description": "Cloud Development Kit for Terraform (CDKTF) allows you to use familiar programming languages to define and provision infrastructure. This gives you access to the entire Terraform ecosystem without learning HashiCorp Configuration Language (HCL) and lets you leverage the power of your existing toolchain for testing, dependency management, etc.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { @@ -38,12 +39,14 @@ "features": {} }, { - "image": "mcr.microsoft.com/devcontainers/base:bullseye", "name": "test_specific_version", + "image": "mcr.microsoft.com/devcontainers/base:bullseye", "test_commands": [ "cdktf --version | grep 0.17.0" ], - "options": {"version": "0.17.0"}, + "options": { + "version": "0.17.0" + }, "features": {} } ] diff --git a/feature_definitions/tldr/feature-definition.json b/feature_definitions/tldr/feature-definition.json index 15d2e6e2..67eccabd 100644 --- a/feature_definitions/tldr/feature-definition.json +++ b/feature_definitions/tldr/feature-definition.json @@ -1,6 +1,6 @@ { "id": "tldr", - "version": "2.0.14", + "version": "2.0.15", "name": "tldr (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/tldr", "description": "The tldr pages are a community effort to simplify the beloved man pages with practical examples.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/tooljet-cli/feature-definition.json b/feature_definitions/tooljet-cli/feature-definition.json index d10e8aa6..2fe026f3 100644 --- a/feature_definitions/tooljet-cli/feature-definition.json +++ b/feature_definitions/tooljet-cli/feature-definition.json @@ -1,6 +1,6 @@ { "id": "tooljet-cli", - "version": "1.0.1", + "version": "1.0.2", "name": "ToolJet CLI (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/tooljet-cli", "description": "ToolJet is an open-source low-code framework to build and deploy internal tools quickly with minimal engineering effort.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/trello-cli/feature-definition.json b/feature_definitions/trello-cli/feature-definition.json index c8b8a2af..1f5fc8f2 100644 --- a/feature_definitions/trello-cli/feature-definition.json +++ b/feature_definitions/trello-cli/feature-definition.json @@ -1,6 +1,6 @@ { "id": "trello-cli", - "version": "1.0.2", + "version": "1.0.3", "name": "Trello CLI (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/trello-cli", "description": "trello-cli is a CLI tool for Trello. Makes sense, right?", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/truffle/feature-definition.json b/feature_definitions/truffle/feature-definition.json index 2f51176b..a870d900 100644 --- a/feature_definitions/truffle/feature-definition.json +++ b/feature_definitions/truffle/feature-definition.json @@ -1,6 +1,6 @@ { "id": "truffle", - "version": "1.0.1", + "version": "1.0.2", "name": "Truffle (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/truffle", "description": "Truffle is a development environment, testing framework, and asset pipeline for Ethereum, aiming to make life as an Ethereum developer easier.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/ts-node/feature-definition.json b/feature_definitions/ts-node/feature-definition.json index 2858d79e..e25c2885 100644 --- a/feature_definitions/ts-node/feature-definition.json +++ b/feature_definitions/ts-node/feature-definition.json @@ -1,6 +1,6 @@ { "id": "ts-node", - "version": "1.0.0", + "version": "1.0.1", "name": "ts-node (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/ts-node", "description": "ts-node is a TypeScript execution engine and REPL for Node.js. It JIT transforms TypeScript into JavaScript, enabling you to directly execute TypeScript on Node.js without precompiling. ", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/tsx/feature-definition.json b/feature_definitions/tsx/feature-definition.json index db073033..4e8e35ec 100644 --- a/feature_definitions/tsx/feature-definition.json +++ b/feature_definitions/tsx/feature-definition.json @@ -1,6 +1,6 @@ { "id": "tsx", - "version": "1.0.0", + "version": "1.0.1", "name": "tsx (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/tsx", "description": "tsx is a CLI command (alternative to node) for seamlessly running TypeScript & ESM, in both commonjs & module package types.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/turborepo-npm/feature-definition.json b/feature_definitions/turborepo-npm/feature-definition.json index 1f3d7077..6dbde68c 100644 --- a/feature_definitions/turborepo-npm/feature-definition.json +++ b/feature_definitions/turborepo-npm/feature-definition.json @@ -1,6 +1,6 @@ { "id": "turborepo-npm", - "version": "1.0.10", + "version": "1.0.11", "name": "Turborepo (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/turborepo-npm", "description": "Turborepo is a high-performance build system for JavaScript and TypeScript codebases.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/typescript/feature-definition.json b/feature_definitions/typescript/feature-definition.json index 85cd3751..d6d491b3 100644 --- a/feature_definitions/typescript/feature-definition.json +++ b/feature_definitions/typescript/feature-definition.json @@ -1,6 +1,6 @@ { "id": "typescript", - "version": "2.0.14", + "version": "2.0.15", "name": "TypeScript (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/typescript", "description": "TypeScript is a strongly typed programming language that builds on JavaScript, giving you better tooling at any scale.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/vercel-cli/feature-definition.json b/feature_definitions/vercel-cli/feature-definition.json index a8af5b52..ef7da29b 100644 --- a/feature_definitions/vercel-cli/feature-definition.json +++ b/feature_definitions/vercel-cli/feature-definition.json @@ -1,6 +1,6 @@ { "id": "vercel-cli", - "version": "1.0.2", + "version": "1.0.3", "name": "Vercel CLI (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/vercel-cli", "description": "With Vercel CLI command-line interface (CLI) you can interact with the Vercel platform using a terminal, or through an automated system, enabling you to retrieve logs, manage certificates, replicate your deployment environment locally, manage Domain Name System (DNS) records, and more.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/vercel-ncc/feature-definition.json b/feature_definitions/vercel-ncc/feature-definition.json index be5816eb..3b426f98 100644 --- a/feature_definitions/vercel-ncc/feature-definition.json +++ b/feature_definitions/vercel-ncc/feature-definition.json @@ -1,6 +1,6 @@ { "id": "vercel-ncc", - "version": "1.0.2", + "version": "1.0.3", "name": "ncc (by Vercel) (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/vercel-ncc", "description": "ncc is a simple CLI for compiling a Node.js module into a single file, together with all its dependencies, gcc-style.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/vercel-pkg/feature-definition.json b/feature_definitions/vercel-pkg/feature-definition.json index 67ff8bb6..0ecade15 100644 --- a/feature_definitions/vercel-pkg/feature-definition.json +++ b/feature_definitions/vercel-pkg/feature-definition.json @@ -1,6 +1,6 @@ { "id": "vercel-pkg", - "version": "1.0.2", + "version": "1.0.3", "name": "pkg (by Vercel) (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/vercel-pkg", "description": "This command line interface enables you to package your Node.js project into an executable that can be run even on devices without Node.js installed.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/vercel-release/feature-definition.json b/feature_definitions/vercel-release/feature-definition.json index 292bf8bd..768c5371 100644 --- a/feature_definitions/vercel-release/feature-definition.json +++ b/feature_definitions/vercel-release/feature-definition.json @@ -1,6 +1,6 @@ { "id": "vercel-release", - "version": "1.0.2", + "version": "1.0.3", "name": "Release (by Vercel) (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/vercel-release", "description": "Release is a command line tool to automatically generate a new GitHub Release and populates it with the changes (commits) made since the last release.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/vercel-serve/feature-definition.json b/feature_definitions/vercel-serve/feature-definition.json index 05595865..c6babdb4 100644 --- a/feature_definitions/vercel-serve/feature-definition.json +++ b/feature_definitions/vercel-serve/feature-definition.json @@ -1,6 +1,6 @@ { "id": "vercel-serve", - "version": "1.0.2", + "version": "1.0.3", "name": "serve (by Vercel) (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/vercel-serve", "description": "serve helps you serve a static site, single page application or just a static file (no matter if on your device or on the local network).", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/vtop/feature-definition.json b/feature_definitions/vtop/feature-definition.json index e5801855..6913dc93 100644 --- a/feature_definitions/vtop/feature-definition.json +++ b/feature_definitions/vtop/feature-definition.json @@ -1,6 +1,6 @@ { "id": "vtop", - "version": "2.0.14", + "version": "2.0.15", "name": "vtop (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/vtop", "description": "vtop is a graphical activity monitor for the command line.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ { diff --git a/feature_definitions/vue-cli/feature-definition.json b/feature_definitions/vue-cli/feature-definition.json index 39e09869..5921fa15 100644 --- a/feature_definitions/vue-cli/feature-definition.json +++ b/feature_definitions/vue-cli/feature-definition.json @@ -1,6 +1,6 @@ { "id": "vue-cli", - "version": "2.0.14", + "version": "2.0.15", "name": "Vue CLI (via npm)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/vue-cli", "description": "Vue CLI is a full system for rapid Vue.js development.", @@ -15,7 +15,8 @@ } }, "installsAfter": [ - "ghcr.io/devcontainers-contrib/features/npm-package" + "ghcr.io/devcontainers-contrib/features/npm-package", + "ghcr.io/devcontainers/features/node" ], "dependencies": [ {