Skip to content

Commit fd9c9ba

Browse files
chore(scripts): dependencies 2022-06-27 (#744)
Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 6047578 commit fd9c9ba

File tree

13 files changed

+1252
-1264
lines changed

13 files changed

+1252
-1264
lines changed

Diff for: .github/actions/setup/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ runs:
9393
- name: Install JavaScript client dependencies
9494
if: ${{ inputs.language == 'javascript' }}
9595
shell: bash
96-
run: cd clients/algoliasearch-client-javascript && yarn install
96+
run: cd clients/algoliasearch-client-javascript && YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install
9797

9898
# PHP deps
9999
- name: Run composer update

Diff for: clients/algoliasearch-client-java-2/algoliasearch-core/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repositories {
1010

1111
dependencies {
1212
implementation 'com.google.code.findbugs:jsr305:3.0.2'
13-
api 'com.squareup.okhttp3:okhttp:4.9.3'
13+
api 'com.squareup.okhttp3:okhttp:4.10.0'
1414
implementation 'com.squareup.okhttp3:logging-interceptor:4.10.0'
1515
api 'com.google.code.gson:gson:2.9.0'
1616
implementation 'io.gsonfire:gson-fire:1.8.5'

Diff for: clients/algoliasearch-client-javascript/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
"@babel/runtime": "7.18.3",
2525
"@rollup/plugin-babel": "5.3.1",
2626
"@rollup/plugin-node-resolve": "13.3.0",
27-
"@types/jest": "28.1.2",
27+
"@types/jest": "28.1.3",
2828
"@types/rollup-plugin-node-globals": "1.4.1",
2929
"@types/semver": "7.3.10",
3030
"bundlesize2": "0.0.31",
3131
"execa": "5.1.1",
32-
"lerna": "5.1.4",
33-
"rollup": "2.75.6",
32+
"lerna": "5.1.6",
33+
"rollup": "2.75.7",
3434
"rollup-plugin-node-globals": "1.4.0",
3535
"rollup-plugin-terser": "7.0.2",
3636
"rollup-plugin-typescript2": "0.32.1",

Diff for: clients/algoliasearch-client-javascript/packages/algoliasearch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@experimental-api-clients-automation/requester-node-http": "0.6.1"
6565
},
6666
"devDependencies": {
67-
"@types/jest": "28.1.2",
67+
"@types/jest": "28.1.3",
6868
"@types/node": "16.11.41",
6969
"jest": "28.1.1",
7070
"typescript": "4.7.4"

Diff for: clients/algoliasearch-client-javascript/packages/client-common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test": "jest"
1919
},
2020
"devDependencies": {
21-
"@types/jest": "28.1.2",
21+
"@types/jest": "28.1.3",
2222
"@types/node": "16.11.41",
2323
"jest": "28.1.1",
2424
"jest-environment-jsdom": "28.1.1",

0 commit comments

Comments
 (0)