Thanks to visit codestin.com
Credit goes to github.com

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/create-eslint-config
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.2
Choose a base ref
...
head repository: vuejs/create-eslint-config
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.11.0
Choose a head ref
  • 4 commits
  • 2 files changed
  • 2 contributors

Commits on Jun 11, 2025

  1. chore(deps): update all non-major dependencies (#67)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 11, 2025
    Configuration menu
    Copy the full SHA
    1a587d8 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update oxlint to v1 (#70)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 11, 2025
    Configuration menu
    Copy the full SHA
    1cb64f8 View commit details
    Browse the repository at this point in the history
  3. fix: use tilde range for oxlint packages

    According to their [versioning guide](https://oxc.rs/docs/guide/usage/linter/versioning#are-new-lint-errors-a-breaking-change),
    it is possible that a minor release of `oxlint` introduces new lint errors.
    
    While this is the desired behavior from a linter's perspective, it might
    cause trouble in real world projects where developers may not have the
    capacity to fix all new lint errors immediately.
    haoqunjiang committed Jun 11, 2025
    Configuration menu
    Copy the full SHA
    579a9f8 View commit details
    Browse the repository at this point in the history
  4. 0.11.0

    haoqunjiang committed Jun 11, 2025
    Configuration menu
    Copy the full SHA
    2ecd3b7 View commit details
    Browse the repository at this point in the history
Loading