Skip to content

Commit

Permalink
chore(deps): dependencies 2024-03-04 (#2806)
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 committed Mar 4, 2024
1 parent 73ff072 commit e75179f
Show file tree
Hide file tree
Showing 28 changed files with 953 additions and 864 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ jobs:
run: yarn website:build

- name: Deploy documentation
uses: nwtgck/actions-netlify@v2.0
uses: nwtgck/actions-netlify@v2.1
with:
publish-dir: 'website/build'
production-branch: main
Expand Down
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/algolia/algoliasearch-client-go/v4

go 1.21

require github.com/go-playground/validator/v10 v10.18.0
require github.com/go-playground/validator/v10 v10.19.0

require (
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
Expand Down
4 changes: 2 additions & 2 deletions clients/algoliasearch-client-go/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ github.com/go-playground/locales v0.14.1 h1:EWaQ/wswjilfKLTECiXz7Rh+3BjFhfDFKv/o
github.com/go-playground/locales v0.14.1/go.mod h1:hxrqLVvrK65+Rwrd5Fc6F2O76J/NuW9t0sjnWqG1slY=
github.com/go-playground/universal-translator v0.18.1 h1:Bcnm0ZwsGyWbCzImXv+pAJnYK9S473LQFuzCbDbfSFY=
github.com/go-playground/universal-translator v0.18.1/go.mod h1:xekY+UJKNuX9WP91TpwSH2VMlDf28Uj24BCp08ZFTUY=
github.com/go-playground/validator/v10 v10.18.0 h1:BvolUXjp4zuvkZ5YN5t7ebzbhlUtPsPm2S9NAZ5nl9U=
github.com/go-playground/validator/v10 v10.18.0/go.mod h1:dbuPbCMFw/DrkbEynArYaCwl3amGuJotoKCe95atGMM=
github.com/go-playground/validator/v10 v10.19.0 h1:ol+5Fu+cSq9JD7SoSqe04GMI92cbn0+wvQ3bZ8b/AU4=
github.com/go-playground/validator/v10 v10.19.0/go.mod h1:dbuPbCMFw/DrkbEynArYaCwl3amGuJotoKCe95atGMM=
github.com/leodido/go-urn v1.4.0 h1:WT9HwE9SGECu3lg4d/dIA+jxlljEa1/ffXKmRjqdmIQ=
github.com/leodido/go-urn v1.4.0/go.mod h1:bvxc+MVxLKB4z00jd1z+Dvzr47oO32F/QSNjSBOlFxI=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
Expand Down
12 changes: 6 additions & 6 deletions clients/algoliasearch-client-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@
"test:size": "bundlesize"
},
"devDependencies": {
"@babel/core": "7.23.9",
"@babel/core": "7.24.0",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-transform-runtime": "7.23.9",
"@babel/preset-env": "7.23.9",
"@babel/runtime": "7.23.9",
"@babel/plugin-transform-runtime": "7.24.0",
"@babel/preset-env": "7.24.0",
"@babel/runtime": "7.24.0",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-terser": "0.4.4",
"@types/jest": "29.5.12",
"@types/node": "20.11.20",
"@types/node": "20.11.24",
"@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.5",
"nx": "18.0.6",
"rollup": "4.12.0",
"rollup-plugin-node-globals": "1.4.0",
"rollup-plugin-typescript2": "0.36.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"test": "jest"
},
"devDependencies": {
"@babel/preset-env": "7.23.9",
"@babel/preset-env": "7.24.0",
"@babel/preset-typescript": "7.23.3",
"@types/jest": "29.5.12",
"@types/node": "20.11.20",
"@types/node": "20.11.24",
"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,7 +44,7 @@
"@algolia/requester-node-http": "5.0.0-alpha.105"
},
"devDependencies": {
"@types/node": "20.11.20",
"@types/node": "20.11.24",
"rollup": "4.12.0",
"typescript": "5.3.3"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"@algolia/client-common": "5.0.0-alpha.105"
},
"devDependencies": {
"@babel/preset-env": "7.23.9",
"@babel/preset-env": "7.24.0",
"@babel/preset-typescript": "7.23.3",
"@types/jest": "29.5.12",
"@types/node": "20.11.20",
"@types/node": "20.11.24",
"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 @@ -23,13 +23,13 @@
"@algolia/client-common": "5.0.0-alpha.105"
},
"devDependencies": {
"@babel/preset-env": "7.23.9",
"@babel/preset-env": "7.24.0",
"@babel/preset-typescript": "7.23.3",
"@types/jest": "29.5.12",
"@types/node": "20.11.20",
"@types/node": "20.11.24",
"cross-fetch": "4.0.0",
"jest": "29.7.0",
"nock": "13.5.3",
"nock": "13.5.4",
"ts-jest": "29.1.2",
"typescript": "5.3.3"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"@algolia/client-common": "5.0.0-alpha.105"
},
"devDependencies": {
"@babel/preset-env": "7.23.9",
"@babel/preset-env": "7.24.0",
"@babel/preset-typescript": "7.23.3",
"@types/jest": "29.5.12",
"@types/node": "20.11.20",
"@types/node": "20.11.24",
"jest": "29.7.0",
"nock": "13.5.3",
"nock": "13.5.4",
"ts-jest": "29.1.2",
"typescript": "5.3.3"
},
Expand Down
Loading

1 comment on commit e75179f

@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 sign in to comment.