@storm-software/workspace-tools 1.116.0 → 1.118.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.
- package/CHANGELOG.md +21 -0
- package/README.md +0 -1
- package/package.json +1 -1
- package/src/generators/preset/files/.github/CODEOWNERS +3 -1
- package/src/generators/preset/files/.github/dependabot.yml +49 -9
- package/src/generators/preset/files/.github/labels.yml +3 -0
- package/src/generators/preset/files/.github/renovate.json +4 -0
- package/src/generators/preset/files/.eslintignore +0 -21
- package/src/generators/preset/files/.prettierignore +0 -30
- package/src/generators/preset/files/.prettierrc.cjs +0 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
## 1.118.0 (2024-07-19)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
- **storm-ops:** Use renovate with shared preset and update dependabot config ([b85fba8a](https://github.com/storm-software/storm-ops/commit/b85fba8a))
|
|
7
|
+
|
|
8
|
+
## 1.117.0 (2024-07-17)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
- **workspace-tools:** Include Documentation and Examples in the CHANGELOG files ([39b694b7](https://github.com/storm-software/storm-ops/commit/39b694b7))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Documentation
|
|
17
|
+
|
|
18
|
+
- **storm-ops:** Remove emojis from monorepo CHANGELOG files ([441b36b1](https://github.com/storm-software/storm-ops/commit/441b36b1))
|
|
19
|
+
|
|
20
|
+
- **workspace-tools:** Regenerate README markdown content ([3dc140fc](https://github.com/storm-software/storm-ops/commit/3dc140fc))
|
|
21
|
+
|
|
1
22
|
## 2.29.0 (2024-07-17)
|
|
2
23
|
|
|
3
24
|
### Features
|
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
#
|
|
1
|
+
#################################
|
|
2
|
+
# GitHub Dependabot Config info #
|
|
3
|
+
#################################
|
|
4
|
+
|
|
3
5
|
# Please see the documentation for all configuration options:
|
|
4
6
|
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
|
|
5
7
|
|
|
@@ -7,18 +9,56 @@ version: 2
|
|
|
7
9
|
updates:
|
|
8
10
|
# Maintain dependencies for npm
|
|
9
11
|
- package-ecosystem: "npm"
|
|
12
|
+
assignees:
|
|
13
|
+
- "@sullivanpj"
|
|
14
|
+
- "@storm-software/operations"
|
|
15
|
+
reviewers:
|
|
16
|
+
- "@sullivanpj"
|
|
17
|
+
- "@storm-software/operations"
|
|
18
|
+
commit-message:
|
|
19
|
+
prefix: "deps(monorepo):"
|
|
10
20
|
directory: "/"
|
|
11
21
|
schedule:
|
|
12
|
-
interval: "
|
|
22
|
+
interval: "monthly"
|
|
23
|
+
ignore:
|
|
24
|
+
- dependency-name: "{@storm-software/*,@storm-stack/*,@cyclone-ui/*,@acidic/*,@nx/*,nx}"
|
|
25
|
+
open-pull-requests-limit: 5
|
|
26
|
+
labels:
|
|
27
|
+
- "dependencies"
|
|
28
|
+
- "dependabot"
|
|
13
29
|
|
|
14
|
-
# Maintain dependencies for
|
|
15
|
-
- package-ecosystem: "
|
|
30
|
+
# Maintain dependencies for GitHub Actions
|
|
31
|
+
- package-ecosystem: "github-actions"
|
|
32
|
+
assignees:
|
|
33
|
+
- "@sullivanpj"
|
|
34
|
+
- "@storm-software/operations"
|
|
35
|
+
reviewers:
|
|
36
|
+
- "@sullivanpj"
|
|
37
|
+
- "@storm-software/operations"
|
|
38
|
+
commit-message:
|
|
39
|
+
prefix: "deps(monorepo):"
|
|
16
40
|
directory: "/"
|
|
17
41
|
schedule:
|
|
18
|
-
interval: "
|
|
42
|
+
interval: "monthly"
|
|
43
|
+
open-pull-requests-limit: 5
|
|
44
|
+
labels:
|
|
45
|
+
- "dependencies"
|
|
46
|
+
- "dependabot"
|
|
19
47
|
|
|
20
|
-
# Maintain dependencies for
|
|
21
|
-
- package-ecosystem: "
|
|
48
|
+
# Maintain dependencies for bundler
|
|
49
|
+
- package-ecosystem: "bundler"
|
|
50
|
+
assignees:
|
|
51
|
+
- "@sullivanpj"
|
|
52
|
+
- "@storm-software/operations"
|
|
53
|
+
reviewers:
|
|
54
|
+
- "@sullivanpj"
|
|
55
|
+
- "@storm-software/operations"
|
|
56
|
+
commit-message:
|
|
57
|
+
prefix: "deps(monorepo):"
|
|
22
58
|
directory: "/"
|
|
23
59
|
schedule:
|
|
24
|
-
interval: "
|
|
60
|
+
interval: "monthly"
|
|
61
|
+
open-pull-requests-limit: 5
|
|
62
|
+
labels:
|
|
63
|
+
- "dependencies"
|
|
64
|
+
- "dependabot"
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
**/package.json/**
|
|
2
|
-
**/.wrangler/**
|
|
3
|
-
**/tamagui.css
|
|
4
|
-
**/workbox*.js
|
|
5
|
-
**/sw*.js
|
|
6
|
-
**/service-worker.js
|
|
7
|
-
**/fallback*.js
|
|
8
|
-
**/node_modules/**
|
|
9
|
-
**/dist/**
|
|
10
|
-
**/ios/**
|
|
11
|
-
**/.git/**
|
|
12
|
-
**/.android/**
|
|
13
|
-
**/.DS_Store/**
|
|
14
|
-
**/Thumbs.db/**
|
|
15
|
-
**/.tamagui*
|
|
16
|
-
.next/**
|
|
17
|
-
CODEOWNERS
|
|
18
|
-
dist/**
|
|
19
|
-
coverage/**
|
|
20
|
-
.nx/cache/**
|
|
21
|
-
**/src/generators/**/files/**/*
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
.alexignore
|
|
2
|
-
.prettierignore
|
|
3
|
-
npm-lock.json
|
|
4
|
-
pnpm-lock.json
|
|
5
|
-
yarn.lock.json
|
|
6
|
-
npm-lock.yml
|
|
7
|
-
pnpm-lock.yml
|
|
8
|
-
yarn.lock.yml
|
|
9
|
-
npm-lock.yaml
|
|
10
|
-
pnpm-lock.yaml
|
|
11
|
-
yarn.lock.yaml
|
|
12
|
-
bun.lockb
|
|
13
|
-
|
|
14
|
-
**/.git/**
|
|
15
|
-
**/.docusaurus/**
|
|
16
|
-
**/dist/**
|
|
17
|
-
**/dotnet/**
|
|
18
|
-
**/node_modules/**
|
|
19
|
-
**/.next/**
|
|
20
|
-
**/tools/docker/**
|
|
21
|
-
**/__snapshots__/**
|
|
22
|
-
**/catalog-package/**
|
|
23
|
-
**/*.hbs
|
|
24
|
-
**/CODEOWNERS
|
|
25
|
-
**/CODE_OF_CONDUCT.md
|
|
26
|
-
**/CONTRIBUTING.md
|
|
27
|
-
**/LICENSE
|
|
28
|
-
**/LICENSE.md
|
|
29
|
-
**/LICENSE.txt
|
|
30
|
-
**/src/generators/**/files/**/*
|