Skip to content

Commit 9ef7256

Browse files
authored
Merge branch 'main' into version-bump
2 parents 9263e65 + 509cb07 commit 9ef7256

10 files changed

Lines changed: 176 additions & 114 deletions

File tree

.github/workflows/add-or-validate-labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
outputs:
2121
VERSION_INSTRUCTION: ${{ steps.validate.outputs.VERSION_INSTRUCTION }}
2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424
- name: Validate that version bump labels are on the PR
2525
id: validate
2626
uses: ./.github/actions/validate-version-labels

.github/workflows/main.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,23 @@ jobs:
1313
concurrency: build-${{ github.ref}}
1414
if: ${{ !startsWith(github.head_ref, 'version-bump') }}
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- uses: ./.github/actions/setup
1818
- run: yarn build
1919
lint:
2020
runs-on: ubuntu-latest
2121
concurrency: lint-${{ github.ref }}
2222
if: ${{ !startsWith(github.head_ref, 'version-bump') }}
2323
steps:
24-
- uses: actions/checkout@v5
24+
- uses: actions/checkout@v6
2525
- uses: ./.github/actions/setup
2626
- run: yarn lint
2727
test:
2828
concurrency: test-${{ github.ref }}
2929
runs-on: ubuntu-latest
3030
if: ${{ !startsWith(github.head_ref, 'version-bump') }}
3131
steps:
32-
- uses: actions/checkout@v5
32+
- uses: actions/checkout@v6
3333
- uses: ./.github/actions/setup
3434
- run: |
3535
# Check for test.only() in test files
@@ -55,7 +55,7 @@ jobs:
5555
runs-on: ubuntu-latest
5656
if: ${{ !startsWith(github.head_ref, 'version-bump') }}
5757
steps:
58-
- uses: actions/checkout@v5
58+
- uses: actions/checkout@v6
5959
- uses: ./.github/actions/setup
6060
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
6161
with:
@@ -78,7 +78,7 @@ jobs:
7878
runs-on: ubuntu-latest
7979
if: ${{ !startsWith(github.head_ref, 'version-bump') }}
8080
steps:
81-
- uses: actions/checkout@v5
81+
- uses: actions/checkout@v6
8282
- uses: ./.github/actions/setup
8383
- name: Generate new adapter, build, run the tests
8484
run: |

.github/workflows/open-version-bump-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- id: set-job-name
2828
run: echo "JOB_NAME=${{ github.job }}" >> $GITHUB_OUTPUT
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v6
3030
- id: validate
3131
name: Validate that version bump labels are on the PR
3232
uses: ./.github/actions/validate-version-labels
@@ -46,7 +46,7 @@ jobs:
4646
steps:
4747
- id: set-job-name
4848
run: echo "JOB_NAME=${{ github.job }}" >> $GITHUB_OUTPUT
49-
- uses: actions/checkout@v5
49+
- uses: actions/checkout@v6
5050
with:
5151
ref: ${{ github.base_ref || github.ref }} # Explicit ref required to push from PR because of github internals
5252
- uses: ./.github/actions/set-git-credentials

.github/workflows/pinned-dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
check-dependencies:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v5
10+
- uses: actions/checkout@v6
1111
- name: Extract all versions from package.json
1212
uses: sergeysova/jq-action@a3f0d4ff59cc1dddf023fc0b325dd75b10deec58 # v2.3.0
1313
id: versions

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
outputs:
2323
VERSION_TAG: ${{ steps.get-version-tag.outputs.VERSION_TAG }}
2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626
- id: version-check
2727
run: |
2828
PACKAGE_VERSION=$(cat package.json \

docs/reference-tables/ea-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
| CACHE_LOCK_DURATION | number | 10000 | Time (in ms) used as a baseline for the acquisition and extension of cache locks | | |
1414
| CACHE_LOCK_RETRIES | number | 10 | Number of retries to acquire a cache lock | | |
1515
| CACHE_MAX_AGE | number | 90000 | Maximum amount of time (in ms) that a response will stay cached | - Value must be an integer<br> - Value must be above the minimum<br> - Value must be below the maximum | 1000 | 1200000 |
16-
| CACHE_MAX_ITEMS | number | 10000 | The maximum number of items that remain in the cache | - Value must be an integer<br> - Value must be above the minimum<br> - Value must be below the maximum | 1000 | 10000 |
16+
| CACHE_MAX_ITEMS | number | 10000 | The maximum number of items that remain in the cache | - Value must be an integer<br> - Value must be above the minimum<br> - Value must be below the maximum | 1000 | 50000 |
1717
| CACHE_POLLING_MAX_RETRIES | number | 10 | Max amount of times to attempt to find EA response in the cache after the Transport has been set up | - Value must be an integer<br> - Value must be above the minimum<br> - Value must be below the maximum | 0 | 20 |
1818
| CACHE_POLLING_SLEEP_MS | number | 200 | The number of ms to sleep between each retry to fetch the EA response in the cache | - Value must be an integer<br> - Value must be above the minimum<br> - Value must be below the maximum | 10 | 1000 |
1919
| CACHE_PREFIX | string | | Specifies a prefix to use for cache keys | | |

scripts/generator-adapter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
],
1313
"devDependencies": {
1414
"yeoman-generator": "7.5.1",
15-
"@yeoman/types": "1.8.0",
15+
"@yeoman/types": "1.9.1",
1616
"mem-fs": "4.1.2",
17-
"@yeoman/adapter": "3.1.0",
17+
"@yeoman/adapter": "3.1.1",
1818
"@types/node": "24.10.1"
1919
}
2020
}

scripts/generator-adapter/yarn.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -351,28 +351,28 @@
351351
"@types/expect" "^1.20.4"
352352
"@types/node" "*"
353353

