@visulima/package 1.2.4 → 1.2.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.
- package/CHANGELOG.md +15 -0
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## @visulima/package [1.2.6](https://github.com/visulima/visulima/compare/@visulima/package@1.2.5...@visulima/package@1.2.6) (2023-11-30)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* updated dep versions ([ed70375](https://github.com/visulima/visulima/commit/ed7037584477dbda4a8a6405a1104876e8a6c703))
|
|
7
|
+
|
|
8
|
+
## @visulima/package [1.2.5](https://github.com/visulima/visulima/compare/@visulima/package@1.2.4...@visulima/package@1.2.5) (2023-11-30)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** updated package deps ([b4f4ede](https://github.com/visulima/visulima/commit/b4f4eded7bbded62b341ade0017ab357336f3af2))
|
|
14
|
+
* update packages deps ([51113c8](https://github.com/visulima/visulima/commit/51113c88f608c517ebecee8f63086636722d2de2))
|
|
15
|
+
|
|
1
16
|
## @visulima/package [1.2.4](https://github.com/visulima/visulima/compare/@visulima/package@1.2.3...@visulima/package@1.2.4) (2023-11-07)
|
|
2
17
|
|
|
3
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/package",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.6",
|
|
4
4
|
"description": "One Package to rule them all, finds your root-dir, monorepo, package manager or tsconfig.json",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -112,42 +112,42 @@
|
|
|
112
112
|
},
|
|
113
113
|
"dependencies": {
|
|
114
114
|
"detect-indent": "^7.0.1",
|
|
115
|
-
"find-up": "^
|
|
115
|
+
"find-up": "^7.0.0",
|
|
116
116
|
"get-tsconfig": "^4.7.2",
|
|
117
|
-
"read-pkg": "^9.0.
|
|
117
|
+
"read-pkg": "^9.0.1",
|
|
118
118
|
"strip-json-comments": "^5.0.1"
|
|
119
119
|
},
|
|
120
120
|
"devDependencies": {
|
|
121
121
|
"@anolilab/eslint-config": "^15.0.2",
|
|
122
122
|
"@anolilab/prettier-config": "^5.0.13",
|
|
123
123
|
"@anolilab/semantic-release-preset": "^8.0.2",
|
|
124
|
-
"@babel/core": "^7.23.
|
|
125
|
-
"@pnpm/exe": "^8.
|
|
124
|
+
"@babel/core": "^7.23.5",
|
|
125
|
+
"@pnpm/exe": "^8.11.0",
|
|
126
126
|
"@rushstack/eslint-plugin-security": "^0.7.1",
|
|
127
127
|
"@total-typescript/ts-reset": "^0.5.1",
|
|
128
128
|
"@types/node": "18.18.8",
|
|
129
129
|
"@vitest/coverage-v8": "^0.34.6",
|
|
130
130
|
"cnpm": "^9.2.0",
|
|
131
131
|
"cross-env": "^7.0.3",
|
|
132
|
-
"eslint": "^8.
|
|
132
|
+
"eslint": "^8.54.0",
|
|
133
133
|
"eslint-plugin-deprecation": "^2.0.0",
|
|
134
134
|
"eslint-plugin-etc": "^2.0.3",
|
|
135
135
|
"eslint-plugin-import": "npm:eslint-plugin-i@^2.29.0",
|
|
136
136
|
"eslint-plugin-mdx": "^2.2.0",
|
|
137
137
|
"eslint-plugin-tsdoc": "^0.2.17",
|
|
138
|
-
"eslint-plugin-vitest": "^0.3.
|
|
138
|
+
"eslint-plugin-vitest": "^0.3.10",
|
|
139
139
|
"eslint-plugin-vitest-globals": "^1.4.0",
|
|
140
140
|
"execa": "^8.0.1",
|
|
141
|
-
"npm": "^10.2.
|
|
142
|
-
"prettier": "^3.0
|
|
141
|
+
"npm": "^10.2.4",
|
|
142
|
+
"prettier": "^3.1.0",
|
|
143
143
|
"rimraf": "^5.0.5",
|
|
144
|
-
"semantic-release": "^22.0.
|
|
144
|
+
"semantic-release": "^22.0.8",
|
|
145
145
|
"sort-package-json": "^2.6.0",
|
|
146
|
-
"tsup": "^
|
|
147
|
-
"typescript": "^5.
|
|
146
|
+
"tsup": "^8.0.1",
|
|
147
|
+
"typescript": "^5.3.2",
|
|
148
148
|
"vitest": "^0.34.6",
|
|
149
149
|
"which-pm-runs": "file:",
|
|
150
|
-
"yarn": "^1.22.
|
|
150
|
+
"yarn": "^1.22.21"
|
|
151
151
|
},
|
|
152
152
|
"engines": {
|
|
153
153
|
"node": ">=18.* <=21.*"
|