@prosopo/load-balancer 2.10.37 → 2.10.39

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,5 +1,5 @@
1
1
 
2
- > @prosopo/load-balancer@2.10.37 build:cjs
2
+ > @prosopo/load-balancer@2.10.39 build:cjs
3
3
  > NODE_ENV=${NODE_ENV:-development}; vite build --config vite.cjs.config.ts --mode $NODE_ENV
4
4
 
5
5
  ViteCommonJSConfig: .
@@ -35,4 +35,4 @@ dist/cjs/retry.cjs 1.13 kB │ gzip: 0.56 kB
35
35
  dist/cjs/balancer.cjs 1.97 kB │ gzip: 0.95 kB
36
36
  dist/cjs/providers.cjs 5.75 kB │ gzip: 2.02 kB
37
37
 
38
- ✓ built in 68ms
38
+ ✓ built in 84ms
@@ -1,8 +1,8 @@
1
1
 
2
- > @prosopo/load-balancer@2.10.37 build:tsc
2
+ > @prosopo/load-balancer@2.10.39 build:tsc
3
3
  > tsc --build --verbose
4
4
 
5
- 10:02:04 PM - Projects in this build:
5
+ 10:39:26 PM - Projects in this build:
6
6
  * ../../dev/config/tsconfig.json
7
7
  * ../locale/tsconfig.json
8
8
  * ../util/tsconfig.json
@@ -12,21 +12,21 @@
12
12
  * ../common/tsconfig.json
13
13
  * tsconfig.json
14
14
 
15
- 10:02:04 PM - Project '../../dev/config/tsconfig.json' is up to date because newest input '../../dev/config/src/webpack/webpack.config.ts' is older than output '../../dev/config/tsconfig.tsbuildinfo'
15
+ 10:39:27 PM - Project '../../dev/config/tsconfig.json' is up to date because newest input '../../dev/config/src/vite/NodejsPolarsNativeFilePlugin.ts' is older than output '../../dev/config/tsconfig.tsbuildinfo'
16
16
 
17
- 10:02:04 PM - Project '../locale/tsconfig.json' is up to date because newest input '../locale/src/translationKey.ts' is older than output '../locale/tsconfig.tsbuildinfo'
17
+ 10:39:27 PM - Project '../locale/tsconfig.json' is up to date because newest input '../locale/src/translationKey.ts' is older than output '../locale/tsconfig.tsbuildinfo'
18
18
 
19
- 10:02:04 PM - Project '../util/tsconfig.json' is up to date because newest input '../util/src/url.ts' is older than output '../util/tsconfig.tsbuildinfo'
19
+ 10:39:27 PM - Project '../util/tsconfig.json' is up to date because newest input '../util/src/url.ts' is older than output '../util/tsconfig.tsbuildinfo'
20
20
 
21
- 10:02:04 PM - Project '../logger/tsconfig.json' is up to date because newest input '../logger/src/logger.ts' is older than output '../logger/tsconfig.tsbuildinfo'
21
+ 10:39:27 PM - Project '../logger/tsconfig.json' is up to date because newest input '../logger/src/logger.ts' is older than output '../logger/tsconfig.tsbuildinfo'
22
22
 
23
- 10:02:04 PM - Project '../util-crypto/tsconfig.json' is up to date because newest input '../util-crypto/src/types.ts' is older than output '../util-crypto/tsconfig.tsbuildinfo'
23
+ 10:39:27 PM - Project '../util-crypto/tsconfig.json' is up to date because newest input '../util-crypto/src/types.ts' is older than output '../util-crypto/tsconfig.tsbuildinfo'
24
24
 
25
- 10:02:04 PM - Project '../types/tsconfig.json' is up to date because newest input '../types/src/types.test-d.ts' is older than output '../types/tsconfig.tsbuildinfo'
25
+ 10:39:27 PM - Project '../types/tsconfig.json' is up to date because newest input '../types/src/types.test-d.ts' is older than output '../types/tsconfig.tsbuildinfo'
26
26
 
