Skip to content

Commit f00e40e

Browse files
chore: release 6.0.0 (#141)
🤖 I have created a release *beep* *boop* --- ## [6.0.0](v5.1.0...v6.0.0) (2025-10-23) ### ⚠️ BREAKING CHANGES * `@npmcli/eslint-config` now supports node `^20.17.0 || >=22.9.0` ### Bug Fixes * [`9e5befa`](9e5befa) [#140](#140) align to npm 11 node engine range (@owlstronaut) ### Chores * [`185658d`](185658d) [#140](#140) template-oss-apply (@owlstronaut) * [`c2ff34d`](c2ff34d) [#139](#139) bump @npmcli/template-oss from 4.26.0 to 4.27.1 (#139) (@dependabot[bot], @npm-cli-bot) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 185658d commit f00e40e

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.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.1.0"
2+
".": "6.0.0"
33
}

CHANGELOG.md

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

3+
## [6.0.0](https://github.com/npm/eslint-config/compare/v5.1.0...v6.0.0) (2025-10-23)
4+
### ⚠️ BREAKING CHANGES
5+
* `@npmcli/eslint-config` now supports node `^20.17.0 || >=22.9.0`
6+
### Bug Fixes
7+
* [`9e5befa`](https://github.com/npm/eslint-config/commit/9e5befa9e9764bb931292c1a6c2a5ea8ad271031) [#140](https://github.com/npm/eslint-config/pull/140) align to npm 11 node engine range (@owlstronaut)
8+
### Chores
9+
* [`185658d`](https://github.com/npm/eslint-config/commit/185658dc7fca59428644996e0aaff3c2c81a4790) [#140](https://github.com/npm/eslint-config/pull/140) template-oss-apply (@owlstronaut)
10+
* [`c2ff34d`](https://github.com/npm/eslint-config/commit/c2ff34d908589fca3c571e51b071f17cbb11089b) [#139](https://github.com/npm/eslint-config/pull/139) bump @npmcli/template-oss from 4.26.0 to 4.27.1 (#139) (@dependabot[bot], @npm-cli-bot)
11+
312
## [5.1.0](https://github.com/npm/eslint-config/compare/v5.0.1...v5.1.0) (2025-01-14)
413
### Features
514
* [`2280969`](https://github.com/npm/eslint-config/commit/228096947957416d52918223ea7af4e9c8f22380) [#130](https://github.com/npm/eslint-config/pull/130) max-len: broaden ignore list (#130) (@wraithgar)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/eslint-config",
3-
"version": "5.1.0",
3+
"version": "6.0.0",
44
"description": "eslint config used by the npm cli team",
55
"main": "lib/index.js",
66
"bin": {

0 commit comments

Comments
 (0)