354-
"@yeoman/adapter@3.1.0":
355-
version "3.1.0"
356-
resolved "https://registry.yarnpkg.com/@yeoman/adapter/-/adapter-3.1.0.tgz#036821c1dcf5e3e399cabbcba6b683c8ea4a6c0d"
357-
integrity sha512-otAxZdj8ktp5i3M7HzoJhHF6kWdfGUpN47dWkvRzeivcS4CSrWZnKgV6GFgUOSk9vw86YJLDiJAo4ZtAHo0q3A==
354+
"@yeoman/adapter@3.1.1":
355+
version "3.1.1"
356+
resolved "https://registry.yarnpkg.com/@yeoman/adapter/-/adapter-3.1.1.tgz#1ba3a3c5b82fe52bc00d9fe595be8458cfc895d4"
357+
integrity sha512-yhBK+r5LHcUcZi1JvjL6BCg0HsbWkeh+nsTJa0zJxjFeRvMDLTSVb222hVXUMKP9qHjrK1Cu2Nga0EaRlLpm4A==
358358
dependencies:
359359
"@inquirer/core" "^10.0.0"
360360
chalk "^5.2.0"
361361
inquirer "^12.0.0"
362362
log-symbols "^7.0.0"
363363
ora "^9.0.0"
364-
p-queue "^8.0.1"
364+
p-queue "^9.0.0"
365365
text-table "^0.2.0"
366366

367367
"@yeoman/namespace@^1.0.0":
368368
version "1.0.1"
369369
resolved "https://registry.yarnpkg.com/@yeoman/namespace/-/namespace-1.0.1.tgz#8034277c4a62bdf41e05e2d890bc674bc320eb99"
370370
integrity sha512-XGdYL0HCoPvrzW7T8bxD6RbCY/B8uvR2jpOzJc/yEwTueKHwoVhjSLjVXkokQAO0LNl8nQFLVZ1aKfr2eFWZeA==
371371

372-
"@yeoman/types@1.8.0":
373-
version "1.8.0"
374-
resolved "https://registry.yarnpkg.com/@yeoman/types/-/types-1.8.0.tgz#122ff50a1b966221f5652bcee7e91610e57dfd2c"
375-
integrity sha512-R0QPjieF89hSuc+NNKFYnibV67eW3QSNV1akL33VFx1ld1qrobajGkp3sLe/6CTsPnH5xm+qr+hzwTCdPYMdKQ==
372+
"@yeoman/types@1.9.1":
373+
version "1.9.1"
374+
resolved "https://registry.yarnpkg.com/@yeoman/types/-/types-1.9.1.tgz#7752af2c0e3a4cdbbc98840235a56cb36da25259"
375+
integrity sha512-5BMdA/zMzLv/ahnL1ktaV46nSXorb4sU4kQPQKDhIcK8ERbx9TAbGAE+XAlCXKioNIiOrihYj6gW1d/GEfU9Zw==
376376

377377
ansi-escapes@^4.3.2:
378378
version "4.3.2"
@@ -1023,18 +1023,18 @@ os-tmpdir@~1.0.2:
10231023
resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
10241024
integrity sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==
10251025

1026-
p-queue@^8.0.1:
1027-
version "8.0.1"
1028-
resolved "https://registry.yarnpkg.com/p-queue/-/p-queue-8.0.1.tgz#718b7f83836922ef213ddec263ff4223ce70bef8"
1029-
integrity sha512-NXzu9aQJTAzbBqOt2hwsR63ea7yvxJc0PwN/zobNAudYfb1B7R08SzB4TsLeSbUCuG467NhnoT0oO6w1qRO+BA==
1026+
p-queue@^9.0.0:
1027+
version "9.0.1"
1028+
resolved "https://registry.yarnpkg.com/p-queue/-/p-queue-9.0.1.tgz#a9d4aaaf0251473615db14424be48e055f3e1db0"
1029+
integrity sha512-RhBdVhSwJb7Ocn3e8ULk4NMwBEuOxe+1zcgphUy9c2e5aR/xbEsdVXxHJ3lynw6Qiqu7OINEyHlZkiblEpaq7w==
10301030
dependencies:
10311031
eventemitter3 "^5.0.1"
1032-
p-timeout "^6.1.2"
1032+
p-timeout "^7.0.0"
10331033

1034-
p-timeout@^6.1.2:
1035-
version "6.1.3"
1036-
resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-6.1.3.tgz#9635160c4e10c7b4c3db45b7d5d26f911d9fd853"
1037-
integrity sha512-UJUyfKbwvr/uZSV6btANfb+0t/mOhKV/KXcCUTp8FcQI+v/0d+wXqH4htrW0E4rR6WiEO/EPvUFiV9D5OI4vlw==
1034+
p-timeout@^7.0.0:
1035+
version "7.0.1"
1036+
resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-7.0.1.tgz#95680a6aa693c530f14ac337b8bd32d4ec6ae4f0"
1037+
integrity sha512-AxTM2wDGORHGEkPCt8yqxOTMgpfbEHqF51f/5fJCmwFC3C/zNcGT63SymH2ttOAaiIws2zVg4+izQCjrakcwHg==
10381038

10391039
package-json@^10.0.0:
10401040
version "10.0.1"

src/config/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export const BaseSettingsDefinition = {
4545
type: 'number',
4646
description: 'The maximum number of items that remain in the cache',
4747
default: 10000,
48-
validate: validator.integer({ min: 1000, max: 10000 }),
48+
validate: validator.integer({ min: 1000, max: 50000 }),
4949
},
5050
CACHE_REDIS_CONNECTION_TIMEOUT: {
5151
description: 'Connection timeout for redis client',

0 commit comments

Comments
 (0)