Skip to content

Commit 2cf0946

Browse files
chore(main): release 6.0.0 (#35)
Co-authored-by: release-please-token-provider[bot] <225477224+release-please-token-provider[bot]@users.noreply.github.com>
1 parent 92bca3d commit 2cf0946

4 files changed

Lines changed: 16 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.0.0"
2+
".": "6.0.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [6.0.0](https://github.com/microsoftgraph/eslint-config-msgraph/compare/v5.0.0...v6.0.0) (2026-04-02)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **deps:** update to latest ESLint and @typescript-eslint packages with flat config migration ([#32](https://github.com/microsoftgraph/eslint-config-msgraph/issues/32))
9+
10+
### Bug Fixes
11+
12+
* **deps:** update to latest ESLint and [@typescript-eslint](https://github.com/typescript-eslint) packages with flat config migration ([#32](https://github.com/microsoftgraph/eslint-config-msgraph/issues/32)) ([ddd4fc0](https://github.com/microsoftgraph/eslint-config-msgraph/commit/ddd4fc05131d56360a7b1dcfe7afca0bce41c497))
13+
* enable release-please pipeline ([#34](https://github.com/microsoftgraph/eslint-config-msgraph/issues/34)) ([92bca3d](https://github.com/microsoftgraph/eslint-config-msgraph/commit/92bca3de0756c2b20abd3a6a8bae203175b71fbc))
14+
315
## [4.2.0](https://github.com/microsoftgraph/eslint-config-msgraph/compare/v4.1.1...v4.2.0) (2024-11-29)
416

517

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/eslint-config-msgraph",
3-
"version": "5.0.0",
3+
"version": "6.0.0",
44
"description": "A sharable eslint config for Microsoft Graph web teams to use as a base set of linting rules",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)