@visulima/package 1.10.0 → 1.10.1

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 +11 -0
  2. package/package.json +9 -8
package/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
1
+ ## @visulima/package [1.10.1](https://github.com/visulima/visulima/compare/@visulima/package@1.10.0...@visulima/package@1.10.1) (2024-06-11)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * updated all dev deps ([ef143ce](https://github.com/visulima/visulima/commit/ef143ce2e15952a0910aa5c8bd78d25de9ebd7f3))
6
+
7
+
8
+ ### Dependencies
9
+
10
+ * **@visulima/fs:** upgraded to 2.1.5
11
+
1
12
  ## @visulima/package [1.10.0](https://github.com/visulima/visulima/compare/@visulima/package@1.9.2...@visulima/package@1.10.0) (2024-06-11)
2
13
 
3
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/package",
3
- "version": "1.10.0",
3
+ "version": "1.10.1",
4
4
  "description": "One Package to rule them all, finds your root-dir, monorepo, package manager or tsconfig.json",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -147,7 +147,7 @@
147
147
  "LICENSE.md"
148
148
  ],
149
149
  "dependencies": {
150
- "@visulima/fs": "2.1.4",
150
+ "@visulima/fs": "2.1.5",
151
151
  "@visulima/path": "1.0.2",
152
152
  "jsonc-parser": "^3.2.1",
153
153
  "normalize-package-data": "^6.0.1",
@@ -156,18 +156,19 @@
156
156
  "devDependencies": {
157
157
  "@anolilab/eslint-config": "^15.0.3",
158
158
  "@anolilab/prettier-config": "^5.0.14",
159
- "@anolilab/semantic-release-pnpm": "^1.1.0",
160
- "@anolilab/semantic-release-preset": "^8.1.0",
159
+ "@anolilab/semantic-release-pnpm": "^1.1.3",
160
+ "@anolilab/semantic-release-preset": "^9.0.0",
161
161
  "@babel/core": "^7.24.7",
162
162
  "@pnpm/exe": "^9.3.0",
163
163
  "@rushstack/eslint-plugin-security": "^0.8.1",
164
164
  "@total-typescript/ts-reset": "^0.5.1",
165
- "@types/node": "18.18.14",
165
+ "@types/node": "18.19.15",
166
166
  "@types/normalize-package-data": "^2.4.4",
167
167
  "@visulima/packem": "^1.0.0-alpha.41",
168
168
  "@vitest/coverage-v8": "^1.6.0",
169
169
  "@vitest/ui": "^1.6.0",
170
- "@yarnpkg/pnp": "4.0.2",
170
+ "@yarnpkg/pnp": "4.0.6",
171
+ "conventional-changelog-conventionalcommits": "8.0.0",
171
172
  "cross-env": "^7.0.3",
172
173
  "esbuild": "^0.21.5",
173
174
  "eslint": "^8.57.0",
@@ -179,9 +180,9 @@
179
180
  "eslint-plugin-vitest-globals": "^1.5.0",
180
181
  "execa": "^9.2.0",
181
182
  "npm": "^10.8.1",
182
- "prettier": "^3.3.1",
183
+ "prettier": "^3.3.2",
183
184
  "rimraf": "^5.0.7",
184
- "semantic-release": "23.1.1",
185
+ "semantic-release": "24.0.0",
185
186
  "strip-ansi": "^7.1.0",
186
187
  "tempy": "^3.1.0",
187
188
  "type-fest": "^4.20.0",