@raisenow/tamaro-cli 1.2.0 → 1.3.0

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 (72) hide show
  1. package/.history/.nvmrc_20250729181039 +1 -0
  2. package/.history/{CHANGELOG_20250625142901.md → CHANGELOG_20250729195139.md} +6 -0
  3. package/.history/{CHANGELOG_20250624055156.md → CHANGELOG_20250729195148.md} +10 -4
  4. package/.history/{CHANGELOG_20250625142902.md → CHANGELOG_20250729195156.md} +6 -0
  5. package/.history/CHANGELOG_20250729195218.md +29 -0
  6. package/.history/{CHANGELOG_20250625142852.md → CHANGELOG_20250729195223.md} +4 -2
  7. package/.history/CHANGELOG_20250729195506.md +29 -0
  8. package/.history/CHANGELOG_20250729224404.md +30 -0
  9. package/.history/CHANGELOG_20250729224411.md +30 -0
  10. package/.history/CHANGELOG_20250730124538.md +41 -0
  11. package/.history/CHANGELOG_20250730124603.md +38 -0
  12. package/.history/CHANGELOG_20250730124627.md +36 -0
  13. package/.history/CHANGELOG_20250730124638.md +36 -0
  14. package/.history/CHANGELOG_20250730124640.md +36 -0
  15. package/.history/bitbucket-pipelines_20250729111540.yml +46 -0
  16. package/.history/bitbucket-pipelines_20250729210338.yml +46 -0
  17. package/.history/bitbucket-pipelines_20250729210340.yml +46 -0
  18. package/.history/bitbucket-pipelines_20250729210342.yml +46 -0
  19. package/.history/bitbucket-pipelines_20250729222234.yml +47 -0
  20. package/.history/bitbucket-pipelines_20250729222554.yml +47 -0
  21. package/.history/bitbucket-pipelines_20250729222555.yml +47 -0
  22. package/.history/bitbucket-pipelines_20250729223022.yml +46 -0
  23. package/.history/bitbucket-pipelines_20250729223024.yml +46 -0
  24. package/.history/{package_20241125103106.json → package_20250729182417.json} +22 -16
  25. package/.history/{package_20241125013249.json → package_20250729182419.json} +23 -18
  26. package/.history/{package_20241125014402.json → package_20250729182618.json} +21 -16
  27. package/.history/{package_20241125013228.json → package_20250729182834.json} +25 -21
  28. package/.history/{package_20241107125521.json → package_20250729183032.json} +38 -34
  29. package/.history/package_20250729183033.json +110 -0
  30. package/.history/package_20250729185750.json +110 -0
  31. package/.history/package_20250729185815.json +110 -0
  32. package/.history/package_20250729185846.json +110 -0
  33. package/.history/package_20250729185854.json +110 -0
  34. package/.history/package_20250729185943.json +110 -0
  35. package/.history/package_20250729190645.json +110 -0
  36. package/.history/package_20250729195934.json +110 -0
  37. package/.history/package_20250729200013.json +110 -0
  38. package/.history/package_20250729200056.json +110 -0
  39. package/.history/package_20250729200434.json +110 -0
  40. package/.history/package_20250729200808.json +110 -0
  41. package/.history/package_20250729200944.json +110 -0
  42. package/.history/package_20250729214420.json +114 -0
  43. package/.history/{package_20241107124611.json → package_20250729223112.json} +49 -45
  44. package/.history/package_20250729223127.json +110 -0
  45. package/.history/package_20250729223134.json +110 -0
  46. package/.history/package_20250730124647.json +114 -0
  47. package/.history/vitest.config_20250729214539.ts +0 -0
  48. package/.history/vitest.config_20250729214659.ts +24 -0
  49. package/.history/vitest.config_20250729214748.ts +21 -0
  50. package/.history/vitest.config_20250729214825.ts +21 -0
  51. package/.history/vitest.config_20250729214902.ts +21 -0
  52. package/.history/vitest.config_20250729222125.ts +20 -0
  53. package/.history/vitest.config_20250729222213.ts +20 -0
  54. package/.nvmrc +1 -1
  55. package/bitbucket-pipelines.yml +6 -2
  56. package/dist/{chunk-KVWFHWZD.js → chunk-H4BMVFM6.js} +2 -2
  57. package/dist/cli.js +156 -59
  58. package/dist/webpack.config.js +1 -1
  59. package/package.json +51 -46
  60. package/vitest.config.ts +20 -0
  61. package/.history/.nvmrc_20241125012803 +0 -1
  62. package/.history/.nvmrc_20241125022800 +0 -1
  63. package/.history/.nvmrc_20241125022806 +0 -1
  64. package/.history/CHANGELOG_20250624052910.md +0 -20
  65. package/.history/CHANGELOG_20250624055058.md +0 -23
  66. package/.history/CHANGELOG_20250624055107.md +0 -23
  67. package/.history/CHANGELOG_20250624055138.md +0 -23
  68. package/.history/CHANGELOG_20250624055200.md +0 -23
  69. package/.history/CHANGELOG_20250624055203.md +0 -23
  70. package/.history/package_20241107122123.json +0 -106
  71. package/.history/package_20241107122219.json +0 -106
  72. package/.history/package_20241107125538.json +0 -106
