@visulima/prisma-dmmf-transformer 2.0.18 → 2.0.20

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 +24 -0
  2. package/package.json +18 -17
package/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ ## @visulima/prisma-dmmf-transformer [2.0.20](https://github.com/visulima/visulima/compare/@visulima/prisma-dmmf-transformer@2.0.19...@visulima/prisma-dmmf-transformer@2.0.20) (2024-06-19)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **prisma-dmmf-transformer:** updated @prisma/generator-helper to v 5.15.1 ([e82322a](https://github.com/visulima/visulima/commit/e82322a2cec254102654f58163b9aa749a1003a9))
6
+
7
+ ### Styles
8
+
9
+ * fixed found code style issue with eslint and prettier ([114e9c9](https://github.com/visulima/visulima/commit/114e9c9f23518cbfa3814af6cee868233431f312))
10
+
11
+ ### Miscellaneous Chores
12
+
13
+ * updated dev dependencies ([de0f8a6](https://github.com/visulima/visulima/commit/de0f8a6b9030acbc044e5bc0f78091fb1ec89a28))
14
+
15
+ ## @visulima/prisma-dmmf-transformer [2.0.19](https://github.com/visulima/visulima/compare/@visulima/prisma-dmmf-transformer@2.0.18...@visulima/prisma-dmmf-transformer@2.0.19) (2024-06-11)
16
+
17
+ ### Bug Fixes
18
+
19
+ * **prisma-dmmf-transformer:** updated @prisma/generator-helper to v5.15.0 ([c9d307a](https://github.com/visulima/visulima/commit/c9d307af8cb218ed728a869a0b70a592d98f9d44))
20
+
21
+ ### Build System
22
+
23
+ * fixed found audit error, updated all dev package deps, updated deps in apps and examples ([4c51950](https://github.com/visulima/visulima/commit/4c519500dc5504579d35725572920658999885cb))
24
+
1
25
  ## @visulima/prisma-dmmf-transformer [2.0.18](https://github.com/visulima/visulima/compare/@visulima/prisma-dmmf-transformer@2.0.17...@visulima/prisma-dmmf-transformer@2.0.18) (2024-06-06)
2
26
 
3
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/prisma-dmmf-transformer",
3
- "version": "2.0.18",
3
+ "version": "2.0.20",
4
4
  "description": "A generator for Prisma to generate a valid JSON Schema v7.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -60,23 +60,24 @@
60
60
  "LICENSE.md"
61
61
  ],
62
62
  "dependencies": {
63
- "@prisma/generator-helper": "5.12.1"
63
+ "@prisma/generator-helper": "5.15.1"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@anolilab/eslint-config": "^15.0.3",
67
67
  "@anolilab/prettier-config": "^5.0.14",
68
- "@anolilab/semantic-release-pnpm": "^1.1.0",
69
- "@anolilab/semantic-release-preset": "^8.1.0",
70
- "@babel/core": "^7.24.6",
71
- "@prisma/client": "4.16.2",
72
- "@prisma/internals": "5.12.1",
68
+ "@anolilab/semantic-release-pnpm": "^1.1.3",
69
+ "@anolilab/semantic-release-preset": "^9.0.0",
70
+ "@babel/core": "^7.24.7",
71
+ "@prisma/client": "5.15.1",
72
+ "@prisma/internals": "5.15.1",
73
73
  "@rushstack/eslint-plugin-security": "^0.8.1",
74
74
  "@types/json-schema": "7.0.15",
75
- "@types/micromatch": "4.0.6",
76
- "@types/node": "18.18.14",
77
- "@vitest/coverage-v8": "1.5.0",
78
- "ajv": "8.12.0",
75
+ "@types/micromatch": "4.0.7",
76
+ "@types/node": "18.19.15",
77
+ "@vitest/coverage-v8": "1.6.0",
78
+ "ajv": "8.16.0",
79
79
  "ajv-formats": "3.0.1",
80
+ "conventional-changelog-conventionalcommits": "8.0.0",
80
81
  "cross-env": "7.0.3",
81
82
  "eslint": "^8.57.0",
82
83
  "eslint-plugin-deprecation": "^3.0.0",
@@ -85,13 +86,13 @@
85
86
  "eslint-plugin-mdx": "^3.1.5",
86
87
  "eslint-plugin-vitest": "^0.4.1",
87
88
  "eslint-plugin-vitest-globals": "^1.5.0",
88
- "prettier": "3.2.5",
89
- "prisma": "4.16.2",
90
- "rimraf": "5.0.5",
91
- "semantic-release": "23.0.8",
92
- "tsup": "8.0.2",
89
+ "prettier": "3.3.2",
90
+ "prisma": "5.15.1",
91
+ "rimraf": "5.0.7",
92
+ "semantic-release": "24.0.0",
93
+ "tsup": "8.1.0",
93
94
  "typescript": "5.4.5",
94
- "vitest": "1.5.0"
95
+ "vitest": "1.6.0"
95
96
  },
96
97
  "peerDependencies": {
97
98
  "@prisma/client": "3.* || 4.*",