Closed dependabot[bot] closed 2 years ago
Code Climate has analyzed commit 4f3362d0 and detected 0 issues on this pull request.
View more on Code Climate.
Merging #1701 (d403e73) into main (ce39aad) will not change coverage. The diff coverage is
n/a
.:exclamation: Current head d403e73 differs from pull request most recent head 3cc7d0c. Consider uploading reports for the commit 3cc7d0c to get more accurate results
@@ Coverage Diff @@
## main #1701 +/- ##
=======================================
Coverage 63.47% 63.47%
=======================================
Files 39 39
Lines 1180 1180
=======================================
Hits 749 749
Misses 431 431
Getting this error:
Minitest::UnexpectedError: RuntimeError: Wrapped undumpable exception for: ActionView::Template::Error: couldn't find file 'leaflet/dist/leaflet-src.js' with type 'application/javascript'
Checked in these paths:
/home/runner/work/mapknitter/mapknitter/app/assets/images
/home/runner/work/mapknitter/mapknitter/app/assets/javascripts
/home/runner/work/mapknitter/mapknitter/app/assets/stylesheets
/home/runner/work/mapknitter/mapknitter/vendor/assets/images
/home/runner/work/mapknitter/mapknitter/vendor/assets/javascripts
/home/runner/work/mapknitter/mapknitter/vendor/assets/stylesheets
/home/runner/work/mapknitter/mapknitter/vendor/bundle/ruby/2.7.0/gems/actioncable-5.2.8/lib/assets/compiled
/home/runner/work/mapknitter/mapknitter/vendor/bundle/ruby/2.7.0/gems/activestorage-5.2.8/app/assets/javascripts
/home/runner/work/mapknitter/mapknitter/vendor/bundle/ruby/2.7.0/gems/actionview-5.2.8/lib/assets/compiled
/home/runner/work/mapknitter/mapknitter/public/lib
/home/runner/work/mapknitter/mapknitter/public/lib
/home/runner/work/mapknitter/mapknitter/node_modules
/home/runner/work/mapknitter/mapknitter/vendor/bundle/ruby/2.7.0/gems/popper_js-2.9.3/assets/javascripts
app/assets/javascripts/application.js:15
app/views/front_ui/index.html.erb:97:in `_app_views_front_ui_index_html_erb___1[33](https://github.com/publiclab/mapknitter/runs/6672420380?check_suite_focus=true#step:7:34)6796720856858010_86520'
test/integration/front_page_test.rb:6:in `block in <class:FrontPageTest>'
====================================================================|
Confirmed here we can use Leaflet 1.8! https://github.com/publiclab/Leaflet.DistortableImage/pull/965
Manually confirmed this works upstream in Leaflet.DistortableImage!
Bumps leaflet from 1.5.1 to 1.8.0.
Release notes
Sourced from leaflet's releases.
... (truncated)
Commits
8a1ccbe
1.8.0fcd7af2
update changelog for v1.8.00c86a35
Small enhancement to the popup's close button (#7908)0daaa23
Link to marker accessibility guideline from docs (#8146)a4db892
Fix missing plugins section: Synthetic Overlays (#8148)c7aadab
DomUtil function tests (#7547)b3e1b24
Allow raw latlng array in latLngToCoords/latLngsToCoords (#7436)25546fc
Popup should have a min-height (#8136)d9ef8c1
Bump actions/cache from 3.0.1 to 3.0.2 (#8135)85ca2c5
Bump eslint from 8.12.0 to 8.13.0 (#8132)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)