@visulima/pail 1.1.12 → 1.1.13

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 +15 -0
  2. package/package.json +11 -10
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## @visulima/pail [1.1.13](https://github.com/visulima/visulima/compare/@visulima/pail@1.1.12...@visulima/pail@1.1.13) (2024-06-13)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * updated all dev deps ([ef143ce](https://github.com/visulima/visulima/commit/ef143ce2e15952a0910aa5c8bd78d25de9ebd7f3))
6
+
7
+ ### Build System
8
+
9
+ * fixed found audit error, updated all dev package deps, updated deps in apps and examples ([4c51950](https://github.com/visulima/visulima/commit/4c519500dc5504579d35725572920658999885cb))
10
+
11
+
12
+ ### Dependencies
13
+
14
+ * **@visulima/colorize:** upgraded to 1.4.3
15
+
1
16
  ## @visulima/pail [1.1.12](https://github.com/visulima/visulima/compare/@visulima/pail@1.1.11...@visulima/pail@1.1.12) (2024-06-06)
2
17
 
3
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/pail",
3
- "version": "1.1.12",
3
+ "version": "1.1.13",
4
4
  "description": "Find a file or directory by walking up parent directories.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -163,22 +163,23 @@
163
163
  "LICENSE.md"
164
164
  ],
165
165
  "dependencies": {
166
- "@visulima/colorize": "1.4.2",
166
+ "@visulima/colorize": "1.4.3",
167
167
  "@visulima/fmt": "1.1.5",
168
168
  "safe-stable-stringify": "^2.4.3"
169
169
  },
170
170
  "devDependencies": {
171
171
  "@anolilab/eslint-config": "^15.0.3",
172
172
  "@anolilab/prettier-config": "^5.0.14",
173
- "@anolilab/semantic-release-pnpm": "^1.1.0",
174
- "@anolilab/semantic-release-preset": "^8.1.0",
175
- "@babel/core": "^7.24.6",
173
+ "@anolilab/semantic-release-pnpm": "^1.1.3",
174
+ "@anolilab/semantic-release-preset": "^9.0.0",
175
+ "@babel/core": "^7.24.7",
176
176
  "@rushstack/eslint-plugin-security": "^0.8.1",
177
177
  "@secretlint/secretlint-rule-preset-recommend": "^8.2.4",
178
178
  "@total-typescript/ts-reset": "^0.5.1",
179
- "@types/node": "18.18.8",
179
+ "@types/node": "18.19.15",
180
180
  "@vitest/coverage-v8": "^1.6.0",
181
181
  "@vitest/ui": "^1.6.0",
182
+ "conventional-changelog-conventionalcommits": "8.0.0",
182
183
  "cross-env": "^7.0.3",
183
184
  "eslint": "^8.57.0",
184
185
  "eslint-plugin-deprecation": "^3.0.0",
@@ -187,11 +188,11 @@
187
188
  "eslint-plugin-mdx": "^3.1.5",
188
189
  "eslint-plugin-vitest": "^0.4.1",
189
190
  "eslint-plugin-vitest-globals": "^1.5.0",
190
- "prettier": "^3.3.0",
191
+ "prettier": "^3.3.2",
191
192
  "rimraf": "^5.0.7",
192
- "rotating-file-stream": "^3.2.1",
193
- "secretlint": "8.2.3",
194
- "semantic-release": "23.1.1",
193
+ "rotating-file-stream": "^3.2.3",
194
+ "secretlint": "8.2.4",
195
+ "semantic-release": "24.0.0",
195
196
  "string-length": "^6.0.0",
196
197
  "terminal-size": "^4.0.0",
197
198
  "tsup": "^8.1.0",