typeorm-naming-strategy 2.0.3 → 2.0.5

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 +15 -0
  2. package/package.json +16 -15
package/CHANGELOG.md CHANGED
@@ -2,6 +2,21 @@
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.5](https://github.com/chantouchsek/typeorm-naming-strategy/compare/v2.0.4...v2.0.5) (2023-12-02)
6
+
7
+ ### [2.0.4](https://github.com/chantouchsek/typeorm-naming-strategy/compare/v2.0.3...v2.0.4) (2023-11-01)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * **deps:** bump actions/checkout from 3.5.3 to 3.6.0 ([1e93540](https://github.com/chantouchsek/typeorm-naming-strategy/commit/1e935403515bd0ed3488f9830f17f493b79c8049))
13
+ * **deps:** bump actions/checkout from 3.6.0 to 4.0.0 ([b06d641](https://github.com/chantouchsek/typeorm-naming-strategy/commit/b06d6415290cddedc3e4b4427a2a5525c9f2ee72))
14
+ * **deps:** bump actions/checkout from 4.0.0 to 4.1.0 ([b3d8e14](https://github.com/chantouchsek/typeorm-naming-strategy/commit/b3d8e141a637c550e3f66e105e149c8b49d0276c))
15
+ * **deps:** bump actions/checkout from 4.1.0 to 4.1.1 ([bca09de](https://github.com/chantouchsek/typeorm-naming-strategy/commit/bca09dec73b49eb4ff740c8976dfb538a2a6ec11))
16
+ * **deps:** bump actions/setup-node from 3.7.0 to 3.8.0 ([646e059](https://github.com/chantouchsek/typeorm-naming-strategy/commit/646e05974a5e2b685079fb886f7b943ea0b5d193))
17
+ * **deps:** bump actions/setup-node from 3.8.0 to 3.8.1 ([9147ecb](https://github.com/chantouchsek/typeorm-naming-strategy/commit/9147ecb9fe4eea0c164d7b6a1b84c9001d90a62a))
18
+ * **deps:** bump actions/setup-node from 3.8.1 to 4.0.0 ([28f890a](https://github.com/chantouchsek/typeorm-naming-strategy/commit/28f890ac1886f6dbeb153a18785817f0ae4af8f0))
19
+
5
20
  ### [2.0.3](https://github.com/chantouchsek/typeorm-naming-strategy/compare/v2.0.2...v2.0.3) (2023-08-09)
6
21
 
7
22
 
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "typeorm-naming-strategy",
3
- "version": "2.0.3",
3
+ "version": "2.0.5",
4
+ "packageManager": "yarn@1.22.21",
4
5
  "description": "Custom naming strategies for typeorm",
5
6
  "main": "dist/main.js",
6
7
  "types": "dist/main.d.ts",
@@ -44,26 +45,26 @@
44
45
  "release": "standard-version && git push --follow-tags origin main && yarn publish"
45
46
  },
46
47
  "devDependencies": {
47
- "@commitlint/cli": "^17.6.7",
48
- "@commitlint/config-conventional": "^17.6.7",
49
- "@types/node": "^20.4.9",
50
- "@typescript-eslint/eslint-plugin": "^6.3.0",
51
- "@typescript-eslint/parser": "^6.3.0",
52
- "@vitest/coverage-v8": "^0.34.1",
53
- "eslint": "^8.46.0",
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",
54
55
  "eslint-config-prettier": "^9.0.0",
55
- "eslint-plugin-import": "^2.28.0",
56
- "eslint-plugin-prettier": "^5.0.0",
56
+ "eslint-plugin-import": "^2.29.0",
57
+ "eslint-plugin-prettier": "^5.0.1",
57
58
  "eslint-plugin-promise": "^6.1.1",
58
59
  "husky": "^8.0.3",
59
- "lint-staged": "^13.2.3",
60
- "prettier": "^3.0.1",
61
- "rimraf": "^5.0.1",
60
+ "lint-staged": "^15.1.0",
61
+ "prettier": "^3.1.0",
62
+ "rimraf": "^5.0.5",
62
63
  "standard-version": "^9.5.0",
63
64
  "ts-node": "^10.9.1",
64
65
  "typeorm": "^0.3.17",
65
- "typescript": "^5.1.6",
66
- "vitest": "^0.34.1"
66
+ "typescript": "^5.3.2",
67
+ "vitest": "^0.34.6"
67
68
  },
68
69
  "peerDependencies": {
69
70
  "typeorm": "^0.3"