Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump eslint-config-oclif-typescript from 1.0.3 to 3.0.29 #2121

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Dec 20, 2023

  1. Bump eslint-config-oclif-typescript from 1.0.3 to 3.0.29

    Bumps [eslint-config-oclif-typescript](https://github.com/oclif/eslint-config-oclif-typescript) from 1.0.3 to 3.0.29.
    - [Release notes](https://github.com/oclif/eslint-config-oclif-typescript/releases)
    - [Changelog](https://github.com/oclif/eslint-config-oclif-typescript/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/oclif/eslint-config-oclif-typescript/commits/3.0.29)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-config-oclif-typescript
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    3d07d66 View commit details
    Browse the repository at this point in the history
  2. autofixed linting

    Signed-off-by: Amndeep Singh Mann <[email protected]>
    Amndeep7 committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    23735f5 View commit details
    Browse the repository at this point in the history
  3. Bump eslint-config-oclif-typescript from 1.0.3 to 3.0.29

    Bumps [eslint-config-oclif-typescript](https://github.com/oclif/eslint-config-oclif-typescript) from 1.0.3 to 3.0.29.
    - [Release notes](https://github.com/oclif/eslint-config-oclif-typescript/releases)
    - [Changelog](https://github.com/oclif/eslint-config-oclif-typescript/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/oclif/eslint-config-oclif-typescript/commits/3.0.29)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-config-oclif-typescript
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    30096e8 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'dependabot/npm_and_yarn/eslint-config-oclif-typescript-…

    …3.0.29' of https://github.com/mitre/saf into dependabot/npm_and_yarn/eslint-config-oclif-typescript-3.0.29
    Amndeep7 committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    302e915 View commit details
    Browse the repository at this point in the history
  5. xlsxpopulate is a pure js library and has no exported types. there's …

    …a 3rd party library that does types for this library but it's not been maintained in years. anyways a workbook can be a bunch of different things it turns out so imma just use implicit any here
    
    Signed-off-by: Amndeep Singh Mann <[email protected]>
    Amndeep7 committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    9bfd756 View commit details
    Browse the repository at this point in the history
  6. swapped to implicit any for the same reason w/r to the workbook, impl…

    …icit any for the error class as well cause getting a type for that is a pain in the arse, and also swapped out the import style for xml2js
    
    Signed-off-by: Amndeep Singh Mann <[email protected]>
    Amndeep7 committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    7dffea1 View commit details
    Browse the repository at this point in the history