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/eslint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.37.0
Choose a base ref
...
head repository: eslint/eslint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.38.0
Choose a head ref
  • 16 commits
  • 66 files changed
  • 11 contributors

Commits on Mar 31, 2023

  1. fix: do not report on RegExp(...args) in require-unicode-regexp (#…

    …17037)
    
    * fix: do not report on `RegExp(...args)` in `require-unicode-regexp`
    
    * Add valid test `RegExp(...patternAndFlags)`
    fasttime authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    1c1ece2 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. docs: Update README

    GitHub Actions Bot committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    24206c4 View commit details
    Browse the repository at this point in the history
  2. docs: switch language based on current path (#16687)

    * docs: switch language based on current path
    
    ref eslint/eslint.org#380
    
    * fix: redirect to latest when version isn't latest
    
    * Update docs/src/_includes/components/language-switcher.html
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    ---------
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    kecrily and mdjermanovic authored Apr 1, 2023
    Configuration menu
    Copy the full SHA
    518130a View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. docs: Update the second object instance for the "no-new" rule (#17020)

    * docs: Removed the second object instance for the "no-new" rule
    
    * docs: re-define the function name
    sir-kain authored Apr 2, 2023
    Configuration menu
    Copy the full SHA
    da8d52a View commit details
    Browse the repository at this point in the history
  2. docs: Update README

    GitHub Actions Bot committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    b0f11cf View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. ci: bump actions/add-to-project from 0.4.1 to 0.5.0 (#17055)

    Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 0.4.1 to 0.5.0.
    - [Release notes](https://github.com/actions/add-to-project/releases)
    - [Commits](actions/add-to-project@v0.4.1...v0.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/add-to-project
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    0dde022 View commit details
    Browse the repository at this point in the history
  2. docs: Clarify no-div-regex rule docs (#17051)

    * fix: Clarify `no-div-regex` rule docs
    
    * Update opening section
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    ---------
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    fasttime and mdjermanovic authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    a3aa6f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Configuration menu
    Copy the full SHA
    cf682d2 View commit details
    Browse the repository at this point in the history
  2. docs: Update/remove external links, eg. point to eslint-community (#…

    …17061)
    
    * Refer to community `eslint-plugin-n` in docs
    
    Instead of `eslint-plugin-node`
    
    * Have 7.0 migration docs mention `eslint-plugin-n`
    
    * Point to new repo for react plugin
    
    * Refer to new repo url for `eslint-plugin-eslint-plugin`
    
    * Update references to fregante modules
    
    * Update some integrations URL:s
    
    * Remove broken Atom URL:s
    
    They all point to https://github.blog/2022-06-08-sunsetting-atom/
    
    * Remove outdated / deprecated build tools plugins
    
    * Fix broken AMD link
    
    * Fix linting error
    
    * Use correct main branch in updated links
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    ---------
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    voxpelli and mdjermanovic authored Apr 5, 2023
    1 Configuration menu
    Copy the full SHA
    c83531c View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. docs: Update README

    GitHub Actions Bot committed Apr 6, 2023
    1 Configuration menu
    Copy the full SHA
    0fd6bb2 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. feat: Move getDeclaredVariables and getAncestors to SourceCode (#17059)

    * feat: Move getDeclaredVariables and getAncestors to SourceCode
    
    Refs #16999
    
    * Update rules to use sourceCode.getAncestors()
    
    * Add caching to sourceCode.getAncestors()
    
    * Update docs
    
    * Fix getAncestors caching
    
    * Update tests/lib/source-code/source-code.js
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * Update tests/lib/source-code/source-code.js
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * Update tests/lib/source-code/source-code.js
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * Restore deprecated custom rules docs
    
    * Update comments in source-code.js
    
    * Check for missing argument in getAncestors()
    
    * Check for missing argument in getAncestors()
    
    ---------
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    nzakas and mdjermanovic authored Apr 7, 2023
    1 Configuration menu
    Copy the full SHA
    a1d561d View commit details
    Browse the repository at this point in the history
  2. docs: Mention new config system is complete (#17068)

    * docs: Mention new config system is complete
    
    * Fix typo
    
    Co-authored-by: Amaresh  S M  <amareshsm13@gmail.com>
    
    ---------
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    Co-authored-by: Amaresh  S M  <amareshsm13@gmail.com>
    3 people authored Apr 7, 2023
    1 Configuration menu
    Copy the full SHA
    7162d34 View commit details
    Browse the repository at this point in the history
  3. chore: package.json update for @eslint/js release

    ESLint Jenkins committed Apr 7, 2023
    1 Configuration menu
    Copy the full SHA
    88c0898 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    59ed060 View commit details
    Browse the repository at this point in the history
  5. Build: changelog update for 8.38.0

    ESLint Jenkins committed Apr 7, 2023
    1 Configuration menu
    Copy the full SHA
    7897c3b View commit details
    Browse the repository at this point in the history
  6. 8.38.0

    ESLint Jenkins committed Apr 7, 2023
    1 Configuration menu
    Copy the full SHA
    198e5fc View commit details
    Browse the repository at this point in the history
Loading