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

fix(deps): update all non-major dependencies #136

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 4, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sequelize/core (source) 7.0.0-alpha.37 -> 7.0.0-alpha.43 age adoption passing confidence
@types/react (source) ^18.3.11 -> ^18.3.12 age adoption passing confidence
mariadb ^3.3.2 -> ^3.4.0 age adoption passing confidence
postcss (source) ^8.4.47 -> ^8.4.49 age adoption passing confidence
sequelize (source) ^6.37.3 -> ^6.37.5 age adoption passing confidence
tailwindcss (source) ^3.4.13 -> ^3.4.15 age adoption passing confidence
tslib (source) ^2.7.0 -> ^2.8.1 age adoption passing confidence

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
  • mssql: add ability to use instanceName in connection-manager config (#​17432) (b2e0d69)

v7.0.0-alpha.41

Compare Source

Bug Fixes

v7.0.0-alpha.40

Compare Source

Highlights
  • Dialects have been moved to their own packages. Please see our upgrade guide to see how to initialize Sequelize
Bug Fixes
Features
BREAKING CHANGES
  • db2, ibmi, snowflake and sqlite do not accept the url option anymore
  • The sequelize constructor only accepts a single parameter: the option bag. All other signatures have been removed.
  • Setting the sequelize option to a string representing a URL has been replaced with the "url" option.
  • The 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.
  • All dialect-specific options changed. This includes at least some credential options that changed.
  • Which dialect-specific option can be used is allow-listed to ensure they do not break Sequelize
  • The sequelize pool is not on the connection manager anymore. It is now directly on the sequelize instance and can be accessed via sequelize.pool
  • The sequelize.config field has been removed. Everything related to connecting to the database has been normalized to sequelize.options.replication.write (always present) and sequelize.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, use sequelize.rawOptions
  • The default sqlite database is not ':memory:' anymore, but sequelize.sqlite in your current working directory.
  • Setting the sqlite database to a temporary database like ':memory:' or '' requires configuring the pool to behave like a singleton, and disallowed read replication
  • The match option is no longer supported by sequelize.sync. If you made use of this feature, let us know so we can design a better alternative.
  • The dialectModulePath has been fully removed to improve compatibility with bundlers.
  • The 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 accepts pgModule. @sequelize/mssql now accepts tediousModule
  • Instead of installing the pg package, users need to install @sequelize/postgres.
  • Instead of installing the tedious package, users need to install @sequelize/mssql.
  • Instead of installing the odbc package, users need to install @sequelize/db-ibmi.
  • Instead of installing mysql2, users need to install @sequelize/mysql.
  • Instead of installing the mariadb package, users need to install @sequelize/mariadb.
  • Instead of installing the ibm_db package, users need to install @sequelize/db2.
  • Instead of installing the snowflake-sdk package, users need to install @sequelize/snowflake.

v7.0.0-alpha.39

Compare Source

Bug Fixes
Features

v7.0.0-alpha.38

Compare Source

Bug Fixes
Features
  • add @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)
  • implement Model._UNSTABLE_destroyMany (#​17031) (1fead8a)
  • postgres: add MACADDR8 DataType (#​17059) (c64b3c2)
Breaking Changes
  • remove TableNameOrModel in favor of TableOrModel (#​17080) (dfc90b8)
  • refactor transaction methods (#​16903) (ed47bcb)
  • Many internal utilities that were previously exposed have been moved to the @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

v8.4.48

Compare Source

  • Fixed position calculation in error/warnings methods (by @​romainmenke).
tailwindlabs/tailwindcss (tailwindcss)

v3.4.15

Compare Source

  • Bump versions for security vulnerabilities (#​14697)
  • Ensure the TypeScript types for the boxShadow theme configuration allows arrays (#​14856)
  • Set fallback for opacity variables to ensure setting colors with the selection:* variant works in Chrome 131 (#​15003)

v3.4.14

Compare Source

Fixed
  • Don't set display: none on elements that use hidden="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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 4, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from d6625c2 to 935b44f Compare October 9, 2024 01:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from c9c6a66 to 20505d9 Compare October 19, 2024 03:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 70394f4 to adb5121 Compare October 28, 2024 23:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 52a70db to 608057c Compare November 4, 2024 23:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 779e566 to d4ff556 Compare November 6, 2024 23:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 59cebca to 0afd906 Compare November 11, 2024 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants