-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Bump addressable from 2.8.1 to 2.8.2 #24392
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependabot
bot
added
dependencies
Pull requests that update a dependency file
ruby
Pull requests that update Ruby code
labels
Apr 3, 2023
mjankowski
approved these changes
Apr 4, 2023
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.8.1 to 2.8.2. - [Release notes](https://github.com/sporkmonger/addressable/releases) - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](sporkmonger/addressable@addressable-2.8.1...addressable-2.8.2) --- updated-dependencies: - dependency-name: addressable dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
force-pushed
the
dependabot/bundler/addressable-2.8.2
branch
from
April 4, 2023 09:22
84758f3
to
cdb6f0c
Compare
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] <support@github.com> 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] <support@github.com> 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] <support@github.com> 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] <support@github.com> 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] <support@github.com> 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] <support@github.com> 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 <ykzts@desire.sh> * 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 <claire.github-309c@sitedethib.com> * [Glitch] SUBMIT doesn't exist on XMLHttpRequest Port ab3f23d to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> * [Glitch] Set marginRight as string Port 927b2fd to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> * [Glitch] Update display_media typing to string Port 17b2fd2 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> * [Glitch] Fix height of announcements not being updated when using reduced animations Port ffd5b2e to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> * [Glitch] Fix account header image missing in low-res Port d7b8c6d to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> * [Glitch] Remove Array.prototype.includes polyfill Port c0886de to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> * [Glitch] Fix tooltip for dates without time Port aa136cf to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> * [Glitch] Enable Stylelint property-no-unknown Port cd14f71 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> * [Glitch] Fix loading spinner + infinite scroll for private mentions Port 9ef9974 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> * [Glitch] Ensure tabIndex is number instead of string Port ec0c104 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> * [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] <support@github.com> Signed-off-by: Claire <claire.github-309c@sitedethib.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nick Schonning <nschonni@gmail.com> Co-authored-by: Christian Schmidt <github@chsc.dk> Co-authored-by: Eugen Rochko <eugen@zeonfederated.com> Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh> Co-authored-by: Matt Jankowski <matt@jankowski.online>
skerit
pushed a commit
to 11ways/mastodon
that referenced
this pull request
Jul 7, 2023
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps addressable from 2.8.1 to 2.8.2.
Changelog
Sourced from addressable's changelog.
Commits
bcaf766
Correct files list in gemspec (#497)5622589
Update version, gemspec, and CHANGELOG for 2.8.2 (#495)5c22f25
Merge pull request #492 from jarthod/fix-null-normalization-4081998e06
Use ruby unicode normalize to avoid libidn C problems and heavy legacy ruby code1fdd676
CI: remove truffleruby-21.3 from matrix (#490)03aafa6
Add Ruby 3.2 to the CI matrix (#487)d22034f
Add JRuby 9.4, TruffleRuby 22.2, 22.3 (#488)eac45f9
Improve code style (#482)32bd534
Ensure reset of deferred validation (#481)d6f6288
Merge pull request #486 from tenderlove/better-ivDependabot 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)