fix(deps): update all non-major dependencies #136
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.0.0-alpha.37
->7.0.0-alpha.43
^18.3.11
->^18.3.12
^3.3.2
->^3.4.0
^8.4.47
->^8.4.49
^6.37.3
->^6.37.5
^3.4.13
->^3.4.15
^2.7.0
->^2.8.1
Release Notes
sequelize/sequelize (@sequelize/core)
v7.0.0-alpha.43
Compare Source
Bug Fixes
Features
v7.0.0-alpha.42
Compare Source
Bug Fixes
v7.0.0-alpha.41
Compare Source
Bug Fixes
BaseSqlExpression
a unique class (#17158) (6a5ea6c)v7.0.0-alpha.40
Compare Source
Highlights
Bug Fixes
url
option based on the dialect (#17252) (f05281c)bulkDeleteQuery
supported options (#17191) (c53fd01)Features
ModelRepository#_UNSTABLE_bulkDestroy
and manualON DELETE
handling (#17078) (45ac01a)@sequelize/cli
as a replacement forsequelize-cli
(#17195) (ec00aed)seed generate
command (#17262) (b07ad40)@sequelize/db2
package (#17197) (6aa4ced)@sequelize/postgres
package (#17190) (721d560)@sequelize/mssql
package (#17206) (8631f5a), closes #17206@sequelize/db2-ibmi
package (#17209) (21772a5), closes #17209@sequelize/mysql
package (#17202) (5c7830e), closes #17202@sequelize/mariadb
package (#17198) (46ea159), closes #17198BREAKING CHANGES
db2
,ibmi
,snowflake
andsqlite
do not accept theurl
option anymore"url"
option.dialectOptions
option has been removed. All options that were previously in that object can now be set at the root of the option bag, like all other options.sequelize.pool
sequelize.config
field has been removed. Everything related to connecting to the database has been normalized tosequelize.options.replication.write
(always present) andsequelize.options.replication.read
(only present if read-replication is enabled)sequelize.options
is now fully frozen. It is no longer possible to modify the Sequelize options after the instance has been created.sequelize.options
is a normalized list of option. If you wish to access the options that were used to create the sequelize instance, usesequelize.rawOptions
':memory:'
anymore, butsequelize.sqlite
in your current working directory.':memory:'
or''
requires configuring the pool to behave like a singleton, and disallowed read replicationmatch
option is no longer supported bysequelize.sync
. If you made use of this feature, let us know so we can design a better alternative.dialectModulePath
has been fully removed to improve compatibility with bundlers.dialectModule
option has been split into multiple options. Each option is named after the npm library that is being replaced. For instance,@sequelize/postgres
now acceptspgModule
.@sequelize/mssql
now acceptstediousModule
pg
package, users need to install@sequelize/postgres
.tedious
package, users need to install@sequelize/mssql
.odbc
package, users need to install@sequelize/db-ibmi
.mysql2
, users need to install@sequelize/mysql
.mariadb
package, users need to install@sequelize/mariadb
.ibm_db
package, users need to install@sequelize/db2
.snowflake-sdk
package, users need to install@sequelize/snowflake
.v7.0.0-alpha.39
Compare Source
Bug Fixes
exports
TypeScript resolution (#17181) (23a0cb4)Features
v7.0.0-alpha.38
Compare Source
Bug Fixes
Features
@sequelize/utils
package. This package still needs to be improved but is meant to be a general-purpose utility library, not specific to Sequelize (#17168) (1d96a59)Model._UNSTABLE_destroyMany
(#17031) (1fead8a)MACADDR8
DataType (#17059) (c64b3c2)Breaking Changes
TableNameOrModel
in favor ofTableOrModel
(#17080) (dfc90b8)@sequelize/utils
package as part of their public API.mariadb-corporation/mariadb-connector-nodejs (mariadb)
v3.4.0
Compare Source
Full Changelog
postcss/postcss (postcss)
v8.4.49
Compare Source
source.offset
(by @romainmenke).v8.4.48
Compare Source
tailwindlabs/tailwindcss (tailwindcss)
v3.4.15
Compare Source
boxShadow
theme configuration allows arrays (#14856)selection:*
variant works in Chrome 131 (#15003)v3.4.14
Compare Source
Fixed
display: none
on elements that usehidden="until-found"
(#14625)Microsoft/tslib (tslib)
v2.8.1
Compare Source
v2.8.0
Compare Source
What's Changed
Full Changelog: microsoft/tslib@v2.7.0...v2.8.0
Configuration
📅 Schedule: Branch creation - "before 6am" in timezone Asia/Jakarta, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.