@visulima/package 3.0.4 → 3.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -1,3 +1,33 @@
1
+ ## @visulima/package [3.0.6](https://github.com/visulima/visulima/compare/@visulima/package@3.0.5...@visulima/package@3.0.6) (2024-08-04)
2
+
3
+
4
+ ### Dependencies
5
+
6
+ * **@visulima/fs:** upgraded to 2.1.12
7
+ * **@visulima/path:** upgraded to 1.0.4
8
+
9
+ ## @visulima/package [3.0.5](https://github.com/visulima/visulima/compare/@visulima/package@3.0.4...@visulima/package@3.0.5) (2024-08-01)
10
+
11
+ ### Bug Fixes
12
+
13
+ * upgraded @visulima/packem ([dc0cb57](https://github.com/visulima/visulima/commit/dc0cb5701b30f3f81404346c909fd4daf891b894))
14
+
15
+ ### Styles
16
+
17
+ * cs fixes ([ee5ed6f](https://github.com/visulima/visulima/commit/ee5ed6f31bdabcfacdb0d1abd1eff2cc6207cefc))
18
+
19
+ ### Miscellaneous Chores
20
+
21
+ * added private true into fixture package.json files ([4a9494c](https://github.com/visulima/visulima/commit/4a9494c642fa98f224505a1d231b5af4e73d6c79))
22
+ * updated dev dependencies ([ac67ec1](https://github.com/visulima/visulima/commit/ac67ec1bcba16175d225958e318199f60b10d179))
23
+ * updated dev dependencies and sorted the package.json ([9571572](https://github.com/visulima/visulima/commit/95715725a8ed053ca24fd1405a55205c79342ecb))
24
+
25
+
26
+ ### Dependencies
27
+
28
+ * **@visulima/fs:** upgraded to 2.1.11
29
+ * **@visulima/path:** upgraded to 1.0.3
30
+
1
31
  ## @visulima/package [3.0.4](https://github.com/visulima/visulima/compare/@visulima/package@3.0.3...@visulima/package@3.0.4) (2024-07-02)
2
32
 
3
33
  ### Miscellaneous Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/package",
3
- "version": "3.0.4",
3
+ "version": "3.0.6",
4
4
  "description": "One Package to rule them all, finds your root-dir, monorepo, or package manager.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -120,8 +120,8 @@
120
120
  "LICENSE.md"
121
121
  ],
122
122
  "dependencies": {
123
- "@visulima/fs": "2.1.10",
124
- "@visulima/path": "1.0.2",
123
+ "@visulima/fs": "2.1.12",
124
+ "@visulima/path": "1.0.4",
125
125
  "normalize-package-data": "^6.0.2"
126
126
  },
127
127
  "devDependencies": {
@@ -129,20 +129,20 @@
129
129
  "@anolilab/prettier-config": "^5.0.14",
130
130
  "@anolilab/semantic-release-pnpm": "^1.1.3",
131
131
  "@anolilab/semantic-release-preset": "^9.0.0",
132
- "@babel/core": "^7.24.7",
133
- "@pnpm/exe": "^9.4.0",
134
- "@rushstack/eslint-plugin-security": "^0.8.1",
132
+ "@babel/core": "^7.25.2",
133
+ "@pnpm/exe": "^9.6.0",
134
+ "@rushstack/eslint-plugin-security": "^0.8.2",
135
135
  "@total-typescript/ts-reset": "^0.5.1",
136
136
  "@types/node": "18.19.15",
137
137
  "@types/normalize-package-data": "^2.4.4",
138
- "@visulima/packem": "^1.0.0-alpha.41",
139
- "@vitest/coverage-v8": "^1.6.0",
140
- "@vitest/ui": "^1.6.0",
138
+ "@visulima/packem": "^1.0.0-alpha.60",
139
+ "@vitest/coverage-v8": "^2.0.5",
140
+ "@vitest/ui": "^2.0.5",
141
141
  "@yarnpkg/pnp": "4.0.6",
142
142
  "conventional-changelog-conventionalcommits": "8.0.0",
143
143
  "cross-env": "^7.0.3",
144
- "esbuild": "0.22.0",
145
- "eslint": "^8.57.0",
144
+ "esbuild": "0.23.0",
145
+ "eslint": "8.57.0",
146
146
  "eslint-plugin-deprecation": "^3.0.0",
147
147
  "eslint-plugin-etc": "^2.0.3",
148
148
  "eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
@@ -150,14 +150,14 @@
150
150
  "eslint-plugin-vitest": "^0.4.1",
151
151
  "eslint-plugin-vitest-globals": "^1.5.0",
152
152
  "execa": "^9.3.0",
153
- "npm": "^10.8.1",
154
- "prettier": "^3.3.2",
155
- "rimraf": "^5.0.7",
153
+ "npm": "^10.8.2",
154
+ "prettier": "^3.3.3",
155
+ "rimraf": "5.0.9",
156
156
  "semantic-release": "24.0.0",
157
157
  "tempy": "^3.1.0",
158
- "type-fest": "^4.20.1",
158
+ "type-fest": "^4.23.0",
159
159
  "typescript": "5.4.5",
160
- "vitest": "^1.6.0",
160
+ "vitest": "^2.0.5",
161
161
  "which-pm-runs": "file:",
162
162
  "yarn": "^1.22.22"
163
163
  },