Skip to content

Commit

Permalink
ci: Workflow Bot -- Update ALL Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Jan 16, 2024
1 parent b90bf75 commit 2cf4b40
Show file tree
Hide file tree
Showing 6 changed files with 416 additions and 397 deletions.
2 changes: 1 addition & 1 deletion docs/docs/forbidden-words.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Sometimes it is necessary to allow a word even if it is forbidden.

```jsonc
{
"ignoreWords": ["forbiddenWord"]
"ignoreWords": ["forbiddenWord"],
}
```

Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@
"@cspell/dict-markdown": "^2.0.1",
"@cspell/eslint-plugin": "workspace:*",
"@internal/scripts": "workspace:*",
"@lerna-lite/cli": "^3.2.0",
"@lerna-lite/publish": "^3.2.0",
"@lerna-lite/cli": "^3.2.1",
"@lerna-lite/publish": "^3.2.1",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
Expand All @@ -103,32 +103,32 @@
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@tsconfig/node18": "^18.2.2",
"@types/node": "^18.19.6",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@vitest/coverage-istanbul": "^1.1.3",
"@types/node": "^18.19.7",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@vitest/coverage-istanbul": "^1.2.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.2",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unicorn": "^50.0.1",
"inject-markdown": "^2.1.0",
"nyc": "^15.1.0",
"prettier": "^3.1.1",
"rollup": "^4.9.4",
"prettier": "^3.2.2",
"rollup": "^4.9.5",
"rollup-plugin-dts": "^6.1.0",
"shx": "^0.3.4",
"ts-jest": "^29.1.1",
"ts2mjs": "^2.1.1",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vitest": "^1.1.3"
"vitest": "^1.2.0"
}
}
8 changes: 4 additions & 4 deletions packages/cspell-eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
"@types/eslint": "^8.56.2",
"@types/estree": "^1.0.5",
"@types/mocha": "^10.0.6",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@typescript-eslint/types": "^6.18.1",
"@typescript-eslint/typescript-estree": "^6.18.1",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@typescript-eslint/types": "^6.19.0",
"@typescript-eslint/typescript-estree": "^6.19.0",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"mocha": "^10.2.0",
Expand Down
Loading

0 comments on commit 2cf4b40

Please sign in to comment.