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

feat: add isPlainObject #133

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

Commits on Oct 17, 2022

  1. 5 Configuration menu
    Copy the full SHA
    34fdb2a View commit details
    Browse the repository at this point in the history
  2. style(auto): format all supported code with prettier (OpenINF#143)

    This commit fixes the style issues introduced in 34fdb2a according to the output
    from prettier.
    
    Details: https://deepsource.io/gh/openinf/util-object/transform/cbebf681-0853-4c36-8d29-c8d47d0f641f/
    
    Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
    deepsource-autofix[bot] committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    4a21a46 View commit details
    Browse the repository at this point in the history
  3. fix(auto): add blank line after commit msg subject

    Signed-off-by: Derek Lewis <[email protected]>
    DerekNonGeneric committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    f8fd561 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Configuration menu
    Copy the full SHA
    a01adcd View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump typescript-eslint monorepo to v5.40.1 (OpenINF#146

    )
    
    Signed-off-by: Renovate Bot <[email protected]>
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    c76287c View commit details
    Browse the repository at this point in the history
  3. build(deps-dev): bump @types/node from 18.8.5 to 18.11.0 (OpenINF#145)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.8.5 to 18.11.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] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    d10341a View commit details
    Browse the repository at this point in the history
  4. fix(src): map to return object .prototype undefined (OpenINF#147)

    Co-authored-by: Restyled Commits <[email protected]>
    
    Signed-off-by: Derek Lewis <[email protected]>
    Signed-off-by: Restyled Commits <[email protected]>
    DerekNonGeneric committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    5ea6dda View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d8fe02e View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. build(deps-dev): bump eslint-plugin-promise to v6.1.1 (OpenINF#152)

    Signed-off-by: Renovate Bot <[email protected]>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    c5aaf7a View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump @types/node from 18.11.0 to 18.11.2 (OpenINF#151)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.11.0 to 18.11.2.
    - [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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    4eb564a View commit details
    Browse the repository at this point in the history
  3. build(deps-dev): bump @types/node from 18.11.2 to 18.11.3 (OpenINF#153)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.11.2 to 18.11.3.
    - [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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    f88397e View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. build(deps-dev): bump eslint to v8.26.0 (OpenINF#154)

    Signed-off-by: Renovate Bot <[email protected]>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    c1c9307 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. build(deps-dev): bump typescript-eslint monorepo to v5.41.0 (OpenINF#156

    )
    
    Signed-off-by: Renovate Bot <[email protected]>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    517aea7 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2022

  1. build(deps-dev): bump jasmine to v4.5.0 (OpenINF#160)

    Signed-off-by: Renovate Bot <[email protected]>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    ee0850c View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. build(deps-dev): bump typescript-eslint monorepo to v5.42.0 (OpenINF#162

    )
    
    Signed-off-by: Renovate Bot <[email protected]>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    55f31fd View commit details
    Browse the repository at this point in the history
  2. merged in isPlainObject

    ignoreintuition authored and DerekNonGeneric committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    b57bfed View commit details
    Browse the repository at this point in the history
  3. merge conflicts

    ignoreintuition authored and DerekNonGeneric committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    3731cf7 View commit details
    Browse the repository at this point in the history
  4. bug fix on boolean

    ignoreintuition authored and DerekNonGeneric committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    326d1b6 View commit details
    Browse the repository at this point in the history