Skip to content

Commit

Permalink
feat: upgrade all deps (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
millotp authored Jul 26, 2024
1 parent 5ea7ce3 commit 5b6895e
Show file tree
Hide file tree
Showing 9 changed files with 4,412 additions and 4,809 deletions.
7 changes: 3 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,25 @@
version: 2.1

orbs:
node: circleci/node@5.0.2
node: circleci/node@5.2.0

jobs:
test:
docker:
- image: cimg/node:16.17.0
- image: cimg/node:20.16.0

working_directory: ~/repo

steps:
- checkout

- node/install-packages:
pkg-manager: yarn
pkg-manager: yarn

- run:
name: Test
command: yarn test


workflows:
suite:
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.1
20.16.0
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.1.cjs

This file was deleted.

894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.3.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
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.6.1.cjs
yarnPath: .yarn/releases/yarn-4.3.1.cjs
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@
"release": "./scripts/release.sh"
},
"engines": {
"node": "^16.0.0",
"yarn": "^3.0.0"
"node": "^20.0.0",
"yarn": "^4.0.0"
},
"renovate": {
"extends": [
"algolia"
]
},
"devDependencies": {
"conventional-changelog-cli": "3.0.0",
"conventional-changelog-cli": "5.0.0",
"doctoc": "2.2.1",
"json": "11.0.0",
"renovate-config-algolia": "2.1.10"
},
"workspaces": [
"packages/*"
],
"packageManager": "yarn@3.6.1"
"packageManager": "yarn@4.3.1"
}
26 changes: 13 additions & 13 deletions packages/eslint-config-algolia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,22 @@
},
"homepage": "https://github.com/algolia/eslint-config-algolia",
"devDependencies": {
"@babel/core": "7.22.8",
"@babel/eslint-parser": "7.22.7",
"eslint": "8.44.0",
"eslint-config-prettier": "8.8.0",
"@babel/core": "7.24.9",
"@babel/eslint-parser": "7.24.8",
"eslint": "8.57.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.2",
"eslint-plugin-jsdoc": "46.4.3",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"prettier": "3.0.0"
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "28.6.0",
"eslint-plugin-jsdoc": "48.8.3",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "4.6.2",
"prettier": "3.3.3"
},
"peerDependencies": {
"eslint": "^5.16.0 || ^6.8.0 || ^7.2.0 || ^8.0.0",
"prettier": "^2.2.1"
"prettier": "^3.0.0"
}
}
12 changes: 6 additions & 6 deletions packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"author": "Algolia <support@algolia.com> (https://github.com/algolia/)",
"license": "MIT",
"devDependencies": {
"@types/react": "17.0.62",
"@typescript-eslint/eslint-plugin": "6.0.0",
"@typescript-eslint/parser": "6.0.0",
"eslint": "8.44.0",
"@types/react": "17.0.80",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"eslint": "8.57.0",
"eslint-config-algolia": "link:../eslint-config-algolia",
"jest": "29.6.1",
"jest": "29.7.0",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-addons-shallow-compare": "15.6.3",
"typescript": "5.1.6"
"typescript": "5.5.4"
}
}
Loading

0 comments on commit 5b6895e

Please sign in to comment.