Skip to content

Commit 740de53

Browse files
committed
chore(monorepo): Update monorepo dependencies and include updated build files
1 parent 2c19f26 commit 740de53

File tree

35 files changed

+3321
-1760
lines changed

35 files changed

+3321
-1760
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ STORM_FILE_BANNER="This code was developed by Storm Software (https://stormsoftw
3535
# Nx 18 enables using plugins to infer targets by default
3636
# This is disabled for existing workspaces to maintain compatibility
3737
# For more info, see: https://nx.dev/concepts/inferred-tasks
38-
# NX_ADD_PLUGINS=false
38+
# NX_ADD_PLUGINS=false

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"matchPackageNames": ["@nx"],
3333
"postUpgradeTasks": {
3434
"commands": [
35-
"npx nx migrate latest --run-migrations --create-commits --commit-message='chore(storm-stack): update @nx dependencies [skip ci]'"
35+
"npx nx migrate latest --run-migrations --create-commits --commit-message='chore(monorepo): update @nx dependencies [skip ci]'"
3636
]
3737
}
3838
},

apps/nx-tools/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This package is part of the <b>⚡storm-stack</b> monorepo. The storm-stack pack
1616

1717
<h3 align="center">💻 Visit <a href="https://stormsoftware.org" target="_blank">stormsoftware.org</a> to stay up to date with this developer</h3><br />
1818

