@visulima/fs
Advanced tools
Comparing version 2.3.5 to 2.3.6
@@ -0,1 +1,13 @@ | ||
## @visulima/fs [2.3.6](https://github.com/visulima/visulima/compare/@visulima/fs@2.3.5...@visulima/fs@2.3.6) (2025-01-12) | ||
### Bug Fixes | ||
* **fs:** updated yaml to 2.7.0 and all dev deps ([f836ac3](https://github.com/visulima/visulima/commit/f836ac3fa28c345d56218ab7918f86fe75034804)) | ||
### Dependencies | ||
* **@visulima/path:** upgraded to 1.3.2 | ||
* **@visulima/error:** upgraded to 4.4.12 | ||
## @visulima/fs [2.3.5](https://github.com/visulima/visulima/compare/@visulima/fs@2.3.4...@visulima/fs@2.3.5) (2025-01-08) | ||
@@ -2,0 +14,0 @@ |
{ | ||
"name": "@visulima/fs", | ||
"version": "2.3.5", | ||
"version": "2.3.6", | ||
"description": "Human friendly file system utilities for Node.js", | ||
@@ -135,4 +135,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@visulima/path": "1.3.1", | ||
"yaml": "^2.6.1" | ||
"@visulima/path": "1.3.2", | ||
"yaml": "^2.7.0" | ||
}, | ||
@@ -146,7 +146,6 @@ "devDependencies": { | ||
"@babel/core": "^7.26.0", | ||
"@ckeditor/typedoc-plugins": "43.0.0", | ||
"@rushstack/eslint-plugin-security": "^0.8.3", | ||
"@types/node": "18.19.15", | ||
"@visulima/error": "4.4.11", | ||
"@visulima/packem": "1.1.1", | ||
"@visulima/error": "4.4.12", | ||
"@visulima/packem": "1.10.7", | ||
"@vitest/coverage-v8": "^2.1.8", | ||
@@ -157,3 +156,3 @@ "@vitest/ui": "^2.1.8", | ||
"detect-indent": "^7.0.1", | ||
"esbuild": "0.24.0", | ||
"esbuild": "0.24.2", | ||
"eslint": "8.57.0", | ||
@@ -164,16 +163,16 @@ "eslint-plugin-deprecation": "^3.0.0", | ||
"eslint-plugin-mdx": "^3.1.5", | ||
"eslint-plugin-vitest": "^0.4.1", | ||
"eslint-plugin-vitest": "^0.5.4", | ||
"eslint-plugin-vitest-globals": "^1.5.0", | ||
"fast-safe-stringify": "2.1.1", | ||
"prettier": "^3.4.2", | ||
"redos-detector": "^6.1.1", | ||
"redos-detector": "^6.1.2", | ||
"rimraf": "6.0.1", | ||
"safe-regex2": "^4.0.0", | ||
"semantic-release": "24.1.3", | ||
"safe-regex2": "^4.0.1", | ||
"semantic-release": "24.2.1", | ||
"tempy": "^3.1.0", | ||
"type-fest": "^4.31.0", | ||
"typedoc": "0.26.10", | ||
"typedoc-plugin-markdown": "4.2.9", | ||
"typedoc-plugin-rename-defaults": "0.7.1", | ||
"typescript": "5.6.3", | ||
"type-fest": "^4.32.0", | ||
"typedoc": "0.27.6", | ||
"typedoc-plugin-markdown": "4.4.1", | ||
"typedoc-plugin-rename-defaults": "0.7.2", | ||
"typescript": "5.7.3", | ||
"vitest": "^2.1.8" | ||
@@ -180,0 +179,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 3 instances in 1 package
308833
36
4042
1
4172
1
+ Added@visulima/path@1.3.2(transitive)
- Removed@visulima/path@1.3.1(transitive)
Updated@visulima/path@1.3.2
Updatedyaml@^2.7.0