Skip to content

Commit

Permalink
chore(deps): dependencies 2024-03-18 (#2866)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
  • Loading branch information
3 people authored Mar 18, 2024
1 parent 8f524fb commit 2c414ca
Show file tree
Hide file tree
Showing 23 changed files with 649 additions and 480 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ runs:
# Swift deps
- name: Install swift
if: ${{ inputs.language == 'swift' }}
uses: swift-actions/setup-swift@v1
uses: swift-actions/setup-swift@v2
with:
swift-version: ${{ steps.versions.outputs.SWIFT_VERSION }}

Expand Down
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ environment:

dev_dependencies:
lints: ^3.0.0
melos: ^4.0.0
melos: ^5.0.0
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.27.0'
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.28.0'
}
}
4 changes: 2 additions & 2 deletions clients/algoliasearch-client-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-terser": "0.4.4",
"@types/jest": "29.5.12",
"@types/node": "20.11.25",
"@types/node": "20.11.28",
"@types/rollup-plugin-node-globals": "1.4.4",
"@types/semver": "7.5.8",
"bundlesize2": "0.0.31",
"execa": "8.0.1",
"lerna": "8.0.0",
"nx": "18.0.8",
"rollup": "4.12.1",
"rollup": "4.13.0",
"rollup-plugin-node-globals": "1.4.0",
"rollup-plugin-typescript2": "0.36.0",
"semver": "7.6.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@babel/preset-env": "7.24.0",
"@babel/preset-typescript": "7.23.3",
"@types/jest": "29.5.12",
"@types/node": "20.11.25",
"@types/node": "20.11.28",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.1.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"@algolia/requester-node-http": "5.0.0-alpha.108"
},
"devDependencies": {
"@types/node": "20.11.25",
"rollup": "4.12.1",
"@types/node": "20.11.28",
"rollup": "4.13.0",
"typescript": "5.4.2"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@babel/preset-env": "7.24.0",
"@babel/preset-typescript": "7.23.3",
"@types/jest": "29.5.12",
"@types/node": "20.11.25",
"@types/node": "20.11.28",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.1.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@babel/preset-env": "7.24.0",
"@babel/preset-typescript": "7.23.3",
"@types/jest": "29.5.12",
"@types/node": "20.11.25",
"@types/node": "20.11.28",
"cross-fetch": "4.0.0",
"jest": "29.7.0",
"nock": "13.5.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@babel/preset-env": "7.24.0",
"@babel/preset-typescript": "7.23.3",
"@types/jest": "29.5.12",
"@types/node": "20.11.25",
"@types/node": "20.11.28",
"jest": "29.7.0",
"nock": "13.5.4",
"ts-jest": "29.1.2",
Expand Down
Loading

1 comment on commit 2c414ca

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please # to comment.