Skip to content

Commit 8fe87e5

Browse files
committed
update
1 parent e56ca4b commit 8fe87e5

File tree

3 files changed

+41
-68
lines changed

3 files changed

+41
-68
lines changed

clients/algoliasearch-client-javascript/packages/algoliasearch/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666
"@experimental-api-clients-automation/requester-node-http": "0.7.2"
6767
},
6868
"devDependencies": {
69-
"@types/jest": "28.1.4",
70-
"@types/node": "16.11.43",
71-
"jest": "28.1.2",
69+
"@types/jest": "28.1.3",
70+
"@types/node": "16.11.41",
71+
"jest": "28.1.1",
7272
"ts-jest": "28.0.5",
7373
"typescript": "4.7.4"
7474
},

clients/algoliasearch-client-javascript/yarn.lock

Lines changed: 34 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1600,9 +1600,9 @@ __metadata:
16001600
"@experimental-api-clients-automation/client-search": 0.7.2
16011601
"@experimental-api-clients-automation/requester-browser-xhr": 0.7.2
16021602
"@experimental-api-clients-automation/requester-node-http": 0.7.2
1603-
"@types/jest": 28.1.4
1604-
"@types/node": 16.11.43
1605-
jest: 28.1.2
1603+
"@types/jest": 28.1.3
1604+
"@types/node": 16.11.41
1605+
jest: 28.1.1
16061606
ts-jest: 28.0.5
16071607
typescript: 4.7.4
16081608
languageName: unknown
@@ -1804,7 +1804,7 @@ __metadata:
18041804
languageName: node
18051805
linkType: hard
18061806

1807-
"@jest/core@npm:^28.1.2":
1807+
"@jest/core@npm:^28.1.1, @jest/core@npm:^28.1.2":
18081808
version: 28.1.2
18091809
resolution: "@jest/core@npm:28.1.2"
18101810
dependencies:
@@ -3464,6 +3464,16 @@ __metadata:
34643464
languageName: node
34653465
linkType: hard
34663466

3467+
"@types/jest@npm:28.1.3":
3468+
version: 28.1.3
3469+
resolution: "@types/jest@npm:28.1.3"
3470+
dependencies:
3471+
jest-matcher-utils: ^28.0.0
3472+
pretty-format: ^28.0.0
3473+
checksum: 28141f2d5b3bafd063362de9790cb8f219488d9b0ad47524a84bef1142a4f0d9d35be0c56988d9f922205225cc83c986acd4be424bd8653b38dc27ab672455e2
3474+
languageName: node
3475+
linkType: hard
3476+
34673477
"@types/jest@npm:28.1.4":
34683478
version: 28.1.4
34693479
resolution: "@types/jest@npm:28.1.4"
@@ -6230,7 +6240,7 @@ __metadata:
62306240
languageName: node
62316241
linkType: hard
62326242

6233-
"jest-cli@npm:^28.1.2":
6243+
"jest-cli@npm:^28.1.1, jest-cli@npm:^28.1.2":
62346244
version: 28.1.2
62356245
resolution: "jest-cli@npm:28.1.2"
62366246
dependencies:
@@ -6640,6 +6650,25 @@ __metadata:
66406650
languageName: node
66416651
linkType: hard
66426652

6653+
"jest@npm:28.1.1":
6654+
version: 28.1.1
6655+
resolution: "jest@npm:28.1.1"
6656+
dependencies:
6657+
"@jest/core": ^28.1.1
6658+
"@jest/types": ^28.1.1
6659+
import-local: ^3.0.2
6660+
jest-cli: ^28.1.1
6661+
peerDependencies:
6662+
node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0
6663+
peerDependenciesMeta:
6664+
node-notifier:
6665+
optional: true
6666+
bin:
6667+
jest: bin/jest.js
6668+
checksum: 398a143d9ef1a78e2ba516a09b6343cb926bf20e29ad400141dd3bd57e964195b82817a60eb8745ba9006fcd7c028ceda5108e3c426fa4e29877f28d87cf88a3
6669+
languageName: node
6670+
linkType: hard
6671+
66436672
"jest@npm:28.1.2":
66446673
version: 28.1.2
66456674
resolution: "jest@npm:28.1.2"

renovate.json

Lines changed: 4 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -46,68 +46,12 @@
4646
"package.mustache"
4747
],
4848
"matchStrings": [
49-
"\\s\"@types/node\": \"(?<currentValue>.*?)\",?\\s"
50-
],
51-
"depNameTemplate": "@types/node",
52-
"datasourceTemplate": "npm"
53-
},
54-
{
55-
"description": "Update package.json mustache devDeps",
56-
"fileMatch": [
57-
"package.mustache"
58-
],
59-
"matchStrings": [
60-
"\\s\"@types/jest\": \"(?<currentValue>.*?)\",?\\s"
61-
],
62-
"depNameTemplate": "@types/jest",
63-
"datasourceTemplate": "npm"
64-
},
65-
{
66-
"description": "Update package.json mustache devDeps",
67-
"fileMatch": [
68-
"package.mustache"
69-
],
70-
"matchStrings": [
71-
"\\s\"typescript\": \"(?<currentValue>.*?)\",?\\s"
72-
],
73-
"depNameTemplate": "typescript",
74-
"datasourceTemplate": "npm"
75-
},
76-
{
77-
"description": "Update package.json mustache devDeps",
78-
"fileMatch": [
79-
"package.mustache"
80-
],
81-
"matchStrings": [
82-
"\\s\"jest\": \"(?<currentValue>.*?)\",?\\s"
83-
],
84-
"depNameTemplate": "jest",
85-
"datasourceTemplate": "npm"
86-
},
87-
{
88-
"description": "Update package.json mustache devDeps",
89-
"fileMatch": [
90-
"package.mustache"
91-
],
92-
"matchStrings": [
93-
"\\s\"ts-jest\": \"(?<currentValue>.*?)\",?\\s"
94-
],
95-
"depNameTemplate": "ts-jest",
96-
"datasourceTemplate": "npm"
97-
},
98-
{
99-
"description": "Update package.json mustache devDeps",
100-
"fileMatch": [
101-
"package.mustache"
102-
],
103-
"matchStrings": [
104-
"\\s\"ts-node\": \"(?<currentValue>.*?)\",?\\s"
105-
],
106-
"depNameTemplate": "ts-node",
107-
"datasourceTemplate": "npm"
49+
"\\s\"(?<depName>.*?)\": \"(?<currentValue>.*?)\",?\\s"
50+
]
10851
}
10952
],
11053
"ignorePaths": [
54+
"**/algoliasearch/**",
11155
"**/client-abtesting/**",
11256
"**/client-analytics/**",
11357
"**/client-insights/**",
@@ -120,6 +64,6 @@
12064
"clients/algoliasearch-client-php/composer.json",
12165
"tests/output/**"
12266
],
123-
"prHourlyLimit": 10,
67+
"prHourlyLimit": 20,
12468
"prConcurrentLimit": 50
12569
}

0 commit comments

Comments
 (0)