@regardio/dev 1.20.1 → 1.21.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/README.md +19 -19
- package/package.json +7 -7
- package/src/templates/release.yml +4 -4
package/README.md
CHANGED
|
@@ -52,28 +52,28 @@ Detailed documentation is organized by topic:
|
|
|
52
52
|
### Concepts
|
|
53
53
|
|
|
54
54
|
- [AI Agents](./docs/en/agents.md) - Instructions for AI coding assistants
|
|
55
|
-
- [API](./docs/en/api.md) - API design and implementation guidelines
|
|
56
|
-
- [Coding](./docs/en/coding.md) - TypeScript, React, and general patterns
|
|
57
|
-
- [Commits](./docs/en/commits.md) - Conventional commits and changelog generation
|
|
58
|
-
- [Documentation](./docs/en/documentation.md) - Documentation structure and conventions
|
|
59
|
-
- [Naming](./docs/en/naming.md) - Consistent naming across languages
|
|
60
|
-
- [Principles](./docs/en/principles.md) - Code quality, architecture, maintainability
|
|
61
|
-
- [React](./docs/en/react.md) - React and TypeScript development patterns
|
|
62
|
-
- [SQL](./docs/en/sql.md) - PostgreSQL/Supabase schema styling and structure
|
|
63
|
-
- [Testing](./docs/en/testing.md) - Testing philosophy and patterns
|
|
64
|
-
- [Writing](./docs/en/writing.md) - Voice, tone, and language for content
|
|
55
|
+
- [API](./docs/en/coding/api.md) - API design and implementation guidelines
|
|
56
|
+
- [Coding](./docs/en/coding/coding.md) - TypeScript, React, and general patterns
|
|
57
|
+
- [Commits](./docs/en/conventions/commits.md) - Conventional commits and changelog generation
|
|
58
|
+
- [Documentation](./docs/en/conventions/documentation.md) - Documentation structure and conventions
|
|
59
|
+
- [Naming](./docs/en/conventions/naming.md) - Consistent naming across languages
|
|
60
|
+
- [Principles](./docs/en/coding/principles.md) - Code quality, architecture, maintainability
|
|
61
|
+
- [React](./docs/en/coding/react.md) - React and TypeScript development patterns
|
|
62
|
+
- [SQL](./docs/en/coding/sql.md) - PostgreSQL/Supabase schema styling and structure
|
|
63
|
+
- [Testing](./docs/en/conventions/testing.md) - Testing philosophy and patterns
|
|
64
|
+
- [Writing](./docs/en/conventions/writing.md) - Voice, tone, and language for content
|
|
65
65
|
|
|
66
66
|
### Toolchain
|
|
67
67
|
|
|
68
|
-
- [Biome](./docs/en/
|
|
69
|
-
- [Commitlint](./docs/en/
|
|
70
|
-
- [Dependencies](./docs/en/
|
|
71
|
-
- [Husky](./docs/en/
|
|
72
|
-
- [Markdownlint](./docs/en/
|
|
73
|
-
- [Playwright](./docs/en/
|
|
74
|
-
- [Releases](./docs/en/
|
|
75
|
-
- [TypeScript](./docs/en/
|
|
76
|
-
- [Vitest](./docs/en/
|
|
68
|
+
- [Biome](./docs/en/tools/biome.md) - Linting and formatting
|
|
69
|
+
- [Commitlint](./docs/en/tools/commitlint.md) - Commit message validation
|
|
70
|
+
- [Dependencies](./docs/en/tools/dependencies.md) - Safe dependency updates and supply-chain controls
|
|
71
|
+
- [Husky](./docs/en/tools/husky.md) - Git hooks
|
|
72
|
+
- [Markdownlint](./docs/en/tools/markdownlint.md) - Markdown quality
|
|
73
|
+
- [Playwright](./docs/en/tools/playwright.md) - End-to-end testing
|
|
74
|
+
- [Releases](./docs/en/tools/releases.md) - GitLab-flow-based versioning and releases
|
|
75
|
+
- [TypeScript](./docs/en/tools/typescript.md) - Strict TypeScript configuration
|
|
76
|
+
- [Vitest](./docs/en/tools/vitest.md) - Unit and integration testing
|
|
77
77
|
|
|
78
78
|
## Portability
|
|
79
79
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://www.schemastore.org/package.json",
|
|
3
3
|
"name": "@regardio/dev",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.21.0",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "Regardio developer tooling for testing, linting, and build workflows",
|
|
7
7
|
"keywords": [
|
|
@@ -96,15 +96,15 @@
|
|
|
96
96
|
"@biomejs/biome": "2.4.10",
|
|
97
97
|
"@commitlint/cli": "20.5.0",
|
|
98
98
|
"@commitlint/config-conventional": "20.5.0",
|
|
99
|
-
"@playwright/test": "1.59.
|
|
99
|
+
"@playwright/test": "1.59.1",
|
|
100
100
|
"@testing-library/jest-dom": "6.9.1",
|
|
101
101
|
"@testing-library/react": "16.3.2",
|
|
102
102
|
"@total-typescript/ts-reset": "0.6.1",
|
|
103
|
-
"@types/node": "25.5.
|
|
104
|
-
"@vitest/coverage-v8": "4.1.
|
|
105
|
-
"@vitest/ui": "4.1.
|
|
103
|
+
"@types/node": "25.5.2",
|
|
104
|
+
"@vitest/coverage-v8": "4.1.3",
|
|
105
|
+
"@vitest/ui": "4.1.3",
|
|
106
106
|
"husky": "9.1.7",
|
|
107
|
-
"jsdom": "29.0.
|
|
107
|
+
"jsdom": "29.0.2",
|
|
108
108
|
"markdownlint-cli2": "0.22.0",
|
|
109
109
|
"npm-run-all": "4.1.5",
|
|
110
110
|
"postcss": "8.5.8",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"sort-package-json": "3.6.1",
|
|
114
114
|
"typescript": "6.0.2",
|
|
115
115
|
"vite": "8.0.3",
|
|
116
|
-
"vitest": "4.1.
|
|
116
|
+
"vitest": "4.1.3"
|
|
117
117
|
},
|
|
118
118
|
"devDependencies": {
|
|
119
119
|
"tsx": "4.21.0"
|
|
@@ -31,17 +31,17 @@ jobs:
|
|
|
31
31
|
id-token: write
|
|
32
32
|
steps:
|
|
33
33
|
- name: Checkout
|
|
34
|
-
uses: actions/checkout@
|
|
34
|
+
uses: actions/checkout@v6
|
|
35
35
|
|
|
36
36
|
- name: Setup pnpm
|
|
37
|
-
uses: pnpm/action-setup@
|
|
37
|
+
uses: pnpm/action-setup@v5
|
|
38
38
|
with:
|
|
39
39
|
version: 10
|
|
40
40
|
|
|
41
41
|
- name: Setup Node.js
|
|
42
|
-
uses: actions/setup-node@
|
|
42
|
+
uses: actions/setup-node@v6
|
|
43
43
|
with:
|
|
44
|
-
node-version:
|
|
44
|
+
node-version: 24
|
|
45
45
|
registry-url: https://registry.npmjs.org
|
|
46
46
|
|
|
47
47
|
- name: Update npm for OIDC support
|