8000 Comparing v10.1.3...master · vuejs/vue-eslint-parser · GitHub
[go: up one dir, main page]

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: vuejs/vue-eslint-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.1.3
Choose a base ref
...
head repository: vuejs/vue-eslint-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 6 commits
  • 39 files changed
  • 3 contributors

Commits on Jun 24, 2025

  1. Fix comments order (#265)

    * Fix comments order
    
    * chore: update
    
    * Add test
    
    * Update index.js
    
    ---------
    
    Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>
    waynzh and ota-meshi authored Jun 24, 2025
    Configuration menu
    Copy the full SHA
    211707c View commit details
    Browse the repository at this point in the history
  2. 10.1.4

    ota-meshi committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    73dcb3e View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2025

  1. refactor: drop lodash (#268)

    * refactor: drop `first`, `last`
    
    * refactor: drop `findLastIndex`, update lib to `es2023`
    
    * refactor: use `lodash-es` and bundle in dist
    
    * refactor: drop `sortedLastIndex`, `sortedIndexBy`, `sortedLastIndexBy`
    
    * refactor: drop `union`, `intersection`
    
    * refactor: drop `memoize`
    9romise authored Jun 26, 2025
    Configuration menu
    Copy the full SHA
    effe371 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2025

  1. 10.2.0

    ota-meshi committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    62321db View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2025

  1. test: move to vitest (#269)

    * feat: move `parser-options` to `vitest`
    
    * feat: move `crlf` to `vitest`
    
    * chore: update
    
    * feat: move `define-document-visitor` to `vitest`
    
    * feat: move `define-custom-blocks-visitor` to `vitest`
    
    * feat: move `parser-options-project` to `vitest`
    
    * feat: move `document-fragment` to `vitest`
    
    * fix: correct ParserServices type
    
    * feat: move `tokens` to `vitest`
    
    * refactor: use `replacer` in `test-utils`
    
    * chore: up
    
    * feat: enhance test-utils
    
    * refactor: move `variables-references` to `vitest`
    
    * feat: move `ast` to `vitest`
    
    * feat: move `index` to `vitest`
    
    * refactor: move all test to `vitest`
    
    * chore: enhance type definition
    
    * chore: uninstall mocha
    
    * test: update
    
    * chore: update
    
    * chore: update ci
    
    * fix: update something maybe wrong
    
    * chore: update, try fix ci
    
    * chore: up
    
    * ci: try fix
    
    * chore: up
    
    * ci: fix
    
    * chore: use vite^6 for node18 test
    
    * chore: update timeout config
    
    * chore: update
    
    * chore: flat diff
    
    * test: fix incorrect `fallback`
    9romise authored Jul 8, 2025
    Configuration menu
    Copy the full SHA
    2c29d7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e48327 View commit details
    Browse the repository at this point in the history
Loading
0