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.35.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.36.0
Choose a head ref
  • 17 commits
  • 55 files changed
  • 10 contributors

Commits on Feb 28, 2023

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

    Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 0.4.0 to 0.4.1.
    - [Release notes](https://github.com/actions/add-to-project/releases)
    - [Commits](actions/add-to-project@v0.4.0...v0.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/add-to-project
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    89d9844 View commit details
    Browse the repository at this point in the history
  2. fix: correctly iterate files matched by glob patterns (#16831)

    * fix: correctly iterate files matched by glob patterns
    
    * test: add a test case for #14742
    
    * test: improve test case
    
    * chore: remove .only
    
    * chore: revert unwanted changes
    
    * test: fix root path
    
    * chore: fix lint
    
    * fix: correctly iterate files matched by glob patterns for new config system
    
    * test: add case for flat config
    
    * chore: remove .only
    snitin315 committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    92c1943 View commit details
    Browse the repository at this point in the history
  3. docs: detect and fix broken links (#16837)

    * docs: detect and fix broken links
    
    * ci: build website before running lint:links
    
    * chore: update lint:links script
    
    * ci: refactor job
    
    * ci: increase memory
    
    * ci: fix
    
    * chore: use custom script
    
    * chore: fix script for windows
    
    * chore: fix script for windows
    
    * chore: update script
    
    * ci: remove unwanted changes
    
    * chore: fix script
    
    * chore: remove unwanted changes
    
    * docs: fix links
    snitin315 committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    b09a512 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

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

Commits on Mar 4, 2023

  1. docs: Update README

    GitHub Actions Bot committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    19d3531 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. docs: Custom Parsers cleanup/expansion (#16887)

    * docs: Custom Parsers cleanup/expansion
    
    * clarify TODOs
    
    * copy edits based on feedback
    
    * update comment copy
    
    * Apply suggestions from code review
    
    Co-authored-by: Nicholas C. Zakas <[email protected]>
    Co-authored-by: Nitin Kumar <[email protected]>
    
    * Apply suggestions from code review
    
    * Apply suggestions from code review
    
    * Update docs/src/extend/custom-parsers.md
    
    Co-authored-by: Francesco Trotta <[email protected]>
    
    ---------
    
    Co-authored-by: Nicholas C. Zakas <[email protected]>
    Co-authored-by: Nitin Kumar <[email protected]>
    Co-authored-by: Francesco Trotta <[email protected]>
    4 people committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    3398431 View commit details
    Browse the repository at this point in the history
  2. chore: lint more js files in docs (#16964)

    * chore: lint more js files in docs
    
    * removed unused disable directive
    mdjermanovic committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    75acdd2 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

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

Commits on Mar 8, 2023

  1. feat: Serialize parsers/processors in flat config (#16944)

    * feat: Serialize parsers/processors in flat config
    
    This implements a check for a 'meta' key on parsers and processors that
    contains information to help flat config serialize these objects for use
    with caching and also --print-config on the command line.
    
    Fixes #16875
    
    * Add support for non-meta properties
    
    * Fix edge case
    nzakas committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    f5f5e11 View commit details
    Browse the repository at this point in the history
  2. feat: Add checkJSDoc option to multiline-comment-style (#16807)

    * feat: Add support for checkJSDoc param for "multiline-comment-style"
    
    * Update lib/rules/multiline-comment-style.js
    
    Co-authored-by: Milos Djermanovic <[email protected]>
    
    * Apply suggestions from code review
    
    Co-authored-by: Milos Djermanovic <[email protected]>
    
    * Update docs/src/rules/multiline-comment-style.md
    
    Co-authored-by: Milos Djermanovic <[email protected]>
    
    ---------
    
    Co-authored-by: Milos Djermanovic <[email protected]>
    laurent22 and mdjermanovic committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    c89a485 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. docs: Update README

    GitHub Actions Bot committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    b98fdd4 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    698c5aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00afb84 View commit details
    Browse the repository at this point in the history
  3. chore: package.json update for @eslint/js release

    ESLint Jenkins committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    43c2345 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    602b111 View commit details
    Browse the repository at this point in the history
  5. Build: changelog update for 8.36.0

    ESLint Jenkins committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    a0c856a View commit details
    Browse the repository at this point in the history
  6. 8.36.0

    ESLint Jenkins committed Mar 10, 2023
    2 Configuration menu
    Copy the full SHA
    75df535 View commit details
    Browse the repository at this point in the history
Loading