Skip to content

Commit

Permalink
Update dependencies (#388)
Browse files Browse the repository at this point in the history
* Update dependencies

* WIP
  • Loading branch information
psirenny authored Feb 7, 2024
1 parent fa407cf commit 7089e1e
Show file tree
Hide file tree
Showing 41 changed files with 211 additions and 138 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://unpkg.com/@changesets/config@2.2.0/schema.json",
"$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json",
"access": "public",
"baseBranch": "main",
"changelog": ["@changesets/changelog-github", { "repo": "spear-ai/citizen" }],
Expand Down
10 changes: 10 additions & 0 deletions .changeset/flat-actors-grow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@spear-ai/eslint-config": major
"@spear-ai/npm-package-json-lint-config": minor
"@spear-ai/pulumi-policy-pack": minor
"@spear-ai/commitlint-config": minor
"@spear-ai/prettier-config": minor
"@spear-ai/ruff-config": minor
---

Updated dependencies.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified .yarn/install-state.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"@spear-ai/npm-package-json-lint-config": "*",
"commitlint": "18.6.0",
"eslint": "8.56.0",
"husky": "9.0.7",
"husky": "9.0.10",
"npm-package-json-lint": "7.1.0",
"prettier": "3.2.4",
"turbo": "1.12.1",
"prettier": "3.2.5",
"turbo": "1.12.3",
"typescript": "5.3.3"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"commitlint": "18.6.0",
"eslint": "8.56.0",
"npm-package-json-lint": "7.1.0",
"prettier": "3.2.4",
"prettier": "3.2.5",
"tsup": "8.0.1",
"typescript": "5.3.3",
"vitest": "^1.2.2"
Expand Down
8 changes: 4 additions & 4 deletions packages/commitlint-config/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"sourceMap": true,
"strict": true,
"stripInternal": true,
"target": "ESNext",
"target": "ESNext"
},
"exclude": ["node_modules"],
"include": [
Expand All @@ -24,11 +24,11 @@
"**/*.js",
"**/*.jsx",
"**/*.jsx",
"<tsconfigRootDir>//README.md/1_1.js",
"**/*.mjs",
"**/*.mts",
"**/*.ts",
"**/*.tsx",
"types",
],
"<tsconfigRootDir>//README.md/1_1.js",
"types"
]
}
12 changes: 6 additions & 6 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"@eslint-community/eslint-plugin-eslint-comments": "^4.1.0",
"@graphql-eslint/eslint-plugin": "^3.20.1",
"@next/eslint-plugin-next": "^14.1.0",
"@types/react": "^18.2.48",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@types/react": "^18.2.55",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
Expand All @@ -38,10 +38,10 @@
"eslint-plugin-sonarjs": "^0.23.0",
"eslint-plugin-sort-destructure-keys": "^1.5.0",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-tailwindcss": "^3.14.1",
"eslint-plugin-tailwindcss": "^3.14.2",
"eslint-plugin-toml": "^0.9.2",
"eslint-plugin-typescript-sort-keys": "^3.1.0",
"eslint-plugin-unicorn": "^50.0.1",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-yml": "^1.12.2",
"globals": "^13.24.0",
"jsonc-eslint-parser": "^2.4.0",
Expand All @@ -53,7 +53,7 @@
"eslint": "8.56.0",
"graphql": "16.8.1",
"npm-package-json-lint": "7.1.0",
"prettier": "3.2.4",
"prettier": "3.2.5",
"react": "18.2.0",
"tailwindcss": "3.4.1",
"tsup": "8.0.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"sourceMap": true,
"strict": true,
"stripInternal": true,
"target": "ESNext",
"target": "ESNext"
},
"exclude": ["node_modules"],
"include": [
Expand All @@ -24,11 +24,11 @@
"**/*.js",
"**/*.jsx",
"**/*.jsx",
"<tsconfigRootDir>//README.md/1_1.js",
"**/*.mjs",
"**/*.mts",
"**/*.ts",
"**/*.tsx",
"types",
],
"<tsconfigRootDir>//README.md/1_1.js",
"types"
]
}
2 changes: 1 addition & 1 deletion packages/npm-package-json-lint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"eslint": "8.56.0",
"npm-package-json-lint": "7.1.0",
"prettier": "3.2.4",
"prettier": "3.2.5",
"tsup": "8.0.1",
"typescript": "5.3.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/npm-package-json-lint-config/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"sourceMap": true,
"strict": true,
"stripInternal": true,
"target": "ESNext",
"target": "ESNext"
},
"exclude": ["node_modules"],
"include": [
Expand All @@ -28,6 +28,6 @@
"**/*.mts",
"**/*.ts",
"**/*.tsx",
"types",
],
"types"
]
}
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@types/prettier": "3.0.0",
"eslint": "8.56.0",
"npm-package-json-lint": "7.1.0",
"prettier": "3.2.4",
"prettier": "3.2.5",
"tsup": "8.0.1",
"typescript": "5.3.3"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/prettier-config/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"sourceMap": true,
"strict": true,
"stripInternal": true,
"target": "ESNext",
"target": "ESNext"
},
"exclude": ["node_modules"],
"include": [
Expand All @@ -24,11 +24,11 @@
"**/*.js",
"**/*.jsx",
"**/*.jsx",
"<tsconfigRootDir>//README.md/1_1.js",
"**/*.mjs",
"**/*.mts",
"**/*.ts",
"**/*.tsx",
"types",
],
"<tsconfigRootDir>//README.md/1_1.js",
"types"
]
}
4 changes: 2 additions & 2 deletions packages/pulumi-policy-pack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"@pulumi/awsguard": "^0.4.0"
},
"devDependencies": {
"@types/node": "20.11.14",
"@types/node": "20.11.16",
"eslint": "8.56.0",
"npm-package-json-lint": "7.1.0",
"prettier": "3.2.4",
"prettier": "3.2.5",
"tsup": "8.0.1",
"typescript": "5.3.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/pulumi-policy-pack/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"sourceMap": true,
"strict": true,
"stripInternal": true,
"target": "ESNext",
"target": "ESNext"
},
"exclude": ["node_modules"],
"include": [
Expand All @@ -28,6 +28,6 @@
"**/*.mts",
"**/*.ts",
"**/*.tsx",
"types",
],
"types"
]
}
2 changes: 1 addition & 1 deletion packages/ruff-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"eslint": "8.56.0",
"graphql": "16.8.1",
"npm-package-json-lint": "7.1.0",
"prettier": "3.2.4",
"prettier": "3.2.5",
"react": "18.2.0",
"regenerator-runtime": "^0.14.1",
"replace-in-file": "^7.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/ruff-config/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"sourceMap": true,
"strict": true,
"stripInternal": true,
"target": "ESNext",
"target": "ESNext"
},
"exclude": ["node_modules"],
"include": [
Expand All @@ -29,6 +29,6 @@
"**/*.mts",
"**/*.ts",
"**/*.tsx",
"types",
],
"types"
]
}
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"sourceMap": true,
"strict": true,
"stripInternal": true,
"target": "ESNext",
"target": "ESNext"
},
"exclude": ["node_modules"],
"include": [
Expand All @@ -28,6 +28,6 @@
"**/*.mts",
"**/*.ts",
"**/*.tsx",
"types",
],
"types"
]
}
Loading

0 comments on commit 7089e1e

Please sign in to comment.