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

fix(deps): update middy-js monorepo to v5 (major) #74

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 31, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@middy/core (source) ^2.5.1 -> ^5.0.0 age adoption passing confidence
@middy/http-error-handler (source) ^2.5.1 -> ^5.0.0 age adoption passing confidence
@middy/http-json-body-parser (source) ^2.5.1 -> ^5.0.0 age adoption passing confidence
@middy/http-multipart-body-parser (source) ^2.5.1 -> ^5.0.0 age adoption passing confidence
@middy/http-urlencode-body-parser (source) ^2.5.1 -> ^5.0.0 age adoption passing confidence

Release Notes

middyjs/middy (@​middy/core)

v5.2.6

Compare Source

What's Changed
New Contributors

Full Changelog: middyjs/middy@5.2.5...5.2.6

v5.2.4

Compare Source

What's Changed

New Contributors

Full Changelog: middyjs/middy@5.2.3...5.2.4

v5.2.3

Compare Source

What's Changed
New Contributors

Full Changelog: middyjs/middy@5.2.2...5.2.3

v5.2.2

Compare Source

What's Changed
New Contributors

Full Changelog: middyjs/middy@5.2.1...5.2.2

v5.2.1

Compare Source

What's Changed

Full Changelog: middyjs/middy@5.2.0...5.2.1

v5.2.0

Compare Source

What's Changed

Full Changelog: middyjs/middy@5.1.0...5.2.0

v5.1.0

Compare Source

What's Changed
New Contributors

Full Changelog: middyjs/middy@5.0.3...5.1.0

v5.0.3

Compare Source

What's Changed

New Contributors

Full Changelog: middyjs/middy@5.0.2...5.0.3

v5.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: middyjs/middy@5.0.1...5.0.2

v5.0.1

Compare Source

What's Changed

Full Changelog: middyjs/middy@5.0.0...5.0.1

v5.0.0

Compare Source

For full details and upgrade guide see https://middy.js.org/docs/upgrade/4-5

Notable changes
  • Middy no longer support Common JS modules.
  • Deprecate Node.js v16.x.
  • Add support for Node.js v20.x.
  • Update to use TypeScript v5 along with a refactor to most packages
  • Update all errors to be consistent new Error('message', { cause: { package:'@​middy/***', data:*** } })
  • If using multiple http-*-body-parsers on the same endpoint you'll need to set { disableContentTypeError: true }
What's Changed
New Contributors

Big tanks to everyone who made this release possible!

Full Changelog: middyjs/middy@4.7.0...5.0.0

v4.7.0

Compare Source

What's Changed
  • Add ability to set default headers in http-header-normalizer / http-json-body-parser - json as default content type #​1120 @​qoomon

Full Changelog: middyjs/middy@4.6.6...4.7.0

v4.6.6

Compare Source

What's Changed
New Contributors

Full Changelog: middyjs/middy@4.6.5...4.6.6

v4.6.5

Compare Source

What's Changed
New Contributors

Full Changelog: middyjs/middy@4.6.4...4.6.5

v4.6.4

Compare Source

What's Changed

Full Changelog: middyjs/middy@4.6.3...4.6.4

v4.6.3

Compare Source

What's Changed

Full Changelog: middyjs/middy@4.6.2...4.6.3

v4.6.2

Compare Source

What's Changed

  • http-*-pody-parser now throws proper error when no headers are passed in.

Full Changelog: middyjs/middy@4.6.1...4.6.2

v4.6.1

Compare Source

What's Changed

New Contributors

Full Changelog: middyjs/middy@4.6.0...4.6.1

v4.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: middyjs/middy@4.5.5...4.6.0

v4.5.5

Compare Source

What's Changed

New Contributors

Full Changelog: middyjs/middy@4.5.4...4.5.5

v4.5.4

Compare Source

What's Changed

Full Changelog: middyjs/middy@4.5.3...4.5.4

v4.5.3

Compare Source

What's Changed

New Contributors

Full Changelog: middyjs/middy@4.5.2...4.5.3

v4.5.2

Compare Source

What's Changed

New Contributors

Full Changelog: middyjs/middy@4.5.1...4.5.2

v4.5.1

Compare Source

What's Changed

New Contributors

Full Changelog: middyjs/middy@4.5.0...4.5.1

v4.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: middyjs/middy@4.4.3...4.5.0

v4.4.3

Compare Source

What's Changed

  • Add in missing onError to cloudwatch-metrics to ensure flush
  • remove unused returns from onError in multiple middlewares

Full Changelog: middyjs/middy@4.4.2...4.4.3

v4.4.2

Compare Source

What's Changed

Full Changelog: middyjs/middy@4.4.1...4.4.2

v4.4.1

Compare Source

What's Changed
  • Add in npm provenance with sigstore @​willfarrell
  • Fix edge case: When using @middy/warmup with a middleware that had disablePrefetch:false (default) and cacheExpiry > 0 set and the first invocation was after cacheExpiry would cause an expired value to be used instead of fetching a new value. by @​willfarrell in https://github.com/middyjs/middy/pull/1051

Full Changelog: middyjs/middy@4.4.0...4.4.1

v4.4.0

Compare Source

What's Changed

Full Changelog: middyjs/middy@4.3.1...4.4.0

v4.3.1

Compare Source

What's Changed

New Contributors

Full Changelog: middyjs/middy@4.3.0...4.3.1

v4.3.0

Compare Source

A long awaited feature is finally here! You can now have your response body be a ReadableStream when used with Function URLs. Just update your Lambda config (and APIG if needed) and pass streamifyResponse: true into middy and you're ready to go!

See new documentation: https://middy.js.org/docs/intro/streamify-response

What's Changed

