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: vitest-dev/eslint-plugin-vitest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.8
Choose a base ref
...
head repository: vitest-dev/eslint-plugin-vitest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.9
Choose a head ref
  • 5 commits
  • 3 files changed
  • 2 contributors

Commits on Oct 24, 2023

  1. chore(deps-dev): bump @typescript-eslint/rule-tester from 6.7.5 to 6.…

    …9.0 (#280)
    
    Bumps [@typescript-eslint/rule-tester](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/rule-tester) from 6.7.5 to 6.9.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/rule-tester/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.9.0/packages/rule-tester)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/rule-tester"
      dependency-type: direct:development
      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 Oct 24, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    626e39d View commit details
  2. chore(deps): bump @typescript-eslint/utils from 6.7.5 to 6.9.0 (#279)

    Bumps [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils) from 6.7.5 to 6.9.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.9.0/packages/utils)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/utils"
      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 Oct 24, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    4143f91 View commit details

Commits on Nov 3, 2023

  1. Verified

    This commit was signed with the committer’s verified signature.
    veritem Verité Mugabo
    Copy the full SHA
    66cb0b5 View commit details
  2. Verified

    This commit was signed with the committer’s verified signature.
    veritem Verité Mugabo
    Copy the full SHA
    a233e10 View commit details
  3. chore: release v0.3.9

    veritem committed Nov 3, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    veritem Verité Mugabo
    Copy the full SHA
    b964cff View commit details
Showing with 205 additions and 201 deletions.
  1. +1 −1 fixtures/package.json
  2. +12 −12 package.json
  3. +192 −188 pnpm-lock.yaml
2 changes: 1 addition & 1 deletion fixtures/package.json
Original file line number Diff line number Diff line change
@@ -15,6 +15,6 @@
"vitest": "^0.34.6"
},
"devDependencies": {
"eslint": "^8.51.0"
"eslint": "^8.52.0"
}
}
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-vitest",
"version": "0.3.8",
"version": "0.3.9",
"license": "MIT",
"description": "Eslint plugin for vitest",
"repository": "veritem/eslint-plugin-vitest",
@@ -41,22 +41,22 @@
},
"devDependencies": {
"@babel/types": "^7.23.0",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.6",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/rule-tester": "^6.7.5",
"@types/mocha": "^10.0.3",
"@types/node": "^20.8.10",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/rule-tester": "^6.9.1",
"@veritem/eslint-config": "^0.0.11",
"bumpp": "^9.2.0",
"concurrently": "^8.2.1",
"eslint": "^8.51.0",
"eslint-doc-generator": "^1.5.2",
"concurrently": "^8.2.2",
"eslint": "^8.52.0",
"eslint-doc-generator": "^1.5.3",
"eslint-plugin-eslint-plugin": "^5.1.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-vitest": "^0.3.2",
"eslint-plugin-vitest": "^0.3.8",
"eslint-remote-tester": "^3.0.1",
"eslint-remote-tester-repositories": "^1.0.1",
"ts-node": "^10.9.1",
"tsx": "^3.13.0",
"tsx": "^3.14.0",
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"vitest": "^0.34.6"
@@ -73,10 +73,10 @@
"optional": true
},
"vitest": {
"vitest": "*"
"optional": true
}
},
"dependencies": {
"@typescript-eslint/utils": "^6.7.5"
"@typescript-eslint/utils": "^6.9.1"
}
}
380 changes: 192 additions & 188 deletions pnpm-lock.yaml

Large diffs are not rendered by default.