@common-stack/generate-plugin 6.0.6-alpha.105 → 6.0.6-alpha.107

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
+ ## [6.0.6-alpha.107](https://github.com/cdmbase/common-stack/compare/v6.0.6-alpha.106...v6.0.6-alpha.107) (2024-12-13)
7
+
8
+ **Note:** Version bump only for package @common-stack/generate-plugin
9
+
10
+ ## [6.0.6-alpha.106](https://github.com/cdmbase/common-stack/compare/v6.0.6-alpha.105...v6.0.6-alpha.106) (2024-12-12)
11
+
12
+ **Note:** Version bump only for package @common-stack/generate-plugin
13
+
6
14
  ## [6.0.6-alpha.105](https://github.com/cdmbase/common-stack/compare/v6.0.6-alpha.104...v6.0.6-alpha.105) (2024-12-12)
7
15
 
8
16
  **Note:** Version bump only for package @common-stack/generate-plugin
@@ -68,11 +68,11 @@
68
68
  "@cdm-logger/client": "^9.0.3",
69
69
  "@cdm-logger/server": "^9.0.3",
70
70
  "@cdmbase/graphql-type-uri": "^3.0.0",
71
- "@common-stack/cache-api-server": "6.0.6-alpha.104",
72
- "@common-stack/client-core": "6.0.6-alpha.104",
73
- "@common-stack/core": "6.0.6-alpha.104",
74
- "@common-stack/server-core": "6.0.6-alpha.104",
75
- "@common-stack/store-mongo": "6.0.6-alpha.104",
71
+ "@common-stack/cache-api-server": "6.0.6-alpha.106",
72
+ "@common-stack/client-core": "6.0.6-alpha.106",
73
+ "@common-stack/core": "6.0.6-alpha.106",
74
+ "@common-stack/server-core": "6.0.6-alpha.106",
75
+ "@common-stack/store-mongo": "6.0.6-alpha.106",
76
76
  "@graphql-tools/links": "~9.0.1",
77
77
  "@graphql-tools/schema": "~10.0.6",
78
78
  "@graphql-tools/stitch": "~9.2.10",
@@ -117,7 +117,7 @@
117
117
  "ws": "^8.11.0",
118
118
  "@apollo/client": "^3.9.0",
119
119
  "@babel/runtime": "^7.20.1",
120
- "@common-stack/server-stack": "6.0.6-alpha.104",
120
+ "@common-stack/server-stack": "6.0.6-alpha.106",
121
121
  "lodash": "^4.17.15",
122
122
  "react": "18.2.0",
123
123
  "rxjs": "^7.8.1"
@@ -63,13 +63,13 @@
63
63
  "@apollo/client": "^3.9.0",
64
64
  "@cdm-logger/client": "^9.0.3",
65
65
  "@cdm-logger/server": "^9.0.3",
66
- "@common-stack/client-core": "6.0.6-alpha.104",
67
- "@common-stack/client-react": "6.0.6-alpha.104",
66
+ "@common-stack/client-core": "6.0.6-alpha.106",
67
+ "@common-stack/client-react": "6.0.6-alpha.106",
68
68
  "@common-stack/components-pro": "6.0.6-alpha.91",
69
- "@common-stack/core": "6.0.6-alpha.104",
69
+ "@common-stack/core": "6.0.6-alpha.106",
70
70
  "@common-stack/remix-router-redux": "6.0.6-alpha.91",
71
- "@common-stack/cache-api-server": "6.0.6-alpha.104",
72
- "@common-stack/server-core": "6.0.6-alpha.104",
71
+ "@common-stack/cache-api-server": "6.0.6-alpha.106",
72
+ "@common-stack/server-core": "6.0.6-alpha.106",
73
73
  "@reduxjs/toolkit": "^2.2.6",
74
74
  "@remix-run/express": "~2.10.1",
75
75
  "@remix-run/node": "~2.10.1",
@@ -92,8 +92,8 @@
92
92
  "isbot": "^4.1.0",
93
93
  "isomorphic-fetch": "^2.2.1",
94
94
  "prop-types": "^15.8.1",
95
- "react": "18.2.0",
96
- "react-dom": "18.2.0",
95
+ "react": "18.3.1",
96
+ "react-dom": "18.3.1",
97
97
  "react-i18next": "^14.1.0",
