Skip to content

Commit ef136d7

Browse files
GitHub Workflowsemantic-release-bot
GitHub Workflow
authored andcommitted
chore(release): 1.8.2 [skip ci]
## [1.8.2](v1.8.1...v1.8.2) (2022-09-13) ### Bug Fixes * **default:** run schedules relative to pacific time ([89616d0](89616d0))
1 parent 90a3a9e commit ef136d7

6 files changed

+22
-15
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.8.2](https://github.com/microsoft/m365-renovate-config/compare/v1.8.1...v1.8.2) (2022-09-13)
2+
3+
4+
### Bug Fixes
5+
6+
* **default:** run schedules relative to pacific time ([89616d0](https://github.com/microsoft/m365-renovate-config/commit/89616d0d9e7071dd2e8d83a4f36361c4831483ee))
7+
18
## [1.8.1](https://github.com/microsoft/m365-renovate-config/compare/v1.8.0...v1.8.1) (2022-09-13)
29

310

beachballLibraryRecommended.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

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

6-
"extends": ["github>microsoft/m365-renovate-config:libraryRecommended#v1.8.1"],
6+
"extends": ["github>microsoft/m365-renovate-config:libraryRecommended#v1.8.2"],
77

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

beachballLibraryVerbose.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

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

6-
"extends": ["github>microsoft/m365-renovate-config:beachballLibraryRecommended#v1.8.1"],
6+
"extends": ["github>microsoft/m365-renovate-config:beachballLibraryRecommended#v1.8.2"],
77

88
"postUpgradeTasks": {
99
"commands": [

default.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"group:monorepos",
1010
"group:recommended",
1111
"workarounds:all",
12-
"github>microsoft/m365-renovate-config:groupReact#v1.8.1",
13-
"github>microsoft/m365-renovate-config:newConfigWarningIssue#v1.8.1"
12+
"github>microsoft/m365-renovate-config:groupReact#v1.8.2",
13+
"github>microsoft/m365-renovate-config:newConfigWarningIssue#v1.8.2"
1414
],
1515

1616
"dependencyDashboard": true,

groupMore.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"extends": [
77
"group:monorepos",
88
"group:recommended",
9-
"github>microsoft/m365-renovate-config:groupD3#v1.8.1",
10-
"github>microsoft/m365-renovate-config:groupEslint#v1.8.1",
11-
"github>microsoft/m365-renovate-config:groupFixtureUpdates#v1.8.1",
12-
"github>microsoft/m365-renovate-config:groupFluent#v1.8.1",
13-
"github>microsoft/m365-renovate-config:groupJest#v1.8.1",
14-
"github>microsoft/m365-renovate-config:groupNodeMajor#v1.8.1",
15-
"github>microsoft/m365-renovate-config:groupReact#v1.8.1",
16-
"github>microsoft/m365-renovate-config:groupRollup#v1.8.1",
17-
"github>microsoft/m365-renovate-config:groupYargs#v1.8.1"
9+
"github>microsoft/m365-renovate-config:groupD3#v1.8.2",
10+
"github>microsoft/m365-renovate-config:groupEslint#v1.8.2",
11+
"github>microsoft/m365-renovate-config:groupFixtureUpdates#v1.8.2",
12+
"github>microsoft/m365-renovate-config:groupFluent#v1.8.2",
13+
"github>microsoft/m365-renovate-config:groupJest#v1.8.2",
14+
"github>microsoft/m365-renovate-config:groupNodeMajor#v1.8.2",
15+
"github>microsoft/m365-renovate-config:groupReact#v1.8.2",
16+
"github>microsoft/m365-renovate-config:groupRollup#v1.8.2",
17+
"github>microsoft/m365-renovate-config:groupYargs#v1.8.2"
1818
]
1919
}

libraryRecommended.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "Recommended config for a JS library repo or monorepo, including pinning `devDependencies`.",
55

66
"extends": [
7-
"github>microsoft/m365-renovate-config#v1.8.1",
8-
"github>microsoft/m365-renovate-config:dependencyDashboardMajor#v1.8.1"
7+
"github>microsoft/m365-renovate-config#v1.8.2",
8+
"github>microsoft/m365-renovate-config:dependencyDashboardMajor#v1.8.2"
99
],
1010

1111
"rangeStrategy": "replace",

0 commit comments

Comments
 (0)