Skip to content

Commit

Permalink
meta: update dependency prettier to v3.3.3 (#757)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rik Smale <[email protected]>
  • Loading branch information
renovate[bot] and WikiRik authored Oct 25, 2024
1 parent 2b74f92 commit dd52244
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
3 changes: 3 additions & 0 deletions docs/models/data-types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ A ❌ means the dialect does not support that DataType.
</DialectTableFilter>

[^ints-1]: When an int type is not available, Sequelize uses a bigger int type.

[^ints-2]: When an unsigned int type is not available, Sequelize uses a bigger int type to ensure the type covers all possible unsigned integer values of the smaller int type.

[^mssql-1]: `TINYINT` in SQL Server is unsigned. `DataTypes.TINYINT.UNSIGNED` therefore maps to `TINYINT`, and `DataTypes.TINYINT` maps to `SMALLINT`.

:::caution
Expand Down Expand Up @@ -130,6 +132,7 @@ The types in the following table are typically represented as an [IEEE 754 float
</DialectTableFilter>

[^sqlite-3]: Unlike other dialects, in SQLite, `REAL` is a double-precision floating point number type.

[^snowflake-1]: Unlike other dialects, in Snowflake, `FLOAT` is a double-precision floating point number type.

:::info
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"eslint-plugin-react-hooks": "5.0.0",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"prettier": "3.2.5",
"prettier": "3.3.3",
"typescript": "5.6.3"
},
"browserslist": {
Expand Down
1 change: 1 addition & 0 deletions src/pages/releases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,5 @@ In Sequelize 6, Oracle Database requires the installation of the [node-oracledb]
[node-oracledb]: https://www.npmjs.com/package/oracledb

[^1]: Connector libraries do not need to be installed manually anymore.

[^⚠️2]: Support for mariadb 3 has not been completed yet https://github.com/sequelize/sequelize/pull/14187
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9820,10 +9820,10 @@ prelude-ls@~1.1.2:
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
integrity sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==

prettier@3.2.5:
version "3.2.5"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.5.tgz#e52bc3090586e824964a8813b09aba6233b28368"
integrity sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==
prettier@3.3.3:
version "3.3.3"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.3.tgz#30c54fe0be0d8d12e6ae61dbb10109ea00d53105"
integrity sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==

pretty-error@^4.0.0:
version "4.0.0"
Expand Down

0 comments on commit dd52244

Please sign in to comment.