Bump activerecord, rails, rspec-rails, webpacker, coffee-rails and sass-rails#235
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
…ss-rails Bumps [activerecord](https://github.com/rails/rails), [rails](https://github.com/rails/rails), [rspec-rails](https://github.com/rspec/rspec-rails), [webpacker](https://github.com/rails/webpacker), [coffee-rails](https://github.com/rails/coffee-rails) and [sass-rails](https://github.com/rails/sass-rails). These dependencies needed to be updated together. Updates `activerecord` from 5.2.4.1 to 7.0.4.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4.1/activerecord/CHANGELOG.md) - [Commits](rails/rails@v5.2.4.1...v7.0.4.1) Updates `rails` from 5.2.4.1 to 7.0.4.1 - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v5.2.4.1...v7.0.4.1) Updates `rspec-rails` from 3.9.0 to 6.0.1 - [Release notes](https://github.com/rspec/rspec-rails/releases) - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](rspec/rspec-rails@v3.9.0...v6.0.1) Updates `webpacker` from 4.2.2 to 5.4.3 - [Release notes](https://github.com/rails/webpacker/releases) - [Changelog](https://github.com/rails/webpacker/blob/master/CHANGELOG.md) - [Commits](rails/webpacker@v4.2.2...v5.4.3) Updates `coffee-rails` from 4.2.2 to 5.0.0 - [Release notes](https://github.com/rails/coffee-rails/releases) - [Changelog](https://github.com/rails/coffee-rails/blob/master/CHANGELOG.md) - [Commits](rails/coffee-rails@v4.2.2...v5.0.0) Updates `sass-rails` from 5.1.0 to 6.0.0 - [Release notes](https://github.com/rails/sass-rails/releases) - [Commits](rails/sass-rails@v5.1.0...v6.0.0) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:production - dependency-name: rails dependency-type: direct:production - dependency-name: rspec-rails dependency-type: direct:development - dependency-name: webpacker dependency-type: direct:production - dependency-name: coffee-rails dependency-type: direct:production - dependency-name: sass-rails dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 activerecord, rails, rspec-rails, webpacker, coffee-rails and sass-rails. These dependencies needed to be updated together.
Updates
activerecordfrom 5.2.4.1 to 7.0.4.1Release notes
Sourced from activerecord's releases.
... (truncated)
Changelog
Sourced from activerecord's changelog.
... (truncated)
Commits
23e0345Version 7.0.4.1d7aba06Make sanitize_as_sql_comment more strict82bcdc0Added integer width check to PostgreSQL::Quoting8015c2cVersion 7.0.44d9b4b4Merge pull request #45872 from the-spectator/correct_hwia_encodingc5a407dLinkify code references [ci-skip]e874cf5Fix typos [ci-skip]fb09b1bDon't handle this change for legacy_connection_handling0667ba4Merge pull request #45773 from eileencodes/only-setup-shared-pools-if-we-have...d60d058Merge pull request #45744 from fatkodima/mysql-change-column-collationUpdates
railsfrom 5.2.4.1 to 7.0.4.1Release notes
Sourced from rails's releases.
... (truncated)
Commits
23e0345Version 7.0.4.1d7aba06Make sanitize_as_sql_comment more strict8d82687Avoid regex backtracking on If-None-Match header2164d4fAvoid regex backtracking in Inflector.underscorecd46b0eUse string#split instead of regex for domain partse50e26dFix sec issue with _url_host_allowed?82bcdc0Added integer width check to PostgreSQL::Quoting8015c2cVersion 7.0.4f3c345eMerge pull request #45964 from jhawthorn/server_timing_safetyff27758Revert "Merge pull request #44695 from Edouard-chin/ec-tagger-logger-broadcast"Updates
rspec-railsfrom 3.9.0 to 6.0.1Release notes
Sourced from rspec-rails's releases.
Changelog
Sourced from rspec-rails's changelog.
... (truncated)
Commits
ce70c2fv6.0.18f867f4Changelog for 6.0.1ac38623Changelog for #2625bc5a3c0Merge pull request #2625 from rspec/replacement-tagged-logger-support73c0989Merge pull request #2626 from rspec/fix-build0646044v6.0.07cd6f93s/upload_backups_spec.rb/upload_backups_job_spec.rb/g8016684Merge pull request #2587 from rspec/shanecav84/include-tagged-logging0b4d164Fixed typo396c68fThis updates Rubocop and uses the .rubocop_rspec_base.yml for consistencyUpdates
webpackerfrom 4.2.2 to 5.4.3Changelog
Sourced from webpacker's changelog.
... (truncated)
Commits
e0c998eBump for v5.4.3e5ebf86Bump for v5.4.35fa5a4eSpecify webpack-dev-server to be v3 (#3121)c43f55fBump for 5.4.267fa6edMatch loose setting to quiet warning0a810f0Bump for 5.4.1a3770abUpgrade 5.x minors dependencies (#3120)0bae978Update yarn.lock file (#3114)b58107fbump optimize-css-assets-webpack-plugin to 5.0.8 (#3095)bf525f3[5.x] CI fixes (#3106)Updates
coffee-railsfrom 4.2.2 to 5.0.0Changelog
Sourced from coffee-rails's changelog.
Commits
32a2939Prepare to 5.0.06507f0aSet the javascripts generator option as true in the railtie5f0e005Point to rails repository74214e8Merge pull request #114 from larouxn/rails_6_supporteff9c00Revert folder structure changes, remove --javascripts flage7ce694Fix for exclusively Rails 669e6782TESTING, use my fork of Railsfc8c48cConditionally use Rails 6 folder stucture5df5816Merge pull request #111 from larouxn/stop_testing_below_ruby_2.29bead93Merge pull request #112 from larouxn/update_travis_jruby_versionUpdates
sass-railsfrom 5.1.0 to 6.0.0Release notes
Sourced from sass-rails's releases.
Commits
a77240cPrepare to 6.0.08dbe4dcBump version to 6.0.0.beta3830a8ecBump minimum version of sassc-railsff54c20Fix open-ended dependencyebe9ef7Bump version to v6.0.0.beta2409d871Merge pull request #424 from rails/sassc-railsd809900Recomend to use SassC::Rails::Importer to users requiring sass/rails/importer706526dMake sass-rails an wrapper for sassc-rails to allow a smooth upgrade pathac38f1eMerge pull request #423 from gregmolnar/masterd61b999remove gemnasium badge from readmeDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.