Upgrade jquery-rails: 4.0.5 → 4.3.1 (minor) #71
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.
We've upgraded a dependency and here is what you need to know:
Additionally, the update changed a few other dependencies as well:
Please take a good look at the info here and the test results before merging this pull request.
What changed?
✳️ jquery-rails (4.0.5 → 4.3.1) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 56 commits:
Upgrade jquery to 3.2.1
Upgrade jquery to 3.2.0
nokogiri-1.7 requires ruby version >= 2.1.0
Merge pull request #236 from mrhead/improve-selector-matching
Upgrade jQuery to 3.1.1
rails 4.2 requires json 1.8
ruby 2.2.2 is supported by rack 2 and rails 5
ruby < 2.2.2 doesn't support rails 5
rack 2 requires Ruby version >= 2.2.2
bundle rack 2 that is required by rails 5
ruby 2.4 requires json 2, and json 2 doesn't support ruby 1
Remove unnecessary characters from regex
Add possibility to test HTML attribute selectors
Merge pull request #232 from MSathieu/master
Fix TravisCI
Merge pull request #233 from prathamesh-sonpatki/patch-1
Fix version in CHANGELOG
Upgrade to jQuery 3.1.0
Upgrade jquery and jquery-ujs versions
Merge pull request #231 from runephilosof/patch-1
Use https for jquery
"Gem::InstallError: rack requires Ruby version >= 2.2.2."
No need to a major bump
Add jquery 3 files
Merge pull request #224 from cannikin/jquery-3-shell
Removes jquery3 stub .js files
Revert "Removes JS files in vendor/assets/javascripts"
Removes JS files in vendor/assets/javascripts
Updates `guard_version` rake task for jQuery 3
Updates Rake task to include jQuery 3 download
Adds *.js and .map placeholder files
Adds 5.0.0 info to CHANGELOG
Updates VERSION and adds JQUERY_3_VERSION
Updates VERSIONS with 3.0.0 info
Updates README with instructions for jQuery 3
Let the "homepage" be where the code is hosted at
Release 4.1.1
Upgrade jquery-ujs to 1.2.1
Update jquery versions
Merge pull request #214 from rails/allow-rails-dom-testing-2
Allow rails-dom-testing 2
Release 4.1.0
Upgrade jquery-ujs
Update jquery to 2.2.0 and 1.12.0
Merge pull request #212 from tricknotes/ruby-2.3.0
Test on Ruby 2.3.0
Merge pull request #210 from jeroenvisser101/patch-1
Update copyright year
Merge pull request #204 from maclover7/contributing
Merge pull request #203 from JamesChevalier/patch-1
Add CONTRIBUTING.md [ci skip]
Update changelog for version 4.0.5
Pass travis lint
Fix YAML
Use new travis infrastructure
Configure travis notification and allow JRuby failures
Release Notes
From the Github release:
Thanks @wjordan!
Commits
See the full diff on Github. The new version differs by 9 commits:
Bump to 0.9.5
Lock Rake to 12.2.x versions
Merge pull request #408 from wjordan/enforce_available_locales_false_fix
store translations for unavailable locales if enforce_available_locales is false
Bump to 0.9.4
Merge pull request #407 from fatkodima/fix-key-value-subtrees
Merge pull request #406 from jhawthorn/optimize_available_locales
Fix Chained backend with KeyValue
Optimize Backend::Simple#available_locales
Commits
See the full diff on Github. The new version differs by 36 commits:
version bump to v2.2.0
finishes previous logical commit
convert README from rdoc to markdown
remove travis config
update CHANGELOG
Merge pull request #142 from eventfuel/added_list_type_style_to_css_props
whitelist CSS function `rgb`
Added list-type-style as a safe CSS property to whitelist by default (replacement for PR #137)
Merge branch 'pr136-block-level'
update CHANGELOG
tidy elements.rb, cover html5 block elements
update CHANGELOG
Merge pull request #123 from eventfuel/enable_whitelisting_css_functions
Merge pull request #141 from david-a-wheeler/doc-xxe
Merge pull request #138 from rmacklin/fix-inaccurate-example-in-readme
concourse: fix rubinius builds
Document doesn't use dangerous Nokogiri config
Fix inaccurate example in README
add html5 block-level elements
frozen-string-literal support in tests
update CHANGELOG
Merge branch '127-nested-script-tags'
handle nested script tags
update CHANGELOG
Merge pull request #131 from baopham/add-symbol
update CHANGELOG
Merge pull request #134 from MothOnMars/whitelist_main
whitelist HTML5 element
concourse: remove serialness of PR builds
concourse: run PRs on all MRIs
nest non-spec tests to avoid duplicate test runs
Add symbol to list of SVG_ELEMENTS
Merge pull request #126 from aried3r/patch-1
Update CHANGELOG.md
concourse: add windows tests
jruby shouldn't be a blocker to PR success for now
Release Notes
From the Github release:
TZInfo v1.2.5 on RubyGems.org
Commits
See the full diff on Github. The new version differs by 10 commits:
Preparing v1.2.5.
Update copyright years.
Use Ruby 1.8 compatible syntax.
Document that utc_offset and std_offset may be inaccurate with zoneinfo.
Allow zoneinfo offset derivation to pick a negative std_offset.
Don't store lazily-evaluated results if the object has been frozen.
Remove unnecessary calls to Country.get in tests.
Restore $SAFE after running a safe mode test (if possible).
Disable Minitest's use of external diff tools during safe mode tests.
Add Ruby 2.5.0 and update to the latest Ruby, JRuby and Rbx releases.
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.