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-dev): bump @adonisjs/lucid from 18.0.0 to 18.4.0 #10

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 30, 2023

Bumps @adonisjs/lucid from 18.0.0 to 18.4.0.

Release notes

Sourced from @​adonisjs/lucid's releases.

Add support for disabling locks during migrations

  • docs(README): update github actions badge url 5562cef
  • chore: update knex-dynamic-connection package version 0e51132
  • ci: not running mssql tests on node 14 as tedious does not support it ecb7d77
  • style: format source code 92f0de6
  • chore: update dependencies f59ef9e
  • refactor: update disable-locks flag description 05f28e4
  • feat: add disable-locks flag (#932) 9bf8f24
  • Use import type for importing type (#922) 8955b12

What's Changed

New Contributors

Full Changelog: adonisjs/lucid@v18.3.0...v18.4.0

Add truncating test util

Documentation - https://docs.adonisjs.com/guides/testing/introduction#truncate-database-after-each-run-cycle

Commits

  • chore: use typescript 4.8 1db0c74
  • chore: use typescript 4.8 a5f03b6
  • chore(package): update dependencies 55799a5
  • Add db:truncate command with TestUtils helper (#889) 215631e
  • test: remove pin from test 6afea22
  • chore: update dependencies 72d869d

PR's

Full Changelog: adonisjs/lucid@v18.2.0...v18.3.0

Allow ignoring tables when running db:wipe command

A database might have certain tables not controlled/managed by AdonisJS migrations, therefore you would not want them to the dropped during the db:wipe command. The wipe.ignoreTables config property allows you to define an array of tables to ignore

Commits

  • refactor: install mysql2 driver for mysql database ba74a38
  • feat: add wipe.ignoreTables config (#881) af78689
  • chore: revert commits related to #847 8c92165
  • fix: when ignoredTables is empty ed1596a
  • feat: implement ignoreTables for mssql 258a40c
  • feat: implement ignoreTables for sqlite 396cb88
  • refactor: move dontDrop property to wipe.ignoreTables in SharedConfigNode bbe2335
  • test: drop table that cause test to fails bad682c

... (truncated)

Commits
  • 7e01150 chore(release): 18.4.0
  • 5562cef docs(README): update github actions badge url
  • 0e51132 chore: update knex-dynamic-connection package version
  • ecb7d77 ci: not running mssql tests on node 14 as tedious does not support it
  • 92f0de6 style: format source code
  • f59ef9e chore: update dependencies
  • 05f28e4 refactor: update disable-locks flag description
  • 9bf8f24 feat: add disable-locks flag (#932)
  • 8955b12 Use import type for importing type (#922)
  • cbd0664 chore(release): 18.3.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@adonisjs/lucid](https://github.com/adonisjs/lucid) from 18.0.0 to 18.4.0.
- [Release notes](https://github.com/adonisjs/lucid/releases)
- [Commits](adonisjs/lucid@v18.0.0...v18.4.0)

---
updated-dependencies:
- dependency-name: "@adonisjs/lucid"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 30, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 31, 2023

Looks like @adonisjs/lucid is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Aug 31, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/adonisjs/lucid-18.4.0 branch August 31, 2023 00:20
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