Skip to content
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

chore(deps): dependencies 2025-01-13 [skip-bc] #4325

Merged
merged 26 commits into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
a57561a
chore: automatic empty commit
algolia-bot Jan 10, 2025
26915ec
chore(deps): update dependency @redocly/cli to v1.27.1 (#4329)
renovate[bot] Jan 11, 2025
6956f2f
chore(deps): update dependency dart to v3.6.1 (#4330)
renovate[bot] Jan 11, 2025
03869ee
chore(deps): update dependency folder-hash to v4.1.1 (#4331)
renovate[bot] Jan 11, 2025
95d72d9
chore(deps): update dependency prettier-plugin-java to v2.6.6 (#4332)
renovate[bot] Jan 11, 2025
db41086
chore(deps): update dependency typescript to v5.7.3 (#4333)
renovate[bot] Jan 11, 2025
8a577f4
chore(deps): update dependency typescript-eslint to v8.19.1 (#4334)
renovate[bot] Jan 11, 2025
5b26831
chore(deps): update dependency xunit to 2.9.3 (#4335)
renovate[bot] Jan 11, 2025
2269326
chore(deps): update dependency rollup to v4.30.1 (#4337)
renovate[bot] Jan 11, 2025
7d0f767
chore(deps): update dependency @octokit/rest to v21.1.0 (#4336)
renovate[bot] Jan 11, 2025
03ec28a
chore(deps): update node.js to v22.13.0 (#4338)
renovate[bot] Jan 11, 2025
20bf840
fix(deps): update dependency com.algolia:algoliasearch to v4.11.0 (#4…
renovate[bot] Jan 12, 2025
5180934
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-serializat…
renovate[bot] Jan 12, 2025
231181e
chore(deps): update dependency eslint-plugin-react-refresh to v0.4.18…
renovate[bot] Jan 13, 2025
e359ba3
chore(deps): update dependency scala to v2.13.16 (#4346)
renovate[bot] Jan 13, 2025
d713534
chore(deps): update dependency publint to v0.3.1 (#4347)
renovate[bot] Jan 13, 2025
2aab1d1
chore(deps): update eslint monorepo to v9.18.0 (#4348)
renovate[bot] Jan 13, 2025
87e4d00
chore(deps): update dependency jsdom to v26 (#4342)
renovate[bot] Jan 13, 2025
fc2bdb3
chore(deps): update dependency eslint-vitest-rule-tester to v1 (#4341)
renovate[bot] Jan 13, 2025
c99cfe7
chore(deps): update plugin spotless to v7 (#4344)
renovate[bot] Jan 13, 2025
d8c6919
chore(deps): update dependency @arethetypeswrong/cli to v0.17.3 (#4349)
renovate[bot] Jan 13, 2025
55eb8ab
chore(deps): update dependency @actions/artifact to v2.2.1 (#4328)
renovate[bot] Jan 13, 2025
92b59a6
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.1…
renovate[bot] Jan 13, 2025
0dabf8d
some deps
millotp Jan 13, 2025
156584a
ok
millotp Jan 13, 2025
e306eea
fix(deps): update module github.com/go-playground/validator/v10 to v1…
renovate[bot] Jan 13, 2025
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 .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.12.0
22.13.0
12 changes: 6 additions & 6 deletions clients/algoliasearch-client-go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ module github.com/algolia/algoliasearch-client-go/v4

go 1.21.11

require github.com/go-playground/validator/v10 v10.23.0
require github.com/go-playground/validator/v10 v10.24.0

require (
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/leodido/go-urn v1.4.0 // indirect
golang.org/x/crypto v0.22.0 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/crypto v0.32.0 // indirect
golang.org/x/net v0.34.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/text v0.21.0 // indirect
)
24 changes: 12 additions & 12 deletions clients/algoliasearch-client-go/go.sum
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/gabriel-vasile/mimetype v1.4.3 h1:in2uUcidCuFcDKtdcBxlR0rJ1+fsokWf+uqxgUFjbI0=
github.com/gabriel-vasile/mimetype v1.4.3/go.mod h1:d8uq/6HKRL6CGdk+aubisF/M5GcPfT7nKyLpA0lbSSk=
github.com/gabriel-vasile/mimetype v1.4.8 h1:FfZ3gj38NjllZIeJAmMhr+qKL8Wu+nOoI3GqacKw1NM=
github.com/gabriel-vasile/mimetype v1.4.8/go.mod h1:ByKUIKGjh1ODkGM1asKUbQZOLGrPjydw3hYPU2YU9t8=
github.com/go-playground/assert/v2 v2.2.0 h1:JvknZsQTYeFEAhQwI4qEt9cyV5ONwRHC+lYKSsYSR8s=
github.com/go-playground/assert/v2 v2.2.0/go.mod h1:VDjEfimB/XKnb+ZQfWdccd7VUvScMdVu0Titje2rxJ4=
github.com/go-playground/locales v0.14.1 h1:EWaQ/wswjilfKLTECiXz7Rh+3BjFhfDFKv/oXslEjJA=
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.23.0 h1:/PwmTwZhS0dPkav3cdK9kV1FsAmrL8sThn8IHr/sO+o=
github.com/go-playground/validator/v10 v10.23.0/go.mod h1:dbuPbCMFw/DrkbEynArYaCwl3amGuJotoKCe95atGMM=
github.com/go-playground/validator/v10 v10.24.0 h1:KHQckvo8G6hlWnrPX4NJJ+aBfWNAE/HH+qdL2cBpCmg=
github.com/go-playground/validator/v10 v10.24.0/go.mod h1:GGzBIJMuE98Ic/kJsBXbz1x/7cByt++cQ+YOuDM5wus=
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=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
golang.org/x/crypto v0.22.0 h1:g1v0xeRhjcugydODzvb3mEM9SQ0HGp9s/nh3COQ/C30=
golang.org/x/crypto v0.22.0/go.mod h1:vr6Su+7cTlO45qkww3VDJlzDn0ctJvRgYbC2NvXHt+M=
golang.org/x/net v0.24.0 h1:1PcaxkF854Fu3+lvBIx5SYn9wRlBzzcnHZSiaFFAb0w=
golang.org/x/net v0.24.0/go.mod h1:2Q7sJY5mzlzWjKtYUEXSlBWCdyaioyXzRB2RtU8KVE8=
golang.org/x/sys v0.19.0 h1:q5f1RH2jigJ1MoAWp2KTp3gm5zAGFUTarQZ5U386+4o=
golang.org/x/sys v0.19.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=
golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
golang.org/x/crypto v0.32.0 h1:euUpcYgM8WcP71gNpTqQCn6rC2t6ULUPiOzfWaXVVfc=
golang.org/x/crypto v0.32.0/go.mod h1:ZnnJkOaASj8g0AjIduWNlq2NRxL0PlBrbKVyZ6V/Ugc=
golang.org/x/net v0.34.0 h1:Mb7Mrk043xzHgnRM88suvJFwzVrRfHEHJEl5/71CKw0=
golang.org/x/net v0.34.0/go.mod h1:di0qlW3YNM5oh6GqDGQr92MyTozJPmybPK4Ev/Gm31k=
golang.org/x/sys v0.29.0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU=
golang.org/x/sys v0.29.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo=
golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-javascript/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.12.0
22.13.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 @@ -19,8 +19,8 @@
"bundlewatch": "0.4.0",
"execa": "9.5.2",
"lerna": "8.1.9",
"rollup": "4.29.1",
"typescript": "5.7.2"
"rollup": "4.30.1",
"typescript": "5.7.3"
},
"bundlewatch": {
"files": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
"test:bundle": "publint . && attw --pack ."
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.2",
"@arethetypeswrong/cli": "0.17.3",
"@types/node": "22.10.5",
"jsdom": "25.0.1",
"publint": "0.2.12",
"jsdom": "26.0.0",
"publint": "0.3.1",
"ts-node": "10.9.2",
"tsup": "8.3.5",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vitest": "2.1.8"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@
"@algolia/requester-node-http": "5.19.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.2",
"@arethetypeswrong/cli": "0.17.3",
"@types/node": "22.10.5",
"publint": "0.2.12",
"rollup": "4.29.1",
"publint": "0.3.1",
"rollup": "4.30.1",
"tsup": "8.3.5",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
"test:bundle": "publint . && attw --pack ."
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.2",
"@arethetypeswrong/cli": "0.17.3",
"@types/node": "22.10.5",
"jsdom": "25.0.1",
"publint": "0.2.12",
"jsdom": "26.0.0",
"publint": "0.3.1",
"ts-node": "10.9.2",
"tsup": "8.3.5",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vitest": "2.1.8"
},
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"@algolia/client-common": "5.19.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.2",
"@arethetypeswrong/cli": "0.17.3",
"@types/node": "22.10.5",
"jsdom": "25.0.1",
"publint": "0.2.12",
"jsdom": "26.0.0",
"publint": "0.3.1",
"tsup": "8.3.5",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vitest": "2.1.8",
"xhr-mock": "2.5.1"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@
"@algolia/client-common": "5.19.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.2",
"@arethetypeswrong/cli": "0.17.3",
"@types/node": "22.10.5",
"cross-fetch": "4.1.0",
"nock": "13.5.6",
"publint": "0.2.12",
"publint": "0.3.1",
"tsup": "8.3.5",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vitest": "2.1.8"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
"@algolia/client-common": "5.19.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.2",
"@arethetypeswrong/cli": "0.17.3",
"@types/node": "22.10.5",
"nock": "13.5.6",
"publint": "0.2.12",
"publint": "0.3.1",
"tsup": "8.3.5",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vitest": "2.1.8"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
"@algolia/requester-node-http": "5.19.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.2",
"@arethetypeswrong/cli": "0.17.3",
"@types/node": "22.10.5",
"publint": "0.2.12",
"publint": "0.3.1",
"tsup": "8.3.5",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Loading