Skip to content

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.5.0](v1.4.2...v1.5.0) (2022-09-09)

### Bug Fixes

* add groupYargs file ([8ff7423](8ff7423))

### Features

* add groupYargs ([9eb24ec](9eb24ec))
  • Loading branch information
GitHub Workflow authored and semantic-release-bot committed Sep 9, 2022
1 parent ed7e61e commit 9b1769c
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 13 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.5.0](https://github.com/microsoft/m365-renovate-config/compare/v1.4.2...v1.5.0) (2022-09-09)


### Bug Fixes

* add groupYargs file ([8ff7423](https://github.com/microsoft/m365-renovate-config/commit/8ff7423055aecbfdc91e574e3c38a3437a99ad33))


### Features

* add groupYargs ([9eb24ec](https://github.com/microsoft/m365-renovate-config/commit/9eb24ec24cc13fa223ec58a0f0695441b67628a0))

## [1.4.2](https://github.com/microsoft/m365-renovate-config/compare/v1.4.1...v1.4.2) (2022-09-09)


Expand Down
2 changes: 1 addition & 1 deletion beachballLibraryRecommended.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"description": "Dependency management strategy for library repos, including Beachball change file generation.",

"extends": ["github>microsoft/m365-renovate-config:libraryRecommended#v1.4.2"],
"extends": ["github>microsoft/m365-renovate-config:libraryRecommended#v1.5.0"],

"gitAuthor": "Renovate Bot <[email protected]>",

Expand Down
2 changes: 1 addition & 1 deletion beachballLibraryVerbose.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"description": "Like beachballLibraryRecommended, but with verbose logging for npx (for debugging only).",

"extends": ["github>microsoft/m365-renovate-config:beachballLibraryRecommended#v1.4.2"],
"extends": ["github>microsoft/m365-renovate-config:beachballLibraryRecommended#v1.5.0"],

"postUpgradeTasks": {
"commands": [
Expand Down
4 changes: 2 additions & 2 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"group:monorepos",
"group:recommended",
"workarounds:all",
"github>microsoft/m365-renovate-config:groupReact#v1.4.2",
"github>microsoft/m365-renovate-config:newConfigWarningIssue#v1.4.2"
"github>microsoft/m365-renovate-config:groupReact#v1.5.0",
"github>microsoft/m365-renovate-config:newConfigWarningIssue#v1.5.0"
],

"dependencyDashboard": true,
Expand Down
14 changes: 7 additions & 7 deletions groupMore.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"extends": [
"group:monorepos",
"group:recommended",
"github>microsoft/m365-renovate-config:groupEslint",
"github>microsoft/m365-renovate-config:groupFixtureUpdates",
"github>microsoft/m365-renovate-config:groupFluent",
"github>microsoft/m365-renovate-config:groupJest",
"github>microsoft/m365-renovate-config:groupReact",
"github>microsoft/m365-renovate-config:groupRollup",
"github>microsoft/m365-renovate-config:groupYargs"
"github>microsoft/m365-renovate-config:groupEslint#v1.5.0",
"github>microsoft/m365-renovate-config:groupFixtureUpdates#v1.5.0",
"github>microsoft/m365-renovate-config:groupFluent#v1.5.0",
"github>microsoft/m365-renovate-config:groupJest#v1.5.0",
"github>microsoft/m365-renovate-config:groupReact#v1.5.0",
"github>microsoft/m365-renovate-config:groupRollup#v1.5.0",
"github>microsoft/m365-renovate-config:groupYargs#v1.5.0"
]
}
4 changes: 2 additions & 2 deletions libraryRecommended.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Recommended config for a JS library repo or monorepo, including pinning `devDependencies`.",

"extends": [
"github>microsoft/m365-renovate-config#v1.4.2",
"github>microsoft/m365-renovate-config:dependencyDashboardMajor#v1.4.2"
"github>microsoft/m365-renovate-config#v1.5.0",
"github>microsoft/m365-renovate-config:dependencyDashboardMajor#v1.5.0"
],

"rangeStrategy": "replace",
Expand Down

0 comments on commit 9b1769c

Please sign in to comment.