Skip to content

Commit

Permalink
chore(deps): dependencies 2024-04-29 (#3041)
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>
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
  • Loading branch information
4 people committed May 14, 2024
1 parent 1cb53cc commit 497fd5c
Show file tree
Hide file tree
Showing 42 changed files with 3,416 additions and 2,770 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.12.2
20.13.1
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ environment:
dependencies:
dio: ^5.2.1
dev_dependencies:
lints: ^3.0.0
lints: ^4.0.0
test: ^1.24.3
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ dependencies:
dev_dependencies:
build_runner: ^2.4.4
json_serializable: ^6.7.0
lints: ^3.0.0
lints: ^4.0.0
logging: ^1.2.0
test: ^1.24.3
4 changes: 2 additions & 2 deletions clients/algoliasearch-client-dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ environment:
sdk: '>=3.0.0 <4.0.0'

dev_dependencies:
lints: ^3.0.0
melos: ^5.0.0
lints: ^4.0.0
melos: ^6.0.0
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.19.0
require github.com/go-playground/validator/v10 v10.20.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.19.0 h1:ol+5Fu+cSq9JD7SoSqe04GMI92cbn0+wvQ3bZ8b/AU4=
github.com/go-playground/validator/v10 v10.19.0/go.mod h1:dbuPbCMFw/DrkbEynArYaCwl3amGuJotoKCe95atGMM=
github.com/go-playground/validator/v10 v10.20.0 h1:K9ISHbSaI0lyB2eWMPJo+kOS/FBExVwjEviJTixqxL8=
github.com/go-playground/validator/v10 v10.20.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
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-javascript/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.12.2
20.13.1
16 changes: 8 additions & 8 deletions clients/algoliasearch-client-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,26 @@
"test:size": "bundlesize"
},
"devDependencies": {
"@babel/core": "7.24.4",
"@babel/core": "7.24.5",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-transform-runtime": "7.24.3",
"@babel/preset-env": "7.24.4",
"@babel/runtime": "7.24.4",
"@babel/preset-env": "7.24.5",
"@babel/runtime": "7.24.5",
"@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.12.7",
"@types/node": "20.12.11",
"@types/rollup-plugin-node-globals": "1.4.4",
"@types/semver": "7.5.8",
"bundlesize2": "0.0.31",
"execa": "8.0.1",
"execa": "9.0.2",
"lerna": "8.0.0",
"nx": "18.3.3",
"rollup": "4.14.2",
"nx": "19.0.2",
"rollup": "4.17.2",
"rollup-plugin-node-globals": "1.4.0",
"rollup-plugin-typescript2": "0.36.0",
"semver": "7.6.0",
"semver": "7.6.2",
"typescript": "5.4.5"
},
"engines": {
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.24.4",
"@babel/preset-env": "7.24.5",
"@babel/preset-typescript": "7.24.1",
"@types/jest": "29.5.12",
"@types/node": "20.12.7",
"@types/node": "20.12.11",
"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-beta.1"
},
"devDependencies": {
"@types/node": "20.12.7",
"rollup": "4.14.2",
"@types/node": "20.12.11",
"rollup": "4.17.2",
"typescript": "5.4.5"
},
"engines": {
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-beta.1"
},
"devDependencies": {
"@types/node": "20.12.7",
"rollup": "4.14.2",
"@types/node": "20.12.11",
"rollup": "4.17.2",
"typescript": "5.4.5"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"@algolia/client-common": "5.0.0-beta.1"
},
"devDependencies": {
"@babel/preset-env": "7.24.4",
"@babel/preset-env": "7.24.5",
"@babel/preset-typescript": "7.24.1",
"@types/jest": "29.5.12",
"@types/node": "20.12.7",
"@types/node": "20.12.11",
"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,10 +23,10 @@
"@algolia/client-common": "5.0.0-beta.1"
},
"devDependencies": {
"@babel/preset-env": "7.24.4",
"@babel/preset-env": "7.24.5",
"@babel/preset-typescript": "7.24.1",
"@types/jest": "29.5.12",
"@types/node": "20.12.7",
"@types/node": "20.12.11",
"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 @@ -23,10 +23,10 @@
"@algolia/client-common": "5.0.0-beta.1"
},
"devDependencies": {
"@babel/preset-env": "7.24.4",
"@babel/preset-env": "7.24.5",
"@babel/preset-typescript": "7.24.1",
"@types/jest": "29.5.12",
"@types/node": "20.12.7",
"@types/node": "20.12.11",
"jest": "29.7.0",
"nock": "13.5.4",
"ts-jest": "29.1.2",
Expand Down
Loading

1 comment on commit 497fd5c

@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.