Skip to content

Commit

Permalink
Update NPM packages
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmarti committed Nov 8, 2023
1 parent 49b60ad commit 1d95737
Show file tree
Hide file tree
Showing 12 changed files with 20,921 additions and 39,821 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "build.js",
"license": "MIT",
"devDependencies": {
"jest": "^27.5.1"
"jest": "^29.7.0"
},
"scripts": {
"test": "jest --verbose",
Expand Down
1,763 changes: 821 additions & 942 deletions .github/scripts/yarn.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions azdo-task/DevcontainersCi/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"rules": {
"eslint-comments/no-use": "off",
"import/no-namespace": "off",
"i18n-text/no-en": "off",
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": "error",
"@typescript-eslint/explicit-member-accessibility": ["error", {"accessibility": "no-public"}],
Expand Down
18,579 changes: 7,506 additions & 11,073 deletions azdo-task/DevcontainersCi/package-lock.json

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions azdo-task/DevcontainersCi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,23 @@
"author": "",
"license": "MIT",
"dependencies": {
"jsonc-parser": "^3.0.0"
"jsonc-parser": "^3.2.0"
},
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/node": "^15.12.4",
"@types/q": "^1.5.4",
"@typescript-eslint/parser": "^4.26.1",
"@vercel/ncc": "^0.28.6",
"azure-pipelines-task-lib": "^3.1.10",
"eslint": "^7.28.0",
"eslint-plugin-github": "^4.1.3",
"eslint-plugin-jest": "^24.3.6",
"jest": "^26.6.3",
"jest-circus": "^27.0.4",
"@types/jest": "^29.5.8",
"@types/node": "^20.9.0",
"@types/q": "^1.5.8",
"@typescript-eslint/parser": "^6.10.0",
"@vercel/ncc": "^0.38.1",
"azure-pipelines-task-lib": "^4.6.1",
"eslint": "^8.53.0",
"eslint-plugin-github": "^4.10.1",
"eslint-plugin-jest": "^27.6.0",
"jest": "^29.7.0",
"jest-circus": "^29.7.0",
"js-yaml": "^4.1.0",
"prettier": "2.3.1",
"ts-jest": "^26.5.6",
"typescript": "^4.3.2"
"prettier": "^3.0.3",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
}
}
1 change: 1 addition & 0 deletions azdo-task/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"outDir": "./lib",
"rootDir": "./src",
"strict": true,
"useUnknownInCatchVariables": false,
"noImplicitAny": true,
"esModuleInterop": true
},
Expand Down
Loading

0 comments on commit 1d95737

Please sign in to comment.