27
- 10:02:04 PM - Project '../common/tsconfig.json' is up to date because newest input '../common/src/index.ts' is older than output '../common/tsconfig.tsbuildinfo'
27
+ 10:39:27 PM - Project '../common/tsconfig.json' is up to date because newest input '../common/src/tests/utils/batches.unit.test.ts' is older than output '../common/tsconfig.tsbuildinfo'
28
28
 
29
- 10:02:04 PM - Project 'tsconfig.json' is out of date because output file 'tsconfig.tsbuildinfo' does not exist
29
+ 10:39:27 PM - Project 'tsconfig.json' is out of date because output file 'tsconfig.tsbuildinfo' does not exist
30
30
 
31
- 10:02:04 PM - Building project '/home/runner/work/captcha/captcha/packages/load-balancer/tsconfig.json'...
31
+ 10:39:27 PM - Building project '/home/runner/work/captcha/captcha/packages/load-balancer/tsconfig.json'...
32
32
 
@@ -1,9 +1,9 @@
1
1
 
2
- > @prosopo/load-balancer@2.10.37 build
2
+ > @prosopo/load-balancer@2.10.39 build
3
3
  > npm run build:cross-env -- --mode ${NODE_ENV:-development}
4
4
 
5
5
 
6
- > @prosopo/load-balancer@2.10.37 build:cross-env
6
+ > @prosopo/load-balancer@2.10.39 build:cross-env
7
7
  > vite build --config vite.esm.config.ts --mode production
8
8
 
9
9
  ViteEsmConfig: .
@@ -17,6 +17,7 @@ ViteEsmConfig: .
17
17
  '/home/runner/work/captcha/captcha/packages/util-crypto/tsconfig.json'
18
18
  ]
19
19
  }
20
+ The plugin "vite-tsconfig-paths" is detected. Vite now supports tsconfig paths resolution natively via the resolve.tsconfigPaths option. You can remove the plugin and set resolve.tsconfigPaths: true in your Vite config instead.
20
21
  {
21
22
  externals: [
22
23
  '@prosopo/common',
@@ -27,7 +28,6 @@ ViteEsmConfig: .
27
28
  '@prosopo/util-crypto'
28
29
  ]
29
30
  }
30
- The plugin "vite-tsconfig-paths" is detected. Vite now supports tsconfig paths resolution natively via the resolve.tsconfigPaths option. You can remove the plugin and set resolve.tsconfigPaths: true in your Vite config instead.
31
31
  vite v8.1.5 building ssr environment for production...
32
32
  Bundle build started
33
33
  
@@ -40,4 +40,4 @@ dist/retry.js 1.09 kB │ gzip: 0.55 kB
40
40
  dist/balancer.js 1.80 kB │ gzip: 0.93 kB
41
41
  dist/providers.js 5.51 kB │ gzip: 2.00 kB
42
42
 
43
- ✓ built in 73ms
43
+ ✓ built in 144ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,55 @@
1
1
  # @prosopo/load-balancer
2
2
 