19-
[![Version](https://img.shields.io/badge/version-1.1.2-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;
19+
[![Version](https://img.shields.io/badge/version-1.2.3-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;
2020
[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with docusaurus](https://img.shields.io/badge/documented_with-docusaurus-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://docusaurus.io/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
2121

2222
> [!IMPORTANT]

apps/nx-tools/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"main": "./src/index.js",
1212
"typings": "./src/index.d.ts",
1313
"dependencies": {
14-
"@nx/devkit": "17.2.8",
14+
"@nx/devkit": "18.0.4",
1515
"@storm-software/config": "latest",
1616
"@storm-software/config-tools": "latest",
1717
"@storm-software/workspace-tools": "latest",
@@ -24,11 +24,11 @@
2424
"devDependencies": {
2525
"@tamagui/web": "^1.89.8",
2626
"@types/fs-extra": "^11.0.4",
27-
"nx": "17.2.8"
27+
"nx": "18.0.4"
2828
},
2929
"peerDependencies": {
3030
"@tamagui/web": "^1.89.8",
31-
"nx": "17.2.8"
31+
"nx": "18.0.4"
3232
},
3333
"executors": "./executors.json"
3434
}

apps/web-docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This package is part of the <b>⚡storm-stack</b> monorepo. The storm-stack pack
1616

1717
<h3 align="center">💻 Visit <a href="https://stormsoftware.org" target="_blank">stormsoftware.org</a> to stay up to date with this developer</h3><br />
1818

19-
[![Version](https://img.shields.io/badge/version-1.1.2-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;
19+
[![Version](https://img.shields.io/badge/version-1.2.3-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;
2020
[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with docusaurus](https://img.shields.io/badge/documented_with-docusaurus-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://docusaurus.io/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
2121

2222
> [!IMPORTANT]

docs/api-reports/packages/cli/documents-model.api.json

Lines changed: 150 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"toolPackage": "@microsoft/api-extractor",
4-
"toolVersion": "7.38.5",
4+
"toolVersion": "7.40.1",
55
"schemaVersion": 1011,
66
"oldestForwardsCompatibleVersion": 1001,
77
"tsdocConfig": {
@@ -1339,17 +1339,21 @@
13391339
"name": "createCLIProgram"
13401340
},
13411341
{
1342-
"kind": "Variable",
1343-
"canonicalReference": "@storm-stack/cli!execute:var",
1342+
"kind": "Function",
1343+
"canonicalReference": "@storm-stack/cli!execute:function(1)",
13441344
"docComment": "/**\n * Execute a command.\n *\n * @param command - The command to execute\n *\n * @param options - The options to use when executing the command\n *\n * @param env - The environment variables to use when executing the command\n *\n * @param stdio - The stdio options to use when executing the command\n *\n * @returns The result of the command\n */\n",
13451345
"excerptTokens": [
13461346
{
13471347
"kind": "Content",
1348-
"text": "execute: "
1348+
"text": "execute: (command: "
13491349
},
13501350
{
13511351
"kind": "Content",
1352-
"text": "(command: string, options?: "
1352+
"text": "string"
1353+
},
1354+
{
1355+
"kind": "Content",
1356+
"text": ", options?: "
13531357
},
13541358
{
13551359
"kind": "Reference",
@@ -1367,7 +1371,11 @@
13671371
},
13681372
{
13691373
"kind": "Content",
1370-
"text": "<string, string>, stdio?: "
1374+
"text": "<string, string>"
1375+
},
1376+
{
1377+
"kind": "Content",
1378+
"text": ", stdio?: "
13711379
},
13721380
{
13731381
"kind": "Reference",
@@ -1376,7 +1384,11 @@
13761384
},
13771385
{
13781386
"kind": "Content",
1379-
"text": ") => string | "
1387+
"text": ") => "
1388+
},
1389+
{
1390+
"kind": "Content",
1391+
"text": "string | "
13801392
},
13811393
{
13821394
"kind": "Reference",
@@ -1398,26 +1410,64 @@
13981410
}
13991411
],
14001412
"fileUrlPath": "tmp/.tsup/declaration/packages/cli/src/utilities/execute.d.ts",
1401-
"isReadonly": true,
1413+
"returnTypeTokenRange": {
1414+
"startIndex": 10,
1415+
"endIndex": 15
1416+
},
14021417
"releaseTag": "Public",
1403-
"name": "execute",
1404-
"variableTypeTokenRange": {
1405-
"startIndex": 1,
1406-
"endIndex": 12
1407-
}
1418+
"overloadIndex": 1,
1419+
"parameters": [
1420+
{
1421+
"parameterName": "command",
1422+
"parameterTypeTokenRange": {
1423+
"startIndex": 1,
1424+
"endIndex": 2
1425+
},
1426+
"isOptional": false
1427+
},
1428+
{
1429+
"parameterName": "options",
1430+
"parameterTypeTokenRange": {
1431+
"startIndex": 3,
1432+
"endIndex": 4
1433+
},
1434+
"isOptional": true
1435+
},
1436+
{
1437+
"parameterName": "env",
1438+
"parameterTypeTokenRange": {
1439+
"startIndex": 5,
1440+
"endIndex": 7
1441+
},
1442+
"isOptional": true
1443+
},
1444+
{
1445+
"parameterName": "stdio",
1446+
"parameterTypeTokenRange": {
1447+
"startIndex": 8,
1448+
"endIndex": 9
1449+
},
1450+
"isOptional": true
1451+
}
1452+
],
1453+
"name": "execute"
14081454
},
14091455
{
1410-
"kind": "Variable",
1411-
"canonicalReference": "@storm-stack/cli!executeAsync:var",
1456+
"kind": "Function",
1457+
"canonicalReference": "@storm-stack/cli!executeAsync:function(1)",
14121458
"docComment": "/**\n * Execute a command asynchronously.\n *\n * @param command - The command to execute\n *\n * @param options - The options to use when executing the command\n *\n * @param env - The environment variables to use when executing the command\n *\n * @param stdio - The stdio options to use when executing the command\n *\n * @returns The result of the command\n */\n",
14131459
"excerptTokens": [
14141460
{
14151461
"kind": "Content",
1416-
"text": "executeAsync: "
1462+
"text": "executeAsync: (command: "
14171463
},
14181464
{
14191465
"kind": "Content",
1420-
"text": "(command: string, options?: "
1466+
"text": "string"
1467+
},
1468+
{
1469+
"kind": "Content",
1470+
"text": ", options?: "
14211471
},
14221472
{
14231473
"kind": "Reference",
@@ -1435,7 +1485,11 @@
14351485
},
14361486
{
14371487
"kind": "Content",
1438-
"text": "<string, string>, stdio?: "
1488+
"text": "<string, string>"
1489+
},
1490+
{
1491+
"kind": "Content",
1492+
"text": ", stdio?: "
14391493
},
14401494
{
14411495
"kind": "Reference",
@@ -1466,49 +1520,80 @@
14661520
}
14671521
],
14681522
"fileUrlPath": "tmp/.tsup/declaration/packages/cli/src/utilities/execute.d.ts",
1469-
"isReadonly": true,
1523+
"returnTypeTokenRange": {
1524+
"startIndex": 10,
1525+
"endIndex": 14
1526+
},
14701527
"releaseTag": "Public",
1471-
"name": "executeAsync",
1472-
"variableTypeTokenRange": {
1473-
"startIndex": 1,
1474-
"endIndex": 12
1475-
}
1528+
"overloadIndex": 1,
1529+
"parameters": [
1530+
{
1531+
"parameterName": "command",
1532+
"parameterTypeTokenRange": {
1533+
"startIndex": 1,
1534+
"endIndex": 2
1535+
},
1536+
"isOptional": false
1537+
},
1538+
{
1539+
"parameterName": "options",
1540+
"parameterTypeTokenRange": {
1541+
"startIndex": 3,
1542+
"endIndex": 4
1543+
},
1544+
"isOptional": true
1545+
},
1546+
{
1547+
"parameterName": "env",
1548+
"parameterTypeTokenRange": {
1549+
"startIndex": 5,
1550+
"endIndex": 7
1551+
},
1552+
"isOptional": true
1553+
},
1554+
{
1555+
"parameterName": "stdio",
1556+
"parameterTypeTokenRange": {
1557+
"startIndex": 8,
1558+
"endIndex": 9
1559+
},
1560+
"isOptional": true
1561+
}
1562+
],
1563+
"name": "executeAsync"
14761564
},
14771565
{
1478-
"kind": "Variable",
1479-
"canonicalReference": "@storm-stack/cli!isCI:var",
1566+
"kind": "Function",
1567+
"canonicalReference": "@storm-stack/cli!isCI:function(1)",
14801568
"docComment": "/**\n * Returns true if the current environment is a CI environment.\n *\n * @returns True if the current environment is a CI environment.\n */\n",
14811569
"excerptTokens": [
14821570
{
14831571
"kind": "Content",
1484-
"text": "isCI: "
1572+
"text": "isCI: () => "
14851573
},
14861574
{
14871575
"kind": "Content",
1488-
"text": "() => boolean"
1576+
"text": "boolean"
14891577
}
14901578
],
14911579
"fileUrlPath": "tmp/.tsup/declaration/packages/cli/src/utilities/is-ci.d.ts",
1492-
"isReadonly": true,
1493-
"releaseTag": "Public",
1494-
"name": "isCI",
1495-
"variableTypeTokenRange": {
1580+
"returnTypeTokenRange": {
14961581
"startIndex": 1,
14971582
"endIndex": 2
1498-
}
1583+
},
1584+
"releaseTag": "Public",
1585+
"overloadIndex": 1,
1586+
"parameters": [],
1587+
"name": "isCI"
14991588
},
15001589
{
1501-
"kind": "Variable",
1502-
"canonicalReference": "@storm-stack/cli!isInteractive:var",
1590+
"kind": "Function",
1591+
"canonicalReference": "@storm-stack/cli!isInteractive:function(1)",
15031592
"docComment": "/**\n * Check if the current process is interactive\n *\n * @param stream - The stream to check\n *\n * @returns True if the current process is interactive\n */\n",
15041593
"excerptTokens": [
15051594
{
15061595
"kind": "Content",
1507-
"text": "isInteractive: "
1508-
},
1509-
{
1510-
"kind": "Content",
1511-
"text": "(stream?: "
1596+
"text": "isInteractive: (stream?: "
15121597
},
15131598
{
15141599
"kind": "Reference",
@@ -1517,17 +1602,35 @@
15171602
},
15181603
{
15191604
"kind": "Content",
1520-
"text": " & {\n fd: 0;\n}) => boolean"
1605+
"text": " & {\n fd: 0;\n}"
1606+
},
1607+
{
1608+
"kind": "Content",
1609+
"text": ") => "
1610+
},
1611+
{
1612+
"kind": "Content",
1613+
"text": "boolean"
15211614
}
15221615
],
15231616
"fileUrlPath": "tmp/.tsup/declaration/packages/cli/src/utilities/is-interactive.d.ts",
1524-
"isReadonly": true,
1617+
"returnTypeTokenRange": {
1618+
"startIndex": 4,
1619+
"endIndex": 5
1620+
},
15251621
"releaseTag": "Public",
1526-
"name": "isInteractive",
1527-
"variableTypeTokenRange": {
1528-
"startIndex": 1,
1529-
"endIndex": 4
1530-
}
1622+
"overloadIndex": 1,
1623+
"parameters": [
1624+
{
1625+
"parameterName": "stream",
1626+
"parameterTypeTokenRange": {
1627+
"startIndex": 1,
1628+
"endIndex": 3
1629+
},
1630+
"isOptional": true
1631+
}
1632+
],
1633+
"name": "isInteractive"
15311634
},
15321635
{
15331636
"kind": "Function",

0 commit comments

Comments
 (0)