8000 Comparing v8.32.0...v8.33.0 · eslint/eslint · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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.32.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.33.0
Choose a head ref
  • 16 commits
  • 69 files changed
  • 13 contributors

Commits on Jan 20, 2023

  1. docs: Replace removed related rules with a valid rule (#16800)

    Both related rules were marked as removed, and both pointed to keyword-spacing as their replacement.
    ZeroOne3010 authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    ce4f5ff View commit details
    Browse the repository at this point in the history
  2. docs: add example for nodejs lintText api (#16789)

    Fixes #16666 
    
    * docs: add example for nodejs lintText api
    
    * Update docs/src/integrate/nodejs-api.md
    
    Co-authored-by: 唯然 <weiran.zsd@outlook.com>
    
    Co-authored-by: 唯然 <weiran.zsd@outlook.com>
    siva-kannan3 and aladdin-add authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    3be0748 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

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

Commits on Jan 24, 2023

  1. docs: Remove Google Group icon (#16779)

    * docs: Remove Google Group icon
    
    * Update docs/src/assets/scss/components/social-icons.scss
    
    Co-authored-by: Amaresh  S M  <amareshsm13@gmail.com>
    
    * Update docs/src/assets/scss/components/social-icons.scss
    
    Co-authored-by: Amaresh  S M  <amareshsm13@gmail.com>
    
    Co-authored-by: Amaresh  S M  <amareshsm13@gmail.com>
    nzakas and amareshsm authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    40287db View commit details
    Browse the repository at this point in the history
  2. docs: no-constant-condition: Add multi-comparison example (#16776)

    * docs: Add multi-comparison example to no-constant-condition
    
    * Merge new example into existing code blocks
    SebastianSimon authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    2aa4f5f View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. docs: Update README

    GitHub Actions Bot committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    f5f7b9b View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. docs: add background to code-path-diagrams for dark-mode (#16822)

    * docs: add background to code path diagrams
    
    * docs: aligns code-path-diagrams to center
    
    * docs: add background to architecture image
    
    * fix: indentation checks
    Tanujkanti4441 authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    333c712 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. docs: Update page titles, section landing pages, and side TOC (#16760)

    * allow crawling
    
    * trigger deploy
    
    * Remove todo
    
    * remove noindex
    
    * remove unused files
    
    * add files to delete
    
    * remove unwanted files
    
    * Revert changes nec for link checking
    
    * docs: update docs TOC and page names
    
    Resolves #16720
    
    * draft extend eslint and contribute to eslint TOCs/titles
    
    * update maintainer guide pages names
    
    * update titles and links to them for use docs
    
    * rename links to additional page names
    
    * update landing pages
    
    * rename ignore code -> ignore files
    
    * small fixes
    
    * update site main page
    
    * page name updates
    
    * fix title case
    
    * fix top lvl order
    
    * Update docs/src/contribute/index.md
    
    Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
    
    * move up get src code page
    
    * Update docs/src/contribute/index.md
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * implement md feedback
    
    ---------
    
    Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    3 people authored Jan 28, 2023
    Configuration menu
    Copy the full SHA
    ed60afd View commit details
    Browse the repository at this point in the history
  2. feat: add restrictDefaultExports option to no-restricted-exports ru…

    …le (#16785)
    
    * feat: add `restrictDefaultExports` option to no-restricted-exports rule
    
    * feat: add restrictDefaultExports.defaultFrom
    
    * feat: add restrictDefaultExports.defaultFrom
    
    * feat: add restrictDefaultExports.namedFrom
    
    * feat: add restrictDefaultExports.namedFrom
    
    * feat: add restrictDefaultExports.namespaceFrom
    
    * docs: add `restrictDefaultExports` option
    
    * docs: fix lint isuues
    
    * docs: update sentence
    
    * fix: update rule schema
    
    * fix: update rule schema
    
    * fix: use astUtils.getModuleExportName
    
    * refactor: apply suggestions
    
    * refactor: update the error message
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    ---------
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    snitin315 and mdjermanovic authored Jan 28, 2023
    Configuration menu
    Copy the full SHA
    2cc7954 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50a8efd View commit details
    Browse the repository at this point in the history
  4. docs: Code of Conduct page (#16781)

    Resolves #16763
    bpmutter authored Jan 28, 2023
    Configuration menu
    Copy the full SHA
    2620614 View commit details
    Browse the repository at this point in the history
  5. docs: Custom processors page (#16802)

    * docs: new page for custom processors
    
    Resolves #16761
    
    * copy edits
    bpmutter authored Jan 28, 2023
    Configuration menu
    Copy the full SHA
    ede5c64 View commit details
    Browse the repository at this point in the history
  6. docs: 'Source Code' content in 'Set up Development Environment' page (#…

    …16780)
    
    * docs:  'Source Code' page into 'Set up Development Environment'
    
    Resolves #16775
    
    * delete index content
    bpmutter authored Jan 28, 2023
    Configuration menu
    Copy the full SHA
    9c7cfe3 View commit details
    Browse the repository at this point in the history
  7. docs: Fix examples in no-multiple-empty-lines rule (#16835)

    * docs: Fix examples in no-multiple-empty-lines rule
    
    * chore: Add missing `::: correct` and `::: incorrect`
    jonz94 authored Jan 28, 2023
    Configuration menu
    Copy the full SHA
    17f4be2 View commit details
    Browse the repository at this point in the history
  8. Build: changelog update for 8.33.0

    ESLint Jenkins committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    ddeef02 View commit details
    Browse the repository at this point in the history
  9. 8.33.0

    ESLint Jenkins committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    13552c4 View commit details
    Browse the repository at this point in the history
Loading
0