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

Bump aws-sdk-s3 from 1.119.2 to 1.120.0 #24401

Merged
merged 1 commit into from
Apr 5, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2023

Bumps aws-sdk-s3 from 1.119.2 to 1.120.0.

Changelog

Sourced from aws-sdk-s3's changelog.

1.120.0 (2023-03-31)

  • Feature - Documentation updates for Amazon S3
Commits

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 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 [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.119.2 to 1.120.0.
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

---
updated-dependencies:
- dependency-name: aws-sdk-s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Apr 3, 2023
@ClearlyClaire ClearlyClaire merged commit 60602fd into main Apr 5, 2023
@ClearlyClaire ClearlyClaire deleted the dependabot/bundler/aws-sdk-s3-1.120.0 branch April 5, 2023 11:26
ClearlyClaire added a commit to glitch-soc/mastodon that referenced this pull request Apr 9, 2023
* Bump addressable from 2.8.1 to 2.8.2 (mastodon#24392)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump typescript from 4.9.5 to 5.0.3 (mastodon#24398)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add typechecking in CI (mastodon#24405)

* HTML string attributes set as booleans (mastodon#24408)

* Ensure tabIndex is number instead of string (mastodon#24409)

* Fix styling regressions from RTL layout refactor (mastodon#24415)

* Enable Stylelint property-no-unknown (mastodon#24404)

* SUBMIT doesn't exist on XMLHttpRequest (mastodon#24423)

* Set marginRight as string (mastodon#24422)

* Update display_media typing to string (mastodon#24416)

* Bump aws-sdk-s3 from 1.119.2 to 1.120.0 (mastodon#24401)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump capybara from 3.38.0 to 3.39.0 (mastodon#24395)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump puma from 6.1.1 to 6.2.1 (mastodon#24402)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump rubocop from 1.48.1 to 1.49.0 (mastodon#24387)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix height of announcements not being updated when using reduced animations (mastodon#24354)

* Check for missing JSON translations (mastodon#24338)

* Fix user archive takeouts when using OpenStack Swift (mastodon#24431)

* Fix DevContainer post-create warnings (mastodon#23977)

* New Crowdin updates (mastodon#24378)

Co-authored-by: Yamagishi Kazutoshi <[email protected]>

* Bump version to v4.1.2 (mastodon#24427)

* Fix user settings migration script failing in some cases (mastodon#24453)

* Fix account header image missing in low-res (mastodon#24433)

* Remove Array.prototype.includes polyfill (mastodon#24234)

* Remove duplicate ca-certificates Docker install (mastodon#24231)

* Remove unused methods in 2FA OTP Auth Controller (mastodon#24220)

* Update Node.js to 16.20.0 (mastodon#24316)

* Expand coverage for "system checks" (mastodon#24216)

* Fix loading spinner + infinite scroll for private mentions (mastodon#24446)

* Fix tooltip for dates without time (mastodon#24244)

* Fix crash in NotifyService when trying to send an email notification for post edits (mastodon#24460)

* [Glitch] HTML string attributes set as booleans

Port a425915 to glitch-soc

Signed-off-by: Claire <[email protected]>

* [Glitch] SUBMIT doesn't exist on XMLHttpRequest

Port ab3f23d to glitch-soc

Signed-off-by: Claire <[email protected]>

* [Glitch] Set marginRight as string

Port 927b2fd to glitch-soc

Signed-off-by: Claire <[email protected]>

* [Glitch] Update display_media typing to string

Port 17b2fd2 to glitch-soc

Signed-off-by: Claire <[email protected]>

* [Glitch] Fix height of announcements not being updated when using reduced animations

Port ffd5b2e to glitch-soc

Signed-off-by: Claire <[email protected]>

* [Glitch] Fix account header image missing in low-res

Port d7b8c6d to glitch-soc

Signed-off-by: Claire <[email protected]>

* [Glitch] Remove Array.prototype.includes polyfill

Port c0886de to glitch-soc

Signed-off-by: Claire <[email protected]>

* [Glitch] Fix tooltip for dates without time

Port aa136cf to glitch-soc

Signed-off-by: Claire <[email protected]>

* [Glitch] Enable Stylelint property-no-unknown

Port cd14f71 to glitch-soc

Signed-off-by: Claire <[email protected]>

* [Glitch] Fix loading spinner + infinite scroll for private mentions

Port 9ef9974 to glitch-soc

Signed-off-by: Claire <[email protected]>

* [Glitch] Ensure tabIndex is number instead of string

Port ec0c104 to glitch-soc

Signed-off-by: Claire <[email protected]>

* [Glitch] Fix user settings migration script failing in some cases

* Move glitch-soc-only translation strings out of `app/javascript/mastodono/locales`

* Run `yarn manage:translations`

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Claire <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nick Schonning <[email protected]>
Co-authored-by: Christian Schmidt <[email protected]>
Co-authored-by: Eugen Rochko <[email protected]>
Co-authored-by: Yamagishi Kazutoshi <[email protected]>
Co-authored-by: Matt Jankowski <[email protected]>
skerit pushed a commit to 11ways/mastodon that referenced this pull request Jul 7, 2023
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants