Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

build(deps-dev): bump @adobe/aio-lib-core-config from 2.0.1 to 3.1.0 #41

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
{
"extends": ["@adobe/eslint-config-aio-lib-config"]
"extends": ["@adobe/eslint-config-aio-lib-config"],
"rules": {
"jsdoc/tag-lines": [
// The Error level should be `error`, `warn`, or `off` (or 2, 1, or 0)
"error",
"never",
{
"startLines": null
}
]
}
}
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,26 @@
"js-yaml": "^3.13.0"
},
"devDependencies": {
"@adobe/aio-lib-core-config": "^2.0.0",
"@adobe/eslint-config-aio-lib-config": "^2.0.0",
"@adobe/aio-lib-core-config": "^3.1.0",
"@adobe/eslint-config-aio-lib-config": "^2.0.1",
"@oclif/dev-cli": "^1.22.0",
"chalk": "^4.0.0",
"eslint": "^8.18.0",
"eslint": "^8.46.0",
"eslint-config-oclif": "^3.1.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-jsdoc": "^37.9.7",
"eslint-plugin-n": "^15.2.3",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jsdoc": "^42.0.0",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^4.0.1",
"execa": "^4.0.0",
"globby": "^10.0.1",
"jest": "^29",
"jest-junit": "^16.0.0",
"stdout-stderr": "^0.1.9",
"typescript": "^4.7.4"
"typescript": "^4.9.5"
},
"engines": {
"node": "^14.18 || ^16.13 || >=18"
Expand Down Expand Up @@ -62,7 +62,7 @@
"pretest": "npm run lint",
"prepack": "oclif-dev manifest && oclif-dev readme",
"test": "npm run unit-tests",
"unit-tests": "jest --config test/jest.config.js ---ci -w=2",
"unit-tests": "jest --config test/jest.config.js --ci",
"version": "oclif-dev readme && git add README.md",
"e2e": "jest --collectCoverage=false --testRegex './e2e/e2e.js'"
}
Expand Down