@common-stack/generate-plugin 8.4.1-alpha.1 → 8.5.1-alpha.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [8.5.1-alpha.1](https://github.com/cdmbase/common-stack/compare/v8.5.1-alpha.0...v8.5.1-alpha.1) (2026-02-08)
7
+
8
+ **Note:** Version bump only for package @common-stack/generate-plugin
9
+
10
+ ## [8.5.1-alpha.0](https://github.com/cdmbase/common-stack/compare/v8.4.1-alpha.1...v8.5.1-alpha.0) (2026-02-08)
11
+
12
+ **Note:** Version bump only for package @common-stack/generate-plugin
13
+
6
14
  ## [8.4.1-alpha.1](https://github.com/cdmbase/common-stack/compare/v8.4.1-alpha.0...v8.4.1-alpha.1) (2026-02-04)
7
15
 
8
16
  **Note:** Version bump only for package @common-stack/generate-plugin
@@ -64,8 +64,8 @@
64
64
  "dependencies": {
65
65
  "@apollo/client": "^3.9.0",
66
66
  "@babel/runtime": "^7.20.1",
67
- "@common-stack/server-stack": "8.4.1-alpha.0",
68
- "@remix-run/node": "~2.15.3",
67
+ "@common-stack/server-stack": "8.5.1-alpha.0",
68
+ "@remix-run/node": "~2.16.0",
69
69
  "lodash": "^4.17.15",
70
70
  "react": "18.2.0"
71
71
  },
@@ -56,7 +56,7 @@
56
56
  "common": "link:./common"
57
57
  },
58
58
  "dependencies": {
59
- "@common-stack/frontend-stack-react": "8.4.1-alpha.0",
59
+ "@common-stack/frontend-stack-react": "8.5.1-alpha.0",
60
60
  "@react-icons/all-files": "^4.1.0",
61
61
  "classnames": "^2.2.6",
62
62
  "glob-all": "^3.3.1",
@@ -77,9 +77,9 @@
77
77
  },
78
78
  "devDependencies": {
79
79
  "@cdmbase/vite-plugin-i18next-loader": "^2.0.12",
80
- "@common-stack/rollup-vite-utils": "8.4.1-alpha.0",
81
- "@remix-run/dev": "~2.15.3",
82
- "@remix-run/serve": "~2.15.3",
80
+ "@common-stack/rollup-vite-utils": "8.5.1-alpha.0",
81
+ "@remix-run/dev": "~2.16.0",
82
+ "@remix-run/serve": "~2.16.0",
83
83
  "cross-env": "^7.0.3",
84
84
  "dotenv-esm": "^16.0.3-4",
85
85
  "pm2": "^5.2.2",
@@ -88,9 +88,9 @@
88
88
  "tsx": "^4.7.0",
89
89
  "typescript": "^5.4.5",
90
90
  "uuid": "^10.0.0",
91
- "vite": "^5.1.0",
92
- "vite-plugin-cjs-interop": "^2.1.1",
93
- "vite-tsconfig-paths": "^4.2.1"
91
+ "vite": "^6.0.0",
92
+ "vite-plugin-cjs-interop": "^2.4.1",
93
+ "vite-tsconfig-paths": "^5.1.4"
94
94
  },
95
95
  "peerDependencies": {
96
96
  "body-parser": "*"
@@ -137,8 +137,8 @@
137
137
  "@babel/register": "^7.18.9",
138
138
  "@babel/runtime": "^7.20.1",
139
139
  "@common-stack/env-list-loader": "8.3.1-alpha.4",
140
- "@common-stack/generate-plugin": "8.4.1-alpha.0",
141
- "@common-stack/rollup-vite-utils": "8.4.1-alpha.0",
140
+ "@common-stack/generate-plugin": "8.5.1-alpha.0",
141
+ "@common-stack/rollup-vite-utils": "8.5.1-alpha.0",
142
142
  "@emotion/babel-plugin": "^11.11.0",
143
143
  "@graphql-codegen/add": "^5.0.3",
144
144
  "@graphql-codegen/cli": "^5.0.4",
@@ -32,7 +32,7 @@
32
32
  "@common-stack/client-core": "8.4.1-alpha.0",
33
33
  "@common-stack/core": "8.4.1-alpha.0",
34
34
  "@common-stack/server-core": "8.4.1-alpha.0",
35
- "@common-stack/server-stack": "8.4.1-alpha.0",
35
+ "@common-stack/server-stack": "8.5.1-alpha.0",
36
36
  "@common-stack/store-mongo": "8.4.1-alpha.0",
37
37
  "@container-stack/mailing-api": "5.2.1-alpha.1",
38
38
  "helmet": "^3.21.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@common-stack/generate-plugin",
3
- "version": "8.4.1-alpha.1",
3
+ "version": "8.5.1-alpha.1",
4
4
  "type": "module",
5
5
  "main": "./lib/index.mjs",
6
6
  "typings": "./lib/index.d.ts",
@@ -18,7 +18,7 @@
18
18
  "watch": "yarn build:lib:watch"
19
19
  },
