From 0ba6bd9cebc87f020ec0084a89a9c5e591bbd00b Mon Sep 17 00:00:00 2001 From: titanism <101466223+titanism@users.noreply.github.com> Date: Tue, 28 Nov 2023 15:09:17 -0600 Subject: [PATCH] fix: fixed tests, package.json, linting --- .github/ISSUE_TEMPLATE/---bug-report.md | 11 ++++---- .github/ISSUE_TEMPLATE/--feature-request.md | 5 ++-- .github/ISSUE_TEMPLATE/--question.md | 7 +++--- README.md | 2 +- package.json | 28 ++++++++++----------- 5 files changed, 28 insertions(+), 25 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/---bug-report.md b/.github/ISSUE_TEMPLATE/---bug-report.md index e1605d8..2377639 100644 --- a/.github/ISSUE_TEMPLATE/---bug-report.md +++ b/.github/ISSUE_TEMPLATE/---bug-report.md @@ -1,7 +1,8 @@ --- + name: "\U0001F41E Bug report" about: Something is not working as it should -title: "[fix] DESCRIPTIVE TITLE" +title: "\[fix] DESCRIPTIVE TITLE" labels: bug assignees: '' @@ -9,8 +10,8 @@ assignees: '' #### Describe the bug - - Node.js version: - - OS & version: +* Node.js version: +* OS & version: @@ -38,5 +39,5 @@ Example: https://github.com/avajs/ava/blob/master/docs/01-writing-tests.md#faili #### Checklist -- [ ] I have read the documentation. -- [ ] I have tried my code with the latest version of Node.js and @breejs/later. +* [ ] I have read the documentation. +* [ ] I have tried my code with the latest version of Node.js and @breejs/later. diff --git a/.github/ISSUE_TEMPLATE/--feature-request.md b/.github/ISSUE_TEMPLATE/--feature-request.md index 77098b5..f021a89 100644 --- a/.github/ISSUE_TEMPLATE/--feature-request.md +++ b/.github/ISSUE_TEMPLATE/--feature-request.md @@ -1,7 +1,8 @@ --- + name: "⭐ Feature request" about: Suggest an idea for Bree -title: "[feat] DESCRIPTIVE TITLE" +title: "\[feat] DESCRIPTIVE TITLE" labels: enhancement assignees: '' @@ -19,4 +20,4 @@ assignees: '' #### Checklist -- [ ] I have read the documentation and made sure this feature doesn't already exist. +* [ ] I have read the documentation and made sure this feature doesn't already exist. diff --git a/.github/ISSUE_TEMPLATE/--question.md b/.github/ISSUE_TEMPLATE/--question.md index 1c7d0c5..9557e1d 100644 --- a/.github/ISSUE_TEMPLATE/--question.md +++ b/.github/ISSUE_TEMPLATE/--question.md @@ -1,16 +1,17 @@ --- + name: "❓ Question" about: Something is unclear or needs to be discussed -title: "[discussion] DESCRIPTIVE TITLE" +title: "\[discussion] DESCRIPTIVE TITLE" labels: question assignees: '' --- #### What would you like to discuss? - + ... #### Checklist -- [ ] I have read the documentation. +* [ ] I have read the documentation. diff --git a/README.md b/README.md index 5a56715..080e031 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ ## Features -Types of schedules supported by _Later_: +Types of schedules supported by *Later*: * Run a report on the last day of every month at 12 AM except in December * Install patches on the 2nd Tuesday of every month at 4 AM diff --git a/package.json b/package.json index e9a877d..e35a872 100644 --- a/package.json +++ b/package.json @@ -11,31 +11,31 @@ "BunKat ", "Nick Baugh (http://niftylettuce.com/)" ], - "dependencies": {}, "devDependencies": { "@babel/cli": "^7.10.5", "@babel/core": "^7.11.1", "@babel/plugin-transform-runtime": "^7.11.0", "@babel/preset-env": "^7.11.0", - "@commitlint/cli": "latest", - "@commitlint/config-conventional": "latest", + "@commitlint/cli": "^18.4.3", + "@commitlint/config-conventional": "^18.4.3", "babelify": "^10.0.0", - "benchmark": "*", + "benchmark": "^2.1.4", "browserify": "^16.5.2", - "cross-env": "latest", + "cross-env": "^7.0.3", "eslint": "^7.7.0", - "eslint-config-xo-lass": "latest", + "eslint-config-xo-lass": "^2.0.1", "eslint-plugin-compat": "^3.8.0", "eslint-plugin-node": "^11.1.0", - "fixpack": "latest", - "husky": "latest", - "lint-staged": "latest", - "mocha": "*", - "nyc": "latest", - "remark-cli": "latest", - "remark-preset-github": "latest", + "fixpack": "^4.0.0", + "husky": "^8.0.3", + "lint-staged": "^15.1.0", + "mocha": "^10.2.0", + "nyc": "^15.1.0", + "remark-cli": "11", + "remark-preset-github": "^4.0.4", + "rimraf": "^5.0.5", "semver": "^7.3.2", - "should": ">=13.2.3", + "should": "^13.2.3", "sinon": "^11.1.2", "tinyify": "^3.0.0", "xo": "^0.33.0"