@form8ion/project 19.0.1 → 19.0.2

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 +2 -2
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -37,8 +37,8 @@ opinionated scaffolder for new projects
37
37
  * scaffolds [VCS](https://en.wikipedia.org/wiki/VCS) details if [git](https://git-scm.com/)
38
38
  is chosen
39
39
  * scaffolds the chosen [VCS](https://en.wikipedia.org/wiki/VCS) Host details
40
- * scaffolds the chosen [CI](https://en.wikipedia.org/wiki/Continuous_integration) service
41
- config
40
+ * scaffolds the chosen [CI](https://en.wikipedia.org/wiki/Continuous_integration)
41
+ service config
42
42
  * scaffolds the project `README.md`
43
43
  * scaffolds language specific details by delegating to
44
44
  [provided scaffolder functions](#languages-optional)
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@form8ion/project",
3
3
  "description": "opinionated scaffolder for new projects",
4
4
  "license": "MIT",
5
- "version": "19.0.1",
5
+ "version": "19.0.2",
6
6
  "type": "module",
7
7
  "engines": {
8
8
  "node": "^18.17 || >=20.6.1"
@@ -68,7 +68,7 @@
68
68
  "@travi/cli-messages": "1.1.1",
69
69
  "deepmerge": "^4.2.2",
70
70
  "filedirname": "^3.0.0",
71
- "hosted-git-info": "^7.0.0",
71
+ "hosted-git-info": "^8.0.0",
72
72
  "joi": "^17.1.1",
73
73
  "mustache": "4.2.0",
74
74
  "simple-git": "^3.16.0",
@@ -77,11 +77,11 @@
77
77
  "write-yaml": "1.0.0"
78
78
  },
79
79
  "devDependencies": {
80
- "@cucumber/cucumber": "10.8.0",
80
+ "@cucumber/cucumber": "10.9.0",
81
81
  "@form8ion/commitlint-config": "1.0.76",
82
- "@form8ion/eslint-config": "7.0.9",
82
+ "@form8ion/eslint-config": "7.0.10",
83
83
  "@form8ion/eslint-config-cucumber": "1.4.1",
84
- "@form8ion/remark-lint-preset": "6.0.3",
84
+ "@form8ion/remark-lint-preset": "6.0.4",
85
85
  "@rollup/plugin-node-resolve": "15.2.3",
86
86
  "@travi/any": "3.1.2",
87
87
  "c8": "10.1.2",
@@ -89,7 +89,7 @@
89
89
  "cross-env": "7.0.3",
90
90
  "cz-conventional-changelog": "3.3.0",
91
91
  "gherkin-lint": "4.2.4",
92
- "husky": "9.1.4",
92
+ "husky": "9.1.5",
93
93
  "jest-when": "3.6.0",
94
94
  "lockfile-lint": "4.14.0",
95
95
  "ls-engines": "0.9.3",
@@ -99,17 +99,17 @@
99
99
  "mdast-zone": "6.1.0",
100
100
  "mock-fs": "5.2.0",
101
101
  "npm-run-all2": "6.2.2",
102
- "publint": "0.2.9",
102
+ "publint": "0.2.10",
103
103
  "remark-cli": "12.0.1",
104
104
  "remark-toc": "9.0.0",
105
105
  "remark-usage": "11.0.1",
106
106
  "rimraf": "6.0.1",
107
- "rollup": "4.20.0",
107
+ "rollup": "4.21.2",
108
108
  "rollup-plugin-auto-external": "2.0.0",
109
109
  "sinon": "18.0.0",
110
110
  "testdouble": "3.20.2",
111
111
  "unist-util-find": "3.0.0",
112
112
  "vitest": "2.0.5"
113
113
  },
114
- "packageManager": "npm@10.8.2+sha512.c7f0088c520a46596b85c6f8f1da943400199748a0f7ea8cb8df75469668dc26f6fb3ba26df87e2884a5ebe91557292d0f3db7d0929cdb4f14910c3032ac81fb"
114
+ "packageManager": "npm@10.8.3+sha512.d08425c8062f56d43bb8e84315864218af2492eb769e1f1ca40740f44e85bd148969382d651660363942e5909cb7ffcbef7ca0ae963ddc2c57a51243b4da8f56"
115
115
  }