20
20
  "dependencies": {
21
- "@common-stack/rollup-vite-utils": "8.4.1-alpha.1",
21
+ "@common-stack/rollup-vite-utils": "8.5.1-alpha.1",
22
22
  "tslib": "^2.3.0"
23
23
  },
24
24
  "publishConfig": {
@@ -26,5 +26,5 @@
26
26
  },
27
27
  "executors": "./executors.json",
28
28
  "generators": "./generators.json",
29
- "gitHead": "ea0747e62597a1665857c133dde99442f4883d7c"
29
+ "gitHead": "2e05dc0e2a7a61f08500919ebaa3b543387827f0"
30
30
  }
@@ -64,8 +64,8 @@
64
64
  "dependencies": {
65
65
  "@apollo/client": "^3.9.0",
66
66
  "@babel/runtime": "^7.20.1",
67
- "@common-stack/server-stack": "8.4.1-alpha.0",
68
- "@remix-run/node": "~2.15.3",
67
+ "@common-stack/server-stack": "8.5.1-alpha.0",
68
+ "@remix-run/node": "~2.16.0",
69
69
  "lodash": "^4.17.15",
70
70
  "react": "18.2.0"
71
71
  },
@@ -56,7 +56,7 @@
56
56
  "common": "link:./common"
57
57
  },
58
58
  "dependencies": {
59
- "@common-stack/frontend-stack-react": "8.4.1-alpha.0",
59
+ "@common-stack/frontend-stack-react": "8.5.1-alpha.0",
60
60
  "@react-icons/all-files": "^4.1.0",
61
61
  "classnames": "^2.2.6",
62
62
  "glob-all": "^3.3.1",
@@ -77,9 +77,9 @@
77
77
  },
78
78
  "devDependencies": {
79
79
  "@cdmbase/vite-plugin-i18next-loader": "^2.0.12",
80
- "@common-stack/rollup-vite-utils": "8.4.1-alpha.0",
81
- "@remix-run/dev": "~2.15.3",
82
- "@remix-run/serve": "~2.15.3",
80
+ "@common-stack/rollup-vite-utils": "8.5.1-alpha.0",
81
+ "@remix-run/dev": "~2.16.0",
82
+ "@remix-run/serve": "~2.16.0",
83
83
  "cross-env": "^7.0.3",
84
84
  "dotenv-esm": "^16.0.3-4",
85
85
  "pm2": "^5.2.2",
@@ -88,9 +88,9 @@
88
88
  "tsx": "^4.7.0",
89
89
  "typescript": "^5.4.5",
90
90
  "uuid": "^10.0.0",
91
- "vite": "^5.1.0",
92
- "vite-plugin-cjs-interop": "^2.1.1",
93
- "vite-tsconfig-paths": "^4.2.1"
91
+ "vite": "^6.0.0",
92
+ "vite-plugin-cjs-interop": "^2.4.1",
93
+ "vite-tsconfig-paths": "^5.1.4"
94
94
  },
95
95
  "peerDependencies": {
96
96
  "body-parser": "*"
@@ -137,8 +137,8 @@
137
137
  "@babel/register": "^7.18.9",
138
138
  "@babel/runtime": "^7.20.1",
139
139
  "@common-stack/env-list-loader": "8.3.1-alpha.4",
140
- "@common-stack/generate-plugin": "8.4.1-alpha.0",
141
- "@common-stack/rollup-vite-utils": "8.4.1-alpha.0",
140
+ "@common-stack/generate-plugin": "8.5.1-alpha.0",
141
+ "@common-stack/rollup-vite-utils": "8.5.1-alpha.0",
142
142
  "@emotion/babel-plugin": "^11.11.0",
143
143
  "@graphql-codegen/add": "^5.0.3",
144
144
  "@graphql-codegen/cli": "^5.0.4",
@@ -32,7 +32,7 @@
32
32
  "@common-stack/client-core": "8.4.1-alpha.0",
33
33
  "@common-stack/core": "8.4.1-alpha.0",
34
34
  "@common-stack/server-core": "8.4.1-alpha.0",
35
- "@common-stack/server-stack": "8.4.1-alpha.0",
35
+ "@common-stack/server-stack": "8.5.1-alpha.0",
36
36
  "@common-stack/store-mongo": "8.4.1-alpha.0",
37
37
  "@container-stack/mailing-api": "5.2.1-alpha.1",
38
38
  "helmet": "^3.21.2",