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

chore(deps): update dependency knex to v3 #876

Merged
merged 1 commit into from
Dec 17, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 9, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
knex (source) ^2.5.1 -> ^3.1.0 age adoption passing confidence

Release Notes

knex/knex (knex)

v3.1.0

Compare Source

Bug fixes
  • andWhereNotJsonObject calling wrong function (#​5683)
  • PostgreSQL: fix error when setting query_timeout (#​5673)
  • MySQL: Missing comments on delete, update and insert (#​5738)
  • MySQL: Fixed issue with bigincrements not working with composite primary key - #​5341 (#​5343)
Types
  • Add type definitions for orHavingNull and orHavingNotNull (#​5669)
  • Import knex as type in TS migration template (#​5741)
  • Fix conditional constraint error (#​5747)
  • PostgreSQL: Fix typing to reflect pg typing change (#​5647)
New features
  • Add transactor.parentTransaction (#​5567)
  • MySQL: Added implementation for upsert (#​5743)
  • Oracle: Support Object Names Greater than 30 Characters for Oracle DB Versions 12.2 and Greater (#​5197)

v3.0.1

Compare Source

  • Fix broken release

v3.0.0

Compare Source

  • Fix raw bindings typing (#​5401)
  • Fix migrate:unlock when used with custom identifier wrapping. (#​5353)
  • Fix driver options specified with .options() method being ignored for oracledb dialect (#​5123)
  • Drop compatibility for Node < 16
  • Fix knex d.ts to work with mixed modules (#​5659)
  • Fix Lexical error from "Instaed" to "Instead" (#​5655)
Bug fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code prod-dependencies labels Oct 9, 2023
@github-actions
Copy link

github-actions bot commented Oct 9, 2023

Dependency Review

✅ No vulnerabilities or license issues found.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA fa3afd6.
Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.

Scanned Manifest Files

package-lock.json
package.json
  • knex@^3.1.0
  • knex@^2.5.1

@renovate renovate bot force-pushed the renovate/knex-3.x branch 2 times, most recently from d298a5a to ed80696 Compare October 16, 2023 14:29
@renovate renovate bot force-pushed the renovate/knex-3.x branch 3 times, most recently from e0d4371 to b88cc65 Compare October 24, 2023 22:43
@renovate renovate bot force-pushed the renovate/knex-3.x branch 2 times, most recently from ce9f0d0 to 7f4d066 Compare November 6, 2023 06:03
Copy link

sonarcloud bot commented Dec 11, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Copy link

codecov bot commented Dec 11, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (7b16cbd) 99.28% compared to head (fa3afd6) 99.28%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #876   +/-   ##
=======================================
  Coverage   99.28%   99.28%           
=======================================
  Files          20       20           
  Lines        1260     1260           
  Branches       67       67           
=======================================
  Hits         1251     1251           
  Misses          9        9           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@myrotvorets-team myrotvorets-team merged commit b162ea1 into master Dec 17, 2023
14 checks passed
@myrotvorets-team myrotvorets-team deleted the renovate/knex-3.x branch December 17, 2023 18:45
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 javascript Pull requests that update Javascript code prod-dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant