@regardio/dev 1.20.2 → 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/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": [
|
|
@@ -100,11 +100,11 @@
|
|
|
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
|