verful / adonis-permissions

Easily manage user roles and permissions on AdonisJS applications
MIT License
47 stars 2 forks source link

chore(deps-dev): bump @adonisjs/lucid from 18.0.0 to 18.4.0 #10

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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: https://github.com/adonisjs/lucid/compare/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: https://github.com/adonisjs/lucid/compare/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 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)
dependabot[bot] commented 1 year ago

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