@form8ion/project 17.0.9 → 18.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +14 -4
  2. package/package.json +12 -12
package/README.md CHANGED
@@ -4,10 +4,10 @@ opinionated scaffolder for new projects
4
4
 
5
5
  <!--status-badges start -->
6
6
 
7
- [![Codecov](https://img.shields.io/codecov/c/github/form8ion/project?logo=codecov)](https://codecov.io/github/form8ion/project)
8
7
  [![Node CI Workflow Status][github-actions-ci-badge]][github-actions-ci-link]
9
8
  [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/form8ion/project/badge)](https://securityscorecards.dev/viewer/?uri=github.com/form8ion/project)
10
- [![SLSA 2](https://slsa.dev/images/gh-badge-level2.svg)](https://slsa.dev)
9
+ [![Codecov][coverage-badge]][coverage-link]
10
+ ![SLSA Level 2][slsa-badge]
11
11
 
12
12
  <!--status-badges end -->
13
13
 
@@ -199,9 +199,9 @@ __object__:
199
199
 
200
200
  [![Conventional Commits][commit-convention-badge]][commit-convention-link]
201
201
  [![Commitizen friendly][commitizen-badge]][commitizen-link]
202
- [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
203
202
  [![PRs Welcome][prs-badge]][prs-link]
204
203
  [![Renovate][renovate-badge]][renovate-link]
204
+ [![semantic-release: angular][semantic-release-badge]][semantic-release-link]
205
205
 
206
206
  <!--contribution-badges end -->
207
207
 
@@ -261,6 +261,16 @@ $ npm test
261
261
 
262
262
  [github-actions-ci-link]: https://github.com/form8ion/project/actions?query=workflow%3A%22Node.js+CI%22+branch%3Amaster
263
263
 
264
- [github-actions-ci-badge]: https://github.com/form8ion/project/workflows/Node.js%20CI/badge.svg
264
+ [github-actions-ci-badge]: https://img.shields.io/github/actions/workflow/status/form8ion/project/node-ci.yml.svg?branch=master&logo=github
265
265
 
266
266
  [node-badge]: https://img.shields.io/node/v/@form8ion/project?logo=node.js
267
+
268
+ [coverage-link]: https://codecov.io/github/form8ion/project
269
+
270
+ [coverage-badge]: https://img.shields.io/codecov/c/github/form8ion/project?logo=codecov
271
+
272
+ [slsa-badge]: https://slsa.dev/images/gh-badge-level2.svg
273
+
274
+ [semantic-release-link]: https://github.com/semantic-release/semantic-release
275
+
276
+ [semantic-release-badge]: https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release
package/package.json CHANGED
@@ -2,10 +2,10 @@
2
2
  "name": "@form8ion/project",
3
3
  "description": "opinionated scaffolder for new projects",
4
4
  "license": "MIT",
5
- "version": "17.0.9",
5
+ "version": "18.0.1",
6
6
  "type": "module",
7
7
  "engines": {
8
- "node": "^16.14.0 || >=18"
8
+ "node": "^18.17 || >=20.6.1"
9
9
  },
10
10
  "author": "Matt Travi <npm@travi.org> (https://matt.travi.org/)",
11
11
  "contributors": [
@@ -66,7 +66,7 @@
66
66
  "@hapi/hoek": "^11.0.2",
67
67
  "@travi/cli-messages": "1.1.1",
68
68
  "deepmerge": "^4.2.2",
69
- "filedirname": "^2.7.0",
69
+ "filedirname": "^3.0.0",
70
70
  "hosted-git-info": "^7.0.0",
71
71
  "joi": "^17.1.1",
72
72
  "mustache": "4.2.0",
@@ -76,13 +76,13 @@
76
76
  "write-yaml": "1.0.0"
77
77
  },
78
78
  "devDependencies": {
79
- "@cucumber/cucumber": "9.6.0",
80
- "@form8ion/commitlint-config": "1.0.61",
81
- "@form8ion/eslint-config": "7.0.3",
79
+ "@cucumber/cucumber": "10.0.1",
80
+ "@form8ion/commitlint-config": "1.0.65",
81
+ "@form8ion/eslint-config": "7.0.5",
82
82
  "@form8ion/eslint-config-cucumber": "1.4.1",
83
83
  "@form8ion/remark-lint-preset": "6.0.2",
84
84
  "@rollup/plugin-node-resolve": "15.2.3",
85
- "@travi/any": "3.0.1",
85
+ "@travi/any": "3.0.2",
86
86
  "c8": "8.0.1",
87
87
  "chai": "4.3.10",
88
88
  "cross-env": "7.0.3",
@@ -91,7 +91,7 @@
91
91
  "husky": "8.0.3",
92
92
  "jest-when": "3.6.0",
93
93
  "lockfile-lint": "4.12.1",
94
- "ls-engines": "0.9.0",
94
+ "ls-engines": "0.9.1",
95
95
  "make-dir": "4.0.0",
96
96
  "mdast-util-from-markdown": "2.0.0",
97
97
  "mdast-util-heading-range": "4.0.0",
@@ -101,12 +101,12 @@
101
101
  "publint": "0.2.5",
102
102
  "remark-cli": "12.0.0",
103
103
  "remark-toc": "9.0.0",
104
- "remark-usage": "11.0.0",
104
+ "remark-usage": "11.0.1",
105
105
  "rimraf": "5.0.5",
106
- "rollup": "4.1.5",
106
+ "rollup": "4.5.1",
107
107
  "rollup-plugin-auto-external": "2.0.0",
108
- "sinon": "17.0.0",
109
- "testdouble": "3.20.0",
108
+ "sinon": "17.0.1",
109
+ "testdouble": "3.20.1",
110
110
  "unist-util-find": "3.0.0",
111
111
  "vitest": "0.34.6"
112
112
  }