@wrelik/errors 2.0.0 → 2.0.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.
@@ -1,28 +1,28 @@
1
1
 
2
- > @wrelik/errors@2.0.0 build /home/runner/work/wrelik-kit/wrelik-kit/packages/errors
2
+ > @wrelik/errors@2.0.1 build /Users/lee/Projects/wrelik-kit/packages/errors
3
3
  > tsup src/server/index.ts src/client/index.ts src/shared/index.ts --format cjs,esm --dts --clean
4
4
 
5
- CLI Building entry: src/client/index.ts, src/server/index.ts, src/shared/index.ts
6
- CLI Using tsconfig: tsconfig.json
7
- CLI tsup v8.5.1
8
- CLI Target: es2022
9
- CLI Cleaning output folder
10
- CJS Build start
11
- ESM Build start
12
- ESM dist/server/index.mjs 693.00 B
13
- ESM dist/shared/index.mjs 287.00 B
14
- ESM dist/client/index.mjs 87.00 B
15
- ESM dist/chunk-SK2GZ7XR.mjs 1.68 KB
16
- ESM ⚡️ Build success in 66ms
17
- CJS dist/client/index.js 1.96 KB
18
- CJS dist/server/index.js 3.20 KB
19
- CJS dist/shared/index.js 2.91 KB
20
- CJS ⚡️ Build success in 66ms
21
- DTS Build start
22
- DTS ⚡️ Build success in 9018ms
23
- DTS dist/server/index.d.ts 370.00 B
24
- DTS dist/shared/index.d.ts 1.08 KB
25
- DTS dist/client/index.d.ts 84.00 B
26
- DTS dist/server/index.d.mts 371.00 B
27
- DTS dist/shared/index.d.mts 1.08 KB
28
- DTS dist/client/index.d.mts 85.00 B
5
+ CLI Building entry: src/server/index.ts, src/client/index.ts, src/shared/index.ts
6
+ CLI Using tsconfig: tsconfig.json
7
+ CLI tsup v8.5.1
8
+ CLI Target: es2022
9
+ CLI Cleaning output folder
10
+ CJS Build start
11
+ ESM Build start
12
+ DTS Build start
13
+ ESM dist/server/index.mjs 693.00 B
14
+ ESM dist/client/index.mjs 87.00 B
15
+ ESM dist/shared/index.mjs 287.00 B
16
+ ESM dist/chunk-SK2GZ7XR.mjs 1.68 KB
17
+ ESM ⚡️ Build success in 1918ms
18
+ CJS dist/client/index.js 1.96 KB
19
+ CJS dist/server/index.js 3.20 KB
20
+ CJS dist/shared/index.js 2.91 KB
21
+ CJS ⚡️ Build success in 1919ms
22
+ DTS ⚡️ Build success in 4132ms
23
+ DTS dist/server/index.d.ts 370.00 B
24
+ DTS dist/shared/index.d.ts 1.08 KB
25
+ DTS dist/client/index.d.ts 84.00 B
26
+ DTS dist/server/index.d.mts 371.00 B
27
+ DTS dist/shared/index.d.mts 1.08 KB
28
+ DTS dist/client/index.d.mts 85.00 B
@@ -0,0 +1,35 @@
1
+
2
+ > @wrelik/errors@0.2.1 lint /Users/lee/Projects/wrelik-kit/packages/errors
3
+ > eslint src/
4
+
5
+ Warning: React version was set to "detect" in eslint-plugin-react settings, but the "react" package is not installed. Assuming latest React version for linting.
6
+
7
+ /Users/lee/Projects/wrelik-kit/packages/errors/src/client.test.ts
8
+ 3:1 warning '@sentry/browser' import is restricted from being used. Please use @wrelik/errors/client instead no-restricted-imports
9
+
10
+ /Users/lee/Projects/wrelik-kit/packages/errors/src/client.ts
11
+ 5:1 warning '@sentry/browser' import is restricted from being used. Please use @wrelik/errors/client instead no-restricted-imports
12
+ 31:105 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
13
+ 48:18 warning '_' is assigned a value but never used @typescript-eslint/no-unused-vars
14
+ 48:34 warning '__' is assigned a value but never used @typescript-eslint/no-unused-vars
15
+ 48:56 warning '___' is assigned a value but never used @typescript-eslint/no-unused-vars
16
+
17
+ /Users/lee/Projects/wrelik-kit/packages/errors/src/react-native.test.ts
18
+ 3:1 warning '@sentry/react-native' import is restricted from being used. Please use @wrelik/errors/react-native instead no-restricted-imports
19
+
20
+ /Users/lee/Projects/wrelik-kit/packages/errors/src/react-native.ts
21
+ 5:1 warning '@sentry/react-native' import is restricted from being used. Please use @wrelik/errors/react-native instead no-restricted-imports
22
+ 11:105 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
23
+ 28:18 warning '_' is assigned a value but never used @typescript-eslint/no-unused-vars
24
+ 28:34 warning '__' is assigned a value but never used @typescript-eslint/no-unused-vars
25
+ 28:56 warning '___' is assigned a value but never used @typescript-eslint/no-unused-vars
26
+
27
+ /Users/lee/Projects/wrelik-kit/packages/errors/src/server.ts
28
+ 5:1 warning '@sentry/node' import is restricted from being used. Please use @wrelik/errors/server instead no-restricted-imports
29
+ 31:105 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
30
+ 48:18 warning '_' is assigned a value but never used @typescript-eslint/no-unused-vars
31
+ 48:34 warning '__' is assigned a value but never used @typescript-eslint/no-unused-vars
32
+ 48:56 warning '___' is assigned a value but never used @typescript-eslint/no-unused-vars
33
+
34
+ ✖ 17 problems (0 errors, 17 warnings)
35
+
@@ -0,0 +1,16 @@
1
+
2
+ > @wrelik/errors@2.0.1 test /Users/lee/Projects/wrelik-kit/packages/errors
3
+ > vitest run --passWithNoTests
4
+
5
+
6
+  RUN  v4.1.2 /Users/lee/Projects/wrelik-kit/packages/errors
7
+
8
+ ✓ src/server/index.test.ts (2 tests) 172ms
9
+ ✓ src/shared/index.test.ts (3 tests) 8ms
10
+ ✓ src/client/index.test.ts (2 tests) 7ms
11
+
12
+  Test Files  3 passed (3)
13
+  Tests  7 passed (7)
14
+  Start at  20:04:57
15
+  Duration  1.34s (transform 728ms, setup 0ms, import 904ms, tests 187ms, environment 0ms)
16
+
@@ -0,0 +1,4 @@
1
+
2
+ > @wrelik/errors@2.0.0 typecheck /Users/lee/Projects/wrelik-kit/packages/errors
3
+ > tsc --noEmit
4
+
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @wrelik/errors
2
2
 
