Skip to content

Commit dd52244

Browse files
meta: update dependency prettier to v3.3.3 (#757)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Rik Smale <13023439+WikiRik@users.noreply.github.com>
1 parent 2b74f92 commit dd52244

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

docs/models/data-types.mdx

+3
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ A ❌ means the dialect does not support that DataType.
8888
</DialectTableFilter>
8989

9090
[^ints-1]: When an int type is not available, Sequelize uses a bigger int type.
91+
9192
[^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.
93+
9294
[^mssql-1]: `TINYINT` in SQL Server is unsigned. `DataTypes.TINYINT.UNSIGNED` therefore maps to `TINYINT`, and `DataTypes.TINYINT` maps to `SMALLINT`.
9395

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

132134
[^sqlite-3]: Unlike other dialects, in SQLite, `REAL` is a double-precision floating point number type.
135+
133136
[^snowflake-1]: Unlike other dialects, in Snowflake, `FLOAT` is a double-precision floating point number type.
134137

135138
:::info

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"eslint-plugin-react-hooks": "5.0.0",
5353
"husky": "9.1.6",
5454
"lint-staged": "15.2.10",
55-
"prettier": "3.2.5",
55+
"prettier": "3.3.3",
5656
"typescript": "5.6.3"
5757
},
5858
"browserslist": {

src/pages/releases.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,5 @@ In Sequelize 6, Oracle Database requires the installation of the [node-oracledb]
165165
[node-oracledb]: https://www.npmjs.com/package/oracledb
166166

167167
[^1]: Connector libraries do not need to be installed manually anymore.
168+
168169
[^⚠️2]: Support for mariadb 3 has not been completed yet https://github.com/sequelize/sequelize/pull/14187

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -9820,10 +9820,10 @@ prelude-ls@~1.1.2:
98209820
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
98219821
integrity sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==
98229822

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

98289828
pretty-error@^4.0.0:
98299829
version "4.0.0"

0 commit comments

Comments
 (0)