@magnolia/cli-jumpstart-plugin 1.1.4 → 1.1.5

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.1.5 (2025-10-02)
4
+ * Update dependencies ([MGNLCLI-436](https://magnolia-cms.atlassian.net/browse/MGNLCLI-436))
5
+
3
6
  ## 1.1.4 (2025-09-19)
4
7
  * Hotfix: Remove part causing 404 when downloading from nexus
5
8
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magnolia/cli-jumpstart-plugin",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "A plugin for Magnolia CLI to download and set up a new headless or freemarker-based project with Magnolia webapp",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -25,50 +25,50 @@
25
25
  "devDependencies": {
26
26
  "@jest/globals": "^29.7.0",
27
27
  "@types/decompress": "^4.2.7",
28
- "@types/filenamify": "^2.0.1",
28
+ "@types/filenamify": "^3.0.1",
29
29
  "@types/fs-extra": "^11.0.4",
30
- "@types/inquirer": "^9.0.7",
30
+ "@types/inquirer": "^9.0.9",
31
31
  "@types/js-beautify": "^1.14.3",
32
- "@types/node": "^22.13.4",
32
+ "@types/node": "^24.5.2",
33
33
  "@types/progress": "^2.0.7",
34
34
  "@types/underscore": "^1.13.0",
35
35
  "@types/walk": "^2.3.4",
36
- "cpy-cli": "^5.0.0",
36
+ "cpy-cli": "^6.0.0",
37
37
  "depcheck": "^1.4.7",
38
- "eslint": "^9.20.1",
38
+ "eslint": "^9.36.0",
39
39
  "husky": "^9.1.7",
40
40
  "jest": "^29.7.0",
41
- "lint-staged": "^15.4.3",
42
- "prettier": "^3.5.1",
43
- "typescript": "^5.7.3"
41
+ "lint-staged": "^16.2.0",
42
+ "prettier": "^3.6.2",
43
+ "typescript": "^5.9.2"
44
44
  },
45
45
  "dependencies": {
46
- "@babel/generator": "^7.26.9",
47
- "@babel/parser": "^7.26.9",
48
- "@babel/traverse": "^7.26.9",
49
- "@babel/types": "^7.26.9",
50
- "@magnolia/cli-helper": "^1.0.5",
51
- "@magnolia/cli-plugin-template": "^1.1.3",
52
- "axios": "^1.7.9",
53
- "chalk": "^5.4.1",
46
+ "@babel/generator": "^7.28.3",
47
+ "@babel/parser": "^7.28.4",
48
+ "@babel/traverse": "^7.28.4",
49
+ "@babel/types": "^7.28.4",
50
+ "@magnolia/cli-helper": "^1.1.1",
51
+ "@magnolia/cli-plugin-template": "^1.2.1",
52
+ "axios": "^1.12.2",
53
+ "chalk": "^5.6.2",
54
54
  "commander": "^12.1.0",
55
55
  "decompress": "^4.2.1",
56
- "dotenv": "^16.4.7",
57
- "execa": "^9.5.2",
58
- "filenamify": "^6.0.0",
59
- "fs-extra": "^11.3.0",
60
- "glob": "^11.0.1",
56
+ "dotenv": "^17.2.2",
57
+ "execa": "^9.6.0",
58
+ "filenamify": "^7.0.0",
59
+ "fs-extra": "^11.3.2",
60
+ "glob": "^11.0.3",
61
61
  "http-proxy-agent": "^7.0.2",
62
62
  "https-proxy-agent": "^7.0.6",
63
- "inquirer": "^12.4.2",
64
- "js-beautify": "^1.15.3",
63
+ "inquirer": "^12.9.6",
64
+ "js-beautify": "^1.15.4",
65
65
  "json5": "^2.2.3",
66
- "ora": "^8.2.0",
66
+ "ora": "^9.0.0",
67
67
  "progress": "^2.0.3",
68
68
  "underscore": "^1.13.7",
69
69
  "walk": "^2.3.15",
70
70
  "winston": "^3.17.0",
71
- "yaml": "^2.7.0"
71
+ "yaml": "^2.8.1"
72
72
  },
73
73
  "type": "module",
74
74
  "standard": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magnolia/cli-jumpstart-plugin",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "A plugin for Magnolia CLI to download and set up a new headless or freemarker-based project with Magnolia webapp",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -25,50 +25,50 @@
25
25
  "devDependencies": {
26
26
  "@jest/globals": "^29.7.0",
27
27
  "@types/decompress": "^4.2.7",
28
- "@types/filenamify": "^2.0.1",
28
+ "@types/filenamify": "^3.0.1",
29
29
  "@types/fs-extra": "^11.0.4",
30
- "@types/inquirer": "^9.0.7",
30
+ "@types/inquirer": "^9.0.9",
31
31
  "@types/js-beautify": "^1.14.3",
32
- "@types/node": "^22.13.4",
32
+ "@types/node": "^24.5.2",
33
33
  "@types/progress": "^2.0.7",
34
34
  "@types/underscore": "^1.13.0",
35
35
  "@types/walk": "^2.3.4",
36
- "cpy-cli": "^5.0.0",
36
+ "cpy-cli": "^6.0.0",
37
37
  "depcheck": "^1.4.7",
38
- "eslint": "^9.20.1",
38
+ "eslint": "^9.36.0",
39
39
  "husky": "^9.1.7",
40
40
  "jest": "^29.7.0",
41
- "lint-staged": "^15.4.3",
42
- "prettier": "^3.5.1",
43
- "typescript": "^5.7.3"
41
+ "lint-staged": "^16.2.0",
42
+ "prettier": "^3.6.2",
43
+ "typescript": "^5.9.2"
44
44
  },
45
45
  "dependencies": {
46
- "@babel/generator": "^7.26.9",
47
- "@babel/parser": "^7.26.9",
48
- "@babel/traverse": "^7.26.9",
49
- "@babel/types": "^7.26.9",
50
- "@magnolia/cli-helper": "^1.0.5",
51
- "@magnolia/cli-plugin-template": "^1.1.3",
52
- "axios": "^1.7.9",
53
- "chalk": "^5.4.1",
46
+ "@babel/generator": "^7.28.3",
47
+ "@babel/parser": "^7.28.4",
48
+ "@babel/traverse": "^7.28.4",
49
+ "@babel/types": "^7.28.4",
50
+ "@magnolia/cli-helper": "^1.1.1",
51
+ "@magnolia/cli-plugin-template": "^1.2.1",
52
+ "axios": "^1.12.2",
53
+ "chalk": "^5.6.2",
54
54
  "commander": "^12.1.0",
55
55
  "decompress": "^4.2.1",
56
- "dotenv": "^16.4.7",
57
- "execa": "^9.5.2",
58
- "filenamify": "^6.0.0",
59
- "fs-extra": "^11.3.0",
60
- "glob": "^11.0.1",
56
+ "dotenv": "^17.2.2",
57
+ "execa": "^9.6.0",
58
+ "filenamify": "^7.0.0",
59
+ "fs-extra": "^11.3.2",
60
+ "glob": "^11.0.3",
61
61
  "http-proxy-agent": "^7.0.2",
62
62
  "https-proxy-agent": "^7.0.6",
63
- "inquirer": "^12.4.2",
64
- "js-beautify": "^1.15.3",
63
+ "inquirer": "^12.9.6",
64
+ "js-beautify": "^1.15.4",
65
65
  "json5": "^2.2.3",
66
- "ora": "^8.2.0",
66
+ "ora": "^9.0.0",
67
67
  "progress": "^2.0.3",
68
68
  "underscore": "^1.13.7",
69
69
  "walk": "^2.3.15",
70
70
  "winston": "^3.17.0",
71
- "yaml": "^2.7.0"
71
+ "yaml": "^2.8.1"
72
72
  },
73
73
  "type": "module",
74
74
  "standard": {