Skip to content
This repository has been archived by the owner on Aug 12, 2021. It is now read-only.

Bump typera-express from 1.0.0 to 2.4.1 #124

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

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented May 31, 2021

Bumps typera-express from 1.0.0 to 2.4.1.

Release notes

Sourced from typera-express's releases.

v2.4.1

What’s Changed

🐛 Bug Fixes

v2.4.0

What’s Changed

🚀 Features

v2.3.0

What’s Changed

🚀 Features

v2.2.1

What’s Changed

🐛 Bug Fixes

  • wrapNative: Add support for middleware that replace res.end (#102) @​akheron

v2.2.0

What’s Changed

🚀 Features

  • Add experimental support for Express middleware: Middleware.wrapNative() (#75) @​akheron

🐛 Bug Fixes

  • Allow ChainedMiddleware to access the request base (#76) @​akheron

v2.1.0

What’s Changed

🚀 Features

v2.0.0

BREAKING CHANGES

  • Requires TypeScript 4.1 or newer

... (truncated)

Changelog

Sourced from typera-express's changelog.

Changelog

Release notes for new releases are in GitHub releases.

2.0.0

BREAKING CHANGES

  • Requires TypeScript 4.1 or newer
  • Remove dhe deprecated routeHandler(), run(), Parser.routeParams() and Parser.routeParamsP() functions.
  • Remvove the deprecated function chaining syntax for defining routes
  • Remove URL.int() and URL.str() in favor of path patterns and conversions

New features

  • Type-safe support for path patterns like '/user/:id(num)/foo/:bar(custom)'
  • Support for registering custom route parameter conversions with route.useParamConversions()
Commits
  • 1374868 v2.4.1
  • 083e6ee Bump vulnerable transitive deps
  • de06422 Export the Router type
  • 9942dca Bump @​types/express from 4.17.11 to 4.17.12
  • 6c81871 Bump concurrently from 6.1.0 to 6.2.0
  • 748d56a Bump @​typescript-eslint/eslint-plugin from 4.24.0 to 4.25.0
  • 94e918e Bump @​typescript-eslint/parser from 4.24.0 to 4.25.0
  • fb3432e Bump eslint from 7.26.0 to 7.27.0
  • 67691c4 Bump express-session from 1.17.1 to 1.17.2
  • e208dce Bump @​typescript-eslint/eslint-plugin from 4.23.0 to 4.24.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.

If all status checks pass Dependabot will automatically merge this pull request.


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
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 31, 2021
@dependabot-preview
Copy link
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/typera-express-2.4.1 branch from c1deca5 to 25f57a6 Compare June 28, 2021 03:44
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/typera-express-2.4.1 branch from 25f57a6 to 505775d Compare July 26, 2021 03:44
Bumps [typera-express](https://github.com/akheron/typera) from 1.0.0 to 2.4.1.
- [Release notes](https://github.com/akheron/typera/releases)
- [Changelog](https://github.com/akheron/typera/blob/main/CHANGELOG.old.md)
- [Commits](akheron/typera@v1.0.0...v2.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/typera-express-2.4.1 branch from 505775d to 7aeb94e Compare August 2, 2021 03:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants