Skip to content

chore(scripts): dependencies 2022-06-27 #744

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Jun 27, 2022
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ runs:
- name: Install JavaScript client dependencies
if: ${{ inputs.language == 'javascript' }}
shell: bash
run: cd clients/algoliasearch-client-javascript && yarn install
run: cd clients/algoliasearch-client-javascript && YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install

# PHP deps
- name: Run composer update
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {

dependencies {
implementation 'com.google.code.findbugs:jsr305:3.0.2'
api 'com.squareup.okhttp3:okhttp:4.9.3'
api 'com.squareup.okhttp3:okhttp:4.10.0'
implementation 'com.squareup.okhttp3:logging-interceptor:4.10.0'
api 'com.google.code.gson:gson:2.9.0'
implementation 'io.gsonfire:gson-fire:1.8.5'
Expand Down
6 changes: 3 additions & 3 deletions clients/algoliasearch-client-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"@babel/runtime": "7.18.3",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-node-resolve": "13.3.0",
"@types/jest": "28.1.2",
"@types/jest": "28.1.3",
"@types/rollup-plugin-node-globals": "1.4.1",
"@types/semver": "7.3.10",
"bundlesize2": "0.0.31",
"execa": "5.1.1",
"lerna": "5.1.4",
"rollup": "2.75.6",
"lerna": "5.1.6",
"rollup": "2.75.7",
"rollup-plugin-node-globals": "1.4.0",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "0.32.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@experimental-api-clients-automation/requester-node-http": "0.6.1"
},
"devDependencies": {
"@types/jest": "28.1.2",
"@types/jest": "28.1.3",
"@types/node": "16.11.41",
"jest": "28.1.1",
"typescript": "4.7.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test": "jest"
},
"devDependencies": {
"@types/jest": "28.1.2",
"@types/jest": "28.1.3",
"@types/node": "16.11.41",
"jest": "28.1.1",
"jest-environment-jsdom": "28.1.1",
Expand Down
14 changes: 7 additions & 7 deletions clients/algoliasearch-client-javascript/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1318,7 +1318,7 @@ __metadata:
"@experimental-api-clients-automation/client-search": 0.6.1
"@experimental-api-clients-automation/requester-browser-xhr": 0.6.1
"@experimental-api-clients-automation/requester-node-http": 0.6.1
"@types/jest": 28.1.2
"@types/jest": 28.1.3
"@types/node": 16.11.41
jest: 28.1.1
typescript: 4.7.4
Expand Down Expand Up @@ -1353,7 +1353,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@experimental-api-clients-automation/client-common@workspace:packages/client-common"
dependencies:
"@types/jest": 28.1.2
"@types/jest": 28.1.3
"@types/node": 16.11.41
jest: 28.1.1
jest-environment-jsdom: 28.1.1
Expand Down Expand Up @@ -3180,13 +3180,13 @@ __metadata:
languageName: node
linkType: hard

"@types/jest@npm:28.1.2":
version: 28.1.2
resolution: "@types/jest@npm:28.1.2"
"@types/jest@npm:28.1.3":
version: 28.1.3
resolution: "@types/jest@npm:28.1.3"
dependencies:
jest-matcher-utils: ^28.0.0
pretty-format: ^28.0.0
checksum: 53ec95b0b27c61380225b94f8660e661e8c6c6fc69b7130531fb5d72ebf5c8838a4266b8a6d7b3a77b3bcdabed632de0c21c9592a2529c1efe80a0f0a995a3aa
checksum: 28141f2d5b3bafd063362de9790cb8f219488d9b0ad47524a84bef1142a4f0d9d35be0c56988d9f922205225cc83c986acd4be424bd8653b38dc27ab672455e2
languageName: node
linkType: hard

Expand Down Expand Up @@ -3438,7 +3438,7 @@ __metadata:
"@babel/runtime": 7.18.3
"@rollup/plugin-babel": 5.3.1
"@rollup/plugin-node-resolve": 13.3.0
"@types/jest": 28.1.2
"@types/jest": 28.1.3
"@types/rollup-plugin-node-globals": 1.4.1
"@types/semver": 7.3.10
bundlesize2: 0.0.31
Expand Down
4 changes: 2 additions & 2 deletions eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"test": "jest"
},
"devDependencies": {
"@types/jest": "28.1.2",
"eslint": "8.17.0",
"@types/jest": "28.1.3",
"eslint": "8.18.0",
"jest": "28.1.1",
"ts-jest": "28.0.5",
"ts-node": "10.8.1",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,25 +34,25 @@
"@openapitools/openapi-generator-cli": "2.5.1",
"@prettier/plugin-php": "0.18.8",
"@redocly/openapi-cli": "1.0.0-beta.94",
"@typescript-eslint/eslint-plugin": "5.18.0",
"@typescript-eslint/parser": "5.18.0",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"babel-eslint": "10.1.0",
"eslint": "8.17.0",
"eslint": "8.18.0",
"eslint-config-algolia": "20.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-algolia": "2.0.0",
"eslint-plugin-automation-custom": "1.0.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsdoc": "39.3.2",
"eslint-plugin-jsdoc": "39.3.3",
"eslint-plugin-json-format": "2.0.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-unused-imports": "2.0.0",
"eslint-plugin-yml": "1.0.0",
"husky": "8.0.1",
"json": "11.0.0",
"mustache": "4.2.0",
"prettier": "2.6.2",
"prettier": "2.7.1",
"prettier-plugin-java": "1.6.2",
"renovate-config-algolia": "2.1.10",
"typescript": "4.7.4"
Expand Down
2 changes: 1 addition & 1 deletion playground/javascript/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@experimental-api-clients-automation/requester-browser-xhr": "link:../../../clients/algoliasearch-client-javascript/packages/requester-node-http"
},
"devDependencies": {
"parcel": "2.6.1",
"parcel": "2.6.2",
"typescript": "4.7.4"
}
}
4 changes: 2 additions & 2 deletions scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@octokit/rest": "18.12.0",
"@types/folder-hash": "4.0.1",
"@types/inquirer": "8.2.1",
"@types/jest": "28.1.2",
"@types/jest": "28.1.3",
"@types/js-yaml": "4.0.5",
"@types/micromatch": "4.0.2",
"@types/mustache": "4.1.3",
Expand All @@ -27,7 +27,7 @@
"chalk": "4.1.2",
"commander": "9.3.0",
"dotenv": "16.0.1",
"eslint": "8.17.0",
"eslint": "8.18.0",
"execa": "5.1.1",
"folder-hash": "4.0.2",
"fs-extra": "10.1.0",
Expand Down
6 changes: 3 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"@mdx-js/react": "^1.6.22",
"clsx": "^1.1.1",
"docusaurus-preset-shiki-twoslash": "1.1.37",
"react": "18.1.0",
"react-dom": "18.1.0",
"redocusaurus": "1.1.2"
"react": "18.2.0",
"react-dom": "18.2.0",
"redocusaurus": "1.2.2"
}
}
Loading