Skip to content

Commit

Permalink
Unpin devDependencies (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecraig12345 authored May 2, 2023
1 parent cb16588 commit 18b92bf
Show file tree
Hide file tree
Showing 4 changed files with 154 additions and 161 deletions.
7 changes: 7 additions & 0 deletions change/beachball-4bbaddb3-4492-4c96-b386-49b8cfedf3f2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "Unpin devDependencies",
"packageName": "beachball",
"email": "[email protected]",
"dependentChangeType": "none"
}
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,31 +54,31 @@
"yargs-parser": "^21.0.0"
},
"devDependencies": {
"@jest/globals": "28.1.3",
"@types/fs-extra": "9.0.13",
"@types/lodash": "4.14.191",
"@types/minimatch": "3.0.5",
"@types/node": "12.20.55",
"@types/prompts": "2.4.2",
"@types/semver": "7.3.13",
"@types/tmp": "0.2.3",
"@types/toposort": "2.0.3",
"@types/uuid": "8.3.4",
"@types/yargs-parser": "21.0.0",
"find-free-port": "2.0.0",
"gh-pages": "4.0.0",
"jest": "28.1.3",
"jest-mock": "28.1.3",
"normalized-tmpdir": "1.0.1",
"prettier": "2.8.4",
"strip-ansi": "6.0.1",
"tmp": "0.2.1",
"ts-jest": "28.0.8",
"typescript": "4.3.5",
"verdaccio": "4.13.2",
"verdaccio-auth-memory": "10.2.0",
"verdaccio-memory": "10.3.0",
"vuepress": "1.9.8",
"vuepress-plugin-mermaidjs": "1.9.1"
"@jest/globals": "^28.1.3",
"@types/fs-extra": "^9.0.13",
"@types/lodash": "^4.14.191",
"@types/minimatch": "^3.0.5",
"@types/node": "^12.20.55",
"@types/prompts": "^2.4.2",
"@types/semver": "^7.3.13",
"@types/tmp": "^0.2.3",
"@types/toposort": "^2.0.3",
"@types/uuid": "^8.3.4",
"@types/yargs-parser": "^21.0.0",
"find-free-port": "^2.0.0",
"gh-pages": "^4.0.0",
"jest": "^28.1.3",
"jest-mock": "^28.1.3",
"normalized-tmpdir": "^1.0.1",
"prettier": "~2.8.4",
"strip-ansi": "^6.0.1",
"tmp": "^0.2.1",
"ts-jest": "^28.0.8",
"typescript": "~4.3.5",
"verdaccio": "^4.13.2",
"verdaccio-auth-memory": "^10.2.0",
"verdaccio-memory": "^10.3.0",
"vuepress": "^1.9.8",
"vuepress-plugin-mermaidjs": "^1.9.1"
}
}
16 changes: 1 addition & 15 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>microsoft/m365-renovate-config:libraryRecommended",
"github>microsoft/m365-renovate-config",
"github>microsoft/m365-renovate-config:disableEsmVersions",
"github>microsoft/m365-renovate-config:groupMore",
"github>microsoft/m365-renovate-config:groupTypes",
Expand Down Expand Up @@ -41,20 +41,6 @@
"executionMode": "branch"
},

"pin": {
"group": {
"postUpgradeTasks": {
"commands": [
"git add --all",
"npx beachball@latest change --no-fetch --no-commit --type none --message '{{{commitMessage}}}'",
"git reset"
],
"fileFilters": ["**/*"],
"executionMode": "branch"
}
}
},

"lockFileMaintenance": {
"postUpgradeTasks": {
"commands": [
Expand Down
Loading

0 comments on commit 18b92bf

Please sign in to comment.