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 knex and unleash-server #42

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 11, 2023

Bumps knex to 2.4.0 and updates ancestor dependency unleash-server. These dependencies need to be updated together.

Updates knex from 0.21.21 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 unleash-server from 3.17.6 to 4.19.1

Release notes

Sourced from unleash-server's releases.

v4.19.1

🚀 New Features

Docs for Change Request: https://docs.getunleash.io/reference/change-requests

Full Changelog: Unleash/unleash@v4.19.0...v4.19.1

v4.19.0

🚀 New Features

🐞 Bug Fixes

📖 Documentation

⚙️ Chores

... (truncated)

Changelog

Sourced from unleash-server's changelog.

Changelog

4.2.0

  • ix: add default sort order for built in envs (#1076)
  • chore: mute expected test errors
  • feat: Disable password based login (#1046)
  • chore: remove console.error for tests expecting error
  • fix: lint
  • fix: legacy feature stale on/off needs to return full toggle
  • fix: bump unleash-frontend to v4.2.11
  • fix: add endpoint for fetching a single user (#1074)
  • fix: reuse message formatter for addons (#1058)
  • fix(deps): update dependency knex to v0.95.12
  • chore(deps): update dependency lint-staged to v11.2.6
  • fix: demo-auth should use /auth path
  • chore(deps): update metcalfc/changelog-generator action to v2 (#1062)
  • fix: use date-fns for date/time maths instead of (wrong) Date#setHours (#1070)
  • chore: pool min 1, max 4 DB connections & limit Jest workers to 4 (#1069)
  • chore(deps): update dependency lint-staged to v11.2.5
  • docs: minor typo
  • chore: add video to environments
  • fix: rename websitev2 to website
  • fix: Environments documentation
  • fix: place dollar sign before amount (#1066)
  • chore(deps): update typescript-eslint monorepo to v5.2.0
  • fix: removing a strategy from a toggle should only require UPDATE_FEATURE permission
  • chore(deps): update dependency lint-staged to v11.2.4
  • Chore: rework docker-postgres.sh to be cross-platform (#1037)
  • chore(deps): update dependency eslint to v8.1.0
  • chore(deps): update dependency @​types/js-yaml to v4.0.4
  • chore(deps): update dependency ts-node to v10.4.0
  • fix: bump unleash-frontend to 4.2.10
  • Update feature-toggle-types.md
  • fix: bump unleash-frontend to 4.2.9
  • fix: Only trigger environment enabled/disabled events if different f… (#1053)
  • chore(deps): update dependency eslint to v8 (#1012)
  • fix: simplify how we update projects
  • fix: Remove duplicate FEATURE_METADATA_UPDATED from events list for webhook addon (#1052)
  • fix: only send FEATURE_UPDATED for legacy (#1054)
  • fix(deps): update docusaurus monorepo to v2.0.0-beta.8 (#1057)
  • chore(deps): update dependency ts-node to v10.3.1
  • fix: bump unleash-frontend to 4.2.8
  • chore(deps): update typescript-eslint monorepo to v5 (#1018)
  • fix: add constraint for changing project. (#1049)
  • fix: only add project environments if enabled (#1050)
  • chore(deps): update dependency husky to v7.0.4
  • fix: bump unleash-frontend to 4.2.7
  • fix: Create a apiuser for demo auth. (#1045)
  • add try-catch to demo auth middleware (#1044)

... (truncated)

Commits
  • 5bef9bb 4.19.1
  • f4480d5 remove change request flag (#2703)
  • 97cf3cd 4.19.0
  • 90f0d66 fix: disable networkView for dev, fail more gracefully (#2701)
  • dc8a369 Docs: update availability notice for sso keycloak group sync
  • 2e615cd refresh change request, add conflict margin, set time ago (#2700)
  • 23094b0 feat: first draft of chart for instance traffic in frontend (#2670)
  • 8e5ca35 fix: allow publish-new-version action to run from branch (#2698)
  • e716ddc 4.19.0-beta.2
  • 34c12c8 fix: adjust db-pool for test to use max=4
  • Additional commits viewable in compare view

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [knex](https://github.com/knex/knex) to 2.4.0 and updates ancestor dependency [unleash-server](https://github.com/unleash/unleash). These dependencies need to be updated together.


Updates `knex` from 0.21.21 to 2.4.0
- [Release notes](https://github.com/knex/knex/releases)
- [Changelog](https://github.com/knex/knex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/knex/knex/commits/2.4.0)

Updates `unleash-server` from 3.17.6 to 4.19.1
- [Release notes](https://github.com/unleash/unleash/releases)
- [Changelog](https://github.com/Unleash/unleash/blob/main/CHANGELOG.md)
- [Commits](Unleash/unleash@v3.17.6...v4.19.1)

---
updated-dependencies:
- dependency-name: knex
  dependency-type: indirect
- dependency-name: unleash-server
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 11, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 27, 2023

Superseded by #45.

@dependabot dependabot bot closed this Mar 27, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/knex-and-unleash-server-2.4.0 branch March 27, 2023 11:39
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
Development

Successfully merging this pull request may close these issues.

0 participants