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

Bump sql-lint from 0.0.15 to 1.0.0 in /dependencies #476

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 20, 2022

Bumps sql-lint from 0.0.15 to 1.0.0.

Release notes

Sourced from sql-lint's releases.

v1.0.0

We're finally moving out of major version zero now that we consider sql-lint stable.

Only one small thing has been added into this release but it was the right time to bump the version.

Changes

  • ignore-errors is now a cli option
    • Previously this was only a valid value in config.json but it makes sense to be able to pass it via the command line too. You can read about this flag in the docs but here's an example of usage: sql-lint --ignore-errors=trailing-whitespace some-sql-file.sql

Enjoy! And thanks for being super patient while I neglect and then spend time on this project sporadically <3

v0.0.20

A few small bug fixes in this release

  • SEQUENCE is now a valid option for postgres' ALTER statements
  • ignore-errors in config.json is now respected. The implementation was there previously but ignored for some reason
  • sql-lint no longer hangs on unresolved promises when used programmatically

Generate .d.ts declaration files for programmatic access

No release notes provided.

v0.0.18

Adds programmatic access to sql-lint so you can lint your SQL within JS/TS.

v0.0.17

  • Adds support for Mysql 8

v0.0.16

  • Adds a test to check for trailing whitespace
  • sql-lint no longer aborts on error if piped via stdin (this is useful when used in a text editor, it won't bail out on an invalid file anymore, or it will at least try to continue)
  • SCHEMA is now a valid create option
  • TYPE is a valid create option for Postgres
  • ROLE is now a valid option
  • Much improved driver support
    • The checks are now driver independent so we can get finer grained control between the checks per driver (Mysql/Postgres etc...)
    • Scaffolding is also in place to allow for new drivers to be added since this is a major bottleneck
Commits

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 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 [sql-lint](https://github.com/joereynolds/sql-lint) from 0.0.15 to 1.0.0.
- [Release notes](https://github.com/joereynolds/sql-lint/releases)
- [Commits](joereynolds/sql-lint@v0.0.15...v1.0.0)

---
updated-dependencies:
- dependency-name: sql-lint
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 20, 2022
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
Projects
None yet
0 participants