@digitraffic/common 2026.6.29-1 → 2026.8.3-1

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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +42 -44
package/README.md CHANGED
@@ -49,12 +49,14 @@ To update all dependencies to the latest versions:
49
49
 
50
50
  ```bash
51
51
  pnpm up --latest
52
+ pnpm audit # -> fix high
52
53
  ```
53
54
 
54
55
  To update both normal dependencies and `peerDependencies` in one command, use:
55
56
 
56
57
  ```bash
57
58
  pnpm deps:update-all
59
+ pnpm audit # -> fix high
58
60
  ```
59
61
 
60
62
  What `pnpm deps:update-all` does:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitraffic/common",
3
- "version": "2026.6.29-1",
3
+ "version": "2026.8.3-1",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "repository": {
@@ -109,62 +109,60 @@
109
109
  "dist/**/*.d.ts"
110
110
  ],
111
111
  "devDependencies": {
112
- "@aws-sdk/client-api-gateway": "3.1047.0",
113
- "@aws-sdk/client-s3": "3.1047.0",
114
- "@aws-sdk/client-secrets-manager": "3.1047.0",
115
- "@aws-sdk/client-sns": "3.1047.0",
116
- "@aws-sdk/lib-storage": "3.1047.0",
117
- "@biomejs/biome": "2.4.15",
118
- "@date-fns/tz": "1.4.1",
119
- "@rushstack/heft": "1.2.17",
120
- "@rushstack/heft-typescript-plugin": "1.3.12",
121
- "@smithy/fetch-http-handler": "5.4.2",
122
- "@smithy/node-http-handler": "4.7.2",
123
- "@smithy/types": "4.14.1",
124
- "@types/aws-lambda": "8.10.161",
112
+ "@aws-sdk/client-api-gateway": "3.1073.0",
113
+ "@aws-sdk/client-s3": "3.1073.0",
114
+ "@aws-sdk/client-secrets-manager": "3.1073.0",
115
+ "@aws-sdk/client-sns": "3.1073.0",
116
+ "@aws-sdk/lib-storage": "3.1073.0",
117
+ "@biomejs/biome": "2.5.5",
118
+ "@date-fns/tz": "1.5.0",
119
+ "@rushstack/heft": "1.2.19",
120
+ "@rushstack/heft-typescript-plugin": "1.3.14",
121
+ "@smithy/fetch-http-handler": "5.5.1",
122
+ "@smithy/node-http-handler": "4.8.1",
123
+ "@smithy/types": "4.15.0",
124
+ "@types/aws-lambda": "8.10.162",
125
125
  "@types/etag": "1.8.4",
126
126
  "@types/geojson": "7946.0.16",
127
127
  "@types/geojson-validation": "1.0.3",
128
128
  "@types/madge": "5.0.3",
129
129
  "@types/node": "24.12.4",
130
- "@vitest/coverage-v8": "4.1.9",
131
- "aws-cdk-lib": "2.254.0",
132
- "change-case": "5.4.4",
130
+ "@vitest/coverage-v8": "4.1.10",
131
+ "aws-cdk-lib": "2.260.0",
133
132
  "constructs": "10.6.0",
134
- "date-fns": "4.1.0",
135
- "es-toolkit": "1.46.1",
133
+ "date-fns": "4.4.0",
134
+ "es-toolkit": "1.49.0",
136
135
  "etag": "1.8.1",
137
136
  "geojson-validation": "1.0.2",
138
137
  "ky": "2.0.2",
139
- "lefthook": "2.1.6",
138
+ "lefthook": "2.1.9",
140
139
  "madge": "8.0.0",
141
- "pg-native": "3.7.0",
140
+ "pg-native": "3.8.0",
142
141
  "pg-promise": "12.6.2",
143
- "pg-query-stream": "4.14.0",
142
+ "pg-query-stream": "4.16.0",
144
143
  "rimraf": "6.1.3",
145
- "sort-package-json": "3.6.1",
144
+ "sort-package-json": "4.0.0",
146
145
  "typescript": "5.9.3",
147
- "velocityjs": "2.1.6",
148
- "vitest": "4.1.9",
146
+ "velocityjs": "2.1.7",
147
+ "vitest": "4.1.10",
149
148
  "zod": "4.4.3"
150
149
  },
151
150
  "peerDependencies": {
152
- "@aws-sdk/client-api-gateway": "3.1047.0",
153
- "@aws-sdk/client-s3": "3.1047.0",
154
- "@aws-sdk/client-secrets-manager": "3.1047.0",
155
- "@aws-sdk/client-sns": "3.1047.0",
156
- "@aws-sdk/lib-storage": "3.1047.0",
157
- "@date-fns/tz": "1.4.1",
158
- "@smithy/fetch-http-handler": "5.4.2",
159
- "@smithy/node-http-handler": "4.7.2",
160
- "aws-cdk-lib": "2.254.0",
161
- "change-case": "5.4.4",
151
+ "@aws-sdk/client-api-gateway": "3.1073.0",
152
+ "@aws-sdk/client-s3": "3.1073.0",
153
+ "@aws-sdk/client-secrets-manager": "3.1073.0",
154
+ "@aws-sdk/client-sns": "3.1073.0",
155
+ "@aws-sdk/lib-storage": "3.1073.0",
156
+ "@date-fns/tz": "1.5.0",
157
+ "@smithy/fetch-http-handler": "5.5.1",
158
+ "@smithy/node-http-handler": "4.8.1",
159
+ "aws-cdk-lib": "2.260.0",
162
160
  "constructs": "10.6.0",
163
- "date-fns": "4.1.0",
164
- "es-toolkit": "1.46.1",
161
+ "date-fns": "4.4.0",
162
+ "es-toolkit": "1.49.0",
165
163
  "geojson-validation": "1.0.2",
166
164
  "ky": "2.0.2",
167
- "pg-native": "3.7.0",
165
+ "pg-native": "3.8.0",
168
166
  "pg-promise": "12.6.2",
169
167
  "zod": "4.4.3"
170
168
  },
@@ -172,17 +170,17 @@
172
170
  "node": ">=24 <25"
173
171
  },
174
172
  "scripts": {
175
- "build": "heft build --clean",
173
+ "build": "heft build --clean && pnpm run format:check",
176
174
  "build:watch": "heft build-watch",
177
175
  "ci:test": "vitest run --coverage --reporter=junit --outputFile=junit.xml",
178
176
  "deps:update-all": "node --experimental-strip-types scripts/update-deps-and-peers.ts",
179
- "format:check": "biome check ",
180
- "format:check-staged": "biome check --staged",
181
- "format:fix": "biome check --write",
182
- "format:fix-staged": "biome check --staged --write",
177
+ "format:check": "biome check --error-on-warnings",
178
+ "format:check-staged": "biome check --staged --error-on-warnings",
179
+ "format:fix": "biome check --write --error-on-warnings",
180
+ "format:fix-staged": "biome check --staged --write --error-on-warnings",
183
181
  "format:package-json": "sort-package-json",
184
182
  "setup": "pnpm install; node --experimental-strip-types scripts/setup-digitraffic-common.ts",
185
- "test": "vitest run --coverage",
183
+ "test": "vitest run --coverage && pnpm run format:check",
186
184
  "test:watch": "vitest"
187
185
  }
188
186
  }