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: hoverinc/hover-javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.65.0
Choose a base ref
...
head repository: hoverinc/hover-javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref

Commits on Jan 24, 2022

  1. feat(deps): bump eslint-plugin-import from 2.25.3 to 2.25.4

    Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.25.3 to 2.25.4.
    - [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
    - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
    - [Commits](import-js/eslint-plugin-import@v2.25.3...v2.25.4)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-import
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and kodiakhq[bot] committed Jan 24, 2022
    Copy the full SHA
    b6fdfc5 View commit details

Commits on Feb 2, 2022

  1. Copy the full SHA
    1afb9db View commit details
  2. Copy the full SHA
    99e3882 View commit details
  3. Copy the full SHA
    874fdc0 View commit details
  4. Copy the full SHA
    1017028 View commit details
  5. Copy the full SHA
    f50c38e View commit details
  6. Copy the full SHA
    169898a View commit details
  7. Copy the full SHA
    308613b View commit details
  8. build: set skipLibCheck... ts-jest and jest aren't playing nicely

    I'm not exactly sure why as `ts-jest` looks to be implementing Jest's
    `SyncTransform` type properly.
    jrolfs committed Feb 2, 2022
    Copy the full SHA
    5c08ac3 View commit details
  9. fix(config/jest): set ts-jest transform unconditionally

    No alternative is provided, so this would break things anyways unless
    a dependent project provided its own transform. This unambiguously makes
    `ts-jest` the default transform and project can always explicitly override
    the transform in its `jest.config`
    jrolfs committed Feb 2, 2022
    Copy the full SHA
    2e9b18f View commit details

Commits on Feb 3, 2022

  1. Copy the full SHA
    0badbb3 View commit details
  2. Revert "build: set skipLibCheck... ts-jest and jest aren't playing …

    …nicely"
    
    This reverts commit 5c08ac3.
    jrolfs committed Feb 3, 2022
    Copy the full SHA
    3ab9ff6 View commit details
  3. Revert "fix(api/test): forward ts-jest utils from ts-jest, mocked

    … from Jest"
    
    This reverts commit 308613b.
    jrolfs committed Feb 3, 2022
    Copy the full SHA
    27382c7 View commit details
  4. Revert "feat(deps): upgrade Jest to 27.4"

    This reverts commit 169898a.
    jrolfs committed Feb 3, 2022
    Copy the full SHA
    bcc6932 View commit details
  5. feat(deps): bump lint-staged from 11.1.2 to 12.3.3

    Bumps [lint-staged](https://github.com/okonet/lint-staged) from 11.1.2 to 12.3.3.
    - [Release notes](https://github.com/okonet/lint-staged/releases)
    - [Commits](lint-staged/lint-staged@v11.1.2...v12.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: lint-staged
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and jrolfs committed Feb 3, 2022
    Copy the full SHA
    4c9a077 View commit details
  6. feat(deps): bump @typescript-eslint/eslint-plugin from 5.10.0 to 5.10.2

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.10.0 to 5.10.2.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.10.2/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and kodiakhq[bot] committed Feb 3, 2022
    Copy the full SHA
    f19b195 View commit details
  7. feat(deps): bump is-ci from 3.0.0 to 3.0.1

    Bumps [is-ci](https://github.com/watson/is-ci) from 3.0.0 to 3.0.1.
    - [Release notes](https://github.com/watson/is-ci/releases)
    - [Changelog](https://github.com/watson/is-ci/blob/master/CHANGELOG.md)
    - [Commits](watson/is-ci@v3.0.0...v3.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: is-ci
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and kodiakhq[bot] committed Feb 3, 2022
    Copy the full SHA
    cac4849 View commit details
  8. fix: resolve package binaries without requireing the package.json

    The `resolveBin` util was using `require('package-name/package.json')`
    to read the `bin` field of packages, but that blows up for ESM packages
    as an export map is required to define the package entrypoint and who's
    gonna add `package.json` as a package entry?
    jrolfs committed Feb 3, 2022
    Copy the full SHA
    7865fcf View commit details
  9. feat(deps): bump jest from 27.3.1 to 27.4.7

    Bumps [jest](https://github.com/facebook/jest) from 27.3.1 to 27.4.7.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
    - [Commits](jestjs/jest@v27.3.1...v27.4.7)
    
    ---
    updated-dependencies:
    - dependency-name: jest
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and kodiakhq[bot] committed Feb 3, 2022
    Copy the full SHA
    66e9948 View commit details

Commits on Feb 4, 2022

  1. feat(deps): bump @commitlint/config-conventional from 13.1.0 to 16.0.0

    Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 13.1.0 to 16.0.0.
    - [Release notes](https://github.com/conventional-changelog/commitlint/releases)
    - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
    - [Commits](https://github.com/conventional-changelog/commitlint/commits/v16.0.0/@commitlint/config-conventional)
    
    ---
    updated-dependencies:
    - dependency-name: "@commitlint/config-conventional"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and kodiakhq[bot] committed Feb 4, 2022
    Copy the full SHA
    c8eda77 View commit details
  2. feat(deps): bump @commitlint/cli from 13.1.0 to 16.1.0

    Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 13.1.0 to 16.1.0.
    - [Release notes](https://github.com/conventional-changelog/commitlint/releases)
    - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
    - [Commits](https://github.com/conventional-changelog/commitlint/commits/v16.1.0/@commitlint/cli)
    
    ---
    updated-dependencies:
    - dependency-name: "@commitlint/cli"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and kodiakhq[bot] committed Feb 4, 2022
    Copy the full SHA
    7a35bef View commit details
  3. fix: resolve package binaries correctly (fixes all scripts)

    The previous `resolveBin` modification actually broke all scripts
    (including `validate` which is used on CI, which caused false positives
    for everything.
    jrolfs committed Feb 4, 2022
    Copy the full SHA
    109b510 View commit details
  4. feat(deps): bump @commitlint/prompt from 13.1.0 to 16.1.0

    Bumps [@commitlint/prompt](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/prompt) from 13.1.0 to 16.1.0.
    - [Release notes](https://github.com/conventional-changelog/commitlint/releases)
    - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/prompt/CHANGELOG.md)
    - [Commits](https://github.com/conventional-changelog/commitlint/commits/v16.1.0/@commitlint/prompt)
    
    ---
    updated-dependencies:
    - dependency-name: "@commitlint/prompt"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and jrolfs committed Feb 4, 2022
    Copy the full SHA
    b54b998 View commit details
  5. feat(deps): bump prettier from 2.4.1 to 2.5.1

    Bumps [prettier](https://github.com/prettier/prettier) from 2.4.1 to 2.5.1.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@2.4.1...2.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and kodiakhq[bot] committed Feb 4, 2022
    Copy the full SHA
    cbbd082 View commit details
  6. feat(deps): bump typescript from 4.4.3 to 4.5.5

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.3 to 4.5.5.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.4.3...v4.5.5)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and kodiakhq[bot] committed Feb 4, 2022
    Copy the full SHA
    83fe1e7 View commit details
  7. feat(deps): bump eslint from 8.7.0 to 8.8.0

    Bumps [eslint](https://github.com/eslint/eslint) from 8.7.0 to 8.8.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.7.0...v8.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and kodiakhq[bot] committed Feb 4, 2022
    Copy the full SHA
    756d861 View commit details
  8. feat(deps): bump yargs-parser from 20.2.9 to 21.0.0

    Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 20.2.9 to 21.0.0.
    - [Release notes](https://github.com/yargs/yargs-parser/releases)
    - [Changelog](https://github.com/yargs/yargs-parser/blob/main/CHANGELOG.md)
    - [Commits](yargs/yargs-parser@yargs-parser-v20.2.9...yargs-parser-v21.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: yargs-parser
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and kodiakhq[bot] committed Feb 4, 2022
    Copy the full SHA
    ff80d73 View commit details
  9. build(deps-dev): bump @babel/core from 7.16.0 to 7.17.0

    Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.16.0 to 7.17.0.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.17.0/packages/babel-core)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/core"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and kodiakhq[bot] committed Feb 4, 2022
    Copy the full SHA
    4dcc21b View commit details
  10. feat(deps): bump @typescript-eslint/parser from 5.4.0 to 5.10.2

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.4.0 to 5.10.2.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.10.2/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and kodiakhq[bot] committed Feb 4, 2022
    Copy the full SHA
    511b18f View commit details
  11. test(scripts/pre-commit): remove extraneous quotes in custom test com…

    …mand cases
    
    Only the OS/shell should remove the quotes:
    yargs/yargs#1324
    jrolfs committed Feb 4, 2022
    Copy the full SHA
    cb737d5 View commit details
  12. feat(deps): bump concurrently from 6.2.2 to 7.0.0

    Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 6.2.2 to 7.0.0.
    - [Release notes](https://github.com/open-cli-tools/concurrently/releases)
    - [Commits](open-cli-tools/concurrently@v6.2.2...v7.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: concurrently
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and jrolfs committed Feb 4, 2022
    Copy the full SHA
    b1d8747 View commit details
  13. feat(deps): bump concurrently from 6.2.2 to 7.0.0

    Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 6.2.2 to 7.0.0.
    - [Release notes](https://github.com/open-cli-tools/concurrently/releases)
    - [Commits](open-cli-tools/concurrently@v6.2.2...v7.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: concurrently
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and jrolfs committed Feb 4, 2022
    Copy the full SHA
    91ba8d8 View commit details
  14. feat(deps): bump eslint-plugin-jest from 25.7.0 to 26.0.0

    Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 25.7.0 to 26.0.0.
    - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
    - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
    - [Commits](jest-community/eslint-plugin-jest@v25.7.0...v26.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-jest
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and kodiakhq[bot] committed Feb 4, 2022
    Copy the full SHA
    880c910 View commit details
  15. Copy the full SHA
    316119a View commit details
  16. build(deps-dev): bump @babel/cli from 7.15.7 to 7.17.0

    Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.15.7 to 7.17.0.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.17.0/packages/babel-cli)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/cli"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and kodiakhq[bot] committed Feb 4, 2022
    Copy the full SHA
    70bb974 View commit details

Commits on Feb 8, 2022

  1. feat(deps): bump @types/node from 17.0.15 to 17.0.16

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.15 to 17.0.16.
    - [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:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and kodiakhq[bot] committed Feb 8, 2022
    Copy the full SHA
    32cbc78 View commit details

Commits on Feb 9, 2022

  1. build(deps-dev): bump @babel/core from 7.17.0 to 7.17.2

    Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.17.0 to 7.17.2.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.17.2/packages/babel-core)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/core"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and kodiakhq[bot] committed Feb 9, 2022
    Copy the full SHA
    9b81b66 View commit details

Commits on Feb 11, 2022

  1. feat(deps): bump @types/node from 17.0.16 to 17.0.17

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.16 to 17.0.17.
    - [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:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and kodiakhq[bot] committed Feb 11, 2022
    Copy the full SHA
    fb9414f View commit details

Commits on Feb 14, 2022

  1. feat(deps): bump lint-staged from 12.3.3 to 12.3.4

    Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.3.3 to 12.3.4.
    - [Release notes](https://github.com/okonet/lint-staged/releases)
    - [Commits](lint-staged/lint-staged@v12.3.3...v12.3.4)
    
    ---
    updated-dependencies:
    - dependency-name: lint-staged
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and kodiakhq[bot] committed Feb 14, 2022
    Copy the full SHA
    e929b25 View commit details

Commits on Mar 2, 2022

  1. feat(deps): bump eslint-plugin-jest from 26.0.0 to 26.1.1

    Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 26.0.0 to 26.1.1.
    - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
    - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
    - [Commits](jest-community/eslint-plugin-jest@v26.0.0...v26.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-jest
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and kodiakhq[bot] committed Mar 2, 2022
    Copy the full SHA
    c725ca1 View commit details
  2. feat(deps): bump @typescript-eslint/eslint-plugin from 5.10.2 to 5.13.0

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.10.2 to 5.13.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.13.0/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and kodiakhq[bot] committed Mar 2, 2022
    Copy the full SHA
    2c06c7b View commit details
  3. build(deps-dev): bump @babel/cli from 7.17.0 to 7.17.6

    Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.17.0 to 7.17.6.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.17.6/packages/babel-cli)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/cli"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and kodiakhq[bot] committed Mar 2, 2022
    Copy the full SHA
    4ae412a View commit details

Commits on Mar 4, 2022

  1. feat(deps): bump @typescript-eslint/parser from 5.10.2 to 5.13.0

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.10.2 to 5.13.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.13.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and jrolfs committed Mar 4, 2022
    Copy the full SHA
    9bca982 View commit details

Commits on Apr 1, 2022

  1. build: fix duet commit message integration

    Co-authored-by: Max Pleaner <maxpleaner@hover.to>
    jrolfs and Max Pleaner committed Apr 1, 2022
    Copy the full SHA
    f55a431 View commit details
  2. feat(deps): bump @commitlint/config-conventional from 16.0.0 to 16.2.1

    Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 16.0.0 to 16.2.1.
    - [Release notes](https://github.com/conventional-changelog/commitlint/releases)
    - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
    - [Commits](https://github.com/conventional-changelog/commitlint/commits/v16.2.1/@commitlint/config-conventional)
    
    ---
    updated-dependencies:
    - dependency-name: "@commitlint/config-conventional"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and kodiakhq[bot] committed Apr 1, 2022
    Copy the full SHA
    5aa2c63 View commit details
  3. feat(deps): bump ansi-regex from 3.0.0 to 3.0.1

    Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1.
    - [Release notes](https://github.com/chalk/ansi-regex/releases)
    - [Commits](chalk/ansi-regex@v3.0.0...v3.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: ansi-regex
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and kodiakhq[bot] committed Apr 1, 2022
    Copy the full SHA
    4460c1f View commit details

Commits on Apr 12, 2022

  1. feat(config/eslint): disable class-methods-use-this rule

    It makes the interface less stable. If you change a method between instance and
    class, you have to change all invocations. Whether or not it uses `this` is an
    implementation detail that should not matter for the interface
    
    Co-authored-by: Jamie Rolfs <jamie.rolfs@hover.to>
    maxp-hover and jrolfs committed Apr 12, 2022
    Copy the full SHA
    ba848a9 View commit details
  2. Copy the full SHA
    db098a2 View commit details

Commits on Jun 1, 2022

  1. feat(deps): bump jest from 27.4.7 to 27.5.1

    Bumps [jest](https://github.com/facebook/jest) from 27.4.7 to 27.5.1.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
    - [Commits](jestjs/jest@v27.4.7...v27.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: jest
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and kodiakhq[bot] committed Jun 1, 2022
    Copy the full SHA
    3e48301 View commit details
  2. feat(deps): bump eslint-config-prettier from 8.3.0 to 8.5.0

    Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.3.0 to 8.5.0.
    - [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
    - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/eslint-config-prettier@v8.3.0...v8.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-config-prettier
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and kodiakhq[bot] committed Jun 1, 2022
    Copy the full SHA
    e3634cb View commit details
Showing with 16,481 additions and 7,674 deletions.
  1. +13 −0 .depcheckrc.json
  2. +0 −18 .github/dependabot.yml
  3. +3 −3 .github/workflows/build.yml
  4. +10 −1 .gitignore
  5. +1 −1 .husky/prepare-commit-msg
  6. +1 −1 .kodiak.toml
  7. +1 −1 .node-version
  8. +363 −0 .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
  9. +9 −0 .yarn/plugins/@yarnpkg/plugin-typescript.cjs
  10. +28 −0 .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
  11. +875 −0 .yarn/releases/yarn-3.8.7.cjs
  12. +16 −0 .yarnrc.yml
  13. +38 −2 README.md
  14. +1 −0 api/depcheck.d.ts
  15. +1 −0 api/depcheck.js
  16. +1 −0 eslint/react-strict.js
  17. +0 −10 jest.config.js
  18. +66 −51 package.json
  19. +1 −1 release.js
  20. +19 −0 renovate.json5
  21. +1 −0 src/__tests__/__snapshots__/index.js.snap
  22. +1 −1 src/__tests__/index.js
  23. +28 −12 src/__tests__/utils.js
  24. +1 −0 src/api/__tests__/__fixtures__/ls/dirs/.gitignore
  25. 0 src/api/__tests__/__fixtures__/ls/dirs/node_modules/.gitkeep
  26. +19 −1 src/api/__tests__/commit.js
  27. +0 −11 src/api/__tests__/test.js
  28. +26 −4 src/api/commit.js
  29. +111 −0 src/api/depcheck/depcheck.js
  30. +4 −0 src/api/depcheck/index.js
  31. +71 −0 src/api/depcheck/specials/babel.js
  32. +3 −0 src/api/depcheck/specials/index.js
  33. +0 −1 src/api/test.js
  34. +342 −0 src/config/__tests__/__snapshots__/eslintrc.js.snap
  35. +28 −0 src/config/__tests__/eslintrc.js
  36. +12 −0 src/config/eslintrc-react-strict.js
  37. +10 −1 src/config/eslintrc-react.js
  38. +9 −0 src/config/eslintrc-strict.js
  39. +4 −1 src/config/helpers/build-eslint.js
  40. +2 −2 src/config/helpers/build-lint-staged.js
  41. +29 −26 src/config/jest.config.js
  42. +1 −1 src/config/release.config.js
  43. +1 −23 src/config/tsconfig.json
  44. +7 −7 src/scripts/__tests__/__snapshots__/ci-after-success.js.snap
  45. +6 −6 src/scripts/__tests__/__snapshots__/commit-msg.js.snap
  46. +3 −3 src/scripts/__tests__/__snapshots__/format.js.snap
  47. +4 −4 src/scripts/__tests__/__snapshots__/pre-commit.js.snap
  48. +18 −15 src/scripts/__tests__/ci-after-success.js
  49. +8 −4 src/scripts/__tests__/commit-msg.js
  50. +1 −1 src/scripts/__tests__/commit.js
  51. +4 −1 src/scripts/__tests__/format.js
  52. +1 −1 src/scripts/__tests__/lint.js
  53. +8 −5 src/scripts/__tests__/pre-commit.js
  54. +1 −1 src/scripts/__tests__/test.js
  55. +1 −1 src/scripts/__tests__/validate.js
  56. +1 −1 src/scripts/ci-after-success.js
  57. +3 −1 src/scripts/commit-msg.js
  58. +144 −0 src/scripts/depcheck.js
  59. +1 −1 src/scripts/format.js
  60. +1 −0 src/{scripts/__tests__ → test}/helpers/serializers.js
  61. +1 −1 src/tsconfig.json
  62. +101 −29 src/utils.js
  63. +21 −2 tsconfig.json
  64. +13,996 −7,417 yarn.lock
13 changes: 13 additions & 0 deletions .depcheckrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"specials": ["babel", "bin", "eslint", "jest", "lint-staged", "tslint"],
"ignoreMatches": [
"@types/*",
"concurrently",
"doctoc",
"eslint-config-*",
"eslint-plugin-*",
"jest-github-actions-reporter",
"lint-staged",
"tslib"
]
}
18 changes: 0 additions & 18 deletions .github/dependabot.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ jobs:
if: ${{ needs.deduplicate.outputs.should_skip != 'true' }}
strategy:
matrix:
node: ['12', '14', '16']
node: ['14', '16', '18']

steps:
- name: Get Yarn cache path
@@ -45,7 +45,7 @@ jobs:
node-version: ${{ matrix.node }}

- name: Load Yarn cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ${{ steps.yarn-cache.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
@@ -59,7 +59,7 @@ jobs:

- name: Upload Coverage / Release
run: yarn ci-after-success
if: ${{ matrix.node == '14' }}
if: ${{ matrix.node == '16' }}
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -5,4 +5,13 @@ dist
.opt-out
.DS_Store
.eslintcache
.idea
.idea

# See: https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
.yarn/*
!.yarn/patches
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
.pnp.*
2 changes: 1 addition & 1 deletion .husky/prepare-commit-msg
Original file line number Diff line number Diff line change
@@ -3,6 +3,6 @@
# Automates pair commits with git-duet
# See: https://github.com/git-duet/git-duet/#co-authored-by-trailer-support

if [ $(git help -a | grep duet-prepare-msg) ]; then
if [ $(git help -a | grep duet-prepare-commit-msg) ]; then
exec git duet-prepare-commit-msg "$@"
fi
2 changes: 1 addition & 1 deletion .kodiak.toml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ versions = ["patch"]
usernames = ["dependabot"]

[approve]
auto_approve_usernames = ["dependabot"]
auto_approve_usernames = ["renovate"]

[update]
ignored_usernames = ["dependabot"]
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.13.0
18.20.8
Loading