Skip to content

Commit

Permalink
feat: update semver, synckit, devDeps
Browse files Browse the repository at this point in the history
Also:
- chore: remove auto-removed deprecated husky code
  • Loading branch information
brettz9 committed Jul 19, 2024
1 parent 962d99d commit f61e5b2
Show file tree
Hide file tree
Showing 8 changed files with 1,168 additions and 1,090 deletions.
2 changes: 0 additions & 2 deletions .husky/post-checkout
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx run-if-changed
2 changes: 0 additions & 2 deletions .husky/post-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx run-if-changed
2 changes: 0 additions & 2 deletions .husky/post-merge
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx run-if-changed
2 changes: 0 additions & 2 deletions .husky/post-rewrite
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx run-if-changed
2 changes: 0 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx lint-staged
2 changes: 0 additions & 2 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm test && npm run build && npm run check-docs
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
"escape-string-regexp": "^4.0.0",
"esquery": "^1.6.0",
"parse-imports": "^2.1.1",
"semver": "^7.6.2",
"semver": "^7.6.3",
"spdx-expression-parse": "^4.0.0",
"synckit": "^0.9.0"
"synckit": "^0.9.1"
},
"description": "JSDoc linting rules for ESLint.",
"devDependencies": {
"@babel/cli": "^7.24.7",
"@babel/core": "^7.24.7",
"@babel/eslint-parser": "^7.24.7",
"@babel/node": "^7.24.7",
"@babel/cli": "^7.24.8",
"@babel/core": "^7.24.9",
"@babel/eslint-parser": "^7.24.8",
"@babel/node": "^7.24.8",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-transform-flow-strip-types": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-env": "^7.24.8",
"@es-joy/escodegen": "^3.5.1",
"@es-joy/jsdoc-eslint-parser": "^0.21.1",
"@hkdobrev/run-if-changed": "^0.3.1",
Expand All @@ -39,10 +39,10 @@
"@types/json-schema": "^7.0.15",
"@types/lodash.defaultsdeep": "^4.6.9",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.10",
"@types/node": "^20.14.11",
"@types/semver": "^7.5.8",
"@types/spdx-expression-parse": "^3.0.5",
"@typescript-eslint/types": "^7.16.0",
"@typescript-eslint/types": "^7.16.1",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-istanbul": "^7.0.0",
"babel-plugin-transform-import-meta": "^2.2.1",
Expand All @@ -51,19 +51,19 @@
"chai": "^5.1.1",
"cross-env": "^7.0.3",
"decamelize": "^6.0.0",
"eslint": "9.6.0",
"eslint-config-canonical": "~43.0.13",
"eslint": "9.7.0",
"eslint-config-canonical": "~43.0.14",
"espree": "^10.1.0",
"gitdown": "^4.1.0",
"gitdown": "^4.1.1",
"glob": "^10.4.2",
"globals": "^15.8.0",
"husky": "^9.0.11",
"husky": "^9.1.1",
"jsdoc-type-pratt-parser": "^4.0.0",
"json-schema": "^0.4.0",
"lint-staged": "^15.2.7",
"lodash.defaultsdeep": "^4.6.1",
"mocha": "^10.6.0",
"open-editor": "^4.1.1",
"open-editor": "^5.0.0",
"replace": "^1.2.2",
"rimraf": "^5.0.7",
"semantic-release": "^24.0.0",
Expand Down
Loading

0 comments on commit f61e5b2

Please sign in to comment.