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.6.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.7.0
Choose a head ref
  • 6 commits
  • 19 files changed
  • 4 contributors

Commits on May 10, 2024

  1. docs(node-builtins): Specify that only static properties are supported (

    #272)
    
    * docs(node-builtins): Specify that only static properties are supported
    
    * docs(no-deprecated-api): Specify that only static properties are supported
    scagood authored May 10, 2024
    Copy the full SHA
    735a520 View commit details
  2. docs: Provide an example with eslint-plugin-n to Playground (#275)

    regseb authored May 10, 2024
    Copy the full SHA
    cb8ffa6 View commit details

Commits on May 14, 2024

  1. feat(node-builtin): Add node 20.13.0, 22.0.0, and 22.1.0 support (#276)

    * feat(node-builtin): Node v22 deprecations
    
    * feat(node-builtin): Add node 20.13.0, 22.0.0, and 22.1.0 support
    scagood authored May 14, 2024
    Copy the full SHA
    4a685c0 View commit details
  2. fix(node-builtins): Remove "node:" prefix from "ignores" message (#277)

    * fix: Remove "node:" prefix from "no-unsupported-features/node-builtins" message
    
    * docs: Remove enumeration in docs for no-unsupported-features/node-builtins
    
    * chore: Remove accidental `gi`
    
    * Update docs/rules/no-unsupported-features/node-builtins.md
    
    Co-authored-by: Sebastian Good <2230835+scagood@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: 唯然 <weiran.zsd@outlook.com>
    scagood and aladdin-add authored May 14, 2024
    Copy the full SHA
    704f0b9 View commit details
  3. feat(hashbang): Add support to map extensions to executables (#278)

    * test: Rename shebang tests to be more verbose
    
    * chore: Prepare for #220 by making shebang checks more verbose
    
    * feat(hashbang): Add support to map extensions to executables
    
    * chore: remove "\b" in char group
    
    * docs(hashbang): Add docs for "executableMap"
    scagood authored May 14, 2024
    Copy the full SHA
    3fd7639 View commit details
  4. chore(master): release 17.7.0 (#273)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored May 14, 2024
    Copy the full SHA
    8551596 View commit details
Loading