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: sequelize/sequelize-typescript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.2
Choose a base ref
...
head repository: sequelize/sequelize-typescript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.3
Choose a head ref
  • 6 commits
  • 11 files changed
  • 4 contributors

Commits on Feb 11, 2022

  1. Fix sequelize/types/lib/hooks path (#1202)

    * build(deps-dev): bump sequelize from 6.8.0 to 6.16.1
    
    Bumps [sequelize](https://github.com/sequelize/sequelize) from 6.8.0 to 6.16.1.
    - [Release notes](https://github.com/sequelize/sequelize/releases)
    - [Commits](sequelize/sequelize@v6.8.0...v6.16.1)
    
    ---
    updated-dependencies:
    - dependency-name: sequelize
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * fix:  Cannot find module 'sequelize/types/lib/hooks'  wrong path fix
    
    'types/lib' folder was removed in sequelize verstion >= 6
    
    * test: [test/specs/instance.spec.ts] - Model.reload() method is return Model,
    Deprecated: Operator Aliases
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: mystylelee <[email protected]>
    3 people authored Feb 11, 2022
    Configuration menu
    Copy the full SHA
    ab45c14 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump prettier from 2.4.1 to 2.5.1 (#1176)

    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:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Lukas Hroch <[email protected]>
    dependabot[bot] and lukashroch authored Feb 11, 2022
    Configuration menu
    Copy the full SHA
    a42b045 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump node-fetch from 2.6.5 to 2.6.7 (#1203)

    Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.5 to 2.6.7.
    - [Release notes](https://github.com/node-fetch/node-fetch/releases)
    - [Commits](node-fetch/node-fetch@v2.6.5...v2.6.7)
    
    ---
    updated-dependencies:
    - dependency-name: node-fetch
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 11, 2022
    Configuration menu
    Copy the full SHA
    914944c View commit details
    Browse the repository at this point in the history
  4. build(deps-dev): bump mysql2 from 2.3.0 to 2.3.3 (#1204)

    Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 2.3.0 to 2.3.3.
    - [Release notes](https://github.com/sidorares/node-mysql2/releases)
    - [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
    - [Commits](sidorares/node-mysql2@v2.3.0...v2.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: mysql2
      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] authored Feb 11, 2022
    Configuration menu
    Copy the full SHA
    bfba1e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f896a6f View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Configuration menu
    Copy the full SHA
    07f4371 View commit details
    Browse the repository at this point in the history
Loading