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
base: 15.5.1
Choose a base ref
...
head repository: eslint-community/eslint-plugin-n
compare: 15.6.1
Choose a head ref
  • 10 commits
  • 48 files changed
  • 4 contributors

Commits on Nov 10, 2022

  1. Configuration menu
    Copy the full SHA
    bdfd61a View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. build: add node v19(ubuntu) (#68)

    it also changes the default node to v18(active lts),
    and upgrade github actions to v3.
    aladdin-add committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    1665777 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Configuration menu
    Copy the full SHA
    27a73d5 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Configuration menu
    Copy the full SHA
    79b7984 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Release 15.5.2

    aladdin-add committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    ed988f9 View commit details
    Browse the repository at this point in the history
  2. feat: add version as a setting (#70)

    * feat: add version as a setting
    
    * test: check settings
    
    * docs
    
    * docs: mention shareable configs
    
    * style: lintfix
    privatenumber committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    273b937 View commit details
    Browse the repository at this point in the history
  3. Release 15.6.0

    aladdin-add committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    f5267e7 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Configuration menu
    Copy the full SHA
    83446a1 View commit details
    Browse the repository at this point in the history
  2. fix: Allow imports of self-referenced package (#74)

    You can import a package itself by self-referencing it with the package name, instead of needing to use relative paths.
    piranna committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    17270f8 View commit details
    Browse the repository at this point in the history
  3. Release 15.6.1

    aladdin-add committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    2ce285d View commit details
    Browse the repository at this point in the history