Skip to content

Commit

Permalink
Merge pull request #26 from nrccua/feature/package-refresh
Browse files Browse the repository at this point in the history
NPM Package Updates
  • Loading branch information
TheCleric authored Jul 20, 2023
2 parents 06a6c13 + 9ea6560 commit 5c6157d
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 67 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ["14"]
node: ["18"]
steps:
- uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
18
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const baseConfig = {
],
ignorePatterns: ['node_modules/**'],
plugins: ['prettier'],
root: true,
rules: {
'filenames/match-exported': ['warn', [null, 'pascal', 'camel']],
'import/extensions': ['error', 'never'],
Expand Down
103 changes: 38 additions & 65 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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"
},
Expand All @@ -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",
Expand Down

0 comments on commit 5c6157d

Please sign in to comment.