Skip to content
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

Force codemirror to 5.19.* #12077

Merged
merged 1 commit into from
Oct 20, 2016
Merged

Force codemirror to 5.19.* #12077

merged 1 commit into from
Oct 20, 2016

Conversation

himdel
Copy link
Contributor

@himdel himdel commented Oct 20, 2016

codemirror-5.20.0 came out today, which abandons the es5 source file in favour of es6 source that has to be compiled.

We don't support that yet, forcing the version to the last one working.

Tagging as euwe/yes and darga/yes, because without this, any new build will have codemirror broken. (We had a badly fixed dependency, ^ means anything newer, not the same minor version.)

Cc @simaishi

codemirror-5.20.0 came out today, which abandons the es5 source file in favour of es6 source that has to be compiled.

We don't support that yet, forcing the version to the last one working.
@miq-bot
Copy link
Member

miq-bot commented Oct 20, 2016

Checked commit https://github.com/himdel/manageiq/commit/dcec93003cc1e88a4f1662baeaa16cb649624c0a with ruby 2.2.5, rubocop 0.37.2, and haml-lint 0.16.1
0 files checked, 0 offenses detected
Everything looks good. 🍪

@mzazrivec mzazrivec self-assigned this Oct 20, 2016
@mzazrivec mzazrivec added this to the Sprint 48 Ending Oct 24, 2016 milestone Oct 20, 2016
@mzazrivec mzazrivec merged commit 98fd1d4 into ManageIQ:master Oct 20, 2016
@himdel himdel deleted the bower-codemirror branch October 20, 2016 14:50
chessbyte pushed a commit that referenced this pull request Oct 21, 2016
Force codemirror to 5.19.*
(cherry picked from commit 98fd1d4)
@chessbyte
Copy link
Member

Euwe Backport details:

$ git log -1
commit 7b920e75dafc2a7beb1845189180cc685be95178
Author: Milan Zázrivec <[email protected]>
Date:   Thu Oct 20 16:48:45 2016 +0200

    Merge pull request #12077 from himdel/bower-codemirror

    Force codemirror to 5.19.*
    (cherry picked from commit 98fd1d46ba12211c3ca2f97cb21c326d9addaf13)

chessbyte pushed a commit that referenced this pull request Nov 3, 2016
Force codemirror to 5.19.*
(cherry picked from commit 98fd1d4)
@chessbyte
Copy link
Member

Darga Backport details:

$ git log -1
commit 5fe68236a155f3124fea88737b41f2778adb09a4
Author: Milan Zázrivec <[email protected]>
Date:   Thu Oct 20 16:48:45 2016 +0200

    Merge pull request #12077 from himdel/bower-codemirror

    Force codemirror to 5.19.*
    (cherry picked from commit 98fd1d46ba12211c3ca2f97cb21c326d9addaf13)

jameswnl pushed a commit to jameswnl/manageiq that referenced this pull request Dec 1, 2016
given the recent codemirror breakage (ManageIQ#12077), I'm updating our `bower.json` to always use `~` for dependencies (`~1.2.3` is `>= 1.2.3 && < 1.3.0`, whereas `^1.2.3` is `>= 1.2.3`).

But since evererthing else is working at the current versions, also updated to the newest being used (except for codemirror).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants