Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2024

Bumps @feathersjs/express from 4.5.15 to 5.0.14.

Release notes

Sourced from @​feathersjs/express's releases.

v5.0.14

5.0.14 (2024-01-05)

Bug Fixes

  • generators: Harden mongodb.js to reliably extract database from any connection string (#3264) (7b0f82c)
  • knex: Add Error Handler to knex _update function (#3371) (210f103)
  • schema: Fix setting dispatch on existing nested objects (#3380) (04efd5a)

v5.0.13

5.0.13 (2023-12-29)

Note: Version bump only for package feathers

v5.0.12

5.0.12 (2023-11-28)

Bug Fixes

  • allow _patch to modify the entire base schema (#3300) (0f41622)
  • authentication-client: Allow to abort fetch (#3310) (ff3e104)
  • express: Re-export Router (#3349) (0cbdb03)
  • generators: use export type vs export (#3246) (82d30fd)
  • knex: Add includeTriggerModifications for MSSQL support (#3355) (cbe44b0)
  • schema: Allow $in and $nin queries to work for arrays (#3352) (677c214)
  • schema: Remove undefined $select when using resolveResult hook (#3354) (c43e009)
  • transport-commons: Allow case insensitive route lookups (#3353) (a4a5ab6)

v5.0.11

5.0.11 (2023-10-11)

Bug Fixes

  • client: Replace placeholders in URL with route params (#3270) (a0624eb)
  • core: context.path is now typed correctly (#3303) (ff18b3f)
  • knex: Update all dependencies and Knex peer (#3308) (d2f9860)
  • memory: Ensure correct pagination totals (#3307) (c59e1b8)
  • schema: HookContext is now typed in schema (#3306) (65fab86)

v5.0.10

5.0.10 (2023-10-03)

Bug Fixes

  • authentication-oauth: Move Grant error handling to the correct spot (#3297) (e9c0828)
  • schema: Add typescript as peerDependency (#3287) (cb562ee)

... (truncated)

Changelog

Sourced from @​feathersjs/express's changelog.

5.0.14 (2024-01-05)

Note: Version bump only for package @​feathersjs/express

5.0.13 (2023-12-29)

Note: Version bump only for package @​feathersjs/express

5.0.12 (2023-11-28)

Bug Fixes

5.0.11 (2023-10-11)

Bug Fixes

  • knex: Update all dependencies and Knex peer (#3308) (d2f9860)

5.0.10 (2023-10-03)

Note: Version bump only for package @​feathersjs/express

5.0.9 (2023-09-27)

Note: Version bump only for package @​feathersjs/express

5.0.8 (2023-07-19)

Note: Version bump only for package @​feathersjs/express

5.0.7 (2023-07-14)

Note: Version bump only for package @​feathersjs/express

5.0.6 (2023-06-15)

Note: Version bump only for package @​feathersjs/express

5.0.5 (2023-04-28)

Note: Version bump only for package @​feathersjs/express

5.0.4 (2023-04-12)

Bug Fixes

  • Make sure all Readme files are up to date (#3154) (a5f0b38)

... (truncated)

Commits
  • 43e7526 chore(release): publish v5.0.14
  • 550b09a chore(dependencies): Update dependencies (#3378)
  • 486f4e7 chore(release): publish v5.0.13
  • 9936185 chore(dependencies): Update all dependencies (#3374)
  • 7fd8300 chore: Fix website build and disable language selection (#3367)
  • 9e0aadc chore(release): publish v5.0.12
  • 0cbdb03 fix(express): Re-export Router (#3349)
  • 42120ea chore(dependencies): Update all dependencies (#3348)
  • 9129481 chore(release): publish v5.0.11
  • d2f9860 fix(knex): Update all dependencies and Knex peer (#3308)
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 6, 2024
@dependabot dependabot bot requested a review from berviantoleo January 6, 2024 01:55
Copy link

@mergify mergify bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatically approving dependabot

Bumps [@feathersjs/express](https://github.com/feathersjs/feathers/tree/HEAD/packages/express) from 4.5.15 to 5.0.14.
- [Release notes](https://github.com/feathersjs/feathers/releases)
- [Changelog](https://github.com/feathersjs/feathers/blob/dove/packages/express/CHANGELOG.md)
- [Commits](https://github.com/feathersjs/feathers/commits/v5.0.14/packages/express)

---
updated-dependencies:
- dependency-name: "@feathersjs/express"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/feathersjs/express-5.0.14 branch from bf13311 to 2e4ccb3 Compare January 6, 2024 02:00
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jan 6, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 27, 2024

Superseded by #1273.

@dependabot dependabot bot closed this Jan 27, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/feathersjs/express-5.0.14 branch January 27, 2024 01:22
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.

2 participants