Skip to content

Commit a238910

Browse files
committed
chore(monorepo): Update Devenv and NodeJS modules
1 parent 4dc29a2 commit a238910

File tree

12 files changed

+2883
-2563
lines changed

12 files changed

+2883
-2563
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
gpg-private-key: ${{ secrets.STORM_BOT_GPG_PRIVATE_KEY }}
7272
gpg-passphrase: ${{ secrets.STORM_BOT_GPG_PASSPHRASE }}
7373
package-manager: pnpm
74-
package-manager-version: 10.24.0
74+
package-manager-version: 10.26.0
7575
storm-bot-github-token: ${{ secrets.STORM_BOT_GITHUB_TOKEN }}
7676

7777
# Initializes the CodeQL tools for scanning.

devenv.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"devenv": {
44
"locked": {
55
"dir": "src/modules",
6-
"lastModified": 1765837513,
6+
"lastModified": 1766087669,
77
"owner": "cachix",
88
"repo": "devenv",
9-
"rev": "ae61898e634c79b8a322214f59f2613d53795dac",
9+
"rev": "c03eed645ea94da7afbee29da76436b7ce33a5cb",
1010
"type": "github"
1111
},
1212
"original": {
@@ -40,10 +40,10 @@
4040
]
4141
},
4242
"locked": {
43-
"lastModified": 1765464257,
43+
"lastModified": 1765911976,
4444
"owner": "cachix",
4545
"repo": "git-hooks.nix",
46-
"rev": "09e45f2598e1a8499c3594fe11ec2943f34fe509",
46+
"rev": "b68b780b69702a090c8bb1b973bab13756cc7a27",
4747
"type": "github"
4848
},
4949
"original": {
@@ -89,10 +89,10 @@
8989
},
9090
"nixpkgs-unstable": {
9191
"locked": {
92-
"lastModified": 1765772535,
92+
"lastModified": 1766025857,
9393
"owner": "nixos",
9494
"repo": "nixpkgs",
95-
"rev": "09b8fda8959d761445f12b55f380d90375a1d6bb",
95+
"rev": "def3da69945bbe338c373fddad5a1bb49cf199ce",
9696
"type": "github"
9797
},
9898
"original": {
@@ -117,10 +117,10 @@
117117
"storm-ops": {
118118
"flake": false,
119119
"locked": {
120-
"lastModified": 1765824526,
120+
"lastModified": 1766090791,
121121
"owner": "storm-software",
122122
"repo": "storm-ops",
123-
"rev": "58754a0336790191cb3c0ead5b28fef7db35fac3",
123+
"rev": "5343399f2ec700993e29cec090dca69344123e39",
124124
"type": "github"
125125
},
126126
"original": {

package.json

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,9 @@
2323
},
2424
"license": "Apache-2.0",
2525
"private": true,
26-
"packageManager": "pnpm@10.24.0",
27-
"engines": {
28-
"node": ">=22.14.0",
29-
"pnpm": ">=10.24.0"
30-
},
31-
"keywords": [
32-
"storm-software",
33-
"storm",
34-
"sullivanpj"
35-
],
26+
"packageManager": "pnpm@10.26.0",
27+
"engines": { "node": ">=22.14.0", "pnpm": ">=10.24.0" },
28+
"keywords": ["storm-software", "storm", "sullivanpj"],
3629
"scripts": {
3730
"adr": "pnpm log4brains adr new",
3831
"adr-preview": "pnpm log4brains preview",
@@ -96,10 +89,7 @@
9689
"verdaccio": "catalog:",
9790
"zx": "catalog:"
9891
},
99-
"manypkg": {
100-
"defaultBranch": "main",
101-
"workspaceProtocol": "require"
102-
},
92+
"manypkg": { "defaultBranch": "main", "workspaceProtocol": "require" },
10393
"namespace": "@monorepo-template",
10494
"nx": {
10595
"includedScripts": [

pnpm-lock.yaml

Lines changed: 2786 additions & 2442 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 72 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -4,95 +4,95 @@ packages:
44
- docs/*
55

66
catalog:
7-
"@ls-lint/ls-lint": ^2.2.3
8-
"@microsoft/api-extractor": ^7.49.2
9-
"@taplo/cli": ^0.7.0
10-
"@types/jest": ^29.5.14
11-
"@types/node": ^22.10.2
12-
"@nx/devkit": ^22.2.3
13-
"@nx/eslint-plugin": ^22.2.3
14-
"@nx/jest": ^22.2.3
15-
"@nx/js": ^22.2.3
16-
"@nx/plugin": ^22.2.3
17-
"@nx/workspace": ^22.2.3
18-
"@storm-software/build-tools": 0.151.19
19-
"@storm-software/config": latest
20-
"@storm-software/config-tools": latest
21-
"@storm-software/cspell": latest
22-
"@storm-software/git-tools": latest
23-
"@storm-software/linting-tools": latest
24-
"@storm-software/eslint": latest
25-
"@storm-software/prettier": latest
26-
"@storm-software/markdownlint": latest
27-
"@storm-software/esbuild": latest
28-
"@storm-software/unbuild": latest
29-
"@storm-software/untyped": latest
30-
"@storm-software/testing-tools": latest
31-
"@storm-software/tsconfig": latest
32-
"@storm-software/tsdoc": latest
33-
"@storm-software/workspace-tools": latest
34-
"@swc-node/register": ^1.10.10
35-
"@swc/core": ^1.11.22
36-
"@swc/wasm": ^1.11.24
37-
"@swc/helpers": ^0.5.17
38-
lefthook: ^1.11.12
39-
log4brains: ^1.1.0
40-
eslint: ^9.27.0
41-
prettier: ^3.6.2
42-
nx: ^22.2.3
43-
jest: ^30.0.0-beta.3
44-
jest-environment-jsdom: ^30.0.0-beta.3
45-
jest-environment-node: ^30.0.0-beta.3
46-
sherif: ^1.0.0
47-
ts-jest: ^29.2.5
48-
ts-node: ^10.9.2
49-
tsup: ^8.3.5
50-
tslib: ^2.8.1
7+
'@ls-lint/ls-lint': ^2.3.1
8+
'@microsoft/api-extractor': ^7.49.2
9+
'@nx/devkit': 22.3.1
10+
'@nx/eslint-plugin': 22.3.1
11+
'@nx/jest': 22.3.1
12+
'@nx/js': 22.3.1
13+
'@nx/plugin': 22.3.1
14+
'@nx/workspace': 22.3.1
15+
'@storm-software/build-tools': ^0.158.71
16+
'@storm-software/config': ^1.134.71
17+
'@storm-software/config-tools': ^1.188.71
18+
'@storm-software/cspell': ^0.45.70
19+
'@storm-software/esbuild': ^0.53.71
20+
'@storm-software/eslint': ^0.169.72
21+
'@storm-software/git-tools': ^2.124.54
22+
'@storm-software/linting-tools': ^1.132.71
23+
'@storm-software/markdownlint': ^0.30.70
24+
'@storm-software/prettier': ^0.57.70
25+
'@storm-software/testing-tools': ^1.119.70
26+
'@storm-software/tsconfig': ^0.47.70
27+
'@storm-software/tsdoc': ^0.13.70
28+
'@storm-software/unbuild': ^0.57.71
29+
'@storm-software/untyped': ^0.24.52
30+
'@storm-software/workspace-tools': ^1.294.17
31+
'@swc-node/register': ^1.10.10
32+
'@swc/core': ^1.11.22
33+
'@swc/helpers': ^0.5.17
34+
'@swc/wasm': ^1.11.24
35+
'@taplo/cli': ^0.7.0
36+
'@types/jest': ^29.5.14
37+
'@types/node': ^22.19.3
5138
copyfiles: ^2.4.1
52-
rimraf: ^6.0.1
39+
defu: ^6.1.4
40+
esbuild: ^0.24.2
41+
eslint: ^9.39.2
42+
jest: ^30.2.0
43+
jest-environment-jsdom: ^30.2.0
44+
jest-environment-node: ^30.2.0
45+
jiti: ^2.4.2
46+
lefthook: ^1.13.6
47+
log4brains: ^1.1.0
48+
nx: 22.3.1
49+
prettier: ^3.7.4
5350
react: ^19.0.0
5451
react-dom: ^19.0.0
5552
react-native: ^0.77.0
53+
rimraf: ^6.1.2
54+
sherif: ^1.0.0
55+
ts-jest: ^29.4.6
56+
ts-node: ^10.9.2
57+
tslib: ^2.8.1
58+
tsup: ^8.3.5
5659
typescript: 5.8.3
57-
esbuild: ^0.24.2
5860
unbuild: ^3.3.1
59-
defu: ^6.1.4
60-
jiti: ^2.4.2
6161
verdaccio: 6.0.5
62-
zx: ^8.3.2
62+
zx: ^8.8.5
6363

6464
configDependencies:
6565
pnpm-plugin-storm-software: 0.1.4+sha512-Hegfb70ijqCc65CZwy8aLYhxrYQv3Wo+MZXqSfNAfcge7iSGYm2J3ydU5zkmf89JSvMOJy8J6lo/TMynBGvgtA==
6666

6767
fetchTimeout: 240000
6868

6969
minimumReleaseAgeExclude:
70-
- "@storm-software/*"
71-
- "@stryke/*"
72-
- "@powerlines/*"
70+
- '@storm-software/*'
71+
- '@stryke/*'
72+
- '@powerlines/*'
7373
- powerlines
7474

7575
overrides:
76-
"@monorepo-template/tools-scripts": workspace:*
77-
"@monorepo-template/tools-config": workspace:*
78-
cookie: ">=0.7.0"
79-
debug: ">=4.4.0"
80-
follow-redirects: ">=1.15.9"
81-
got: ">=14.4.5"
82-
ip: ">=2.0.1"
83-
loader-utils: ">=3.3.1"
84-
markdown-it: ">=14.1.0"
85-
micromatch: ">=4.0.8"
86-
next: ">=13.4.20-canary.13"
87-
node-fetch: ">=3.3.2"
88-
nth-check: ">=2.1.1"
89-
parse-path: ">=7.0.0"
90-
parse-url: ">=9.2.0"
91-
path-to-regexp: ">=0.1.12"
92-
postcss: ">=8.5.1"
93-
shell-quote: ">=1.8.2"
94-
simple-git: ">=3.27.0"
95-
zod: ">=4.0.5"
76+
'@monorepo-template/tools-config': workspace:*
77+
'@monorepo-template/tools-scripts': workspace:*
78+
cookie: '>=0.7.0'
79+
debug: '>=4.4.0'
80+
follow-redirects: '>=1.15.9'
81+
got: '>=14.4.5'
82+
ip: '>=2.0.1'
83+
loader-utils: '>=3.3.1'
84+
markdown-it: '>=14.1.0'
85+
micromatch: '>=4.0.8'
86+
next: '>=13.4.20-canary.13'
87+
node-fetch: '>=3.3.2'
88+
nth-check: '>=2.1.1'
89+
parse-path: '>=7.0.0'
90+
parse-url: '>=9.2.0'
91+
path-to-regexp: '>=0.1.12'
92+
postcss: '>=8.5.1'
93+
shell-quote: '>=1.8.2'
94+
simple-git: '>=3.27.0'
95+
zod: '>=4.0.5'
9696

9797
shamefullyHoist: true
9898

tools/scripts/src/bootstrap.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ try {
4747
// );
4848
// }
4949

50-
echo`${chalk.green(" Completed monorepo bootstrapping successfully!")}`;
50+
echo`${chalk.green(" Completed monorepo bootstrapping successfully!")}`;
5151
} catch (error) {
5252
echo`${chalk.red(
5353
error?.message

tools/scripts/src/build.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ try {
6565
}
6666

6767
echo`${chalk.green(
68-
` Successfully built the monorepo in ${configuration} mode!`
68+
` Successfully built the monorepo in ${configuration} mode!`
6969
)}`;
7070
} catch (error) {
7171
echo`${chalk.red(error?.message ? error.message : "A failure occurred while building the monorepo")}`;

tools/scripts/src/format.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ try {
6969
);
7070
}
7171

72-
echo`${chalk.green(" Successfully formatted the monorepo's files")}`;
72+
echo`${chalk.green(" Successfully formatted the monorepo's files")}`;
7373
} catch (error) {
7474
echo`${chalk.red(error?.message ? error.message : "A failure occurred while formatting the monorepo")}`;
7575

tools/scripts/src/lint.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ try {
4949
);
5050
}
5151

52-
echo`${chalk.green(" Successfully linted the monorepo's files")}`;
52+
echo`${chalk.green(" Successfully linted the monorepo's files")}`;
5353
} catch (error) {
5454
echo`${chalk.red(error?.message ? error.message : "A failure occurred while linting the monorepo")}`;
5555

tools/scripts/src/nuke.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ try {
9393
);
9494
}
9595

96-
echo`${chalk.green(" Successfully nuked the cache, node modules, and build folders \n\n")}`;
96+
echo`${chalk.green(" Successfully nuked the cache, node modules, and build folders \n\n")}`;
9797
} catch (error) {
9898
echo`${chalk.red(error?.message ? error.message : "A failure occurred while nuking the monorepo")}`;
9999
}

0 commit comments

Comments
 (0)