Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: eslint-community/eslint-plugin-n
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v17.9.0
Choose a base ref
...
head repository: eslint-community/eslint-plugin-n
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v17.10.0
Choose a head ref
  • 7 commits
  • 29 files changed
  • 4 contributors

Commits on Jul 5, 2024

  1. 2
    Copy the full SHA
    dbdfa8e View commit details
  2. chore: upgrade compatible deps

    aladdin-add committed Jul 5, 2024
    Copy the full SHA
    8f6f11d View commit details
  3. docs: fix spacings in the example (#306)

    aladdin-add authored Jul 5, 2024
    Copy the full SHA
    c092cd8 View commit details

Commits on Jul 18, 2024

  1. feat: Update to node v22.4.0 (#310)

    fixes #308
    scagood authored Jul 18, 2024
    Copy the full SHA
    f7a74eb View commit details

Commits on Jul 24, 2024

  1. feat: Update to node v22.5.0 (#312)

    scagood authored Jul 24, 2024
    Copy the full SHA
    2539c9d View commit details

Commits on Jul 26, 2024

  1. feat(no-unsupported): Support node 22.3.0 and 20.16.0 (#315)

    feat(no-unsupported): Support node 20.16.0
    scagood authored Jul 26, 2024
    Copy the full SHA
    73e2bed View commit details
  2. chore(master): release 17.10.0 (#305)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jul 26, 2024
    Copy the full SHA
    5aad5f1 View commit details
7 changes: 7 additions & 0 deletions .eslint-doc-generatorrc.js
Original file line number Diff line number Diff line change
@@ -2,6 +2,13 @@

/** @type {import('eslint-doc-generator').GenerateOptions} */
const config = {
ignoreConfig: [
"recommended",
"flat/recommended-script",
"flat/recommended-module",
"flat/recommended",
"flat/mixed-esm-and-cjs",
],
urlConfigs: "https://github.com/eslint-community/eslint-plugin-n#-configs",
configEmoji: [
["recommended-script", "✅"],
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"17.9.0"}
{".":"17.10.0"}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [17.10.0](https://github.com/eslint-community/eslint-plugin-n/compare/v17.9.0...v17.10.0) (2024-07-26)


### 🌟 Features

* **no-unsupported:** Support node 20.16.0 ([73e2bed](https://github.com/eslint-community/eslint-plugin-n/commit/73e2bed2e76dc9382069268954ae894665f18538))
* **no-unsupported:** Support node 22.3.0 and 20.16.0 ([#315](https://github.com/eslint-community/eslint-plugin-n/issues/315)) ([73e2bed](https://github.com/eslint-community/eslint-plugin-n/commit/73e2bed2e76dc9382069268954ae894665f18538))
* Update to node v22.4.0 ([#310](https://github.com/eslint-community/eslint-plugin-n/issues/310)) ([f7a74eb](https://github.com/eslint-community/eslint-plugin-n/commit/f7a74eb147875d7e2125125863befe61d0be0614)), closes [#308](https://github.com/eslint-community/eslint-plugin-n/issues/308)
* Update to node v22.5.0 ([#312](https://github.com/eslint-community/eslint-plugin-n/issues/312)) ([2539c9d](https://github.com/eslint-community/eslint-plugin-n/commit/2539c9deaa0c339b520dcd45ba4998dca6b678e3))


### 📚 Documentation

* add clarifications to readme ([dbdfa8e](https://github.com/eslint-community/eslint-plugin-n/commit/dbdfa8e0abdeb96f2f843c4112cc43f16f2657ea))
* fix spacings in the example ([#306](https://github.com/eslint-community/eslint-plugin-n/issues/306)) ([c092cd8](https://github.com/eslint-community/eslint-plugin-n/commit/c092cd893010f8da894f87da567c07d69be6cc0d))


### 🧹 Chores

* upgrade compatible deps ([8f6f11d](https://github.com/eslint-community/eslint-plugin-n/commit/8f6f11da5d072fe7b0ca1e916744e527ee260db2))

## [17.9.0](https://github.com/eslint-community/eslint-plugin-n/compare/v17.8.1...v17.9.0) (2024-06-14)


Loading