3
+ ## 2.10.39
4
+ ### Patch Changes
5
+
6
+ - 89dd38a: chore(deps): batch the outstanding dependabot bumps into one upgrade
7
+
8
+ Rolls up dependabot PRs #3112, #3127-#3134 and #3159. Majors: `mongoose`
9
+ 8 -> 9, `bson` 6 -> 7, `@noble/curves` 1 -> 2, `@polkadot/util-crypto`
10
+ 13 -> 14, `@typegoose/auto-increment` 4 -> 5, `@babel/preset-env` 7 -> 8,
11
+ `@types/jsdom` 21 -> 30, `@types/bcrypt` 5 -> 6, `@actions/github` 6 -> 9,
12
+ `testcontainers` 11 -> 12. The rest are minor/patch.
13
+
14
+ Code changes the majors forced:
15
+ - `@noble/curves` v2 requires `.js` specifiers and renamed the point API,
16
+ so `secp256k1.ProjectivePoint.fromHex(...).toRawBytes()` becomes
17
+ `secp256k1.Point.fromBytes(...).toBytes()`, `RistrettoPoint` becomes
18
+ `ristretto255.Point`, and `abstract/utils` moves to `utils.js`.
19
+ - mongoose 9 drops `RootFilterQuery` (now `QueryFilter`), no longer sets
20
+ `background: true` on schema indexes by default, and no longer declares
21
+ `id` on `Document`, which un-hid a mismatch between
22
+ `updateDappUserCommitment`'s `Hash` parameter and the `string` `id` it
23
+ filters on.
24
+ - mongoose 9 rejects an aggregation-pipeline update (an array) unless the
25
+ call passes `updatePipeline: true`, so the six pipeline writes in
26
+ `ProviderDatabase` now opt in explicitly.
27
+ - mongoose 9's `castUpdate` throws on a `$setOnInsert` key inside `$set`.
28
+ `storeUserImageCaptchaSolution` passed its record straight in as the
29
+ update, and mongoose's `moveImmutableProperties` mutates that object on
30
+ an upsert -- adding the very `$setOnInsert` key the record then carried
31
+ into `CentralDbStreamer.streamImageRecord`. Image records stopped
32
+ reaching the central DB (the streamer is fire-and-forget, so it only
33
+ logged) and signup verification returned 500. The update is now an
34
+ explicit `$set` over a shallow copy.
35
+ - `@prosopo/database` moves from mongodb 6.20 to 7.5 to match the driver
36
+ mongoose 9 pulls, so bson 7 is the only copy resolvable in the package.
37
+ - `vitest`/`@vitest/coverage-v8` go to 4.1.11 alongside dependabot's
38
+ `@vitest/spy` bump; leaving them at 4.1.10 installed a second copy of
39
+ `@vitest/spy` and broke type inference in the provider test utils.
40
+ - Updated dependencies [89dd38a]
41
+ - Updated dependencies [80f73c1]
42
+ - Updated dependencies [8a670d3]
43
+ - @prosopo/common@3.1.53
44
+ - @prosopo/types@5.6.0
45
+
46
+ ## 2.10.38
47
+ ### Patch Changes
48
+
49
+ - Updated dependencies [a62b994]
50
+ - Updated dependencies [a447afa]
51
+ - @prosopo/types@5.5.3
52
+
3
53
  ## 2.10.37
4
54
  ### Patch Changes
5
55
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosopo/load-balancer",
3
- "version": "2.10.37",
3
+ "version": "2.10.39",
4
4
  "description": "Provider load balancer",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -37,14 +37,14 @@
37
37
  },
38
38
  "homepage": "https://github.com/prosopo/captcha#readme",
39
39
  "dependencies": {
40
- "@prosopo/common": "3.1.52",
41
- "@prosopo/types": "5.5.2",
40
+ "@prosopo/common": "3.1.53",
41
+ "@prosopo/types": "5.6.0",
42
42
  "zod": "3.23.8"
43
43
  },
44
44
  "devDependencies": {
45
- "@prosopo/config": "3.3.12",
45
+ "@prosopo/config": "3.3.13",
46
46
  "@types/node": "22.10.2",
47
- "@vitest/coverage-v8": "4.1.10",
47
+ "@vitest/coverage-v8": "4.1.11",
48
48
  "concurrently": "9.0.1",
49
49
  "del-cli": "6.0.0",
50
50
  "dotenv": "17.2.1",
@@ -53,7 +53,7 @@
53
53
  "tsx": "4.20.3",
54
54
  "typescript": "5.6.2",
55
55
  "vite": "8.1.5",
56
- "vitest": "4.1.10"
56
+ "vitest": "4.1.11"
57
57
  },
58
58
  "sideEffects": false
59
59
  }