@@ -0,0 +1,47 @@
1
+ image: node:22
2
+
3
+ definitions:
4
+ caches:
5
+ node:
6
+ key:
7
+ files:
8
+ - pnpm-lock.yaml
9
+ - package.json
10
+ path: node_modules
11
+ pnpm:
12
+ key:
13
+ files:
14
+ - pnpm-lock.yaml
15
+ - package.json
16
+ path: $BITBUCKET_CLONE_DIR/.pnpm-store
17
+ scripts:
18
+ initialize: &initialize |-
19
+ corepack enable pnpm
20
+ corepack prepare --activate
21
+ steps:
22
+ - step: &install
23
+ name: Install dependencies
24
+ caches:
25
+ - node
26
+ - pnpm
27
+ script:
28
+ - *initialize
29
+ - pnpm install --prefer-offline
30
+ - step: &check
31
+ name: Check
32
+ caches:
33
+ - node
34
+ - pnpm
35
+ script:
36
+ - *initialize
37
+ - pnpm lint
38
+ - pnpm typecheck
39
+ - pnpm test
40
+ # Do not bother for dev deps
41
+ # @see https://raisenow.atlassian.net/wiki/spaces/PD/pages/5680037889/TP+RFC+014+-+Unsafe+Outdated+Libraries+Upgrades#Regular-upgrade-of-NPM-libraries-versions
42
+ - pnpm audit --audit-level=critical --prod
43
+
44
+ pipelines:
45
+ default:
46
+ - step: *install
47
+ - step: *check
@@ -0,0 +1,46 @@
1
+ image: node:22
2
+
3
+ definitions:
4
+ caches:
5
+ node:
6
+ key:
7
+ files:
8
+ - pnpm-lock.yaml
9
+ - package.json
10
+ path: node_modules
11
+ pnpm:
12
+ key:
13
+ files:
14
+ - pnpm-lock.yaml
15
+ - package.json
16
+ path: $BITBUCKET_CLONE_DIR/.pnpm-store
17
+ scripts:
18
+ initialize: &initialize |-
19
+ corepack enable pnpm
20
+ corepack prepare --activate
21
+ steps:
22
+ - step: &install
23
+ name: Install dependencies
24
+ caches:
25
+ - node
26
+ - pnpm
27
+ script:
28
+ - *initialize
29
+ - pnpm install --prefer-offline
30
+ - step: &check
31
+ name: Check
32
+ caches:
33
+ - node
34
+ - pnpm
35
+ script:
36
+ - *initialize
37
+ - pnpm lint
38
+ - pnpm typecheck
39
+ # Do not bother for dev deps
40
+ # @see https://raisenow.atlassian.net/wiki/spaces/PD/pages/5680037889/TP+RFC+014+-+Unsafe+Outdated+Libraries+Upgrades#Regular-upgrade-of-NPM-libraries-versions
41
+ - pnpm audit --audit-level=critical --prod
42
+
43
+ pipelines:
44
+ default:
45
+ - step: *install
46
+ - step: *check
@@ -0,0 +1,46 @@
1
+ image: node:22
2
+
3
+ definitions:
4
+ caches:
5
+ node:
6
+ key:
7
+ files:
8
+ - pnpm-lock.yaml
9
+ - package.json
10
+ path: node_modules
11
+ pnpm:
12
+ key:
13
+ files:
14
+ - pnpm-lock.yaml
15
+ - package.json
16
+ path: $BITBUCKET_CLONE_DIR/.pnpm-store
17
+ scripts:
18
+ initialize: &initialize |-
19
+ corepack enable pnpm
20
+ corepack prepare --activate
21
+ steps:
22
+ - step: &install
23
+ name: Install dependencies
24
+ caches:
25
+ - node
26
+ - pnpm
27
+ script:
28
+ - *initialize
29
+ - pnpm install --prefer-offline
30
+ - step: &check
31
+ name: Check
32
+ caches:
33
+ - node
34
+ - pnpm
35
+ script:
36
+ - *initialize
37
+ - pnpm lint
38
+ - pnpm typecheck
39
+ # Do not bother for dev deps
40
+ # @see https://raisenow.atlassian.net/wiki/spaces/PD/pages/5680037889/TP+RFC+014+-+Unsafe+Outdated+Libraries+Upgrades#Regular-upgrade-of-NPM-libraries-versions
41
+ - pnpm audit --audit-level=critical --prod
42
+
43
+ pipelines:
44
+ default:
45
+ - step: *install
46
+ - step: *check
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@raisenow/tamaro-cli",
3
- "version": "1.1.8",
3
+ "version": "1.2.0",
4
4
  "author": {
5
5
  "name": "RaiseNow",
6
6
  "email": "development@raisenow.com"
@@ -25,31 +25,32 @@
25
25
  "format": "prettier --write ."
26
26
  },
