Skip to content

Commit

Permalink
Proposed package changes with label audit disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonTarren committed Dec 18, 2024
1 parent 9574065 commit 31e6b6f
Show file tree
Hide file tree
Showing 3 changed files with 2,405 additions and 1,583 deletions.
16 changes: 11 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"repository": "[email protected]:SalesforceFoundation/pmm.git",
"private": true,
"devDependencies": {
"@lwc/eslint-plugin-lwc": "^0.8.0",
"@lwc/eslint-plugin-lwc": "^1.0.0",
"@sa11y/jest": "^0.1.2-alpha",
"@salesforce/eslint-config-lwc": "^0.4.0",
"@salesforce/eslint-config-lwc": "^3.6.0",
"@salesforce/sfdx-lwc-jest": "^0.9.1",
"babel-eslint": "^10.0.3",
"eslint": "^6.6.0",
"eslint": "^8.0.0",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-prettier": "^3.1.1",
"hasha-cli": "^4.1.0",
Expand All @@ -19,8 +19,14 @@
"jest-junit": "^9.0.0",
"lint-staged": "^10.0.0",
"lockfile-lint": "^4.3.7",
"prettier": "^1.19.1",
"prettier-plugin-apex": "^1.1.0"
"prettier": "^3.4.2",
"prettier-plugin-apex": "^2.2.2",
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
"@salesforce/eslint-plugin-lightning": "^1.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.9.0",
"typescript": "^5.7.2"
},
"resolutions": {
"axios": "^0.21.1",
Expand Down
10 changes: 5 additions & 5 deletions scripts/pre-commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ then
exit 1
fi

venv/bin/python scripts/label_audit.py
if [ $? -ne 0 ]
then
exit 1
fi
# venv/bin/python scripts/label_audit.py
# if [ $? -ne 0 ]
# then
# exit 1
# fi
Loading

0 comments on commit 31e6b6f

Please sign in to comment.