Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#841)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 15, 2024
1 parent 8d18186 commit 86945b9
Show file tree
Hide file tree
Showing 11 changed files with 274 additions and 295 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
},
"engines": {
"node": "^18.0.0 || >=20.0.0",
"pnpm": "8"
"pnpm": "8.15.7"
},
"packageManager": "pnpm@8.15.6",
"packageManager": "pnpm@8.15.7",
"devDependencies": {
"@lerna-lite/changed": "workspace:*",
"@lerna-lite/cli": "workspace:*",
Expand All @@ -73,16 +73,16 @@
"@lerna-lite/watch": "workspace:*",
"@lerna-test/helpers": "link:helpers",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.12.3",
"@types/node": "^20.12.7",
"@types/npmlog": "^7.0.0",
"@types/yargs": "^17.0.32",
"@vitest/coverage-v8": "^1.4.0",
"@vitest/coverage-v8": "^1.5.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"cross-env": "^7.0.3",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.1.0",
"eslint-plugin-n": "^17.2.1",
"execa": "^8.0.1",
"file-url": "^4.0.0",
"find-up": "^7.0.0",
Expand All @@ -102,9 +102,9 @@
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"tsm": "^2.3.0",
"typescript": "^5.4.3",
"typescript-eslint": "^7.6.0",
"vitest": "^1.4.0",
"typescript": "^5.4.5",
"typescript-eslint": "^7.7.0",
"vitest": "^1.5.0",
"write-json-file": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@lerna-lite/core": "workspace:*",
"@lerna-lite/init": "workspace:*",
"dedent": "^1.5.1",
"dedent": "^1.5.3",
"dotenv": "^16.4.5",
"import-local": "^3.1.0",
"load-json-file": "^7.0.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,19 @@
"clone-deep": "^4.0.1",
"config-chain": "^1.1.13",
"cosmiconfig": "^9.0.0",
"dedent": "^1.5.1",
"dedent": "^1.5.3",
"execa": "^8.0.1",
"fs-extra": "^11.2.0",
"glob-parent": "^6.0.2",
"globby": "^14.0.1",
"inquirer": "^9.2.17",
"inquirer": "^9.2.18",
"is-ci": "^3.0.1",
"json5": "^2.2.3",
"load-json-file": "^7.0.1",
"minimatch": "^9.0.4",
"npm-package-arg": "^11.0.1",
"npm-package-arg": "^11.0.2",
"npmlog": "^7.0.1",
"p-map": "^7.0.1",
"p-map": "^7.0.2",
"p-queue": "^8.0.1",
"resolve-from": "^5.0.0",
"semver": "^7.6.0",
Expand All @@ -73,7 +73,7 @@
"@types/semver": "^7.5.8",
"@types/strong-log-transformer": "^1.0.2",
"@types/write-file-atomic": "^4.0.3",
"npm-registry-fetch": "^16.1.0",
"npm-registry-fetch": "^16.2.1",
"yargs": "^17.7.2",
"yargs-parser": "^21.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/exec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"chalk": "^5.3.0",
"dotenv": "^16.4.5",
"npmlog": "^7.0.1",
"p-map": "^7.0.1"
"p-map": "^7.0.2"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/filter-packages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"npmlog": "^7.0.1"
},
"devDependencies": {
"@types/node": "^20.12.3",
"@types/node": "^20.12.7",
"yargs": "^17.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@lerna-lite/core": "workspace:*",
"fs-extra": "^11.2.0",
"p-map": "^7.0.1",
"p-map": "^7.0.2",
"write-json-file": "^5.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/profiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"upath": "^2.0.1"
},
"devDependencies": {
"@types/node": "^20.12.3",
"@types/node": "^20.12.7",
"yargs": "^17.7.2"
}
}
12 changes: 6 additions & 6 deletions packages/publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@
"fs-extra": "^11.2.0",
"glob": "^10.3.12",
"has-unicode": "^2.0.1",
"libnpmaccess": "^8.0.2",
"libnpmpublish": "^9.0.4",
"libnpmaccess": "^8.0.3",
"libnpmpublish": "^9.0.5",
"normalize-path": "^3.0.0",
"npm-package-arg": "^11.0.1",
"npm-package-arg": "^11.0.2",
"npm-packlist": "^5.1.3",
"npm-registry-fetch": "^16.1.0",
"npm-registry-fetch": "^16.2.1",
"npmlog": "^7.0.1",
"p-map": "^7.0.1",
"p-map": "^7.0.2",
"p-pipe": "^4.0.0",
"pacote": "^17.0.6",
"pacote": "^17.0.7",
"pify": "^6.1.0",
"read-package-json": "^7.0.0",
"semver": "^7.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/run/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"chalk": "^5.3.0",
"fs-extra": "^11.2.0",
"npmlog": "^7.0.1",
"p-map": "^7.0.1"
"p-map": "^7.0.2"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
Expand Down
8 changes: 4 additions & 4 deletions packages/version/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
"@lerna-lite/cli": "workspace:*",
"@lerna-lite/core": "workspace:*",
"@octokit/plugin-enterprise-rest": "^6.0.1",
"@octokit/rest": "^20.0.2",
"@octokit/rest": "^20.1.0",
"chalk": "^5.3.0",
"conventional-changelog-angular": "^7.0.0",
"conventional-changelog-core": "^7.0.0",
"conventional-changelog-writer": "^7.0.1",
"conventional-commits-parser": "^5.0.0",
"conventional-recommended-bump": "^9.0.0",
"dedent": "^1.5.1",
"dedent": "^1.5.3",
"fs-extra": "^11.2.0",
"get-stream": "^9.0.1",
"git-url-parse": "^14.0.0",
Expand All @@ -56,9 +56,9 @@
"minimatch": "^9.0.4",
"new-github-release-url": "^2.0.0",
"node-fetch": "^3.3.2",
"npm-package-arg": "^11.0.1",
"npm-package-arg": "^11.0.2",
"npmlog": "^7.0.1",
"p-map": "^7.0.1",
"p-map": "^7.0.2",
"p-pipe": "^4.0.0",
"p-reduce": "^3.0.0",
"pify": "^6.1.0",
Expand Down

0 comments on commit 86945b9

Please sign in to comment.