Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Gijsdeman authored and github-actions committed Feb 21, 2025
1 parent cbb7530 commit 928b619
Show file tree
Hide file tree
Showing 9 changed files with 62 additions and 78 deletions.
6 changes: 3 additions & 3 deletions configs/eslint-config-javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gewis/eslint-config-javascript",
"version": "2.2.1",
"version": "2.2.2",
"description": "JavaScript ESLint configuration for GEWIS projects",
"homepage": "https://github.com/GEWIS/js-configs#readme",
"bugs": {
Expand All @@ -26,9 +26,9 @@
"README.md"
],
"dependencies": {
"@eslint/compat": "^1.2.2",
"@eslint/compat": "^1.2.6",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.12.0",
"@eslint/js": "^9.20.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.31.0"
},
Expand Down
6 changes: 3 additions & 3 deletions configs/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gewis/eslint-config-react",
"version": "2.2.1",
"version": "2.2.2",
"description": "React ESLint configuration for GEWIS projects",
"homepage": "https://github.com/GEWIS/js-configs#readme",
"bugs": {
Expand All @@ -27,8 +27,8 @@
],
"dependencies": {
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "5.1.0-rc-7c8e5e7a-20241101"
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "5.1.0"
},
"peerDependencies": {
"eslint": "*"
Expand Down
10 changes: 5 additions & 5 deletions configs/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gewis/eslint-config-typescript",
"version": "2.2.1",
"version": "2.2.2",
"description": "TypeScript ESLint configuration for GEWIS projects",
"homepage": "https://github.com/GEWIS/js-configs#readme",
"bugs": {
Expand All @@ -26,12 +26,12 @@
"README.md"
],
"dependencies": {
"@eslint/compat": "^1.2.2",
"@eslint/js": "9.14.0",
"@eslint/compat": "^1.2.6",
"@eslint/js": "9.20.0",
"@types/eslint__js": "^8.42.3",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-import-resolver-typescript": "^3.8.3",
"eslint-plugin-import": "^2.31.0",
"typescript-eslint": "^8.15.0"
"typescript-eslint": "^8.24.1"
},
"peerDependencies": {
"eslint": "*"
Expand Down
8 changes: 4 additions & 4 deletions configs/eslint-config-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gewis/eslint-config-vue",
"version": "2.2.1",
"version": "2.2.2",
"description": "Vue ESLint configuration for GEWIS projects",
"homepage": "https://github.com/GEWIS/js-configs#readme",
"bugs": {
Expand All @@ -26,9 +26,9 @@
"README.md"
],
"dependencies": {
"@vue/eslint-config-typescript": "^14.1.1",
"eslint-plugin-vue": "^9.29.0",
"typescript-eslint": "^8.15.0",
"@vue/eslint-config-typescript": "^14.4.0",
"eslint-plugin-vue": "^9.32.0",
"typescript-eslint": "^8.24.1",
"vue-eslint-parser": "^9.4.3"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions configs/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gewis/prettier-config",
"version": "2.2.1",
"version": "2.2.2",
"description": "Prettier configuration for GEWIS projects",
"homepage": "https://github.com/GEWIS/js-configs#readme",
"bugs": {
Expand All @@ -26,8 +26,8 @@
"README.md"
],
"dependencies": {
"@vue/eslint-config-prettier": "^10.0.0",
"eslint-config-prettier": "^9.1.0"
"@vue/eslint-config-prettier": "^10.2.0",
"eslint-config-prettier": "^10.0.1"
},
"peerDependencies": {
"eslint": "*",
Expand Down
2 changes: 1 addition & 1 deletion configs/release-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gewis/release-config",
"version": "2.2.1",
"version": "2.2.2",
"description": "Release configuration for GEWIS projects",
"homepage": "https://github.com/GEWIS/js-configs#readme",
"bugs": {
Expand Down
8 changes: 5 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "2.2.1",
"packages": ["configs/*"],
"version": "2.2.2",
"packages": [
"configs/*"
],
"npmClient": "yarn"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"devDependencies": {
"@gewis/eslint-config-typescript": "workspace:^",
"@gewis/prettier-config": "workspace:^",
"eslint": "^9.12.0",
"lerna": "^8.1.9",
"prettier": "^3.3.3",
"typescript": "^5.6.3"
"eslint": "^9.20.1",
"lerna": "^8.2.0",
"prettier": "^3.5.1",
"typescript": "^5.7.3"
},
"packageManager": "yarn@4.5.1"
}
86 changes: 34 additions & 52 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ __metadata:
languageName: node
linkType: hard

"@eslint/compat@npm:^1.2.2":
"@eslint/compat@npm:^1.2.6":
version: 1.2.6
resolution: "@eslint/compat@npm:1.2.6"
peerDependencies:
Expand Down Expand Up @@ -118,14 +118,7 @@ __metadata:
languageName: node
linkType: hard

"@eslint/js@npm:9.14.0":
version: 9.14.0
resolution: "@eslint/js@npm:9.14.0"
checksum: 10c0/a423dd435e10aa3b461599aa02f6cbadd4b5128cb122467ee4e2c798e7ca4f9bb1fce4dcea003b29b983090238cf120899c1af657cf86300b399e4f996b83ddc
languageName: node
linkType: hard

"@eslint/js@npm:9.20.0, @eslint/js@npm:^9.12.0":
"@eslint/js@npm:9.20.0, @eslint/js@npm:^9.20.0":
version: 9.20.0
resolution: "@eslint/js@npm:9.20.0"
checksum: 10c0/10e7b5b9e628b5192e8fc6b0ecd27cf48322947e83e999ff60f9f9e44ac8d499138bcb9383cbfa6e51e780d53b4e76ccc2d1753b108b7173b8404fd484d37328
Expand Down Expand Up @@ -153,9 +146,9 @@ __metadata:
version: 0.0.0-use.local
resolution: "@gewis/eslint-config-javascript@workspace:configs/eslint-config-javascript"
dependencies:
"@eslint/compat": "npm:^1.2.2"
"@eslint/compat": "npm:^1.2.6"
"@eslint/eslintrc": "npm:^3.2.0"
"@eslint/js": "npm:^9.12.0"
"@eslint/js": "npm:^9.20.0"
eslint-config-airbnb-base: "npm:^15.0.0"
eslint-plugin-import: "npm:^2.31.0"
peerDependencies:
Expand All @@ -168,8 +161,8 @@ __metadata:
resolution: "@gewis/eslint-config-react@workspace:configs/eslint-config-react"
dependencies:
eslint-plugin-jsx-a11y: "npm:^6.10.2"
eslint-plugin-react: "npm:^7.37.2"
eslint-plugin-react-hooks: "npm:5.1.0-rc-7c8e5e7a-20241101"
eslint-plugin-react: "npm:^7.37.4"
eslint-plugin-react-hooks: "npm:5.1.0"
peerDependencies:
eslint: "*"
languageName: unknown
Expand All @@ -179,12 +172,12 @@ __metadata:
version: 0.0.0-use.local
resolution: "@gewis/eslint-config-typescript@workspace:configs/eslint-config-typescript"
dependencies:
"@eslint/compat": "npm:^1.2.2"
"@eslint/js": "npm:9.14.0"
"@eslint/compat": "npm:^1.2.6"
"@eslint/js": "npm:9.20.0"
"@types/eslint__js": "npm:^8.42.3"
eslint-import-resolver-typescript: "npm:^3.6.3"
eslint-import-resolver-typescript: "npm:^3.8.3"
eslint-plugin-import: "npm:^2.31.0"
typescript-eslint: "npm:^8.15.0"
typescript-eslint: "npm:^8.24.1"
peerDependencies:
eslint: "*"
languageName: unknown
Expand All @@ -194,9 +187,9 @@ __metadata:
version: 0.0.0-use.local
resolution: "@gewis/eslint-config-vue@workspace:configs/eslint-config-vue"
dependencies:
"@vue/eslint-config-typescript": "npm:^14.1.1"
eslint-plugin-vue: "npm:^9.29.0"
typescript-eslint: "npm:^8.15.0"
"@vue/eslint-config-typescript": "npm:^14.4.0"
eslint-plugin-vue: "npm:^9.32.0"
typescript-eslint: "npm:^8.24.1"
vue-eslint-parser: "npm:^9.4.3"
peerDependencies:
eslint: "*"
Expand All @@ -209,19 +202,19 @@ __metadata:
dependencies:
"@gewis/eslint-config-typescript": "workspace:^"
"@gewis/prettier-config": "workspace:^"
eslint: "npm:^9.12.0"
lerna: "npm:^8.1.9"
prettier: "npm:^3.3.3"
typescript: "npm:^5.6.3"
eslint: "npm:^9.20.1"
lerna: "npm:^8.2.0"
prettier: "npm:^3.5.1"
typescript: "npm:^5.7.3"
languageName: unknown
linkType: soft

"@gewis/prettier-config@workspace:^, @gewis/prettier-config@workspace:configs/prettier-config":
version: 0.0.0-use.local
resolution: "@gewis/prettier-config@workspace:configs/prettier-config"
dependencies:
"@vue/eslint-config-prettier": "npm:^10.0.0"
eslint-config-prettier: "npm:^9.1.0"
"@vue/eslint-config-prettier": "npm:^10.2.0"
eslint-config-prettier: "npm:^10.0.1"
peerDependencies:
eslint: "*"
prettier: "*"
Expand Down Expand Up @@ -1161,7 +1154,7 @@ __metadata:
languageName: node
linkType: hard

"@vue/eslint-config-prettier@npm:^10.0.0":
"@vue/eslint-config-prettier@npm:^10.2.0":
version: 10.2.0
resolution: "@vue/eslint-config-prettier@npm:10.2.0"
dependencies:
Expand All @@ -1174,7 +1167,7 @@ __metadata:
languageName: node
linkType: hard

"@vue/eslint-config-typescript@npm:^14.1.1":
"@vue/eslint-config-typescript@npm:^14.4.0":
version: 14.4.0
resolution: "@vue/eslint-config-typescript@npm:14.4.0"
dependencies:
Expand Down Expand Up @@ -2645,17 +2638,6 @@ __metadata:
languageName: node
linkType: hard

"eslint-config-prettier@npm:^9.1.0":
version: 9.1.0
resolution: "eslint-config-prettier@npm:9.1.0"
peerDependencies:
eslint: ">=7.0.0"
bin:
eslint-config-prettier: bin/cli.js
checksum: 10c0/6d332694b36bc9ac6fdb18d3ca2f6ac42afa2ad61f0493e89226950a7091e38981b66bac2b47ba39d15b73fff2cd32c78b850a9cf9eed9ca9a96bfb2f3a2f10d
languageName: node
linkType: hard

"eslint-import-resolver-node@npm:^0.3.9":
version: 0.3.9
resolution: "eslint-import-resolver-node@npm:0.3.9"
Expand All @@ -2667,7 +2649,7 @@ __metadata:
languageName: node
linkType: hard

"eslint-import-resolver-typescript@npm:^3.6.3":
"eslint-import-resolver-typescript@npm:^3.8.3":
version: 3.8.3
resolution: "eslint-import-resolver-typescript@npm:3.8.3"
dependencies:
Expand Down Expand Up @@ -2777,16 +2759,16 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-react-hooks@npm:5.1.0-rc-7c8e5e7a-20241101":
version: 5.1.0-rc-7c8e5e7a-20241101
resolution: "eslint-plugin-react-hooks@npm:5.1.0-rc-7c8e5e7a-20241101"
"eslint-plugin-react-hooks@npm:5.1.0":
version: 5.1.0
resolution: "eslint-plugin-react-hooks@npm:5.1.0"
peerDependencies:
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0
checksum: 10c0/bbead68da5e8776921b5e87e529531c16b39463e1e303845caca16b22da26a09d8dd178e23889e88bd30fcf7afc434d9203fdc1980ff4b4fe6d2ad61ff3c7fea
checksum: 10c0/37ef76e1d916d46ab8e93a596078efcf2162e2c653614437e0c54e31d02a5dadabec22802fab717effe257aeb4bdc20c2a710666a89ab1cf07e01e614dde75d8
languageName: node
linkType: hard

"eslint-plugin-react@npm:^7.37.2":
"eslint-plugin-react@npm:^7.37.4":
version: 7.37.4
resolution: "eslint-plugin-react@npm:7.37.4"
dependencies:
Expand Down Expand Up @@ -2814,7 +2796,7 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-vue@npm:^9.29.0":
"eslint-plugin-vue@npm:^9.32.0":
version: 9.32.0
resolution: "eslint-plugin-vue@npm:9.32.0"
dependencies:
Expand Down Expand Up @@ -2866,7 +2848,7 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:^9.12.0":
"eslint@npm:^9.20.1":
version: 9.20.1
resolution: "eslint@npm:9.20.1"
dependencies:
Expand Down Expand Up @@ -4513,7 +4495,7 @@ __metadata:
languageName: node
linkType: hard

"lerna@npm:^8.1.9":
"lerna@npm:^8.2.0":
version: 8.2.0
resolution: "lerna@npm:8.2.0"
dependencies:
Expand Down Expand Up @@ -5966,7 +5948,7 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^3.3.3":
"prettier@npm:^3.5.1":
version: 3.5.1
resolution: "prettier@npm:3.5.1"
bin:
Expand Down Expand Up @@ -7255,7 +7237,7 @@ __metadata:
languageName: node
linkType: hard

"typescript-eslint@npm:^8.15.0, typescript-eslint@npm:^8.23.0":
"typescript-eslint@npm:^8.23.0, typescript-eslint@npm:^8.24.1":
version: 8.24.1
resolution: "typescript-eslint@npm:8.24.1"
dependencies:
Expand All @@ -7269,7 +7251,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:>=3 < 6, typescript@npm:^5.6.3":
"typescript@npm:>=3 < 6, typescript@npm:^5.7.3":
version: 5.7.3
resolution: "typescript@npm:5.7.3"
bin:
Expand All @@ -7279,7 +7261,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A>=3 < 6#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.6.3#optional!builtin<compat/typescript>":
"typescript@patch:typescript@npm%3A>=3 < 6#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.7.3#optional!builtin<compat/typescript>":
version: 5.7.3
resolution: "typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>::version=5.7.3&hash=cef18b"
bin:
Expand Down

0 comments on commit 928b619

Please sign in to comment.