Skip to content

Commit

Permalink
chore(deps): bump dependencies
Browse files Browse the repository at this point in the history
chore(deps): bump @eslint/eslintrc from 3.2.0 to 3.3.0
chore(deps-dev): bump eslint from 9.20.1 to 9.21.0
chore(deps-dev): bump prettier from 3.5.1 to 3.5.2
chore(deps): bump @eslint/compat from 1.2.6 to 1.2.7
chore(deps): bump @eslint/js in /configs/eslint-config-typescript
chore(deps): bump typescript-eslint from 8.24.1 to 8.25.0
chore(deps): bump @eslint/js and @types/eslint__js

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and github-actions committed Feb 24, 2025
1 parent 8134cb6 commit 29860b1
Show file tree
Hide file tree
Showing 6 changed files with 158 additions and 108 deletions.
8 changes: 4 additions & 4 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.2",
"version": "2.2.3",
"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.6",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.20.0",
"@eslint/compat": "^1.2.7",
"@eslint/eslintrc": "^3.3.0",
"@eslint/js": "^9.21.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.31.0"
},
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.2",
"version": "2.2.3",
"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.6",
"@eslint/js": "9.20.0",
"@types/eslint__js": "^8.42.3",
"@eslint/compat": "^1.2.7",
"@eslint/js": "9.21.0",
"@types/eslint__js": "^9.14.0",
"eslint-import-resolver-typescript": "^3.8.3",
"eslint-plugin-import": "^2.31.0",
"typescript-eslint": "^8.24.1"
"typescript-eslint": "^8.25.0"
},
"peerDependencies": {
"eslint": "*"
Expand Down
4 changes: 2 additions & 2 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.2",
"version": "2.2.3",
"description": "Vue ESLint configuration for GEWIS projects",
"homepage": "https://github.com/GEWIS/js-configs#readme",
"bugs": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@vue/eslint-config-typescript": "^14.4.0",
"eslint-plugin-vue": "^9.32.0",
"typescript-eslint": "^8.24.1",
"typescript-eslint": "^8.25.0",
"vue-eslint-parser": "^9.4.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "2.2.2",
"version": "2.2.3",
"packages": [
"configs/*"
],
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"devDependencies": {
"@gewis/eslint-config-typescript": "workspace:^",
"@gewis/prettier-config": "workspace:^",
"eslint": "^9.20.1",
"eslint": "^9.21.0",
"lerna": "^8.2.0",
"prettier": "^3.5.1",
"prettier": "^3.5.2",
"typescript": "^5.7.3"
},
"packageManager": "[email protected]"
Expand Down
Loading

0 comments on commit 29860b1

Please sign in to comment.