Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2024

Bumps the swift-dependencies group with 1 update: github.com/vapor/vapor.

Updates github.com/vapor/vapor from 4.105.0 to 4.105.2

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

Commits
  • 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 (#...
  • See full diff 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update Swift_package_manager code labels Sep 9, 2024
@cla-bot cla-bot bot added the cla-signed label Sep 9, 2024
Bumps the swift-dependencies group with 1 update: [github.com/vapor/vapor](https://github.com/vapor/vapor).


Updates `github.com/vapor/vapor` from 4.105.0 to 4.105.2
- [Release notes](https://github.com/vapor/vapor/releases)
- [Commits](vapor/vapor@4.105.0...4.105.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@finestructure finestructure force-pushed the dependabot/swift/swift-dependencies-f97644a5db branch from 71f1d6c to 68f8568 Compare September 9, 2024 06:01
@finestructure finestructure merged commit a770e72 into main Sep 9, 2024
5 checks passed
@finestructure finestructure deleted the dependabot/swift/swift-dependencies-f97644a5db branch September 9, 2024 06:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update Swift_package_manager code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant