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

meta: update dependency prettier to v3.3.3 #757

Merged
merged 2 commits into from
Oct 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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