3
+ ## 2.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 3262454: Upgrade runtime SDK and workspace tooling dependencies to latest compatible versions, including Clerk, Sentry, AWS SDK, Inngest, Resend, Upstash, Zod, TypeScript, Turbo, Vitest, TSUP, and ESLint.
8
+
9
+ Adopt root ESLint flat config and align wrapper peer ranges for updated SDK majors while preserving package export paths. Also apply a patched transitive Next.js resolution to close audit findings and keep production audit clean.
10
+
11
+ Note: Vite is pinned to the latest 7.x line for runtime compatibility in this environment; this avoids current rolldown native-binding failures seen with Vite 8 under Node 20.18.0.
12
+
13
+ Breaking change: `@wrelik/auth` and `@wrelik/clerk-next` now require `@clerk/nextjs@7.x` via updated peer ranges (`>=7 <8`). Consumers on Clerk v4-v6 must upgrade to Clerk v7 before adopting these versions.
14
+
3
15
  ## 2.0.0
4
16
 
5
17
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wrelik/errors",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -29,15 +29,16 @@
29
29
  "./package.json": "./package.json"
30
30
  },
31
31
  "dependencies": {
32
- "@sentry/browser": "^10.38.0",
33
- "@sentry/node": "^7.101.1"
32
+ "@sentry/browser": "^10.47.0",
33
+ "@sentry/node": "^10.47.0"
34
34
  },
35
35
  "devDependencies": {
36
- "@types/node": "^25.2.0",
37
- "tsup": "^8.0.1",
38
- "vitest": "^1.2.2",
39
- "@wrelik/eslint-config": "0.1.1",
40
- "@wrelik/tsconfig": "0.1.1"
36
+ "@types/node": "^25.5.2",
37
+ "tsup": "^8.5.1",
38
+ "vite": "^7.3.1",
39
+ "vitest": "^4.1.2",
40
+ "@wrelik/tsconfig": "0.1.2",
41
+ "@wrelik/eslint-config": "0.1.2"
41
42
  },
42
43
  "wrelik": {
43
44
  "runtimes": [