Skip to content

build(deps): bump github.com/vapor/vapor from 4.102.1 to 4.106.0#16

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/swift/github.com/vapor/vapor-4.106.0
Closed

build(deps): bump github.com/vapor/vapor from 4.102.1 to 4.106.0#16
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/swift/github.com/vapor/vapor-4.106.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 7, 2024

Copy link
Copy Markdown
Contributor

Bumps github.com/vapor/vapor from 4.102.1 to 4.106.0.

Release notes

Sourced from github.com/vapor/vapor's releases.

4.105.2 - Raise error when the data expected an array but not parsed as array

What's Changed

Raise error when the data expected an array but not parsed as array by @​sidepelican in #3222

URLEncodedFormDecoder fails silently without throwing an error when attempting to decode data in the following pattern: array[0]=0&array[1]=1&array[3]=3. Now it is decoded as an empty array. Typically, a decoder throws an error when data cannot be parsed as the expected structure, so I propose modifying the decoder to throw an error in this case as well.

Reviewers

Thanks to the reviewers for their help:

This patch was released by @​ptoffy

Full Changelog: vapor/vapor@4.105.1...4.105.2

4.105.1 - Throw an error if unkeyed container is at end

What's Changed

Throw an error if unkeyed container is at end by @​supersonicbyte in #3226

Throwing an error if the unkeyed container is at end while decoding query params fixes the crash mentioned with this issue: vapor/vapor#3217

The error being thrown is DecodingError.valueNotFound and it’s matching the error thrown by JSONDecoder.

New Contributor

Reviewers

Thanks to the reviewers for their help:

This patch was released by @​0xTim

Full Changelog: vapor/vapor@4.105.0...4.105.1

4.105.0 - Support Swift 6

What's Changed

Support Swift 6 by @​0xTim in #3225

  • Drop support for Swift 5.7
  • Fix warnings in Vapor with latest Swift 6 changes
  • Fix tests on Linux nightlies

Reviewers

Thanks to the reviewers for their help:

... (truncated)

Commits
  • 1466c50 Drop Support for Swift 5.8 (#3240)
  • a4d7d4d Raise error when the data expected an array but not parsed as array (#3222)
  • 083028c Throw an error if unkeyed container is at end (#3226)
  • 287d944 Add response order pipelining test (#3228)
  • 78b1b81 Bump peter-evans/create-pull-request from 6 to 7 in the dependencies group (#...
  • 7aa836b Support Swift 6 (#3225)
  • 236025b Conditional Content Response Compression (#3215)
  • 498c5e5 Use Configured JSONEncoder in ErrorMiddleware (#3224)
  • 1da8bba fix: support capital letters in the domain part of email validation (#3211)
  • 4918dda HTTPHeaders.LastModified Public Initializer (#3216)
  • 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)

Bumps [github.com/vapor/vapor](https://github.com/vapor/vapor) from 4.102.1 to 4.106.0.
- [Release notes](https://github.com/vapor/vapor/releases)
- [Commits](vapor/vapor@4.102.1...4.106.0)

---
updated-dependencies:
- dependency-name: github.com/vapor/vapor
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Oct 7, 2024
@dependabot @github

dependabot Bot commented on behalf of github Oct 28, 2024

Copy link
Copy Markdown
Contributor Author

Superseded by #18.

@dependabot dependabot Bot closed this Oct 28, 2024
@dependabot dependabot Bot deleted the dependabot/swift/github.com/vapor/vapor-4.106.0 branch October 28, 2024 08:14
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.

0 participants