@visulima/pail 2.1.0 → 2.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 (2) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/package.json +17 -17
package/CHANGELOG.md CHANGED
@@ -1,3 +1,33 @@
1
+ ## @visulima/pail [2.1.2](https://github.com/visulima/visulima/compare/@visulima/pail@2.1.1...@visulima/pail@2.1.2) (2024-08-01)
2
+
3
+ ### Bug Fixes
4
+
5
+ * upgraded @visulima/packem ([dc0cb57](https://github.com/visulima/visulima/commit/dc0cb5701b30f3f81404346c909fd4daf891b894))
6
+
7
+ ### Miscellaneous Chores
8
+
9
+ * updated dev dependencies ([ac67ec1](https://github.com/visulima/visulima/commit/ac67ec1bcba16175d225958e318199f60b10d179))
10
+
11
+
12
+ ### Dependencies
13
+
14
+ * **@visulima/colorize:** upgraded to 1.4.4
15
+ * **@visulima/error:** upgraded to 4.3.1
16
+ * **@visulima/fmt:** upgraded to 1.1.6
17
+ * **@visulima/inspector:** upgraded to 1.0.4
18
+ * **@visulima/redact:** upgraded to 1.0.3
19
+
20
+ ## @visulima/pail [2.1.1](https://github.com/visulima/visulima/compare/@visulima/pail@2.1.0...@visulima/pail@2.1.1) (2024-07-22)
21
+
22
+ ### Miscellaneous Chores
23
+
24
+ * updated dev dependencies and sorted the package.json ([9571572](https://github.com/visulima/visulima/commit/95715725a8ed053ca24fd1405a55205c79342ecb))
25
+
26
+
27
+ ### Dependencies
28
+
29
+ * **@visulima/inspector:** upgraded to 1.0.3
30
+
1
31
  ## @visulima/pail [2.1.0](https://github.com/visulima/visulima/compare/@visulima/pail@2.0.1...@visulima/pail@2.1.0) (2024-07-10)
2
32
 
3
33
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/pail",
3
- "version": "2.1.0",
3
+ "version": "2.1.2",
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/fmt": "1.1.5",
193
- "@visulima/inspector": "1.0.2",
194
- "@visulima/error": "4.3.0",
191
+ "@visulima/colorize": "1.4.4",
192
+ "@visulima/error": "4.3.1",
193
+ "@visulima/fmt": "1.1.6",
194
+ "@visulima/inspector": "1.0.4",
195
195
  "safe-stable-stringify": "^2.4.3"
196
196
  },
197
197
  "devDependencies": {
@@ -199,39 +199,39 @@
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.7",
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.48",
208
- "@visulima/redact": "1.0.2",
209
- "@vitest/coverage-v8": "^1.6.0",
210
- "@vitest/ui": "^1.6.0",
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",
214
- "eslint": "^8.57.0",
214
+ "eslint": "8.57.0",
215
215
  "eslint-plugin-deprecation": "^3.0.0",
216
216
  "eslint-plugin-etc": "^2.0.3",
217
217
  "eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
218
218
  "eslint-plugin-mdx": "^3.1.5",
219
219
  "eslint-plugin-vitest": "^0.4.1",
220
220
  "eslint-plugin-vitest-globals": "^1.5.0",
221
- "prettier": "^3.3.2",
222
- "rimraf": "^5.0.7",
221
+ "prettier": "^3.3.3",
222
+ "rimraf": "5.0.9",
223
223
  "rotating-file-stream": "^3.2.3",
224
224
  "secretlint": "8.2.4",
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.20.1",
228
+ "type-fest": "^4.23.0",
229
229
  "typescript": "5.4.5",
230
- "vitest": "^1.6.0",
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": {