From ff9db12dc7289194b8804be187d2e6bb477b7310 Mon Sep 17 00:00:00 2001 From: Vlad Filippov Date: Sat, 27 May 2023 20:09:14 -0400 Subject: [PATCH 1/2] Bump nodeunit, eslint dev deps --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e99ca6d3..57cae0c9 100644 --- a/package.json +++ b/package.json @@ -54,9 +54,9 @@ "devDependencies": { "difflet": "~1.0.1", "eslint-config-grunt": "~2.0.1", - "grunt-contrib-nodeunit": "~4.0.0", + "grunt-contrib-nodeunit": "~5.0.0", "grunt-contrib-watch": "~1.1.0", - "grunt-eslint": "~24.0.1", + "grunt-eslint": "~24.1.0", "temporary": "~1.1.0", "through2": "~4.0.2" }, From 8aa70d5deb467db5c77b186d5fb3b109288c6d61 Mon Sep 17 00:00:00 2001 From: Vlad Filippov Date: Sat, 27 May 2023 20:12:02 -0400 Subject: [PATCH 2/2] Remove old CI badges --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index e03b5f13..5daac675 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,10 @@ # Grunt: The JavaScript Task Runner -[![Build Status: Linux](https://travis-ci.org/gruntjs/grunt.svg?branch=master)](https://travis-ci.org/gruntjs/grunt) -[![Build Status: Windows](https://ci.appveyor.com/api/projects/status/32r7s2skrgm9ubva/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt/branch/master) [![Built with Grunt](https://cdn.gruntjs.com/builtwith.svg)](http://gruntjs.com/) [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fgruntjs%2Fgrunt.svg?type=shield)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fgruntjs%2Fgrunt?ref=badge_shield) - ### Documentation Visit the [gruntjs.com](https://gruntjs.com/) website for all the things. @@ -17,6 +14,7 @@ Visit the [gruntjs.com](https://gruntjs.com/) website for all the things. Before you make an issue, please read our [Contributing](https://gruntjs.com/contributing) guide. ### Release History + See the [CHANGELOG](CHANGELOG). ### License