Skip to content

Commit ec2ebe1

Browse files
committed
chore(release): Release node-plop 0.30.1 and plop 3.0.6
1 parent ae2a6bf commit ec2ebe1

File tree

5 files changed

+80
-63
lines changed

5 files changed

+80
-63
lines changed

packages/node-plop/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# node-plop
2+
3+
## 0.30.1
4+
5+
### Patch Changes
6+
7+
- Moved to monorepo

packages/node-plop/package.json

Lines changed: 59 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,59 @@
1-
{
2-
"name": "node-plop",
3-
"version": "0.30.0",
4-
"description": "programmatic plopping for fun and profit",
5-
"main": "src/index.js",
6-
"type": "module",
7-
"types": "types/index.d.ts",
8-
"scripts": {
9-
"test": "npm run test:js && npm run test:typings",
10-
"test:typings": "dtslint types --localTs ../../node_modules/typescript/lib --expectOnly",
11-
"test:js": "vitest run",
12-
"test-watch": "vitest watch",
13-
"develop": "npm run test-watch"
14-
},
15-
"repository": {
16-
"type": "git",
17-
"url": "https://github.com/plopjs/plop.git",
18-
"directory": "packages/node-plop"
19-
},
20-
"keywords": [
21-
"plop",
22-
"generator",
23-
"scaffolding",
24-
"node",
25-
"programmatic",
26-
"automation"
27-
],
28-
"author": "Andrew Worcester <[email protected]> (http://amwmedia.com)",
29-
"license": "MIT",
30-
"bugs": {
31-
"url": "https://github.com/plopjs/plop/issues"
32-
},
33-
"engines": {
34-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
35-
},
36-
"devDependencies": {
37-
"@types/inquirer-autocomplete-prompt": "^1.3.3",
38-
"@types/node": "^16.11.10",
39-
"dtslint": "^4.2.1",
40-
"plop-pack-fancy-comments": "^0.2.1",
41-
"typescript": "^4.5.2",
42-
"vitest": "^0.5.5"
43-
},
44-
"dependencies": {
45-
"@types/inquirer": "^8.1.3",
46-
"change-case": "^4.1.2",
47-
"del": "^6.0.0",
48-
"globby": "^12.0.2",
49-
"handlebars": "^4.4.3",
50-
"inquirer": "^8.2.0",
51-
"isbinaryfile": "^4.0.8",
52-
"lodash.get": "^4.4.2",
53-
"lower-case": "^2.0.2",
54-
"mkdirp": "^1.0.4",
55-
"resolve": "^1.20.0",
56-
"title-case": "^3.0.3",
57-
"upper-case": "^2.0.2"
58-
}
59-
}
1+
{
2+
"name": "node-plop",
3+
"version": "0.30.1",
4+
"description": "programmatic plopping for fun and profit",
5+
"main": "src/index.js",
6+
"type": "module",
7+
"types": "types/index.d.ts",
8+
"scripts": {
9+
"test": "npm run test:js && npm run test:typings",
10+
"test:typings": "dtslint types --localTs ../../node_modules/typescript/lib --expectOnly",
11+
"test:js": "vitest run",
12+
"test-watch": "vitest watch",
13+
"develop": "npm run test-watch"
14+
},
15+
"repository": {
16+
"type": "git",
17+
"url": "https://github.com/plopjs/plop.git",
18+
"directory": "packages/node-plop"
19+
},
20+
"keywords": [
21+
"plop",
22+
"generator",
23+
"scaffolding",
24+
"node",
25+
"programmatic",
26+
"automation"
27+
],
28+
"author": "Andrew Worcester <[email protected]> (http://amwmedia.com)",
29+
"license": "MIT",
30+
"bugs": {
31+
"url": "https://github.com/plopjs/plop/issues"
32+
},
33+
"engines": {
34+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
35+
},
36+
"devDependencies": {
37+
"@types/inquirer-autocomplete-prompt": "^1.3.3",
38+
"@types/node": "^16.11.10",
39+
"dtslint": "^4.2.1",
40+
"plop-pack-fancy-comments": "^0.2.1",
41+
"typescript": "^4.5.2",
42+
"vitest": "^0.5.5"
43+
},
44+
"dependencies": {
45+
"@types/inquirer": "^8.1.3",
46+
"change-case": "^4.1.2",
47+
"del": "^6.0.0",
48+
"globby": "^12.0.2",
49+
"handlebars": "^4.4.3",
50+
"inquirer": "^8.2.0",
51+
"isbinaryfile": "^4.0.8",
52+
"lodash.get": "^4.4.2",
53+
"lower-case": "^2.0.2",
54+
"mkdirp": "^1.0.4",
55+
"resolve": "^1.20.0",
56+
"title-case": "^3.0.3",
57+
"upper-case": "^2.0.2"
58+
}
59+
}

packages/plop/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# plop
2+
3+
## 3.0.6
4+
5+
### Patch Changes
6+
7+
- Moved to monorepo
8+
9+
- Updated dependencies []:
10+

packages/plop/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plop",
3-
"version": "3.0.5",
3+
"version": "3.0.6",
44
"description": "Micro-generator framework that makes it easy for an entire team to create files with a level of uniformity",
55
"main": "./src/plop.js",
66
"type": "module",
@@ -46,7 +46,7 @@
4646
"interpret": "^2.2.0",
4747
"liftoff": "^4.0.0",
4848
"minimist": "^1.2.5",
49-
"node-plop": "^0.30.0",
49+
"node-plop": "^0.30.1",
5050
"ora": "^6.0.1",
5151
"v8flags": "^4.0.0"
5252
},

packages/plop/tests/input-processing.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ const __dirname = dirname(fileURLToPath(import.meta.url));
66

77
test("should report a missing plopfile when not copied", async () => {
88
// The directory above this repo. We look up towards `plopfile.js` and found one at root otherwise.
9-
const cwd = resolve(__dirname, '../../../..');
10-
const { findByError } = await renderPlop([], {cwd});
9+
const cwd = resolve(__dirname, "../../../..");
10+
const { findByError } = await renderPlop([], { cwd });
1111
expect(await findByError(/\[PLOP\] No plopfile found/)).toBeInTheConsole();
1212
});
1313

0 commit comments

Comments
 (0)