Full Changelog: middyjs/middy@4.2.8...4.3.0

v4.2.8

Compare Source

What's Changed

New Contributors

Full Changelog: middyjs/middy@4.2.7...4.2.8

v4.2.7

Compare Source

  • fix: When cacheExpire is positive, refresh was only triggering once.

Full Changelog: middyjs/middy@4.2.6...4.2.7

v4.2.6

Compare Source

What's Changed

New Contributors

Full Changelog: middyjs/middy@4.2.5...4.2.6

v4.2.5

Compare Source

What's Changed

New Contributors

Full Changelog: middyjs/middy@4.2.4...4.2.5

v4.2.4

Compare Source

What's Changed
New Contributors

Full Changelog: middyjs/middy@4.2.3...4.2.4

v4.2.3

Compare Source

What's Changed

New Contributors

Full Changelog: middyjs/middy@4.2.2...4.2.3

v4.2.2

Compare Source

  • update aws-embedded-metrics

Full Changelog: middyjs/middy@4.2.1...4.2.2

v4.2.1

Compare Source

Full Changelog: middyjs/middy@4.2.0...4.2.1

v4.2.0

Compare Source

What's Changed
New Contributors

Full Changelog: middyjs/middy@4.1.0...4.2.0

v4.1.0

Compare Source

Big update: New middlewares to pull configurations into your Lambda handler from AppSync, S3, and DynamoDB

What's Changed
New Contributors

Full Changelog: middyjs/middy@4.0.10...4.1.0

v4.0.10

Compare Source

What's Changed

Full Changelog: middyjs/middy@4.0.9...4.0.10

v4.0.9

Compare Source

What's Changed

New Contributors

Full Changelog: middyjs/middy@4.0.8...4.0.9

v4.0.8

Compare Source

What's Changed
New Contributors

Full Changelog: middyjs/middy@4.0.7...4.0.8

v4.0.7

Compare Source

  • Update deps to include cjs
  • Dep updates

Full Changelog: middyjs/middy@4.0.6...4.0.7

v4.0.6

Compare Source

  • Re-try publishing to resolve npm 503 Service Unavailable

Full Changelog: middyjs/middy@4.0.5...4.0.6

v4.0.5

Compare Source

Full Changelog: middyjs/middy@4.0.4...4.0.5

v4.0.4

Compare Source

What's Changed

New Contributors

Full Changelog: middyjs/middy@4.0.3...4.0.4

v4.0.3

Compare Source

What's Changed

New Contributors

Full Changelog: middyjs/middy@4.0.2...4.0.3

v4.0.2

Compare Source

  • fix regression with ajv cli usages introduced in 4.0.1

Full Changelog: middyjs/middy@4.0.1...4.0.2

v4.0.1

Compare Source

  • fix for http-content-encoding causing 500 at APIG layer #​946
  • fix for middy validator v4 throws runtime exceptions due to esm-only ajv-cmd @​JoshBarr #​947
  • remove deprecated options in validator

Full Changelog: middyjs/middy@4.0.0...4.0.1

v4.0.0

Compare Source

For full details and upgrade guide see https://middy.js.org/docs/upgrade/3-4

Notable Breaking Changes

  • Deprecate NodeJS 14
  • Add support for NodeJS 18
  • Upgrade AWS SDK to v3
  • Refactor validator

What's Changed

New Contributors

Full Changelog: middyjs/middy@3.6.2...4.0.0

v3.6.2

Compare Source

  • cloudwatch-metrics update AWS dep

Full Changelog: middyjs/middy@3.6.1...3.6.2

v3.6.1

Compare Source

  • http-router Add in missing parsing and storing of proxy

Full Changelog: middyjs/middy@3.6.0...3.6.1

v3.6.0

Compare Source

What's Changed

  • http-router now will have pathParameters parsed and attached to the event when not already. This improves use with ALB, and URL functions. @​yannickrocks

Full Changelog: middyjs/middy@3.5.0...3.6.0

v3.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: middyjs/middy@3.4.0...3.5.0

v3.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: middyjs/middy@3.3.4...3.4.0

v3.3.4

Compare Source

  • rollback back aws-embedded-metrics update

Full Changelog: middyjs/middy@3.3.3...3.3.4

v3.3.3

Compare Source

What's Changed

Full Changelog: middyjs/middy@3.3.2...3.3.3

v3.3.2

Compare Source

What's Changed

New Contributors

Full Changelog: middyjs/middy@3.3.1...3.3.2

v3.3.1

Compare Source

What's Changed

New Contributors

Full Changelog: middyjs/middy@3.3.0...3.3.1

v3.3.0

Compare Source

What's Changed

Full Changelog: middyjs/middy@3.2.2...3.3.0

v3.2.2

Compare Source

What's Changed
New Contributors

Full Changelog: middyjs/middy@3.2.1...3.2.2

v3.2.1

Compare Source

What's Changed

New Contributors

Full Changelog: middyjs/middy@3.2.0...3.2.1

v3.2.0

Compare Source

What's Changed

TypeScript

New Contributors

Full Changelog: middyjs/middy@3.1.1...3.2.0

v3.1.1

Compare Source

What's Changed

TypeScript

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from synesthesia as a code owner January 31, 2023 10:06
@renovate renovate bot force-pushed the renovate/major-middy-js-monorepo branch 2 times, most recently from ce7c0bf to 91699a1 Compare February 9, 2023 11:47
@renovate renovate bot force-pushed the renovate/major-middy-js-monorepo branch from 91699a1 to 2bb154b Compare November 15, 2023 22:52
@renovate renovate bot changed the title fix(deps): update middy-js monorepo to v4 (major) fix(deps): update middy-js monorepo to v5 (major) Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants