Skip to content

Commit

Permalink
Merge branch 'main' into fix/js-remove-factory-from-build
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts committed Jun 6, 2022
2 parents 8914809 + 393cf78 commit aa8e159
Show file tree
Hide file tree
Showing 14 changed files with 655 additions and 981 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.15.0
16.15.1
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.19.0'
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.20.0'
}
}
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-javascript/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.15.0
16.15.1
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@babel/runtime": "7.18.3",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-node-resolve": "13.3.0",
"@types/jest": "27.5.1",
"@types/jest": "27.5.2",
"@types/rollup-plugin-node-globals": "1.4.1",
"@types/semver": "7.3.9",
"bundlesize2": "0.0.31",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"test": "jest"
},
"devDependencies": {
"@types/jest": "27.5.1",
"@types/node": "16.11.36",
"@types/jest": "27.5.2",
"@types/node": "16.11.38",
"jest": "28.1.0",
"typescript": "4.6.3"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@experimental-api-clients-automation/client-common": "0.3.0"
},
"devDependencies": {
"@types/node": "16.11.36",
"@types/node": "16.11.38",
"typescript": "4.6.3"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@experimental-api-clients-automation/client-common": "0.3.0"
},
"devDependencies": {
"@types/node": "16.11.36",
"@types/node": "16.11.38",
"typescript": "4.6.3"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"test": "jest"
},
"devDependencies": {
"@types/jest": "27.5.1",
"@types/jest": "27.5.2",
"eslint": "8.16.0",
"jest": "28.1.0",
"ts-jest": "28.0.3",
"ts-jest": "28.0.4",
"ts-node": "10.7.0",
"typescript": "4.6.3"
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "2.5.1",
"@prettier/plugin-php": "0.18.6",
"@prettier/plugin-php": "0.18.7",
"@redocly/openapi-cli": "1.0.0-beta.94",
"@typescript-eslint/eslint-plugin": "5.18.0",
"@typescript-eslint/parser": "5.18.0",
Expand All @@ -46,7 +46,7 @@
"eslint-plugin-automation-custom": "1.0.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsdoc": "39.0.0",
"eslint-plugin-jsdoc": "39.3.2",
"eslint-plugin-json-format": "2.0.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-unused-imports": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion playground/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {
}

dependencies {
implementation 'io.github.cdimascio:dotenv-java:2.2.3'
implementation 'io.github.cdimascio:dotenv-java:2.2.4'
implementation 'com.algolia:algoliasearch-client-java:0.0.1-SNAPSHOT'
}

Expand Down
12 changes: 6 additions & 6 deletions scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,28 @@
"@octokit/rest": "18.12.0",
"@types/folder-hash": "4.0.1",
"@types/inquirer": "8.2.1",
"@types/jest": "27.5.1",
"@types/jest": "27.5.2",
"@types/js-yaml": "4.0.5",
"@types/micromatch": "4.0.2",
"@types/mustache": "4.1.2",
"@types/node": "16.11.36",
"@types/mustache": "4.1.3",
"@types/node": "16.11.38",
"@types/semver": "7.3.9",
"chalk": "4.1.2",
"commander": "9.3.0",
"dotenv": "16.0.1",
"eslint": "8.16.0",
"execa": "5.1.1",
"folder-hash": "4.0.2",
"fs-extra": "10.0.1",
"fs-extra": "10.1.0",
"inquirer": "8.2.4",
"jest": "28.1.0",
"js-yaml": "4.1.0",
"micromatch": "4.0.5",
"mustache": "4.2.0",
"openapi-types": "11.0.1",
"openapi-types": "12.0.0",
"ora-classic": "5.4.2",
"semver": "7.3.7",
"ts-jest": "28.0.3",
"ts-jest": "28.0.4",
"ts-node": "10.7.0",
"typescript": "4.6.3"
}
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"prism-react-renderer": "^1.3.3",
"react": "18.1.0",
"react-dom": "18.1.0",
"redocusaurus": "1.1.0"
"redocusaurus": "1.1.2"
}
}
30 changes: 15 additions & 15 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4864,16 +4864,16 @@ __metadata:
languageName: node
linkType: hard

