Skip to content

Commit f61e5b2

Browse files
committedJul 19, 2024·
feat: update semver, synckit, devDeps
Also: - chore: remove auto-removed deprecated husky code
1 parent 962d99d commit f61e5b2

8 files changed

+1168
-1090
lines changed
 

‎.husky/post-checkout

-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
31

42
npx run-if-changed

‎.husky/post-commit

-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
31

42
npx run-if-changed

‎.husky/post-merge

-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
31

42
npx run-if-changed

‎.husky/post-rewrite

-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
31

42
npx run-if-changed

‎.husky/pre-commit

-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
31

42
npx lint-staged

‎.husky/pre-push

-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
31

42
npm test && npm run build && npm run check-docs

‎package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@
1212
"escape-string-regexp": "^4.0.0",
1313
"esquery": "^1.6.0",
1414
"parse-imports": "^2.1.1",
15-
"semver": "^7.6.2",
15+
"semver": "^7.6.3",
1616
"spdx-expression-parse": "^4.0.0",
17-
"synckit": "^0.9.0"
17+
"synckit": "^0.9.1"
1818
},
1919
"description": "JSDoc linting rules for ESLint.",
2020
"devDependencies": {
21-
"@babel/cli": "^7.24.7",
22-
"@babel/core": "^7.24.7",
23-
"@babel/eslint-parser": "^7.24.7",
24-
"@babel/node": "^7.24.7",
21+
"@babel/cli": "^7.24.8",
22+
"@babel/core": "^7.24.9",
23+
"@babel/eslint-parser": "^7.24.8",
24+
"@babel/node": "^7.24.8",
2525
"@babel/plugin-syntax-class-properties": "^7.12.13",
2626
"@babel/plugin-transform-flow-strip-types": "^7.24.7",
27-
"@babel/preset-env": "^7.24.7",
27+
"@babel/preset-env": "^7.24.8",
2828
"@es-joy/escodegen": "^3.5.1",
2929
"@es-joy/jsdoc-eslint-parser": "^0.21.1",
3030
"@hkdobrev/run-if-changed": "^0.3.1",
@@ -39,10 +39,10 @@
3939
"@types/json-schema": "^7.0.15",
4040
"@types/lodash.defaultsdeep": "^4.6.9",
4141
"@types/mocha": "^10.0.7",
42-
"@types/node": "^20.14.10",
42+
"@types/node": "^20.14.11",
4343
"@types/semver": "^7.5.8",
4444
"@types/spdx-expression-parse": "^3.0.5",
45-
"@typescript-eslint/types": "^7.16.0",
45+
"@typescript-eslint/types": "^7.16.1",
4646
"babel-plugin-add-module-exports": "^1.0.4",
4747
"babel-plugin-istanbul": "^7.0.0",
4848
"babel-plugin-transform-import-meta": "^2.2.1",
@@ -51,19 +51,19 @@
5151
"chai": "^5.1.1",
5252
"cross-env": "^7.0.3",
5353
"decamelize": "^6.0.0",
54-
"eslint": "9.6.0",
55-
"eslint-config-canonical": "~43.0.13",
54+
"eslint": "9.7.0",
55+
"eslint-config-canonical": "~43.0.14",
5656
"espree": "^10.1.0",
57-
"gitdown": "^4.1.0",
57+
"gitdown": "^4.1.1",
5858
"glob": "^10.4.2",
5959
"globals": "^15.8.0",
60-
"husky": "^9.0.11",
60+
"husky": "^9.1.1",
6161
"jsdoc-type-pratt-parser": "^4.0.0",
6262
"json-schema": "^0.4.0",
6363
"lint-staged": "^15.2.7",
6464
"lodash.defaultsdeep": "^4.6.1",
6565
"mocha": "^10.6.0",
66-
"open-editor": "^4.1.1",
66+
"open-editor": "^5.0.0",
6767
"replace": "^1.2.2",
6868
"rimraf": "^5.0.7",
6969
"semantic-release": "^24.0.0",

‎pnpm-lock.yaml

+1,154-1,064
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.