@storm-software/workspace-tools 1.117.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 CHANGED
@@ -1,3 +1,10 @@
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
+
1
8
  ## 1.117.0 (2024-07-17)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.117.0",
3
+ "version": "1.118.0",
4
4
  "type": "commonjs",
5
5
  "description": "⚡ A Nx plugin package that contains various executors and generators used in a Storm workspaces.",
6
6
  "repository": {
@@ -1 +1,3 @@
1
- * @sullivanpj
1
+ * @sullivanpj @storm-software/operations @storm-software/architecture
2
+
3
+ /docs/ @storm-software/docs
@@ -1,5 +1,7 @@
1
- # To get started with Dependabot version updates, you'll need to specify which
2
- # package ecosystems to update and where the package manifests are located.
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: "weekly"
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 cargo
15
- - package-ecosystem: "cargo"
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: "weekly"
42
+ interval: "monthly"
43
+ open-pull-requests-limit: 5
44
+ labels:
45
+ - "dependencies"
46
+ - "dependabot"
19
47
 
20
- # Maintain dependencies for GitHub Actions
21
- - package-ecosystem: "github-actions"
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: "daily"
60
+ interval: "monthly"
61
+ open-pull-requests-limit: 5
62
+ labels:
63
+ - "dependencies"
64
+ - "dependabot"
@@ -29,6 +29,9 @@
29
29
  - name: "dependencies"
30
30
  color: 1d76db
31
31
  description: "Upgrade or downgrade of project dependencies."
32
+ - name: "dependabot"
33
+ color: 00404D
34
+ description: "Dependabot dependency update automation."
32
35
 
33
36
  - name: "in-progress"
34
37
  color: fbca04
@@ -0,0 +1,4 @@
1
+ {
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": ["github>storm-software/renovate-config"]
4
+ }
@@ -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/**/*
@@ -1,9 +0,0 @@
1
- const {
2
- plugins,
3
- ...prettierConfig
4
- } = require("@storm-software/prettier/config.json");
5
-
6
- module.exports = {
7
- ...prettierConfig,
8
- plugins: [...plugins]
9
- };