Skip to content

chore(scripts): dependencies 2022-06-13 #668

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

Merged
merged 17 commits into from
Jun 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java-library'
id 'com.vanniktech.maven.publish'
id 'com.github.johnrengelman.shadow' version '7.0.0'
id 'com.github.johnrengelman.shadow' version '7.1.2'
}

repositories {
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 @@ -24,20 +24,20 @@
"@babel/runtime": "7.18.3",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-node-resolve": "13.3.0",
"@types/jest": "27.5.2",
"@types/jest": "28.1.1",
"@types/rollup-plugin-node-globals": "1.4.1",
"@types/semver": "7.3.9",
"bundlesize2": "0.0.31",
"execa": "5.1.1",
"lerna": "5.0.0",
"rollup": "2.70.1",
"lerna": "5.1.1",
"rollup": "2.75.6",
"rollup-plugin-filesize": "9.1.2",
"rollup-plugin-node-globals": "1.4.0",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-typescript2": "0.32.1",
"semver": "7.3.7",
"ts-node": "10.7.0",
"typescript": "4.6.3"
"ts-node": "10.8.1",
"typescript": "4.7.3"
},
"engines": {
"node": ">= 14.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@experimental-api-clients-automation/requester-node-http": "0.4.0"
},
"devDependencies": {
"@types/node": "16.11.26",
"typescript": "4.6.3"
"@types/node": "16.11.39",
"typescript": "4.7.3"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"test": "jest"
},
"devDependencies": {
"@types/jest": "27.5.2",
"@types/node": "16.11.38",
"@types/jest": "28.1.1",
"@types/node": "16.11.39",
"jest": "28.1.1",
"jest-environment-jsdom": "28.1.1",
"typescript": "4.6.3"
"typescript": "4.7.3"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@experimental-api-clients-automation/client-common": "0.4.0"
},
"devDependencies": {
"@types/node": "16.11.38",
"typescript": "4.6.3"
"@types/node": "16.11.39",
"typescript": "4.7.3"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@experimental-api-clients-automation/client-common": "0.4.0"
},
"devDependencies": {
"@types/node": "16.11.38",
"typescript": "4.6.3"
"@types/node": "16.11.39",
"typescript": "4.7.3"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
8 changes: 4 additions & 4 deletions eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"test": "jest"
},
"devDependencies": {
"@types/jest": "27.5.2",
"eslint": "8.16.0",
"@types/jest": "28.1.1",
"eslint": "8.17.0",
"jest": "28.1.1",
"ts-jest": "28.0.4",
"ts-node": "10.7.0",
"typescript": "4.6.3"
"ts-node": "10.8.1",
"typescript": "4.7.3"
}
}
2 changes: 1 addition & 1 deletion generators/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {

dependencies {
compileOnly 'org.openapitools:openapi-generator:5.4.0'
compileOnly 'org.yaml:snakeyaml:1.19'
compileOnly 'org.yaml:snakeyaml:1.30'
}

tasks.withType(JavaCompile) {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@typescript-eslint/eslint-plugin": "5.18.0",
"@typescript-eslint/parser": "5.18.0",
"babel-eslint": "10.1.0",
"eslint": "8.16.0",
"eslint": "8.17.0",
"eslint-config-algolia": "20.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-algolia": "2.0.0",
Expand All @@ -57,7 +57,7 @@
"prettier": "2.6.2",
"prettier-plugin-java": "1.6.2",
"renovate-config-algolia": "2.1.10",
"typescript": "4.6.3"
"typescript": "4.7.3"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions playground/javascript/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@experimental-api-clients-automation/requester-browser-xhr": "0.3.0"
},
"devDependencies": {
"parcel": "2.4.1",
"typescript": "4.6.3"
"parcel": "2.6.0",
"typescript": "4.7.3"
}
}
4 changes: 2 additions & 2 deletions playground/javascript/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
},
"devDependencies": {
"dotenv": "16.0.1",
"ts-node": "10.7.0",
"typescript": "4.6.3"
"ts-node": "10.8.1",
"typescript": "4.7.3"
},
"engines": {
"node": "^16.0.0",
Expand Down
10 changes: 5 additions & 5 deletions scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
"@octokit/rest": "18.12.0",
"@types/folder-hash": "4.0.1",
"@types/inquirer": "8.2.1",
"@types/jest": "27.5.2",
"@types/jest": "28.1.1",
"@types/js-yaml": "4.0.5",
"@types/micromatch": "4.0.2",
"@types/mustache": "4.1.3",
"@types/node": "16.11.38",
"@types/node": "16.11.39",
"@types/semver": "7.3.9",
"chalk": "4.1.2",
"commander": "9.3.0",
"dotenv": "16.0.1",
"eslint": "8.16.0",
"eslint": "8.17.0",
"execa": "5.1.1",
"folder-hash": "4.0.2",
"fs-extra": "10.1.0",
Expand All @@ -40,7 +40,7 @@
"ora-classic": "5.4.2",
"semver": "7.3.7",
"ts-jest": "28.0.4",
"ts-node": "10.7.0",
"typescript": "4.6.3"
"ts-node": "10.8.1",
"typescript": "4.7.3"
}
}
4 changes: 2 additions & 2 deletions templates/javascript/package.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"@experimental-api-clients-automation/requester-node-http": "{{utilsPackageVersion}}"
},
"devDependencies": {
"@types/node": "16.11.38",
"typescript": "4.6.3"
"@types/node": "16.11.39",
"typescript": "4.7.3"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
8 changes: 4 additions & 4 deletions templates/javascript/tests/package.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"@experimental-api-clients-automation/requester-node-http": "{{utilsPackageVersion}}"
},
"devDependencies": {
"@types/jest": "27.5.2",
"@types/node": "16.11.38",
"@types/jest": "28.1.1",
"@types/node": "16.11.39",
"jest": "28.1.1",
"ts-jest": "28.0.4",
"ts-node": "10.7.0",
"typescript": "4.6.3"
"ts-node": "10.8.1",
"typescript": "4.7.3"
}
}
7 changes: 0 additions & 7 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
const fs = require('fs');
const path = require('path');

const darkCodeTheme = require('prism-react-renderer/themes/dracula');
const lightCodeTheme = require('prism-react-renderer/themes/github');

function getSpecFiles() {
const bundledSpecsPath = path.resolve(process.cwd(), 'specs');
const specs = [];
Expand Down Expand Up @@ -181,10 +178,6 @@ function getSpecsForNavBar() {
],
copyright: `Copyright © ${new Date().getFullYear()} Algolia | Built with Docusaurus.`,
},
prism: {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
},
}),
}
);
7 changes: 3 additions & 4 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,12 @@
]
},
"dependencies": {
"@docusaurus/core": "2.0.0-beta.20",
"@docusaurus/preset-classic": "2.0.0-beta.20",
"@docusaurus/types": "2.0.0-beta.20",
"@docusaurus/core": "2.0.0-beta.21",
"@docusaurus/preset-classic": "2.0.0-beta.21",
"@docusaurus/types": "2.0.0-beta.21",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.1.1",
"docusaurus-preset-shiki-twoslash": "1.1.37",
"prism-react-renderer": "^1.3.3",
"react": "18.1.0",
"react-dom": "18.1.0",
"redocusaurus": "1.1.2"
Expand Down
Loading