Bumps knex to 2.4.0 and updates ancestor dependency directus. These dependencies need to be updated together.
Updates knex from 0.21.19 to 2.4.0
Release notes
Sourced from knex's releases.
2.4.0
New features:
- Support partial unique indexes #5316
- Make compiling SQL in error message optional #5282
Bug fixes
- Insert array into json column #5321
- Fix unexpected max acquire-timeout #5377
- Fix: orWhereJson #5361
- MySQL: Add assertion for basic where clause not to be object or array #1227
- SQLite: Fix changing the default value of a boolean column in SQLite #5319
Typings:
- add missing type for 'expirationChecker' on PgConnectionConfig #5334
2.3.0
New features:
- PostgreSQL: Explicit jsonb support for custom pg clients #5201
- SQLite: Support returning with sqlite3 and better-sqlite3 #5285
- MSSQL: Implement mapBinding mssql dialect option #5292
Typings:
- Update types for TS 4.8 #5279
- Fix typo #5267
- Fix WhereJsonObject withCompositeTableType #5306
- Fix AnalyticFunction type #5304
- Infer specific column value type in aggregations #5297
2.2.0
New features:
- Inline primary key creation for postgres flavours #5233
- SQLite: Add warning for undefined connection file #5223
- MSSQL: Add JSON parameter support for connection #5200
Bug fixes:
- PostgreSQL: add primaryKey option for uuid #5212
Typings:
- Add promisable and better types #5222
- Update raw query bind parameter type #5208
2.1.0 - 26 May, 2022
... (truncated)
Changelog
Sourced from knex's changelog.
2.4.0 - 06 January, 2022
New features:
- Support partial unique indexes #5316
- Make compiling SQL in error message optional #5282
Bug fixes
- Insert array into json column #5321
- Fix unexpected max acquire-timeout #5377
- Fix: orWhereJson #5361
- MySQL: Add assertion for basic where clause not to be object or array #1227
- SQLite: Fix changing the default value of a boolean column in SQLite #5319
Typings:
- add missing type for 'expirationChecker' on PgConnectionConfig #5334
2.3.0 - 31 August, 2022
New features:
- PostgreSQL: Explicit jsonb support for custom pg clients #5201
- SQLite: Support returning with sqlite3 and better-sqlite3 #5285
- MSSQL: Implement mapBinding mssql dialect option #5292
Typings:
- Update types for TS 4.8 #5279
- Fix typo #5267
- Fix WhereJsonObject withCompositeTableType #5306
- Fix AnalyticFunction type #5304
- Infer specific column value type in aggregations #5297
2.2.0 - 19 July, 2022
New features:
- Inline primary key creation for postgres flavours #5233
- SQLite: Add warning for undefined connection file #5223
- MSSQL: Add JSON parameter support for connection #5200
Bug fixes:
- PostgreSQL: add primaryKey option for uuid #5212
Typings:
- Add promisable and better types #5222
... (truncated)
Commits
Updates directus from 9.0.0-rc.64 to 9.14.1
Release notes
Sourced from directus's releases.
v9.14.1 (July 8, 2022)
🐛 Bug Fixes
Directus refs/tags/v9.14.1
v9.14.0 (July 7, 2022)
✨ New Features
🚀 Improvements
🐛 Bug Fixes
... (truncated)
Changelog
Sourced from directus's changelog.
Changelog
Changes marked with a ⚠️ contain potential breaking changes depending on your use of the package.
v9.22.0 (December 21, 2022)
⚠️ Notice
Node Version
Directus requires NodeJS LTS. As of this release, that is Node 18. Our Docker image has been updated to Node 18. If
you're running Directus in any other way, make sure that your environment is using Node 18.
File Storage
The file storage and metadata abstraction services have been replaced. The Directus app / api are backwards compatible,
but you will have to replace your usage of @directus/drive if you were relying on that package separately.
✨ New Features
🚀 Improvements
🐛 Bug Fixes
... (truncated)
Commits
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)
@dependabot use these labels will set the current labels as the default for future PRs for this repo and language
@dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
@dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
@dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
Bumps knex to 2.4.0 and updates ancestor dependency directus. These dependencies need to be updated together.
Updates
knexfrom 0.21.19 to 2.4.0Release notes
Sourced from knex's releases.
... (truncated)
Changelog
Sourced from knex's changelog.
... (truncated)
Commits
Updates
directusfrom 9.0.0-rc.64 to 9.14.1Release notes
Sourced from directus's releases.
... (truncated)
Changelog
Sourced from directus's changelog.
... (truncated)
Commits
398839bv9.14.1c3a19c4Terminate Directus if OpenID discovery fails (#14287)9d094efFix filename charset for uploaded files (#14286)c21ea3aUnit tests for migrations/run.ts (#10485)49f386fEnable caching for App assets (#9191)227bfa8Check if a date string is valid ISO8601 before parsing it (#14127)e14a6eaEmitter emits event in the meta (#14203)49aab29prevent parseJSON converting strings to numbers (#14057)f971eb4Add emitEvents flag to item reads in service (#14164)2607037Fixes: No notification being created when sendmail fails. (#14131)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.