@visulima/package 3.1.0 → 3.1.2

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 (3) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/LICENSE.md +6 -0
  3. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ ## @visulima/package [3.1.2](https://github.com/visulima/visulima/compare/@visulima/package@3.1.1...@visulima/package@3.1.2) (2024-09-29)
2
+
3
+
4
+ ### Dependencies
5
+
6
+ * **@visulima/fs:** upgraded to 2.2.0
7
+
8
+ ## @visulima/package [3.1.1](https://github.com/visulima/visulima/compare/@visulima/package@3.1.0...@visulima/package@3.1.1) (2024-09-24)
9
+
10
+ ### Bug Fixes
11
+
12
+ * update packem to v1 ([05f3bc9](https://github.com/visulima/visulima/commit/05f3bc960df10a1602e24f9066e2b0117951a877))
13
+ * updated esbuild from v0.23 to v0.24 ([3793010](https://github.com/visulima/visulima/commit/3793010d0d549c0d41f85dea04b8436251be5fe8))
14
+
15
+ ### Miscellaneous Chores
16
+
17
+ * updated dev dependencies ([05edb67](https://github.com/visulima/visulima/commit/05edb671285b1cc42875223314b24212e6a12588))
18
+
19
+
20
+ ### Dependencies
21
+
22
+ * **@visulima/fs:** upgraded to 2.1.18
23
+ * **@visulima/path:** upgraded to 1.0.9
24
+
1
25
  ## @visulima/package [3.1.0](https://github.com/visulima/visulima/compare/@visulima/package@3.0.11...@visulima/package@3.1.0) (2024-09-12)
2
26
 
3
27
  ### Features
package/LICENSE.md CHANGED
@@ -23,11 +23,14 @@ SOFTWARE.
23
23
  <!-- DEPENDENCIES -->
24
24
 
25
25
  # Licenses of bundled dependencies
26
+
26
27
  The published @visulima/package artifact additionally contains code with the following licenses:
27
28
  MIT
28
29
 
29
30
  # Bundled dependencies:
31
+
30
32
  ## dot-prop
33
+
31
34
  License: MIT
32
35
  By: Sindre Sorhus
33
36
  Repository: sindresorhus/dot-prop
@@ -47,11 +50,14 @@ Repository: sindresorhus/dot-prop
47
50
  <!-- TYPE_DEPENDENCIES -->
48
51
 
49
52
  # Licenses of bundled types
53
+
50
54
  The published @visulima/package artifact additionally contains code with the following licenses:
51
55
  (MIT OR CC0-1.0)
52
56
 
53
57
  # Bundled types:
58
+
54
59
  ## type-fest
60
+
55
61
  License: (MIT OR CC0-1.0)
56
62
  By: Sindre Sorhus
57
63
  Repository: sindresorhus/type-fest
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/package",
3
- "version": "3.1.0",
3
+ "version": "3.1.2",
4
4
  "description": "One Package to rule them all, finds your root-dir, monorepo, or package manager.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -145,8 +145,8 @@
145
145
  "LICENSE.md"
146
146
  ],
147
147
  "dependencies": {
148
- "@visulima/fs": "2.1.17",
149
- "@visulima/path": "1.0.8",
148
+ "@visulima/fs": "2.2.0",
149
+ "@visulima/path": "1.0.9",
150
150
  "normalize-package-data": "^6.0.2"
151
151
  },
152
152
  "devDependencies": {
@@ -154,21 +154,21 @@
154
154
  "@anolilab/prettier-config": "^5.0.14",
155
155
  "@anolilab/semantic-release-pnpm": "^1.1.3",
156
156
  "@anolilab/semantic-release-preset": "^9.0.0",
157
- "@arethetypeswrong/cli": "^0.16.2",
157
+ "@arethetypeswrong/cli": "^0.16.4",
158
158
  "@babel/core": "^7.25.2",
159
- "@pnpm/exe": "^9.10.0",
160
- "@rushstack/eslint-plugin-security": "^0.8.2",
159
+ "@pnpm/exe": "^9.11.0",
160
+ "@rushstack/eslint-plugin-security": "^0.8.3",
161
161
  "@total-typescript/ts-reset": "^0.6.1",
162
162
  "@types/node": "18.19.15",
163
163
  "@types/normalize-package-data": "^2.4.4",
164
- "@visulima/packem": "^1.0.0-alpha.108",
165
- "@vitest/coverage-v8": "^2.0.5",
166
- "@vitest/ui": "^2.0.5",
164
+ "@visulima/packem": "1.0.1",
165
+ "@vitest/coverage-v8": "^2.1.1",
166
+ "@vitest/ui": "^2.1.1",
167
167
  "@yarnpkg/pnp": "4.0.6",
168
168
  "conventional-changelog-conventionalcommits": "8.0.0",
169
169
  "cross-env": "^7.0.3",
170
170
  "dot-prop": "^9.0.0",
171
- "esbuild": "0.23.0",
171
+ "esbuild": "0.24.0",
172
172
  "eslint": "8.57.0",
173
173
  "eslint-plugin-deprecation": "^3.0.0",
174
174
  "eslint-plugin-etc": "^2.0.3",
@@ -176,7 +176,7 @@
176
176
  "eslint-plugin-mdx": "^3.1.5",
177
177
  "eslint-plugin-vitest": "^0.4.1",
178
178
  "eslint-plugin-vitest-globals": "^1.5.0",
179
- "execa": "^9.3.1",
179
+ "execa": "^9.4.0",
180
180
  "npm": "^10.8.3",
181
181
  "prettier": "^3.3.3",
182
182
  "rimraf": "5.0.9",
@@ -184,7 +184,7 @@
184
184
  "tempy": "^3.1.0",
185
185
  "type-fest": "^4.26.1",
186
186
  "typescript": "5.4.5",
187
- "vitest": "^2.0.5",
187
+ "vitest": "^2.1.1",
188
188
  "which-pm-runs": "file:",
189
189
  "yarn": "^1.22.22"
190
190
  },