-
Notifications
You must be signed in to change notification settings - Fork 363
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
build(deps): bump actionview, activemodel, actionpack and railties #4141
Open
dependabot
wants to merge
5
commits into
main
Choose a base branch
from
dependabot/bundler/multi-2aeb394a19
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+38
−157
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
Dec 16, 2024
@dependabot rebase |
dependabot
bot
force-pushed
the
dependabot/bundler/multi-2aeb394a19
branch
2 times, most recently
from
December 20, 2024 05:13
6d54fa1
to
32db148
Compare
dependabot
bot
force-pushed
the
dependabot/bundler/multi-2aeb394a19
branch
from
January 3, 2025 00:29
32db148
to
50b3e5d
Compare
@dependabot rebase |
dependabot
bot
force-pushed
the
dependabot/bundler/multi-2aeb394a19
branch
from
January 21, 2025 10:05
50b3e5d
to
b30ea21
Compare
philippthun
force-pushed
the
dependabot/bundler/multi-2aeb394a19
branch
from
January 24, 2025 08:11
e7ec04b
to
42e1001
Compare
|
Bumps [actionview](https://github.com/rails/rails), [activemodel](https://github.com/rails/rails), [actionpack](https://github.com/rails/rails) and [railties](https://github.com/rails/rails). These dependencies needed to be updated together. Updates `actionview` from 7.2.2.1 to 8.0.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.1/actionview/CHANGELOG.md) - [Commits](rails/rails@v7.2.2.1...v8.0.1) Updates `activemodel` from 7.2.2.1 to 8.0.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.1/activemodel/CHANGELOG.md) - [Commits](rails/rails@v7.2.2.1...v8.0.1) Updates `actionpack` from 7.2.2.1 to 8.0.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.1/actionpack/CHANGELOG.md) - [Commits](rails/rails@v7.2.2.1...v8.0.1) Updates `railties` from 7.2.2.1 to 8.0.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.1/railties/CHANGELOG.md) - [Commits](rails/rails@v7.2.2.1...v8.0.1) --- updated-dependencies: - dependency-name: actionview dependency-type: direct:production update-type: version-update:semver-major - dependency-name: activemodel dependency-type: direct:production update-type: version-update:semver-major - dependency-name: actionpack dependency-type: direct:production update-type: version-update:semver-major - dependency-name: railties dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
The activesupport gem needs uri >= 0.13.1, but Ruby 3.2 includes uri 0.12.3. As switching to the latest uri version (1.0.2) causes several test failures, we stick to the minimal required version 0.13.1. In Ruby 3.3 uri 0.13.1 will be included, but Ruby 3.4 will update to >1, so additional work needs to be done for this Ruby update.
The latest delayed_job version (4.1.13) does not contain any code changes, but only metadata changes to support Rails 8.
philippthun
force-pushed
the
dependabot/bundler/multi-2aeb394a19
branch
from
February 4, 2025 08:30
005e3c8
to
1a3d6f4
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
blocked
dependencies
Pull requests that update a dependency file
ruby
Pull requests that update Ruby code
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 actionview, activemodel, actionpack and railties. These dependencies needed to be updated together.
Updates
actionview
from 7.2.2.1 to 8.0.1Release notes
Sourced from actionview's releases.
... (truncated)
Changelog
Sourced from actionview's changelog.
... (truncated)
Commits
cf6ff17
Preparing for 8.0.1 release3d17d95
Merge tag 'v8.0.0.1' into 8-0-stablea993c27
Preparing for 8.0.0.1 release0c1bb3a
Sync CHANGELOG79ce69a
Merge pull request #53696 from martinemde/martinemde/handle-multi-line-templa...f17ef1b
Merge pull request #53657 from martinemde/martinemde/find_offset-test-and-fixdd8f718
Preparing for 8.0.0 release6c84b11
Fix typos [ci-skip]1367b6a
Merge pull request #53508 from nisusam/fix_typos6283314
Preparing for 8.0.0.rc2 releaseUpdates
activemodel
from 7.2.2.1 to 8.0.1Release notes
Sourced from activemodel's releases.
... (truncated)
Changelog
Sourced from activemodel's changelog.
... (truncated)
Commits
cf6ff17
Preparing for 8.0.1 release3d17d95
Merge tag 'v8.0.0.1' into 8-0-stablea993c27
Preparing for 8.0.0.1 release9cea447
Merge pull request #53791 from fatkodima/fix-rubocop-offencesdd8f718
Preparing for 8.0.0 release8f83ab6
Merge pull request #53536 from kyanagi/use_each_pair_in_active_model_attribut...61fcc50
Merge pull request #53530 from zzak/nodoc-generate_alias_attribute_methods1367b6a
Merge pull request #53508 from nisusam/fix_typos6283314
Preparing for 8.0.0.rc2 release35b3c7f
Preparing for 8.0.0.rc1 releaseUpdates
actionpack
from 7.2.2.1 to 8.0.1Release notes
Sourced from actionpack's releases.
... (truncated)
Changelog
Sourced from actionpack's changelog.
... (truncated)
Commits
cf6ff17
Preparing for 8.0.1 releasec167cbe
Merge pull request #53941 from byroot/rack-server-protocol3d17d95
Merge tag 'v8.0.0.1' into 8-0-stablea993c27
Preparing for 8.0.0.1 release2e3f41e
Add CSP directive validation0c1bb3a
Sync CHANGELOG6a44f10
Merge pull request #53837 from Uaitt/fix-wrongly-formatted-markdown9cea447
Merge pull request #53791 from fatkodima/fix-rubocop-offences637956b
Merge pull request #53778 from hachi8833/fix_apidoc_strong_parameterse93dcfe
Merge pull request #53765 from p8/actionpack/fix-options-formatting (#53768)Updates
railties
from 7.2.2.1 to 8.0.1Release notes
Sourced from railties's releases.
... (truncated)
Changelog
Sourced from railties's changelog.
... (truncated)
Commits
cf6ff17
Preparing for 8.0.1 release0bba3c2
Merge pull request #53936 from jsharpify/jsharpify/prism-parsing3d17d95
Merge tag 'v8.0.0.1' into 8-0-stablea993c27
Preparing for 8.0.0.1 release0c1bb3a
Sync CHANGELOGdab4ec3
Merge pull request #53807 from fatkodima/change-profile_reporter-parent17fe84c
Merge pull request #53776 from fatkodima/skip-ci-system-testsec278dd
Merge pull request #53741 from skipkayhil/hm-only-reload-helper701d3e0
Merge pull request #53557 from gabrielso/authentication_avoid_query0810e2c
Merge pull request #53582 from eregon/patch-1You can trigger a rebase of this PR 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)