typeorm-naming-strategy 2.0.5 → 2.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +19 -19
package/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [2.0.6](https://github.com/chantouchsek/typeorm-naming-strategy/compare/v2.0.5...v2.0.6) (2024-02-03)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **deps:** bump actions/setup-node from 4.0.0 to 4.0.1 ([6111f45](https://github.com/chantouchsek/typeorm-naming-strategy/commit/6111f456f2e148e2dd42cd2a6e14b9d49e15ee52))
11
+ * **deps:** bump actions/stale from 8.0.0 to 9.0.0 ([e640bae](https://github.com/chantouchsek/typeorm-naming-strategy/commit/e640bae874829a913dce5c1ba8b3e4c2c60b5c0a))
12
+
5
13
  ### [2.0.5](https://github.com/chantouchsek/typeorm-naming-strategy/compare/v2.0.4...v2.0.5) (2023-12-02)
6
14
 
7
15
  ### [2.0.4](https://github.com/chantouchsek/typeorm-naming-strategy/compare/v2.0.3...v2.0.4) (2023-11-01)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typeorm-naming-strategy",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
4
4
  "packageManager": "yarn@1.22.21",
5
5
  "description": "Custom naming strategies for typeorm",
6
6
  "main": "dist/main.js",
@@ -40,31 +40,31 @@
40
40
  "test": "vitest --run",
41
41
  "test:cov": "vitest run --coverage",
42
42
  "prepublish": "yarn build",
43
- "prepare": "husky install",
43
+ "prepare": "husky",
44
44
  "lint": "eslint --ext \".ts,.js,.vue\" --ignore-path .gitignore .",
45
45
  "release": "standard-version && git push --follow-tags origin main && yarn publish"
46
46
  },
47
47
  "devDependencies": {
48
- "@commitlint/cli": "^18.4.3",
49
- "@commitlint/config-conventional": "^18.4.3",
50
- "@types/node": "^20.10.2",
51
- "@typescript-eslint/eslint-plugin": "^6.13.1",
52
- "@typescript-eslint/parser": "^6.13.1",
53
- "@vitest/coverage-v8": "^0.34.6",
54
- "eslint": "^8.55.0",
55
- "eslint-config-prettier": "^9.0.0",
56
- "eslint-plugin-import": "^2.29.0",
57
- "eslint-plugin-prettier": "^5.0.1",
48
+ "@commitlint/cli": "^18.6.0",
49
+ "@commitlint/config-conventional": "^18.6.0",
50
+ "@types/node": "^20.11.16",
51
+ "@typescript-eslint/eslint-plugin": "^6.20.0",
52
+ "@typescript-eslint/parser": "^6.20.0",
53
+ "@vitest/coverage-v8": "^1.2.2",
54
+ "eslint": "^8.56.0",
55
+ "eslint-config-prettier": "^9.1.0",
56
+ "eslint-plugin-import": "^2.29.1",
57
+ "eslint-plugin-prettier": "^5.1.3",
58
58
  "eslint-plugin-promise": "^6.1.1",
59
- "husky": "^8.0.3",
60
- "lint-staged": "^15.1.0",
61
- "prettier": "^3.1.0",
59
+ "husky": "^9.0.10",
60
+ "lint-staged": "^15.2.1",
61
+ "prettier": "^3.2.4",
62
62
  "rimraf": "^5.0.5",
63
63
  "standard-version": "^9.5.0",
64
- "ts-node": "^10.9.1",
65
- "typeorm": "^0.3.17",
66
- "typescript": "^5.3.2",
67
- "vitest": "^0.34.6"
64
+ "ts-node": "^10.9.2",
65
+ "typeorm": "^0.3.20",
66
+ "typescript": "^5.3.3",
67
+ "vitest": "^1.2.2"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "typeorm": "^0.3"