@visulima/package 1.9.0 → 1.9.1
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 +13 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## @visulima/package [1.9.1](https://github.com/visulima/visulima/compare/@visulima/package@1.9.0...@visulima/package@1.9.1) (2024-06-05)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Miscellaneous Chores
|
|
5
|
+
|
|
6
|
+
* updated dev dependencies ([a2e0504](https://github.com/visulima/visulima/commit/a2e0504dc239049434c2482756ff15bdbaac9b54))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Dependencies
|
|
11
|
+
|
|
12
|
+
* **@visulima/fs:** upgraded to 2.1.3
|
|
13
|
+
|
|
1
14
|
## @visulima/package [1.9.0](https://github.com/visulima/visulima/compare/@visulima/package@1.8.4...@visulima/package@1.9.0) (2024-05-31)
|
|
2
15
|
|
|
3
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/package",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.1",
|
|
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",
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
"LICENSE.md"
|
|
148
148
|
],
|
|
149
149
|
"dependencies": {
|
|
150
|
-
"@visulima/fs": "2.1.
|
|
150
|
+
"@visulima/fs": "2.1.3",
|
|
151
151
|
"@visulima/path": "1.0.1",
|
|
152
152
|
"jsonc-parser": "^3.2.1",
|
|
153
153
|
"normalize-package-data": "^6.0.1",
|
|
@@ -158,8 +158,8 @@
|
|
|
158
158
|
"@anolilab/prettier-config": "^5.0.14",
|
|
159
159
|
"@anolilab/semantic-release-pnpm": "^1.1.0",
|
|
160
160
|
"@anolilab/semantic-release-preset": "^8.1.0",
|
|
161
|
-
"@babel/core": "^7.24.
|
|
162
|
-
"@pnpm/exe": "^9.1.
|
|
161
|
+
"@babel/core": "^7.24.6",
|
|
162
|
+
"@pnpm/exe": "^9.1.4",
|
|
163
163
|
"@rushstack/eslint-plugin-security": "^0.8.1",
|
|
164
164
|
"@total-typescript/ts-reset": "^0.5.1",
|
|
165
165
|
"@types/node": "18.18.14",
|
|
@@ -171,20 +171,20 @@
|
|
|
171
171
|
"cross-env": "^7.0.3",
|
|
172
172
|
"esbuild": "^0.21.4",
|
|
173
173
|
"eslint": "^8.57.0",
|
|
174
|
-
"eslint-plugin-deprecation": "^
|
|
174
|
+
"eslint-plugin-deprecation": "^3.0.0",
|
|
175
175
|
"eslint-plugin-etc": "^2.0.3",
|
|
176
176
|
"eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
|
|
177
177
|
"eslint-plugin-mdx": "^3.1.5",
|
|
178
178
|
"eslint-plugin-vitest": "^0.4.1",
|
|
179
179
|
"eslint-plugin-vitest-globals": "^1.5.0",
|
|
180
180
|
"execa": "^9.1.0",
|
|
181
|
-
"npm": "^10.8.
|
|
182
|
-
"prettier": "^3.
|
|
181
|
+
"npm": "^10.8.1",
|
|
182
|
+
"prettier": "^3.3.0",
|
|
183
183
|
"rimraf": "^5.0.7",
|
|
184
|
-
"semantic-release": "
|
|
184
|
+
"semantic-release": "23.1.1",
|
|
185
185
|
"strip-ansi": "^7.1.0",
|
|
186
186
|
"tempy": "^3.1.0",
|
|
187
|
-
"type-fest": "^4.
|
|
187
|
+
"type-fest": "^4.19.0",
|
|
188
188
|
"typescript": "^5.4.5",
|
|
189
189
|
"vitest": "^1.6.0",
|
|
190
190
|
"which-pm-runs": "file:",
|