-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from nrccua/feature/package-refresh
NPM Package Updates
- Loading branch information
Showing
4 changed files
with
41 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
14 | ||
18 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,45 +9,45 @@ | |
"Jon Cursi <[email protected]>" | ||
], | ||
"dependencies": { | ||
"@actinc/eslint-config": "3.4.1", | ||
"@commitlint/cli": "15.0.0", | ||
"@commitlint/config-conventional": "15.0.0", | ||
"@actinc/eslint-config": "^3.5.0", | ||
"@commitlint/cli": "^17.5.1", | ||
"@commitlint/config-conventional": "^17.4.4", | ||
"@testing-library/jest-dom": "^5.16.1", | ||
"@testing-library/react": "^12.1.2", | ||
"@typescript-eslint/eslint-plugin": "5.4.0", | ||
"@typescript-eslint/parser": "5.4.0", | ||
"@typescript-eslint/typescript-estree": "5.4.0", | ||
"babel-jest": "27.3.1", | ||
"eslint": "8.3.0", | ||
"eslint-config-airbnb": "19.0.1", | ||
"eslint-config-airbnb-base": "15.0.0", | ||
"eslint-config-prettier": "8.3.0", | ||
"eslint-plugin-disable": "2.0.3", | ||
"eslint-plugin-filenames": "1.3.2", | ||
"eslint-plugin-import": "2.25.3", | ||
"eslint-plugin-jest": "25.3.0", | ||
"eslint-plugin-jsx-a11y": "6.5.1", | ||
"eslint-plugin-lodash": "7.3.0", | ||
"eslint-plugin-new-with-error": "3.1.0", | ||
"eslint-plugin-no-loops": "0.3.0", | ||
"eslint-plugin-prettier": "4.0.0", | ||
"eslint-plugin-promise": "6.0.0", | ||
"eslint-plugin-react": "7.27.1", | ||
"eslint-plugin-react-hooks": "4.3.0", | ||
"eslint-plugin-security": "1.4.0", | ||
"markdownlint-cli": "0.31.0", | ||
"prettier": "2.4.1", | ||
"ts-node": "10.4.0", | ||
"typescript": "4.5.2" | ||
"@testing-library/react": "^14.0.0", | ||
"@typescript-eslint/eslint-plugin": "^5.58.0", | ||
"@typescript-eslint/parser": "^5.58.0", | ||
"@typescript-eslint/typescript-estree": "^5.58.0", | ||
"babel-jest": "^29.5.0", | ||
"eslint": "^8.38.0", | ||
"eslint-config-airbnb": "^19.0.4", | ||
"eslint-config-airbnb-base": "^15.0.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-disable": "^2.0.3", | ||
"eslint-plugin-filenames": "^1.3.2", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-jest": "^27.2.1", | ||
"eslint-plugin-jsx-a11y": "^6.7.1", | ||
"eslint-plugin-lodash": "^7.4.0", | ||
"eslint-plugin-new-with-error": "^4.0.0", | ||
"eslint-plugin-no-loops": "^0.3.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-promise": "^6.1.1", | ||
"eslint-plugin-react": "^7.32.2", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"eslint-plugin-security": "^1.7.1", | ||
"markdownlint-cli": "^0.33.0", | ||
"prettier": "^2.8.7", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.0.4" | ||
}, | ||
"description": "Encoura's preferred configs for TypeScript, Prettier, ESLint, CommitLint, and MarkdownLint.", | ||
"devDependencies": { | ||
"husky": "7.0.4", | ||
"jest": "27.3.1", | ||
"lint-staged": "12.1.2", | ||
"np": "7.6.0", | ||
"npm-run-all": "4.1.5", | ||
"standard-version": "9.3.2" | ||
"concurrently": "8.0.1", | ||
"husky": "8.0.3", | ||
"jest": "29.5.0", | ||
"lint-staged": "13.2.1", | ||
"np": "7.7.0", | ||
"standard-version": "9.5.0" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
|
@@ -75,35 +75,6 @@ | |
}, | ||
"main": "index.js", | ||
"name": "@encoura/eslint-config", | ||
"peerDependencies": { | ||
"@actinc/eslint-config": "3.4.1", | ||
"@commitlint/cli": "15.0.0", | ||
"@commitlint/config-conventional": "15.0.0", | ||
"@typescript-eslint/eslint-plugin": "5.4.0", | ||
"@typescript-eslint/parser": "5.4.0", | ||
"@typescript-eslint/typescript-estree": "5.4.0", | ||
"babel-jest": "27.3.1", | ||
"eslint": "8.3.0", | ||
"eslint-config-airbnb": "19.0.1", | ||
"eslint-config-airbnb-base": "15.0.0", | ||
"eslint-config-prettier": "8.3.0", | ||
"eslint-plugin-disable": "2.0.3", | ||
"eslint-plugin-filenames": "1.3.2", | ||
"eslint-plugin-import": "2.25.3", | ||
"eslint-plugin-jest": "25.3.0", | ||
"eslint-plugin-jsx-a11y": "6.5.1", | ||
"eslint-plugin-lodash": "7.3.0", | ||
"eslint-plugin-new-with-error": "3.1.0", | ||
"eslint-plugin-no-loops": "0.3.0", | ||
"eslint-plugin-prettier": "4.0.0", | ||
"eslint-plugin-promise": "6.0.0", | ||
"eslint-plugin-react": "7.27.1", | ||
"eslint-plugin-react-hooks": "4.3.0", | ||
"eslint-plugin-security": "1.4.0", | ||
"markdownlint-cli": "0.31.0", | ||
"prettier": "2.4.1", | ||
"typescript": "4.5.2" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
|
@@ -112,12 +83,14 @@ | |
"url": "git+ssh://[email protected]/nrccus/eslint-config.git" | ||
}, | ||
"scripts": { | ||
"audit": "npm shrinkwrap && npm audit; rm -rf npm-shrinkwrap.json", | ||
"prepare": "[ -f \".git\" ] && git config --local push.followTags true || true # Otherwise this fails for downstream users", | ||
"release": "np", | ||
"test": "npm-run-all test:**", | ||
"test": "concurrently -m 1 npm:test:*", | ||
"test:lint:js": "eslint . --ext .js --fix --quiet", | ||
"test:lint:md": "markdownlint README.md --config markdownlint.config.json", | ||
"test:prettier": "prettier --write './**/*.js'", | ||
"test:tsconfig": "tsc --project ./tsconfig.json; rm -rf ./tsconfig.tsbuildinfo", | ||
"update:dependencies": "npm outdated --long | grep -v devDependencies | awk '{print $1}' | tail -n +2 | xargs -I {} npm i -E {}@latest && npm outdated --long | grep devDependencies | awk '{print $1}' | xargs -I {} npm i -E -D {}@latest", | ||
"update:version": "standard-version", | ||
"update:version:major": "standard-version --release-as major", | ||
|