@storm-software/workspace-tools 1.48.0 → 1.48.6
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 +84 -0
- package/README.md +7 -3
- package/config/nx.json +37 -5
- package/package.json +2 -2
- package/src/generators/preset/files/biome.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,87 @@
|
|
|
1
|
+
## 1.48.6 (2024-01-21)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### 🩹 Fixes
|
|
5
|
+
|
|
6
|
+
- **git-tools:** Resolve issues with commit message formatting ([90bdc930](https://github.com/storm-software/storm-ops/commit/90bdc930))
|
|
7
|
+
|
|
8
|
+
- **workspace-tools:** Added default `nx-release-publish` executor config to Nx json ([d3985074](https://github.com/storm-software/storm-ops/commit/d3985074))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### ❤️ Thank You
|
|
12
|
+
|
|
13
|
+
- Patrick Sullivan
|
|
14
|
+
|
|
15
|
+
## 1.48.5 (2024-01-21)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### 🚀 Features
|
|
19
|
+
|
|
20
|
+
- **git-tools:** Update release process to use built-in Nx functionality ([f592bd33](https://github.com/storm-software/storm-ops/commit/f592bd33))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### 🩹 Fixes
|
|
24
|
+
|
|
25
|
+
- **git-tools:** Clean up of various unused dependencies ([c39257b8](https://github.com/storm-software/storm-ops/commit/c39257b8))
|
|
26
|
+
|
|
27
|
+
- **workspace-tools:** Push Nx config changes to default file ([ca883a9f](https://github.com/storm-software/storm-ops/commit/ca883a9f))
|
|
28
|
+
|
|
29
|
+
- **git-tools:** Remove the git extension from the repository URL ([50a6de3d](https://github.com/storm-software/storm-ops/commit/50a6de3d))
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
### ❤️ Thank You
|
|
33
|
+
|
|
34
|
+
- Patrick Sullivan
|
|
35
|
+
|
|
36
|
+
## 1.48.4 (2024-01-21)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### 🚀 Features
|
|
40
|
+
|
|
41
|
+
- **git-tools:** Update release process to use built-in Nx functionality ([f592bd33](https://github.com/storm-software/storm-ops/commit/f592bd33))
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
### 🩹 Fixes
|
|
45
|
+
|
|
46
|
+
- **git-tools:** Clean up of various unused dependencies ([c39257b8](https://github.com/storm-software/storm-ops/commit/c39257b8))
|
|
47
|
+
|
|
48
|
+
- **workspace-tools:** Push Nx config changes to default file ([ca883a9f](https://github.com/storm-software/storm-ops/commit/ca883a9f))
|
|
49
|
+
|
|
50
|
+
- **git-tools:** Remove the git extension from the repository URL ([50a6de3d](https://github.com/storm-software/storm-ops/commit/50a6de3d))
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
### ❤️ Thank You
|
|
54
|
+
|
|
55
|
+
- Patrick Sullivan
|
|
56
|
+
|
|
57
|
+
## 1.48.3 (2024-01-21)
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
### 🚀 Features
|
|
61
|
+
|
|
62
|
+
- **git-tools:** Update release process to use built-in Nx functionality ([f592bd33](https://github.com/storm-software/storm-ops/commit/f592bd33))
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
### 🩹 Fixes
|
|
66
|
+
|
|
67
|
+
- **git-tools:** Clean up of various unused dependencies ([c39257b8](https://github.com/storm-software/storm-ops/commit/c39257b8))
|
|
68
|
+
|
|
69
|
+
- **workspace-tools:** Push Nx config changes to default file ([ca883a9f](https://github.com/storm-software/storm-ops/commit/ca883a9f))
|
|
70
|
+
|
|
71
|
+
- **git-tools:** Remove the git extension from the repository URL ([50a6de3d](https://github.com/storm-software/storm-ops/commit/50a6de3d))
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
### ❤️ Thank You
|
|
75
|
+
|
|
76
|
+
- Patrick Sullivan
|
|
77
|
+
|
|
78
|
+
# [1.48.0](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.47.0...workspace-tools-v1.48.0) (2024-01-20)
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
### Features
|
|
82
|
+
|
|
83
|
+
* **workspace-tools:** Added the `skipNativeModulesPlugin` option to tsup build ([eb5ade8](https://github.com/storm-software/storm-ops/commit/eb5ade8320372a792c9ca97fa9f843e63f2601d1))
|
|
84
|
+
|
|
1
85
|
# [1.47.0](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.46.1...workspace-tools-v1.47.0) (2024-01-19)
|
|
2
86
|
|
|
3
87
|
|
package/README.md
CHANGED
|
@@ -16,10 +16,13 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
16
16
|
|
|
17
17
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.org" target="_blank">stormsoftware.org</a> to stay up to date with this developer</h3><br />
|
|
18
18
|
|
|
19
|
-
[](https://prettier.io/)
|
|
20
20
|
[](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://docusaurus.io/) 
|
|
21
21
|
|
|
22
|
-
|
|
22
|
+
> [!IMPORTANT]
|
|
23
|
+
> This repository, and the apps, libraries, and tools contained within, is still in it's initial development phase. As a result, bugs and issues are expected with it's usage. When the main development phase completes, a proper release will be performed, the packages will be availible through NPM (and other distributions), and this message will be removed. However, in the meantime, please feel free to report any issues you may come across.
|
|
24
|
+
|
|
25
|
+
<br />
|
|
23
26
|
|
|
24
27
|
|
|
25
28
|
<!-- markdownlint-restore -->
|
|
@@ -103,7 +106,7 @@ The following executor options are available:
|
|
|
103
106
|
| assets | `array` | List of static assets. | `[]` |
|
|
104
107
|
| clean | `boolean` | Remove previous output before build. | `true` |
|
|
105
108
|
| includeSrc | `boolean` | Should the source files be added to the distribution folder in an \`src\` directory. | |
|
|
106
|
-
| metafile | `boolean` | Should a meta file be created for the build package | |
|
|
109
|
+
| metafile | `boolean` | Should a meta file be created for the build package | `true` |
|
|
107
110
|
| emitOnAll | `boolean` | Should each file contained in the package be emitted individually. | |
|
|
108
111
|
| generatePackageJson | `boolean` | Should a package.json file be generated in the output folder or should the existing one be copied in. | `true` |
|
|
109
112
|
| splitting | `boolean` | Should the build process preform \*code-splitting\*? | `true` |
|
|
@@ -114,6 +117,7 @@ The following executor options are available:
|
|
|
114
117
|
| **banner \*** | `string` | A short heading added to the top of each typescript file added in the output folder's \`src\` directory. | "This code was developed by Storm Software (<https://stormsoftware.org>) and is licensed under the Apache License 2.0." |
|
|
115
118
|
| minify | `boolean` | Should the build process minify the output files? | |
|
|
116
119
|
| verbose | `boolean` | Should write extra log outputs with details from the executor. | |
|
|
120
|
+
| skipNativeModulesPlugin | `boolean` | Should we skip adding the Native Node Modules ESBuild plugin. | |
|
|
117
121
|
| shims | `boolean` | Should the build process add shims for node.js modules that are not available in the browser? | |
|
|
118
122
|
| define | `object` | Define global constants that can be used in the source code. The value will be converted into a stringified JSON. | |
|
|
119
123
|
| env | `object` | Define environment variables that can be used in the source code. The value will be converted into a stringified JSON. | |
|
package/config/nx.json
CHANGED
|
@@ -14,11 +14,6 @@
|
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
16
|
},
|
|
17
|
-
"pluginsConfig": {
|
|
18
|
-
"@nrwl/js": {
|
|
19
|
-
"analyzeSourceFiles": false
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
17
|
"defaultBase": "main",
|
|
23
18
|
"namedInputs": {
|
|
24
19
|
"globalBuildAffectingConfig": [
|
|
@@ -108,6 +103,43 @@
|
|
|
108
103
|
},
|
|
109
104
|
"e2e": {
|
|
110
105
|
"cache": true
|
|
106
|
+
},
|
|
107
|
+
"nx-release-publish": {
|
|
108
|
+
"cache": false,
|
|
109
|
+
"inputs": ["default", "^production"],
|
|
110
|
+
"dependsOn": ["^build"],
|
|
111
|
+
"executor": "@nx/js:release-publish",
|
|
112
|
+
"options": {
|
|
113
|
+
"packageRoot": "dist/{projectRoot}",
|
|
114
|
+
"registry": "https://registry.npmjs.org/"
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
},
|
|
118
|
+
"release": {
|
|
119
|
+
"projects": "*",
|
|
120
|
+
"projectsRelationship": "independent",
|
|
121
|
+
"changelog": {
|
|
122
|
+
"workspaceChangelog": false,
|
|
123
|
+
"projectChangelogs": {
|
|
124
|
+
"createRelease": "github",
|
|
125
|
+
"entryWhenNoChanges": false
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
"version": {
|
|
129
|
+
"conventionalCommits": true,
|
|
130
|
+
"generatorOptions": {
|
|
131
|
+
"currentVersionResolver": "git-tag",
|
|
132
|
+
"specifierSource": "conventional-commits"
|
|
133
|
+
}
|
|
134
|
+
},
|
|
135
|
+
"git": {
|
|
136
|
+
"commit": true,
|
|
137
|
+
"tag": true
|
|
138
|
+
}
|
|
139
|
+
},
|
|
140
|
+
"pluginsConfig": {
|
|
141
|
+
"@nrwl/js": {
|
|
142
|
+
"analyzeSourceFiles": false
|
|
111
143
|
}
|
|
112
144
|
}
|
|
113
145
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/workspace-tools",
|
|
3
|
-
"version": "1.48.
|
|
3
|
+
"version": "1.48.6",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "⚡ A Nx plugin package that contains various executors and generators used in a Storm workspaces.",
|
|
6
6
|
"keywords": [
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
},
|
|
20
20
|
"repository": {
|
|
21
21
|
"type": "github",
|
|
22
|
-
"url": "https://github.com/storm-software/storm-ops
|
|
22
|
+
"url": "https://github.com/storm-software/storm-ops",
|
|
23
23
|
"directory": "packages/workspace-tools"
|
|
24
24
|
},
|
|
25
25
|
"license": "Apache License 2.0",
|