98
98
  "react-redux": "^9.1.1",
99
99
  "redux-observable": "^3.0.0-rc.2",
@@ -62,7 +62,7 @@
62
62
  "dependencies": {
63
63
  "@apollo/client": "^3.9.0",
64
64
  "@babel/runtime": "^7.20.1",
65
- "@common-stack/server-stack": "6.0.6-alpha.104",
65
+ "@common-stack/server-stack": "6.0.6-alpha.106",
66
66
  "@remix-run/node": "~2.10.1",
67
67
  "lodash": "^4.17.15",
68
68
  "react": "18.2.0"
@@ -52,7 +52,7 @@
52
52
  "watch:test": "cross-env ENV_FILE=../../config/test/test.env node ./server.js"
53
53
  },
54
54
  "dependencies": {
55
- "@common-stack/frontend-stack-react": "6.0.6-alpha.104",
55
+ "@common-stack/frontend-stack-react": "6.0.6-alpha.106",
56
56
  "@react-icons/all-files": "^4.1.0",
57
57
  "classnames": "^2.2.6",
58
58
  "compression": "^1.7.4",
@@ -64,7 +64,7 @@
64
64
  "lodash-es": "^4.17.21",
65
65
  "moment": "2.29.1",
66
66
  "remix-utils": "^7.6.0",
67
- "ramda": "^0.29.1",
67
+ "ramda": "^0.30.1",
68
68
  "react-ga4": "^2.1.0",
69
69
  "react-helmet": "^6.1.0",
70
70
  "react-helmet-async": "^1.3.0",
@@ -77,7 +77,7 @@
77
77
  },
78
78
  "devDependencies": {
79
79
  "@cdmbase/vite-plugin-i18next-loader": "^2.0.12",
80
- "@common-stack/rollup-vite-utils": "6.0.6-alpha.104",
80
+ "@common-stack/rollup-vite-utils": "6.0.6-alpha.106",
81
81
  "@remix-run/dev": "~2.10.1",
82
82
  "@remix-run/serve": "~2.10.1",
83
83
  "cross-env": "^7.0.3",
@@ -1,25 +1,45 @@
1
1
  {
2
- "tasksRunnerOptions": {
3
- "default": {
4
- "runner": "@nx-aws-plugin/nx-aws-cache",
5
- "options": {
6
- "runtimeCacheInputs": ["node --version"],
7
- "awsAccessKeyId": "xxxx",
8
- "awsSecretAccessKey": "xxxx",
9
- "awsRegion": "ca-central-1",
10
- "awsBucket": "clockbook-screenshot"
11
- }
12
- }
13
- },
14
- "targetDefaults": {
15
- "build": {
16
- "dependsOn": ["^build"],
17
- "inputs": ["default", "^default", "{projectRoot}/src/**/*"],
18
- "cache": true,
19
- "outputs": ["{projectRoot}/lib"]
20
- },
21
- "test": {
22
- "dependsOn": ["^test"]
23
- }
24
- }
2
+ "$schema": "./node_modules/nx/schemas/nx-schema.json",
3
+ "namedInputs": {
4
+ "default": [
5
+ "{projectRoot}/**/*",
6
+ "!{projectRoot}/**/*.spec.ts",
7
+ "!{projectRoot}/**/*.test.ts",
8
+ "!{projectRoot}/**/__tests__/**/*",
9
+ "!{projectRoot}/**/__mocks__/**/*",
10
+ "!{projectRoot}/**/fixtures/**/*",
11
+ "!{projectRoot}/**/__integration__/**/*",
12
+ "!{projectRoot}/test/**/*"
13
+ ],
14
+ "prod": [
15
+ "default",
16
+ "!{projectRoot}/.eslintrc.json",
17
+ "!{projectRoot}/jest.config.ts",
18
+ "!{projectRoot}/**/?(*.)+(spec|test).[jt]s?(x)?(.snap)",
19
+ "!{projectRoot}/tsconfig.spec.json"
20
+ ]
21
+ },
22
+ "targetDefaults": {
23
+ "build": {
24
+ "dependsOn": ["^build"],
25
+ "inputs": ["prod", "^prod"],
26
+ "cache": true,
27
+ "outputs": ["{projectRoot}/lib"]
28
+ },
29
+ "test": {
30
+ "dependsOn": ["^test"]
31
+ }
32
+ },
33
+ "tasksRunnerOptions": {
34
+ "default": {
35
+ "runner": "@nx-aws-plugin/nx-aws-cache",
36
+ "options": {
37
+ "runtimeCacheInputs": ["node --version"],
38
+ "awsAccessKeyId": "xxxxx",
39
+ "awsSecretAccessKey": "xxxx",
40
+ "awsRegion": "ca-central-1",
41
+ "awsBucket": "xxxx"
42
+ }
43
+ }
44
+ }
25
45
  }
@@ -147,8 +147,8 @@
147
147
  "@babel/register": "^7.18.9",
148
148
  "@babel/runtime": "^7.20.1",
149
149
  "@common-stack/env-list-loader": "6.0.6-alpha.91",
150
- "@common-stack/generate-plugin": "6.0.6-alpha.104",
151
- "@common-stack/rollup-vite-utils": "6.0.6-alpha.104",
150
+ "@common-stack/generate-plugin": "6.0.6-alpha.106",
151
+ "@common-stack/rollup-vite-utils": "6.0.6-alpha.106",
152
152
  "@emotion/babel-plugin": "^11.11.0",
153
153
  "@graphql-codegen/add": "^5.0.2",
154
154
  "@graphql-codegen/cli": "^5.0.2",
@@ -25,11 +25,11 @@
25
25
  "watch": "npm run start:dev"
26
26
  },
