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 @sequelize/core from 7.0.0-alpha.10 to 7.0.0-alpha.20 #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 23, 2023

Bumps @sequelize/core from 7.0.0-alpha.10 to 7.0.0-alpha.20.

Release notes

Sourced from @​sequelize/core's releases.

v7.0.0-alpha.20

7.0.0-alpha.20 (2022-12-22)

Bug Fixes

Features

  • add @Index, createIndexDecorator (#15482) (ab9aaba)
  • add @AllowNull, @AutoIncrement, @Comment, @Default, @PrimaryKey, and validation decorators (#15384) (08eb398)
  • add @Attribute & @Table decorators (#15336) (fb8603b)
  • add @Unique decorator, support specifying multiple unique indexes on the same attribute (#15342) (43bca57)
  • add association decorators (#15483) (3770827)
  • add model hook decorators (#15333) (bd037c8)
  • add new postgres JSONB operators ?| and ?& (#15073) (98dc4c2)
  • add support for add/drop column IF [NOT] EXISTS for mssql and mariadb (#15261) (096ed3a)
  • added support for index include (#14900) (dacc806)
  • allow using calculations in upsert on duplicate key by using literal values instead of VALUES() in mysql & mariadb (#14437) (9c2ae3c)
  • improved error reporting on associations (#14901) (8e3c626), closes #14161
  • Migrate createSchema() to TypeScript (#15339) (a3d164f)
  • migrate hooks to TypeScript (#15131) (9cd8d89)
  • migrate model definitions to TypeScript (#15431) (f57e5a0)
  • postgres: add support for lock_timeout [#15345] (#15347) (5e7cbe6)
  • postgres: support for ADD COLUMN IF NOT EXISTS and DROP COLUMN IF EXISTS (#15119) (76cc97f)
  • remove Utils export (#15305) (a4f8e62)
  • rename ALS back to CLS (#15427) (766b2ea)
  • replace CLS with ALS, enable ALS by default, discourage unmanaged transactions (#15292) (4cd43a4)
  • restrict instance methods if no primary key (#15108) (3095d99)
  • rewrite Data Types (#14505) (68b64f8)
  • throw if accessing databaseVersion before it is loaded (#15346) (151a458)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [@sequelize/core](https://github.com/sequelize/sequelize) from 7.0.0-alpha.10 to 7.0.0-alpha.20.
- [Release notes](https://github.com/sequelize/sequelize/releases)
- [Commits](sequelize/sequelize@v7.0.0-alpha.10...v7.0.0-alpha.20)

---
updated-dependencies:
- dependency-name: "@sequelize/core"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants