Skip to content

Commit

Permalink
chore(deps): dependencies 2023-07-10 (#1705)
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: Thomas Raffray <Fluf22@users.noreply.github.com>
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
  • Loading branch information
5 people authored Jul 11, 2023
1 parent a672159 commit e9109c1
Show file tree
Hide file tree
Showing 34 changed files with 3,413 additions and 2,103 deletions.
2 changes: 1 addition & 1 deletion .github/.cache_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.35
0.0.36
7 changes: 1 addition & 6 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
{
"trailingComma": "es5",
"singleQuote": true,
"plugins":["prettier-plugin-java"],
"overrides": [
{
"files": "*.php",
"options": {
"tabWidth": 4
}
},
{
"files": "*.java",
"options": {
Expand Down
312 changes: 156 additions & 156 deletions .yarn/releases/yarn-3.6.0.cjs → .yarn/releases/yarn-3.6.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.6.0.cjs
yarnPath: .yarn/releases/yarn-3.6.1.cjs
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-java-2/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.25.2'
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.25.3'
}
}

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion clients/algoliasearch-client-javascript/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.5.0.cjs
yarnPath: .yarn/releases/yarn-3.6.1.cjs
12 changes: 6 additions & 6 deletions clients/algoliasearch-client-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"test:types": "yarn tsc --noEmit"
},
"devDependencies": {
"@babel/core": "7.22.5",
"@babel/core": "7.22.8",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-transform-runtime": "7.22.5",
"@babel/preset-env": "7.22.5",
"@babel/runtime": "7.22.5",
"@babel/plugin-transform-runtime": "7.22.7",
"@babel/preset-env": "7.22.7",
"@babel/runtime": "7.22.6",
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-node-resolve": "15.1.0",
"@types/jest": "29.5.2",
"@types/jest": "29.5.3",
"@types/node": "18.16.18",
"@types/rollup-plugin-node-globals": "1.4.1",
"@types/semver": "7.5.0",
Expand All @@ -36,7 +36,7 @@
"rollup-plugin-typescript2": "0.35.0",
"semver": "7.5.3",
"ts-node": "10.9.1",
"typescript": "5.0.4"
"typescript": "5.1.6"
},
"engines": {
"node": ">= 14.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"test": "jest"
},
"devDependencies": {
"@types/jest": "29.5.2",
"@types/jest": "29.5.3",
"@types/node": "18.16.18",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"ts-jest": "29.1.0",
"typescript": "5.0.4"
"jest": "29.6.1",
"jest-environment-jsdom": "29.6.1",
"ts-jest": "29.1.1",
"typescript": "5.1.6"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"@algolia/requester-node-http": "5.0.0-alpha.73"
},
"devDependencies": {
"@types/node": "18.16.18",
"@types/node": "18.16.19",
"rollup": "2.79.1",
"typescript": "5.0.4"
"typescript": "5.1.6"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"@algolia/client-common": "5.0.0-alpha.73"
},
"devDependencies": {
"@types/jest": "29.5.2",
"@types/jest": "29.5.3",
"@types/node": "18.16.18",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"ts-jest": "29.1.0",
"typescript": "5.0.4",
"jest": "29.6.1",
"jest-environment-jsdom": "29.6.1",
"ts-jest": "29.1.1",
"typescript": "5.1.6",
"xhr-mock": "2.5.1"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"@algolia/client-common": "5.0.0-alpha.73"
},
"devDependencies": {
"@types/jest": "29.5.2",
"@types/jest": "29.5.3",
"@types/node": "18.16.18",
"cross-fetch": "3.1.6",
"jest": "29.5.0",
"cross-fetch": "4.0.0",
"jest": "29.6.1",
"nock": "13.3.1",
"ts-jest": "29.1.0",
"typescript": "5.0.4"
"ts-jest": "29.1.1",
"typescript": "5.1.6"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"@algolia/client-common": "5.0.0-alpha.73"
},
"devDependencies": {
"@types/jest": "29.5.2",
"@types/jest": "29.5.3",
"@types/node": "18.16.18",
"jest": "29.5.0",
"jest": "29.6.1",
"nock": "13.3.1",
"ts-jest": "29.1.0",
"typescript": "5.0.4"
"ts-jest": "29.1.1",
"typescript": "5.1.6"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Loading

0 comments on commit e9109c1

Please sign in to comment.