27
27
  "dependencies": {
28
- "@common-stack/client-core": "6.0.6-alpha.104",
29
- "@common-stack/core": "6.0.6-alpha.104",
30
- "@common-stack/server-core": "6.0.6-alpha.104",
31
- "@common-stack/server-stack": "6.0.6-alpha.104",
32
- "@common-stack/store-mongo": "6.0.6-alpha.104",
28
+ "@common-stack/client-core": "6.0.6-alpha.106",
29
+ "@common-stack/core": "6.0.6-alpha.106",
30
+ "@common-stack/server-core": "6.0.6-alpha.106",
31
+ "@common-stack/server-stack": "6.0.6-alpha.106",
32
+ "@common-stack/store-mongo": "6.0.6-alpha.106",
33
33
  "@container-stack/mailing-api": "5.2.1-alpha.1",
34
34
  "helmet": "^3.21.2",
35
35
  "react": "18.2.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@common-stack/generate-plugin",
3
- "version": "6.0.6-alpha.105",
3
+ "version": "6.0.6-alpha.107",
4
4
  "type": "module",
5
5
  "main": "./lib/index.mjs",
6
6
  "typings": "./lib/index.d.ts",
@@ -17,7 +17,7 @@
17
17
  "watch": "yarn build:lib:watch"
18
18
  },
19
19
  "dependencies": {
20
- "@common-stack/rollup-vite-utils": "6.0.6-alpha.104",
20
+ "@common-stack/rollup-vite-utils": "6.0.6-alpha.106",
21
21
  "tslib": "^2.3.0"
22
22
  },
23
23
  "publishConfig": {
@@ -25,5 +25,5 @@
25
25
  },
26
26
  "executors": "./executors.json",
27
27
  "generators": "./generators.json",
28
- "gitHead": "23f3bd283a7a7a2fc594e8c499a68518652d299f"
28
+ "gitHead": "5ad488efd8879fed819fcbe92118455a984fd135"
29
29
  }
