Skip to content

Commit

Permalink
Merge branch 'next' into pr/ST-DDT/3038
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed Aug 13, 2024
2 parents 57859ff + bb1a73c commit 475c3cb
Show file tree
Hide file tree
Showing 4 changed files with 599 additions and 591 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node
{
"name": "FakerJs",
"image": "mcr.microsoft.com/devcontainers/typescript-node:22@sha256:40c11f6cd205d00ffbaba2453a27756290e3343b1c5d37fd8ccf2e5d45ca7bf3",
"image": "mcr.microsoft.com/devcontainers/typescript-node:22@sha256:eaf300f3d402d0e9d833da88d6ab2d73787ce3bdbd62eea17f1b6894b99370b6",

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/commentCodeGeneration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,14 @@ export async function script(
issue_number: pr_number,
});

const body = `Uncommitted changes were detected after running <code>generate:*</code> commands.\nPlease run <code>pnpm run preflight</code> to generate/update the related files, and commit them.`;
const body = `GitHub Actions has found some problems running the preflight checks.
Please make sure to:
- run \`pnpm run preflight\` locally
- fix all issues until the command completes without errors
- commit and push the changes
`;

const botComment = comments.find(
(comment) => comment.user?.type === 'Bot' && comment.body?.includes(body)
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,43 +98,43 @@
"@eslint-types/typescript-eslint": "7.5.0",
"@eslint-types/unicorn": "52.0.0",
"@eslint/compat": "1.1.1",
"@eslint/js": "9.7.0",
"@types/node": "20.14.11",
"@eslint/js": "9.9.0",
"@types/node": "20.14.15",
"@types/sanitize-html": "2.11.0",
"@types/semver": "7.5.8",
"@types/validator": "13.12.0",
"@vitest/coverage-v8": "2.0.3",
"@vitest/ui": "2.0.3",
"@vueuse/core": "10.11.0",
"@vitest/coverage-v8": "2.0.5",
"@vitest/ui": "2.0.5",
"@vueuse/core": "10.11.1",
"commit-and-tag-version": "12.4.1",
"cypress": "13.13.1",
"eslint": "9.7.0",
"cypress": "13.13.2",
"eslint": "9.9.0",
"eslint-config-prettier": "9.1.0",
"eslint-define-config": "2.1.0",
"eslint-plugin-deprecation": "3.0.0",
"eslint-plugin-jsdoc": "48.8.3",
"eslint-plugin-jsdoc": "50.0.1",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-unicorn": "54.0.0",
"eslint-plugin-unicorn": "55.0.0",
"eslint-plugin-vitest": "0.5.4",
"npm-run-all2": "6.2.2",
"prettier": "3.3.3",
"prettier-plugin-organize-imports": "4.0.0",
"rimraf": "5.0.9",
"rimraf": "5.0.10",
"sanitize-html": "2.13.0",
"semver": "7.6.3",
"ts-morph": "23.0.0",
"tsup": "8.2.2",
"tsx": "4.16.2",
"typescript": "5.5.3",
"typescript-eslint": "7.17.0",
"tsup": "8.2.4",
"tsx": "4.17.0",
"typescript": "5.5.4",
"typescript-eslint": "7.18.0",
"validator": "13.12.0",
"vite": "5.3.4",
"vitepress": "1.3.1",
"vitest": "2.0.3",
"vue": "3.4.33",
"vue-tsc": "2.0.28"
"vite": "5.4.0",
"vitepress": "1.3.2",
"vitest": "2.0.5",
"vue": "3.4.37",
"vue-tsc": "2.0.29"
},
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.7.0",
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
Expand Down
Loading

0 comments on commit 475c3cb

Please sign in to comment.