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.10
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.12
Choose a head ref
  • 12 commits
  • 8 files changed
  • 3 contributors

Commits on Nov 19, 2023

  1. Copy the full SHA
    9ff1c16 View commit details

Commits on Nov 22, 2023

  1. Copy the full SHA
    4ab7238 View commit details

Commits on Nov 26, 2023

  1. chore(deps-dev): bump tsx from 4.3.0 to 4.4.0 (#300)

    Bumps [tsx](https://github.com/privatenumber/tsx) from 4.3.0 to 4.4.0.
    - [Release notes](https://github.com/privatenumber/tsx/releases)
    - [Changelog](https://github.com/privatenumber/tsx/blob/develop/release.config.cjs)
    - [Commits](privatenumber/tsx@v4.3.0...v4.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: tsx
      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 Nov 26, 2023
    Copy the full SHA
    8875f89 View commit details
  2. chore(deps-dev): bump @types/node from 20.9.4 to 20.9.5 (#299)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.9.4 to 20.9.5.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 26, 2023

    Verified

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

Commits on Nov 27, 2023

  1. chore(deps-dev): bump @types/node from 20.9.5 to 20.10.0 (#302)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.9.5 to 20.10.0.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      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 Nov 27, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    6282417 View commit details
  2. chore(deps-dev): bump tsx from 4.4.0 to 4.5.0 (#301)

    Bumps [tsx](https://github.com/privatenumber/tsx) from 4.4.0 to 4.5.0.
    - [Release notes](https://github.com/privatenumber/tsx/releases)
    - [Changelog](https://github.com/privatenumber/tsx/blob/develop/release.config.cjs)
    - [Commits](privatenumber/tsx@v4.4.0...v4.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: tsx
      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 Nov 27, 2023
    Copy the full SHA
    864205b View commit details

Commits on Dec 8, 2023

  1. fix(vitest/no-done-callback): do not report accesssing of text contex…

    …t when test runs concurrently (#313)
    Haberkamp authored Dec 8, 2023
    Copy the full SHA
    b7eb2ce View commit details
  2. Feat/shorten o done callback (#314)

    * fix(vitest/no-done-callback): do not report accesssing of text context when test runs concurrently
    
    * feat: shorten code
    
    ---------
    
    Co-authored-by: Nils Haberkamp <haberkamp.n@gmail.com>
    veritem and Haberkamp authored Dec 8, 2023
    Copy the full SHA
    7ef6098 View commit details
  3. Copy the full SHA
    6f9beb3 View commit details
  4. Copy the full SHA
    d0e882e View commit details
  5. chore: release v0.3.11

    veritem committed Dec 8, 2023
    Copy the full SHA
    32f7348 View commit details
  6. chore: release v0.3.12

    veritem committed Dec 8, 2023
    Copy the full SHA
    78864d2 View commit details
Showing with 800 additions and 594 deletions.
  1. +2 −2 fixtures/package.json
  2. +14 −14 package.json
  3. +777 −569 pnpm-lock.yaml
  4. +1 −1 scripts/package.json
  5. +4 −1 src/rules/no-done-callback.ts
  6. +0 −1 src/utils/followAssertionChains.ts
  7. +2 −0 tests/no-done-callback.test.ts
  8. +0 −6 vitest.config.ts
4 changes: 2 additions & 2 deletions fixtures/package.json
Original file line number Diff line number Diff line change
@@ -12,9 +12,9 @@
"license": "MIT",
"dependencies": {
"eslint-plugin-vitest": "link:../",
"vitest": "^0.34.6"
"vitest": "^1.0.2"
},
"devDependencies": {
"eslint": "^8.54.0"
"eslint": "^8.55.0"
}
}
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-vitest",
"version": "0.3.10",
"version": "0.3.12",
"license": "MIT",
"description": "Eslint plugin for vitest",
"repository": "veritem/eslint-plugin-vitest",
@@ -40,29 +40,29 @@
"tsc": "tsc --noEmit"
},
"devDependencies": {
"@babel/types": "^7.23.3",
"@types/mocha": "^10.0.4",
"@types/node": "^20.9.2",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/rule-tester": "^6.11.0",
"@babel/types": "^7.23.5",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.4",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/rule-tester": "^6.13.2",
"@veritem/eslint-config": "^0.0.11",
"bumpp": "^9.2.0",
"concurrently": "^8.2.2",
"eslint": "^8.54.0",
"eslint": "^8.55.0",
"eslint-doc-generator": "^1.6.1",
"eslint-plugin-eslint-plugin": "^5.1.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-vitest": "^0.3.9",
"eslint-plugin-vitest": "^0.3.10",
"eslint-remote-tester": "^3.0.1",
"eslint-remote-tester-repositories": "^1.0.1",
"ts-node": "^10.9.1",
"tsx": "^4.1.4",
"typescript": "^5.2.0",
"ts-node": "^10.9.2",
"tsx": "^4.6.2",
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
"vitest": "^0.34.6"
"vitest": "^1.0.2"
},
"engines": {
"node": "14.x || >= 16"
"node": "^18.0.0 || >= 20.0.0"
},
"peerDependencies": {
"eslint": ">=8.0.0",
@@ -77,6 +77,6 @@
}
},
"dependencies": {
"@typescript-eslint/utils": "^6.11.0"
"@typescript-eslint/utils": "^6.13.2"
}
}
Loading