"docusaurus-plugin-redoc@npm:1.0.3":
version: 1.0.3
resolution: "docusaurus-plugin-redoc@npm:1.0.3"
"docusaurus-plugin-redoc@npm:1.1.2":
version: 1.1.2
resolution: "docusaurus-plugin-redoc@npm:1.1.2"
dependencies:
"@docusaurus/types": ^2.0.0-beta.20
"@docusaurus/utils": ^2.0.0-beta.20
"@redocly/openapi-core": 1.0.0-beta.97
joi: ^17.5.0
redoc: 2.0.0-rc.69
checksum: 0d8ab3b6db64c26dbf6533eb594e6e17dcad4e9da0a0732dd1b3fc84dbf22143f9952a4b5e41e647e02aaa00bc5f4497ab4ff66afa02ad0b833e4de34e40ca49
checksum: 9681c77b03424b17a577aa632baaae8f4533ee1ef920881366cae6ecf9952ed0ca90a45ba6ac362b05216e01be30a29f039837554413b28275766273d1a77dd9
languageName: node
linkType: hard

Expand All @@ -4888,9 +4888,9 @@ __metadata:
languageName: node
linkType: hard

"docusaurus-theme-redoc@npm:1.1.0":
version: 1.1.0
resolution: "docusaurus-theme-redoc@npm:1.1.0"
"docusaurus-theme-redoc@npm:1.1.2":
version: 1.1.2
resolution: "docusaurus-theme-redoc@npm:1.1.2"
dependencies:
"@docusaurus/theme-common": ^2.0.0-beta.20
"@docusaurus/types": ^2.0.0-beta.20
Expand All @@ -4900,7 +4900,7 @@ __metadata:
mobx: ^6.5.0
redoc: 2.0.0-rc.69
styled-components: ^5.3.5
checksum: 22ba0f5a77b02d9d62422c60aae40e0bcc97b74cb4304a4ddd60ebdde4468a89e19d680ae760687cb177082b15a9a67c0748eef2d95647134a28fb7c3e4bfa54
checksum: 1fedbf6cfa6b40747959a3a7c3a7dac99018b08f5cf8c8a9137c122e47b7b7d1c0f2c024aaa14130a14a3dd47ba54d412caf9fcf37f67903627a3abb561737ce
languageName: node
linkType: hard

Expand Down Expand Up @@ -9494,14 +9494,14 @@ __metadata:
languageName: node
linkType: hard

"redocusaurus@npm:1.1.0":
version: 1.1.0
resolution: "redocusaurus@npm:1.1.0"
"redocusaurus@npm:1.1.2":
version: 1.1.2
resolution: "redocusaurus@npm:1.1.2"
dependencies:
"@docusaurus/types": ^2.0.0-beta.20
docusaurus-plugin-redoc: 1.0.3
docusaurus-theme-redoc: 1.1.0
checksum: df1f65679ce55bb7e5592ff2e40533c171d55baad5857dcd9793720618170eacd6738fa2a866a68c3df4352cc6c4006eb9ac00c90eafde1f7b0a1187cbc6d19e
docusaurus-plugin-redoc: 1.1.2
docusaurus-theme-redoc: 1.1.2
checksum: cda56cb836c42476e68d47afc945a57a991666793857b0ac7c66420e68b42a48207bc89ad2f67572c0f15af68ebfb5b8e5928a583bbeceb4f075210cba831ed0
languageName: node
linkType: hard

Expand Down Expand Up @@ -11606,7 +11606,7 @@ __metadata:
prism-react-renderer: ^1.3.3
react: 18.1.0
react-dom: 18.1.0
redocusaurus: 1.1.0
redocusaurus: 1.1.2
languageName: unknown
linkType: soft

Expand Down
Loading

0 comments on commit aa8e159

Please sign in to comment.