27
27
  "dependencies": {
28
- "@babel/cli": "^7.25.9",
29
- "@babel/core": "^7.26.0",
30
- "@babel/plugin-proposal-decorators": "^7.25.9",
28
+ "@babel/cli": "^7.28.0",
29
+ "@babel/core": "^7.28.0",
30
+ "@babel/plugin-proposal-decorators": "^7.28.0",
31
31
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
32
- "@babel/plugin-transform-runtime": "^7.25.9",
33
- "@babel/preset-env": "^7.26.0",
34
- "@babel/preset-react": "^7.25.9",
35
- "@babel/preset-typescript": "^7.26.0",
36
- "@babel/runtime-corejs3": "^7.26.0",
37
- "@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
38
- "@statoscope/webpack-plugin": "^5.28.3",
32
+ "@babel/plugin-transform-runtime": "^7.28.0",
33
+ "@babel/preset-env": "^7.28.0",
34
+ "@babel/preset-react": "^7.27.1",
35
+ "@babel/preset-typescript": "^7.27.1",
36
+ "@babel/runtime-corejs3": "^7.28.2",
37
+ "@pmmmwh/react-refresh-webpack-plugin": "^0.5.17",
38
+ "@statoscope/webpack-plugin": "^5.29.0",
39
39
  "@types/columnify": "^1.5.4",
40
- "@types/lodash": "^4.17.13",
41
- "@types/node": "^22.9.3",
40
+ "@types/handlebars-helpers": "^0.5.6",
41
+ "@types/lodash": "^4.17.20",
42
+ "@types/node": "^22.17.0",
42
43
  "@types/node-notifier": "^8.0.5",
43
44
  "@types/prompts": "^2.4.9",
44
45
  "@types/resolve-bin": "^0.4.3",
45
46
  "@types/webpack-config-utils": "^2.3.4",
46
47
  "@typescript-eslint/eslint-plugin": "^7.18.0",
47
48
  "@typescript-eslint/parser": "^7.18.0",
48
- "autoprefixer": "^10.4.20",
49
- "babel-loader": "^9.2.1",
49
+ "autoprefixer": "^10.4.21",
50
+ "babel-loader": "^10.0.0",
50
51
  "babel-plugin-istanbul": "^7.0.0",
51
52
  "babel-plugin-lodash": "^3.3.4",
52
- "chalk": "^5.3.0",
53
+ "chalk": "^5.4.1",
53
54
  "clean-webpack-plugin": "^4.0.0",
54
55
  "columnify": "^1.6.0",
55
56
  "commander": "^12.1.0",
@@ -73,6 +74,8 @@
73
74
  "file-loader": "^6.2.0",
74
75
  "fork-ts-checker-webpack-plugin": "^9.0.2",
75
76
  "glob": "^11.0.0",
77
+ "handlebars": "^4.7.8",
78
+ "handlebars-helpers": "^0.10.0",
76
79
  "html-loader": "^5.1.0",
77
80
  "html-webpack-plugin": "^5.6.3",
78
81
  "json-loader": "^0.5.7",
@@ -82,7 +85,9 @@
82
85
  "portfinder": "^1.0.32",
83
86
  "postcss": "^8.4.49",
84
87
  "postcss-custom-properties": "^14.0.4",
88
+ "postcss-import": "^16.1.1",
85
89
  "postcss-loader": "^8.1.1",
90
+ "postcss-nested": "^7.0.2",
86
91
  "prettier": "^3.3.3",
87
92
  "prompts": "^2.4.2",
88
93
  "react-refresh": "^0.14.2",
@@ -96,6 +101,7 @@
96
101
  "tsup": "^8.3.5",
97
102
  "typescript": "^5.7.2",
98
103
  "url-loader": "^4.1.1",
104
+ "vitest": "^3.2.4",
99
105
  "webpack": "^5.96.1",
100
106
  "webpack-cli": "^5.1.4",
101
107
  "webpack-config-utils": "^2.3.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@raisenow/tamaro-cli",
3
- "version": "1.1.7",
3
+ "version": "1.2.0",
4
4
  "author": {
5
5
  "name": "RaiseNow",
6
6
  "email": "development@raisenow.com"
@@ -25,31 +25,32 @@
25
25
  "format": "prettier --write ."
26
26
  },
27
27
  "dependencies": {
28
- "@babel/cli": "^7.25.9",
29
- "@babel/core": "^7.26.0",
30
- "@babel/plugin-proposal-decorators": "^7.25.9",
28
+ "@babel/cli": "^7.28.0",
29
+ "@babel/core": "^7.28.0",
30
+ "@babel/plugin-proposal-decorators": "^7.28.0",
31
31
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
32
- "@babel/plugin-transform-runtime": "^7.25.9",
33
- "@babel/preset-env": "^7.26.0",
34
- "@babel/preset-react": "^7.25.9",
35
- "@babel/preset-typescript": "^7.26.0",
36
- "@babel/runtime-corejs3": "^7.26.0",
37
- "@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
38
- "@statoscope/webpack-plugin": "^5.28.3",
32
+ "@babel/plugin-transform-runtime": "^7.28.0",
33
+ "@babel/preset-env": "^7.28.0",
34
+ "@babel/preset-react": "^7.27.1",
35
+ "@babel/preset-typescript": "^7.27.1",
36
+ "@babel/runtime-corejs3": "^7.28.2",
37
+ "@pmmmwh/react-refresh-webpack-plugin": "^0.5.17",
38
+ "@statoscope/webpack-plugin": "^5.29.0",
39
39
  "@types/columnify": "^1.5.4",
40
- "@types/lodash": "^4.17.13",
41
- "@types/node": "^22.9.3",
40
+ "@types/handlebars-helpers": "^0.5.6",
41
+ "@types/lodash": "^4.17.20",
42
+ "@types/node": "^22.17.0",
42
43
  "@types/node-notifier": "^8.0.5",
43
44
  "@types/prompts": "^2.4.9",
44
45
  "@types/resolve-bin": "^0.4.3",
45
46
  "@types/webpack-config-utils": "^2.3.4",
46
47
  "@typescript-eslint/eslint-plugin": "^7.18.0",
47
48
  "@typescript-eslint/parser": "^7.18.0",
48
- "autoprefixer": "^10.4.20",
49
- "babel-loader": "^9.2.1",
49
+ "autoprefixer": "^10.4.21",
50
+ "babel-loader": "^10.0.0",
50
51
  "babel-plugin-istanbul": "^7.0.0",
51
52
  "babel-plugin-lodash": "^3.3.4",
52
- "chalk": "^5.3.0",
53
+ "chalk": "^5.4.1",
53
54
  "clean-webpack-plugin": "^4.0.0",
54
55
  "columnify": "^1.6.0",
55
56
  "commander": "^12.1.0",
@@ -58,7 +59,6 @@
58
59
  "css-loader": "^7.1.2",
59
60
  "css-minimizer-webpack-plugin": "^7.0.0",
60
61
  "dotenv": "^16.4.5",
61
- "dotenv-expand": "^11.0.6",
62
62
  "escape-string-regexp": "^5.0.0",
63
63
  "eslint": "^8.57.1",
64
64
  "eslint-config-prettier": "^9.1.0",
@@ -74,6 +74,8 @@
74
74
  "file-loader": "^6.2.0",
75
75
  "fork-ts-checker-webpack-plugin": "^9.0.2",
76
76
  "glob": "^11.0.0",
77
+ "handlebars": "^4.7.8",
78
+ "handlebars-helpers": "^0.10.0",
77
79
  "html-loader": "^5.1.0",
78
80
  "html-webpack-plugin": "^5.6.3",
79
81
  "json-loader": "^0.5.7",
@@ -83,7 +85,9 @@
83
85
  "portfinder": "^1.0.32",
84
86
  "postcss": "^8.4.49",
85
87
  "postcss-custom-properties": "^14.0.4",
88
+ "postcss-import": "^16.1.1",
86
89
  "postcss-loader": "^8.1.1",
90
+ "postcss-nested": "^7.0.2",
87
91
  "prettier": "^3.3.3",
88
92
  "prompts": "^2.4.2",
89
93
  "react-refresh": "^0.14.2",
@@ -93,10 +97,11 @@
93
97
  "source-map-loader": "^5.0.0",
94
98
  "strip-indent": "^4.0.0",
95
99
  "style-loader": "^4.0.0",
96
- "tsconfig-paths-webpack-plugin": "^4.1.0",
100
+ "tsconfig-paths-webpack-plugin": "^4.2.0",
97
101
  "tsup": "^8.3.5",
98
102
  "typescript": "^5.7.2",
99
103
  "url-loader": "^4.1.1",
104
+ "vitest": "^3.2.4",
100
105
  "webpack": "^5.96.1",
101
106
  "webpack-cli": "^5.1.4",
102
107
  "webpack-config-utils": "^2.3.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@raisenow/tamaro-cli",
3
- "version": "1.1.7",
3
+ "version": "1.2.0",
4
4
  "author": {
5
5
  "name": "RaiseNow",
6
6
  "email": "development@raisenow.com"
@@ -25,31 +25,32 @@
25
25
  "format": "prettier --write ."
26
26
  },
27
27
  "dependencies": {
28
- "@babel/cli": "^7.25.9",
29
- "@babel/core": "^7.26.0",
30
- "@babel/plugin-proposal-decorators": "^7.25.9",
28
+ "@babel/cli": "^7.28.0",
29
+ "@babel/core": "^7.28.0",
30
+ "@babel/plugin-proposal-decorators": "^7.28.0",
31
31
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
32
- "@babel/plugin-transform-runtime": "^7.25.9",
33
- "@babel/preset-env": "^7.26.0",
34
- "@babel/preset-react": "^7.25.9",
35
- "@babel/preset-typescript": "^7.26.0",
36
- "@babel/runtime-corejs3": "^7.26.0",
37
- "@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
38
- "@statoscope/webpack-plugin": "^5.28.3",
32
+ "@babel/plugin-transform-runtime": "^7.28.0",
33
+ "@babel/preset-env": "^7.28.0",
34
+ "@babel/preset-react": "^7.27.1",
35
+ "@babel/preset-typescript": "^7.27.1",
36
+ "@babel/runtime-corejs3": "^7.28.2",
37
+ "@pmmmwh/react-refresh-webpack-plugin": "^0.6.1",
38
+ "@statoscope/webpack-plugin": "^5.29.0",
39
39
  "@types/columnify": "^1.5.4",
40
- "@types/lodash": "^4.17.13",
41
- "@types/node": "^22.9.3",
40
+ "@types/handlebars-helpers": "^0.5.6",
41
+ "@types/lodash": "^4.17.20",
42
+ "@types/node": "^22.17.0",
42
43
  "@types/node-notifier": "^8.0.5",
43
44
  "@types/prompts": "^2.4.9",
44
45
  "@types/resolve-bin": "^0.4.3",
45
46
  "@types/webpack-config-utils": "^2.3.4",
46
47
  "@typescript-eslint/eslint-plugin": "^7.18.0",
47
48
  "@typescript-eslint/parser": "^7.18.0",
48
- "autoprefixer": "^10.4.20",
49
- "babel-loader": "^9.2.1",
49
+ "autoprefixer": "^10.4.21",
50
+ "babel-loader": "^10.0.0",
50
51
  "babel-plugin-istanbul": "^7.0.0",
51
52
  "babel-plugin-lodash": "^3.3.4",
52
- "chalk": "^5.3.0",
53
+ "chalk": "^5.4.1",
53
54
  "clean-webpack-plugin": "^4.0.0",
54
55
  "columnify": "^1.6.0",
55
56
  "commander": "^12.1.0",
@@ -73,6 +74,8 @@
73
74
  "file-loader": "^6.2.0",
74
75
  "fork-ts-checker-webpack-plugin": "^9.0.2",
75
76
  "glob": "^11.0.0",
77
+ "handlebars": "^4.7.8",
78
+ "handlebars-helpers": "^0.10.0",
76
79
  "html-loader": "^5.1.0",
77
80
  "html-webpack-plugin": "^5.6.3",
78
81
  "json-loader": "^0.5.7",
@@ -82,7 +85,9 @@
82
85
  "portfinder": "^1.0.32",
83
86
  "postcss": "^8.4.49",
84
87
  "postcss-custom-properties": "^14.0.4",
88
+ "postcss-import": "^16.1.1",
85
89
  "postcss-loader": "^8.1.1",
90
+ "postcss-nested": "^7.0.2",
86
91
  "prettier": "^3.3.3",
87
92
  "prompts": "^2.4.2",
88
93
  "react-refresh": "^0.14.2",
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@raisenow/tamaro-cli",
3
- "version": "1.1.7",
3
+ "version": "1.2.0",
4
4
  "author": {
5
5
  "name": "RaiseNow",
6
6
  "email": "development@raisenow.com"
7
7
  },
8
8
  "type": "module",
9
9
  "bin": "dist/cli.js",
10
- "packageManager": "pnpm@9.12.3",
10
+ "packageManager": "pnpm@9.14.2",
11
11
  "engines": {
12
12
  "node": ">=20",
13
13
  "pnpm": ">= 9.12",
@@ -25,40 +25,40 @@
25
25
  "format": "prettier --write ."
26
26
  },
27
27
  "dependencies": {
28
- "@babel/cli": "^7.25.9",
29
- "@babel/core": "^7.26.0",
30
- "@babel/plugin-proposal-decorators": "^7.25.9",
28
+ "@babel/cli": "^7.28.0",
29
+ "@babel/core": "^7.28.0",
30
+ "@babel/plugin-proposal-decorators": "^7.28.0",
31
31
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
32
- "@babel/plugin-transform-runtime": "^7.25.9",
33
- "@babel/preset-env": "^7.26.0",
34
- "@babel/preset-react": "^7.25.9",
35
- "@babel/preset-typescript": "^7.26.0",
36
- "@babel/runtime-corejs3": "^7.26.0",
37
- "@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
38
- "@statoscope/webpack-plugin": "^5.28.3",
32
+ "@babel/plugin-transform-runtime": "^7.28.0",
33
+ "@babel/preset-env": "^7.28.0",
34
+ "@babel/preset-react": "^7.27.1",
35
+ "@babel/preset-typescript": "^7.27.1",
36
+ "@babel/runtime-corejs3": "^7.28.2",
37
+ "@pmmmwh/react-refresh-webpack-plugin": "^0.6.1",
38
+ "@statoscope/webpack-plugin": "^5.29.0",
39
39
  "@types/columnify": "^1.5.4",
40
- "@types/lodash": "^4.17.13",
41
- "@types/node": "^22.9.3",
40
+ "@types/handlebars-helpers": "^0.5.6",
41
+ "@types/lodash": "^4.17.20",
42
+ "@types/node": "^22.17.0",
42
43
  "@types/node-notifier": "^8.0.5",
43
44
  "@types/prompts": "^2.4.9",
44
45
  "@types/resolve-bin": "^0.4.3",
45
46
  "@types/webpack-config-utils": "^2.3.4",
46
47
  "@typescript-eslint/eslint-plugin": "^7.18.0",
47
48
  "@typescript-eslint/parser": "^7.18.0",
48
- "autoprefixer": "^10.4.20",
49
- "babel-loader": "^9.2.1",
49
+ "autoprefixer": "^10.4.21",
50
+ "babel-loader": "^10.0.0",
50
51
  "babel-plugin-istanbul": "^7.0.0",
51
52
  "babel-plugin-lodash": "^3.3.4",
52
- "chalk": "^5.3.0",
53
+ "chalk": "^5.4.1",
53
54
  "clean-webpack-plugin": "^4.0.0",
54
55
  "columnify": "^1.6.0",
55
56
  "commander": "^12.1.0",
56
57
  "copy-webpack-plugin": "^12.0.2",
57
58
  "core-js": "^3.39.0",
58
59
  "css-loader": "^7.1.2",
59
- "css-minimizer-webpack-plugin": "^7.0.0",
60
- "dotenv": "^16.4.5",
61
- "dotenv-expand": "^11.0.6",
60
+ "css-minimizer-webpack-plugin": "^7.0.2",
61
+ "dotenv": "^17.2.1",
62
62
  "escape-string-regexp": "^5.0.0",
63
63
  "eslint": "^8.57.1",
64
64
  "eslint-config-prettier": "^9.1.0",
@@ -74,6 +74,8 @@
74
74
  "file-loader": "^6.2.0",
75
75
  "fork-ts-checker-webpack-plugin": "^9.0.2",
76
76
  "glob": "^11.0.0",
77
+ "handlebars": "^4.7.8",
78
+ "handlebars-helpers": "^0.10.0",
77
79
  "html-loader": "^5.1.0",
78
80
  "html-webpack-plugin": "^5.6.3",
79
81
  "json-loader": "^0.5.7",
@@ -83,7 +85,9 @@
83
85
  "portfinder": "^1.0.32",
84
86
  "postcss": "^8.4.49",
85
87
  "postcss-custom-properties": "^14.0.4",
88
+ "postcss-import": "^16.1.1",
86
89
  "postcss-loader": "^8.1.1",
90
+ "postcss-nested": "^7.0.2",
87
91
  "prettier": "^3.3.3",
88
92
  "prompts": "^2.4.2",
89
93
  "react-refresh": "^0.14.2",
@@ -93,7 +97,7 @@
93
97
  "source-map-loader": "^5.0.0",
94
98
  "strip-indent": "^4.0.0",
95
99
  "style-loader": "^4.0.0",
96
- "tsconfig-paths-webpack-plugin": "^4.1.0",
100
+ "tsconfig-paths-webpack-plugin": "^4.2.0",
97
101
  "tsup": "^8.3.5",
98
102
  "typescript": "^5.7.2",
99
103
  "url-loader": "^4.1.1",
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@raisenow/tamaro-cli",
3
- "version": "1.1.7",
3
+ "version": "1.2.0",
4
4
  "author": {
5
5
  "name": "RaiseNow",
6
6
  "email": "development@raisenow.com"
7
7
  },
8
8
  "type": "module",
9
9
  "bin": "dist/cli.js",
10
- "packageManager": "pnpm@9.12.3",
10
+ "packageManager": "pnpm@9.14.2",
11
11
  "engines": {
12
12
  "node": ">=20",
13
13
  "pnpm": ">= 9.12",
@@ -25,40 +25,40 @@
25
25
  "format": "prettier --write ."
26
26
  },
27
27
  "dependencies": {
28
- "@babel/cli": "^7.25.9",
29
- "@babel/core": "^7.26.0",
30
- "@babel/plugin-proposal-decorators": "^7.25.9",
28
+ "@babel/cli": "^7.28.0",
29
+ "@babel/core": "^7.28.0",
30
+ "@babel/plugin-proposal-decorators": "^7.28.0",
31
31
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
32
- "@babel/plugin-transform-runtime": "^7.25.9",
33
- "@babel/preset-env": "^7.26.0",
34
- "@babel/preset-react": "^7.25.9",
35
- "@babel/preset-typescript": "^7.26.0",
36
- "@babel/runtime-corejs3": "^7.26.0",
37
- "@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
38
- "@statoscope/webpack-plugin": "^5.28.2",
32
+ "@babel/plugin-transform-runtime": "^7.28.0",
33
+ "@babel/preset-env": "^7.28.0",
34
+ "@babel/preset-react": "^7.27.1",
35
+ "@babel/preset-typescript": "^7.27.1",
36
+ "@babel/runtime-corejs3": "^7.28.2",
37
+ "@pmmmwh/react-refresh-webpack-plugin": "^0.6.1",
38
+ "@statoscope/webpack-plugin": "^5.29.0",
39
39
  "@types/columnify": "^1.5.4",
40
- "@types/lodash": "^4.17.13",
41
- "@types/node": "^20.17.6",
40
+ "@types/handlebars-helpers": "^0.5.6",
41
+ "@types/lodash": "^4.17.20",
42
+ "@types/node": "^22.17.0",
42
43
  "@types/node-notifier": "^8.0.5",
43
44
  "@types/prompts": "^2.4.9",
44
45
  "@types/resolve-bin": "^0.4.3",
45
46
  "@types/webpack-config-utils": "^2.3.4",
46
47
  "@typescript-eslint/eslint-plugin": "^7.18.0",
47
48
  "@typescript-eslint/parser": "^7.18.0",
48
- "autoprefixer": "^10.4.20",
49
- "babel-loader": "^9.2.1",
49
+ "autoprefixer": "^10.4.21",
50
+ "babel-loader": "^10.0.0",
50
51
  "babel-plugin-istanbul": "^7.0.0",
51
52
  "babel-plugin-lodash": "^3.3.4",
52
- "chalk": "^5.3.0",
53
+ "chalk": "^5.4.1",
53
54
  "clean-webpack-plugin": "^4.0.0",
54
55
  "columnify": "^1.6.0",
55
56
  "commander": "^12.1.0",
56
57
  "copy-webpack-plugin": "^12.0.2",
57
58
  "core-js": "^3.39.0",
58
59
  "css-loader": "^7.1.2",
59
- "css-minimizer-webpack-plugin": "^7.0.0",
60
- "dotenv": "^16.4.5",
61
- "dotenv-expand": "^11.0.6",
60
+ "css-minimizer-webpack-plugin": "^7.0.2",
61
+ "dotenv": "^17.2.1",
62
62
  "escape-string-regexp": "^5.0.0",
63
63
  "eslint": "^8.57.1",
64
64
  "eslint-config-prettier": "^9.1.0",
@@ -73,34 +73,38 @@
73
73
  "execa": "^9.5.1",
74
74
  "file-loader": "^6.2.0",
75
75
  "fork-ts-checker-webpack-plugin": "^9.0.2",
76
- "glob": "^11.0.0",
76
+ "glob": "^11.0.3",
77
+ "handlebars": "^4.7.8",
78
+ "handlebars-helpers": "^0.10.0",
77
79
  "html-loader": "^5.1.0",
78
80
  "html-webpack-plugin": "^5.6.3",
79
81
  "json-loader": "^0.5.7",
80
82
  "lodash": "^4.17.21",
81
83
  "mini-css-extract-plugin": "^2.9.2",
82
84
  "node-notifier": "^10.0.1",
83
- "portfinder": "^1.0.32",
84
- "postcss": "^8.4.47",
85
- "postcss-custom-properties": "^14.0.4",
85
+ "portfinder": "^1.0.37",
86
+ "postcss": "^8.5.6",
87
+ "postcss-custom-properties": "^14.0.6",
88
+ "postcss-import": "^16.1.1",
86
89
  "postcss-loader": "^8.1.1",
87
- "prettier": "^3.3.3",
90
+ "postcss-nested": "^7.0.2",
91
+ "prettier": "^3.6.2",
88
92
  "prompts": "^2.4.2",
89
- "react-refresh": "^0.14.2",
93
+ "react-refresh": "^0.17.0",
90
94
  "resolve-url-loader": "^5.0.0",
91
- "sass": "^1.80.6",
92
- "sass-loader": "^16.0.3",
95
+ "sass": "^1.89.2",
96
+ "sass-loader": "^16.0.5",
93
97
  "source-map-loader": "^5.0.0",
94
98
  "strip-indent": "^4.0.0",
95
99
  "style-loader": "^4.0.0",
96
- "tsconfig-paths-webpack-plugin": "^4.1.0",
97
- "tsup": "^8.3.5",
98
- "typescript": "^5.6.3",
100
+ "tsconfig-paths-webpack-plugin": "^4.2.0",
101
+ "tsup": "^8.5.0",
102
+ "typescript": "^5.8.3",
99
103
  "url-loader": "^4.1.1",
100
- "webpack": "^5.96.1",
101
- "webpack-cli": "^5.1.4",
104
+ "webpack": "^5.101.0",
105
+ "webpack-cli": "^6.0.1",
102
106
  "webpack-config-utils": "^2.3.1",
103
- "webpack-dev-server": "^5.1.0",
107
+ "webpack-dev-server": "^5.2.2",
104
108
  "yaml-loader": "^0.8.1"
105
109
  }
106
110
  }