@@ -0,0 +1,8 @@
1
+ **/fixtures/**
2
+ **/test/**
3
+ **/__tests__/**
4
+ **/__mocks__/**
5
+ **/__integration__/**
6
+ **/__fixtures__/**
7
+ **/*.spec.ts
8
+ **/*.test.ts
@@ -1,25 +1,45 @@
1
1
  {
2
- "tasksRunnerOptions": {
3
- "default": {
4
- "runner": "@nx-aws-plugin/nx-aws-cache",
5
- "options": {
6
- "runtimeCacheInputs": ["node --version"],
7
- "awsAccessKeyId": "xxxx",
8
- "awsSecretAccessKey": "xxxx",
9
- "awsRegion": "ca-central-1",
10
- "awsBucket": "clockbook-screenshot"
11
- }
12
- }
13
- },
14
- "targetDefaults": {
15
- "build": {
16
- "dependsOn": ["^build"],
17
- "inputs": ["default", "^default", "{projectRoot}/src/**/*"],
18
- "cache": true,
19
- "outputs": ["{projectRoot}/lib"]
20
- },
21
- "test": {
22
- "dependsOn": ["^test"]
23
- }
24
- }
2
+ "$schema": "./node_modules/nx/schemas/nx-schema.json",
3
+ "namedInputs": {
4
+ "default": [
5
+ "{projectRoot}/**/*",
6
+ "!{projectRoot}/**/*.spec.ts",
7
+ "!{projectRoot}/**/*.test.ts",
8
+ "!{projectRoot}/**/__tests__/**/*",
9
+ "!{projectRoot}/**/__mocks__/**/*",
10
+ "!{projectRoot}/**/fixtures/**/*",
11
+ "!{projectRoot}/**/__integration__/**/*",
12
+ "!{projectRoot}/test/**/*"
13
+ ],
14
+ "prod": [
15
+ "default",
16
+ "!{projectRoot}/.eslintrc.json",
17
+ "!{projectRoot}/jest.config.ts",
18
+ "!{projectRoot}/**/?(*.)+(spec|test).[jt]s?(x)?(.snap)",
19
+ "!{projectRoot}/tsconfig.spec.json"
20
+ ]
21
+ },
22
+ "targetDefaults": {
23
+ "build": {
24
+ "dependsOn": ["^build"],
25
+ "inputs": ["prod", "^prod"],
26
+ "cache": true,
27
+ "outputs": ["{projectRoot}/lib"]
28
+ },
29
+ "test": {
30
+ "dependsOn": ["^test"]
31
+ }
32
+ },
33
+ "tasksRunnerOptions": {
34
+ "default": {
35
+ "runner": "@nx-aws-plugin/nx-aws-cache",
36
+ "options": {
37
+ "runtimeCacheInputs": ["node --version"],
38
+ "awsAccessKeyId": "xxxxx",
39
+ "awsSecretAccessKey": "xxxx",
40
+ "awsRegion": "ca-central-1",
41
+ "awsBucket": "xxxx"
42
+ }
43
+ }
44
+ }
25
45
  }
@@ -147,8 +147,8 @@
147
147
  "@babel/register": "^7.18.9",
148
148
  "@babel/runtime": "^7.20.1",
149
149
  "@common-stack/env-list-loader": "6.0.6-alpha.91",
150
- "@common-stack/generate-plugin": "6.0.6-alpha.104",
151
- "@common-stack/rollup-vite-utils": "6.0.6-alpha.104",
150
+ "@common-stack/generate-plugin": "6.0.6-alpha.106",
151
+ "@common-stack/rollup-vite-utils": "6.0.6-alpha.106",
152
152
  "@emotion/babel-plugin": "^11.11.0",
153
153
  "@graphql-codegen/add": "^5.0.2",
154
154
  "@graphql-codegen/cli": "^5.0.2",
@@ -25,11 +25,11 @@
25
25
  "watch": "npm run start:dev"
26
26
  },
27
27
  "dependencies": {
28
- "@common-stack/client-core": "6.0.6-alpha.104",
29
- "@common-stack/core": "6.0.6-alpha.104",
30
- "@common-stack/server-core": "6.0.6-alpha.104",
31
- "@common-stack/server-stack": "6.0.6-alpha.104",
32
- "@common-stack/store-mongo": "6.0.6-alpha.104",
28
+ "@common-stack/client-core": "6.0.6-alpha.106",
29
+ "@common-stack/core": "6.0.6-alpha.106",
30
+ "@common-stack/server-core": "6.0.6-alpha.106",
31
+ "@common-stack/server-stack": "6.0.6-alpha.106",
32
+ "@common-stack/store-mongo": "6.0.6-alpha.106",
33
33
  "@container-stack/mailing-api": "5.2.1-alpha.1",
34
34
  "helmet": "^3.21.2",
35
35
  "react": "18.2.0",