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.10.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.1
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Jul 26, 2024

  1. fix: Revert ts version (5.5 -> 5.4) (#317)

    scagood authored Jul 26, 2024
    Copy the full SHA
    3bee0d9 View commit details
  2. chore(master): release 17.10.1 (#319)

    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
    6744257 View commit details
Showing with 10 additions and 3 deletions.
  1. +1 −1 .github/release-please/manifest.json
  2. +7 −0 CHANGELOG.md
  3. +2 −2 package.json
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"17.10.0"}
{".":"17.10.1"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### 🩹 Fixes

* Revert ts version (5.5 -&gt; 5.4) ([#317](https://github.com/eslint-community/eslint-plugin-n/issues/317)) ([3bee0d9](https://github.com/eslint-community/eslint-plugin-n/commit/3bee0d9b3d6b01c1dffb21aa0ca608045ae4aafd))

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


4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-n",
"version": "17.10.0",
"version": "17.10.1",
"description": "Additional ESLint's rules for Node.js",
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -51,7 +51,7 @@
"rimraf": "^5.0.7",
"ts-ignore-import": "^4.0.1",
"type-fest": "^4.21.0",
"typescript": "^5.5.3"
"typescript": "~5.4"
},
"scripts": {
"build": "node scripts/update",