typeorm-naming-strategy 2.0.6 → 2.0.8

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 +17 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -2,6 +2,23 @@
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.8](https://github.com/chantouchsek/typeorm-naming-strategy/compare/v2.0.7...v2.0.8) (2024-05-08)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **deps:** bump actions/checkout from 4.1.2 to 4.1.3 ([43e0d22](https://github.com/chantouchsek/typeorm-naming-strategy/commit/43e0d22874d4066dd1ee7dab9892c7e5b7db9689))
11
+ * **deps:** bump actions/checkout from 4.1.3 to 4.1.4 ([46a73c8](https://github.com/chantouchsek/typeorm-naming-strategy/commit/46a73c8f827d29da42c7f9122d6e2f50bfc0b77d))
12
+ * **deps:** bump actions/checkout from 4.1.4 to 4.1.5 ([5f1323e](https://github.com/chantouchsek/typeorm-naming-strategy/commit/5f1323e949d9670450ec95af2d4fc29f0a825510))
13
+
14
+ ### [2.0.7](https://github.com/chantouchsek/typeorm-naming-strategy/compare/v2.0.6...v2.0.7) (2024-03-29)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **deps:** bump actions/checkout from 4.1.1 to 4.1.2 ([bf2523d](https://github.com/chantouchsek/typeorm-naming-strategy/commit/bf2523d9a81c2db42bcaafe1a5a61e7b6bb97dc1))
20
+ * **deps:** bump actions/setup-node from 4.0.1 to 4.0.2 ([534c4cb](https://github.com/chantouchsek/typeorm-naming-strategy/commit/534c4cb55fe2f4a91da94648a48470511d6814a9))
21
+
5
22
  ### [2.0.6](https://github.com/chantouchsek/typeorm-naming-strategy/compare/v2.0.5...v2.0.6) (2024-02-03)
6
23
 
7
24
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "typeorm-naming-strategy",
3
- "version": "2.0.6",
4
- "packageManager": "yarn@1.22.21",
3
+ "version": "2.0.8",
4
+ "packageManager": "yarn@1.22.22",
5
5
  "description": "Custom naming strategies for typeorm",
6
6
  "main": "dist/main.js",
7
7
  "types": "dist/main.d.ts",
@@ -45,26 +45,26 @@
45
45
  "release": "standard-version && git push --follow-tags origin main && yarn publish"
46
46
  },
47
47
  "devDependencies": {
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",
48
+ "@commitlint/cli": "^19.2.1",
49
+ "@commitlint/config-conventional": "^19.1.0",
50
+ "@types/node": "^20.11.30",
51
+ "@typescript-eslint/eslint-plugin": "^7.4.0",
52
+ "@typescript-eslint/parser": "^7.4.0",
53
+ "@vitest/coverage-v8": "^1.4.0",
54
+ "eslint": "^8.57.0",
55
55
  "eslint-config-prettier": "^9.1.0",
56
56
  "eslint-plugin-import": "^2.29.1",
57
57
  "eslint-plugin-prettier": "^5.1.3",
58
58
  "eslint-plugin-promise": "^6.1.1",
59
- "husky": "^9.0.10",
60
- "lint-staged": "^15.2.1",
61
- "prettier": "^3.2.4",
59
+ "husky": "^9.0.11",
60
+ "lint-staged": "^15.2.2",
61
+ "prettier": "^3.2.5",
62
62
  "rimraf": "^5.0.5",
63
63
  "standard-version": "^9.5.0",
64
64
  "ts-node": "^10.9.2",
65
65
  "typeorm": "^0.3.20",
66
- "typescript": "^5.3.3",
67
- "vitest": "^1.2.2"
66
+ "typescript": "^5.4.3",
67
+ "vitest": "^1.4.0"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "typeorm": "^0.3"