@visulima/pail 2.1.1 → 2.1.3

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 +28 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,3 +1,31 @@
1
+ ## @visulima/pail [2.1.3](https://github.com/visulima/visulima/compare/@visulima/pail@2.1.2...@visulima/pail@2.1.3) (2024-08-04)
2
+
3
+
4
+ ### Dependencies
5
+
6
+ * **@visulima/colorize:** upgraded to 1.4.5
7
+ * **@visulima/error:** upgraded to 4.3.2
8
+ * **@visulima/inspector:** upgraded to 1.0.5
9
+
10
+ ## @visulima/pail [2.1.2](https://github.com/visulima/visulima/compare/@visulima/pail@2.1.1...@visulima/pail@2.1.2) (2024-08-01)
11
+
12
+ ### Bug Fixes
13
+
14
+ * upgraded @visulima/packem ([dc0cb57](https://github.com/visulima/visulima/commit/dc0cb5701b30f3f81404346c909fd4daf891b894))
15
+
16
+ ### Miscellaneous Chores
17
+
18
+ * updated dev dependencies ([ac67ec1](https://github.com/visulima/visulima/commit/ac67ec1bcba16175d225958e318199f60b10d179))
19
+
20
+
21
+ ### Dependencies
22
+
23
+ * **@visulima/colorize:** upgraded to 1.4.4
24
+ * **@visulima/error:** upgraded to 4.3.1
25
+ * **@visulima/fmt:** upgraded to 1.1.6
26
+ * **@visulima/inspector:** upgraded to 1.0.4
27
+ * **@visulima/redact:** upgraded to 1.0.3
28
+
1
29
  ## @visulima/pail [2.1.1](https://github.com/visulima/visulima/compare/@visulima/pail@2.1.0...@visulima/pail@2.1.1) (2024-07-22)
2
30
 
3
31
  ### Miscellaneous Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/pail",
3
- "version": "2.1.1",
3
+ "version": "2.1.3",
4
4
  "description": "Find a file or directory by walking up parent directories.",
5
5
  "keywords": [
6
6
  "ansi",
@@ -188,10 +188,10 @@
188
188
  "LICENSE.md"
189
189
  ],
190
190
  "dependencies": {
191
- "@visulima/colorize": "1.4.3",
192
- "@visulima/error": "4.3.0",
193
- "@visulima/fmt": "1.1.5",
194
- "@visulima/inspector": "1.0.3",
191
+ "@visulima/colorize": "1.4.5",
192
+ "@visulima/error": "4.3.2",
193
+ "@visulima/fmt": "1.1.6",
194
+ "@visulima/inspector": "1.0.5",
195
195
  "safe-stable-stringify": "^2.4.3"
196
196
  },
197
197
  "devDependencies": {
@@ -199,15 +199,15 @@
199
199
  "@anolilab/prettier-config": "^5.0.14",
200
200
  "@anolilab/semantic-release-pnpm": "^1.1.3",
201
201
  "@anolilab/semantic-release-preset": "^9.0.0",
202
- "@babel/core": "^7.24.9",
203
- "@rushstack/eslint-plugin-security": "^0.8.1",
202
+ "@babel/core": "^7.25.2",
203
+ "@rushstack/eslint-plugin-security": "^0.8.2",
204
204
  "@secretlint/secretlint-rule-preset-recommend": "^8.2.4",
205
205
  "@total-typescript/ts-reset": "^0.5.1",
206
206
  "@types/node": "18.19.15",
207
- "@visulima/packem": "^1.0.0-alpha.49",
208
- "@visulima/redact": "1.0.2",
209
- "@vitest/coverage-v8": "^2.0.3",
210
- "@vitest/ui": "^2.0.3",
207
+ "@visulima/packem": "^1.0.0-alpha.60",
208
+ "@visulima/redact": "1.0.3",
209
+ "@vitest/coverage-v8": "^2.0.5",
210
+ "@vitest/ui": "^2.0.5",
211
211
  "conventional-changelog-conventionalcommits": "8.0.0",
212
212
  "cross-env": "^7.0.3",
213
213
  "esbuild": "0.23.0",
@@ -225,13 +225,13 @@
225
225
  "semantic-release": "24.0.0",
226
226
  "string-length": "^6.0.0",
227
227
  "terminal-size": "^4.0.0",
228
- "type-fest": "^4.21.0",
228
+ "type-fest": "^4.23.0",
229
229
  "typescript": "5.4.5",
230
- "vitest": "^2.0.3",
230
+ "vitest": "^2.0.5",
231
231
  "wrap-ansi": "^9.0.0"
232
232
  },
233
233
  "peerDependencies": {
234
- "@visulima/redact": "1.0.2",
234
+ "@visulima/redact": "1.0.3",
235
235
  "rotating-file-stream": "^3.1.1"
236
236
  },
237
237
  "peerDependenciesMeta": {