Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 4, 2024
1 parent 476043e commit 43be8bd
Show file tree
Hide file tree
Showing 7 changed files with 248 additions and 247 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.15.7"
"pnpm": "8.15.8"
},
"packageManager": "pnpm@8.15.7",
"packageManager": "pnpm@8.15.8",
"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.7",
"@types/node": "^20.12.8",
"@types/npmlog": "^7.0.0",
"@types/yargs": "^17.0.32",
"@vitest/coverage-v8": "^1.5.1",
"@vitest/coverage-v8": "^1.6.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"cross-env": "^7.0.3",
"eslint": "^9.1.1",
"eslint": "^9.2.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.3.1",
"eslint-plugin-n": "^17.4.0",
"execa": "^8.0.1",
"file-url": "^4.0.0",
"find-up": "^7.0.0",
Expand All @@ -103,8 +103,8 @@
"tslib": "^2.6.2",
"tsm": "^2.3.0",
"typescript": "^5.4.5",
"typescript-eslint": "^7.7.1",
"vitest": "^1.5.1",
"typescript-eslint": "^7.8.0",
"vitest": "^1.6.0",
"write-json-file": "^5.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"node": "^18.0.0 || >=20.0.0"
},
"dependencies": {
"@npmcli/run-script": "^8.0.0",
"@npmcli/run-script": "^8.1.0",
"chalk": "^5.3.0",
"clone-deep": "^4.0.1",
"config-chain": "^1.1.13",
Expand All @@ -45,7 +45,7 @@
"fs-extra": "^11.2.0",
"glob-parent": "^6.0.2",
"globby": "^14.0.1",
"inquirer": "^9.2.19",
"inquirer": "^9.2.20",
"is-ci": "^3.0.1",
"json5": "^2.2.3",
"load-json-file": "^7.0.1",
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.7",
"@types/node": "^20.12.8",
"yargs": "^17.7.2"
}
}
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.7",
"@types/node": "^20.12.8",
"yargs": "^17.7.2"
}
}
10 changes: 5 additions & 5 deletions packages/publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,20 @@
"fs-extra": "^11.2.0",
"glob": "^10.3.12",
"has-unicode": "^2.0.1",
"libnpmaccess": "^8.0.3",
"libnpmpublish": "^9.0.5",
"libnpmaccess": "^8.0.5",
"libnpmpublish": "^9.0.7",
"normalize-path": "^3.0.0",
"npm-package-arg": "^11.0.2",
"npm-packlist": "^5.1.3",
"npm-registry-fetch": "^16.2.1",
"npmlog": "^7.0.1",
"p-map": "^7.0.2",
"p-pipe": "^4.0.0",
"pacote": "^18.0.2",
"pacote": "^18.0.4",
"pify": "^6.1.0",
"read-package-json": "^7.0.0",
"read-package-json": "^7.0.1",
"semver": "^7.6.0",
"ssri": "^10.0.5",
"ssri": "^10.0.6",
"tar": "^6.2.1",
"temp-dir": "^3.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/version/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@lerna-lite/cli": "workspace:*",
"@lerna-lite/core": "workspace:*",
"@octokit/plugin-enterprise-rest": "^6.0.1",
"@octokit/rest": "^20.1.0",
"@octokit/rest": "^20.1.1",
"chalk": "^5.3.0",
"conventional-changelog-angular": "^7.0.0",
"conventional-changelog-core": "^7.0.0",
Expand Down

0 comments on commit 43be8bd

Please sign in to comment.