Skip to content

Commit 39bd96f

Browse files
GitHub Actionssemantic-release-bot
authored andcommitted
chore(release): 1.8.5 [skip ci]
## [1.8.5](v1.8.4...v1.8.5) (2023-02-21) ### Bug Fixes * schedule eslint-related updates ([#51](#51)) ([410f3d5](410f3d5))
1 parent 5f2e2ce commit 39bd96f

File tree

6 files changed

+22
-15
lines changed

6 files changed

+22
-15
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.8.5](https://github.com/microsoft/m365-renovate-config/compare/v1.8.4...v1.8.5) (2023-02-21)
2+
3+
4+
### Bug Fixes
5+
6+
* schedule eslint-related updates ([#51](https://github.com/microsoft/m365-renovate-config/issues/51)) ([410f3d5](https://github.com/microsoft/m365-renovate-config/commit/410f3d548c8b1224e9aa5bfe408f4b56f5a52406))
7+
18
## [1.8.4](https://github.com/microsoft/m365-renovate-config/compare/v1.8.3...v1.8.4) (2022-09-21)
29

310

beachballLibraryRecommended.json

Lines changed: 1 addition & 1 deletion
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.4"],
6+
"extends": ["github>microsoft/m365-renovate-config:libraryRecommended#v1.8.5"],
77

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

beachballLibraryVerbose.json

Lines changed: 1 addition & 1 deletion
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.4"],
6+
"extends": ["github>microsoft/m365-renovate-config:beachballLibraryRecommended#v1.8.5"],
77

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

default.json

Lines changed: 2 additions & 2 deletions
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.4",
13-
"github>microsoft/m365-renovate-config:newConfigWarningIssue#v1.8.4"
12+
"github>microsoft/m365-renovate-config:groupReact#v1.8.5",
13+
"github>microsoft/m365-renovate-config:newConfigWarningIssue#v1.8.5"
1414
],
1515

1616
"dependencyDashboard": true,

groupMore.json

Lines changed: 9 additions & 9 deletions
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.4",
10-
"github>microsoft/m365-renovate-config:groupEslint#v1.8.4",
11-
"github>microsoft/m365-renovate-config:groupFixtureUpdates#v1.8.4",
12-
"github>microsoft/m365-renovate-config:groupFluent#v1.8.4",
13-
"github>microsoft/m365-renovate-config:groupJest#v1.8.4",
14-
"github>microsoft/m365-renovate-config:groupNodeMajor#v1.8.4",
15-
"github>microsoft/m365-renovate-config:groupReact#v1.8.4",
16-
"github>microsoft/m365-renovate-config:groupRollup#v1.8.4",
17-
"github>microsoft/m365-renovate-config:groupYargs#v1.8.4"
9+
"github>microsoft/m365-renovate-config:groupD3#v1.8.5",
10+
"github>microsoft/m365-renovate-config:groupEslint#v1.8.5",
11+
"github>microsoft/m365-renovate-config:groupFixtureUpdates#v1.8.5",
12+
"github>microsoft/m365-renovate-config:groupFluent#v1.8.5",
13+
"github>microsoft/m365-renovate-config:groupJest#v1.8.5",
14+
"github>microsoft/m365-renovate-config:groupNodeMajor#v1.8.5",
15+
"github>microsoft/m365-renovate-config:groupReact#v1.8.5",
16+
"github>microsoft/m365-renovate-config:groupRollup#v1.8.5",
17+
"github>microsoft/m365-renovate-config:groupYargs#v1.8.5"
1818
]
1919
}

libraryRecommended.json

Lines changed: 2 additions & 2 deletions
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.4",
8-
"github>microsoft/m365-renovate-config:dependencyDashboardMajor#v1.8.4"
7+
"github>microsoft/m365-renovate-config#v1.8.5",
8+
"github>microsoft/m365-renovate-config:dependencyDashboardMajor#v1.8.5"
99
],
1010

1111
"rangeStrategy": "replace",

0 commit comments

Comments
 (0)