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: 15.7.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: 16.0.1
Choose a head ref
  • 11 commits
  • 49 files changed
  • 3 contributors

Commits on Apr 18, 2023

  1. feat!: drop node.js < 16 (#90)

    refs: #42
    aladdin-add authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    38a67ef View commit details
    Browse the repository at this point in the history
  2. feat: upgrade deps to latest (#93)

    * Upgrade dependencies to the latest version
    * import-meta-resolve v2.0.0
    * eslint-utils => @eslint-community/eslint-utils, eslint-plugin-es => eslint-plugin-es-x
    aladdin-add authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    aa75610 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. feat!: engines.node defaults to 16.0.0 (#91)

    * feat!: engines.node defaults to 16.0.0
    
    node.js < 13, v15 has been eol.
    and node.js v14 will be eol in a few months.
    
    refs: #42
    
    * docs: update docs to reflect the new default version
    
    * docs: deduplication of the configured Node.js version range
    
    * docs: fix node lts statement
    aladdin-add authored Apr 23, 2023
    Configuration menu
    Copy the full SHA
    075f0c5 View commit details
    Browse the repository at this point in the history
  2. feat!: update default ecmaVersion to 2021 (#96)

    according to node.green, Node.js 16.0.0 supports all ES2021 features.
    
    refs: #42
    aladdin-add authored Apr 23, 2023
    Configuration menu
    Copy the full SHA
    49d3ee7 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Release 16.0.0-0

    aladdin-add committed May 10, 2023
    Configuration menu
    Copy the full SHA
    d74040c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fae8a5 View commit details
    Browse the repository at this point in the history
  3. Release 16.0.0-1

    aladdin-add committed May 10, 2023
    Configuration menu
    Copy the full SHA
    bea9981 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

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

Commits on May 16, 2023

  1. Release 16.0.0

    aladdin-add committed May 16, 2023
    Configuration menu
    Copy the full SHA
    239be7d View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. fix: Update all dependencies. Fix a few tests where eslint now report…

    …s nodeType: null.
    
    chore: fix eslint < v8 tests failing
    
    fix: revert minimatch to 3.1.2
    hildjj authored and aladdin-add committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    44cec62 View commit details
    Browse the repository at this point in the history
  2. Release 16.0.1

    aladdin-add committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    23ae475 View commit details
    Browse the repository at this point in the history
Loading