website icon indicating copy to clipboard operation
website copied to clipboard

Our beloved website that contains all versions of our documentations and the API references.

Results 130 website issues
Sort by recently updated
recently updated
newest added

## Issue Description The usage guide for transaction locks in `v7` includes a link to "Read more on transaction locks", but this link opens a broken page ### What was...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [concurrently](https://redirect.github.com/open-cli-tools/concurrently) | [`8.2.2` -> `9.0.1`](https://renovatebot.com/diffs/npm/concurrently/8.2.2/9.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/concurrently/9.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/concurrently/9.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [react](https://react.dev/) ([source](https://redirect.github.com/facebook/react/tree/HEAD/packages/react)) | [`18.3.1` -> `19.1.0`](https://renovatebot.com/diffs/npm/react/18.3.1/19.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/react/19.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@react-hookz/web](https://redirect.github.com/react-hookz/web) | [`24.0.4` → `25.2.0`](https://renovatebot.com/diffs/npm/@react-hookz%2fweb/24.0.4/25.2.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@react-hookz%2fweb/25.2.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@react-hookz%2fweb/24.0.4/25.2.0?slim=true) | --- ### Release...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [prettier](https://prettier.io) ([source](https://redirect.github.com/prettier/prettier)) | [`3.3.3` -> `3.5.3`](https://renovatebot.com/diffs/npm/prettier/3.3.3/3.5.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/prettier/3.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

conflicted

Two kinds of errors here: 1. `Sequelize.STRING` and `Sequelize.INTEGER` don't exist. These should be `DataTypes.STRING` and `DataTypes.INTEGER` instead. 2. TypeScript assumes that `this` corresponds to the `ModelValidateOptions` that the validation...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [node](https://redirect.github.com/actions/node-versions) | uses-with | major | `20.x` -> `22.x` | --- ### Release...

Currently it's impossible to rollback a managed transaction without raising an exception. This makes it fairly convoluted to implement logic where rollbacks are the "expected" case. For example, I want...

Hey, I have a column which is JSON datatype and contains Id, Email, etc inside it in the form of json I am trying to get a user from the...

status: wip

From time to time I have to write very complex query that cannot be handled by Sequelize default methods. So I write raw query by hand and I execute it...

question