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

Bump echarts-api from 5.0.2-1 to 5.1.0-2 in /bom-latest #490

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 26, 2021

Bumps echarts-api from 5.0.2-1 to 5.1.0-2.

Release notes

Sourced from echarts-api's releases.

v5.1.0-2 🎁

📦 Dependency updates

v5.1.0-1 🎁

📦 Dependency updates

Commits
  • 0f56bf8 [maven-release-plugin] prepare release v5.1.0-2
  • f24565c Merge pull request #122 from jenkinsci/dependabot/npm_and_yarn/remark-lint-8.0.0
  • 3f2de67 Bump remark-lint from 6.0.5 to 8.0.0
  • 9ec93f6 Merge pull request #123 from jenkinsci/dependabot/npm_and_yarn/remark-cli-9.0.0
  • 6a56399 Bump remark-cli from 6.0.1 to 9.0.0
  • 23f9a8b Merge pull request #120 from jenkinsci/dependabot/maven/org.jvnet.hudson.plug...
  • 50845d8 Merge pull request #121 from jenkinsci/dependabot/npm_and_yarn/remark-preset-...
  • 2de8ea5 [maven-release-plugin] prepare for next development iteration
  • de36611 [maven-release-plugin] prepare release v5.1.0-1
  • 682f375 Bump remark-preset-lint-recommended from 3.0.3 to 5.0.0
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 26, 2021
@dependabot dependabot bot requested a review from jglick April 26, 2021 05:52
@jglick
Copy link
Member

jglick commented Jun 4, 2021

Real incompatibility @uhafner @timja?

@uhafner
Copy link
Member

uhafner commented Jun 5, 2021

Hmm, I don't see from the stack trace why the test fails. I'm running latest Jenkins locally with Echarts 5.1.0.-2 without any problems.

@timja
Copy link
Member

timja commented Jun 6, 2021

Hmm, I don't see from the stack trace why the test fails. I'm running latest Jenkins locally with Echarts 5.1.0.-2 without any problems.

======= EXCEPTION START ========
Exception class=[net.sourceforge.htmlunit.corejs.javascript.JavaScriptException]
com.gargoylesoftware.htmlunit.ScriptException: TypeError: Cannot find function prepend in object [object HTMLDivElement]. (http://localhost:40879/jenkins/static/e548ee78/scripts/hudson-behavior.js#2911)
	at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine$HtmlUnitContextAction.run(JavaScriptEngine.java:891)
	at net.sourceforge.htmlunit.corejs.javascript.Context.call(Context.java:619)
	at net.sourceforge.htmlunit.corejs.javascript.ContextFactory.call(ContextFactory.java:537)
	at com.gargoylesoftware.htmlunit.javascript.HtmlUnitContextFactory.callSecured(HtmlUnitContextFactory.java:354)
	at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine.callFunction(JavaScriptEngine.java:820)
	at com.gargoylesoftware.htmlunit.javascript.host.xml.XMLHttpRequest.setState(XMLHttpRequest.java:214)
	at com.gargoylesoftware.htmlunit.javascript.host.xml.XMLHttpRequest.doSend(XMLHttpRequest.java:805)
	at com.gargoylesoftware.htmlunit.javascript.host.xml.XMLHttpRequest.access$000(XMLHttpRequest.java:106)
	at com.gargoylesoftware.htmlunit.javascript.host.xml.XMLHttpRequest$1.run(XMLHttpRequest.java:637)
	at net.sourceforge.htmlunit.corejs.javascript.Context.call(Context.java:619)
	at net.sourceforge.htmlunit.corejs.javascript.ContextFactory.call(ContextFactory.java:537)
	at com.gargoylesoftware.htmlunit.javascript.background.JavascriptXMLHttpRequestJob.run(JavascriptXMLHttpRequestJob.java:36)
	at com.gargoylesoftware.htmlunit.javascript.background.JavaScriptJobManagerImpl.runSingleJob(JavaScriptJobManagerImpl.java:429)
	at com.gargoylesoftware.htmlunit.javascript.background.DefaultJavaScriptExecutor.run(DefaultJavaScriptExecutor.java:148)
	at java.lang.Thread.run(Thread.java:748)
Caused by: net.sourceforge.htmlunit.corejs.javascript.JavaScriptException: TypeError: Cannot find function prepend in object [object HTMLDivElement]. (http://localhost:40879/jenkins/static/e548ee78/scripts/hudson-behavior.js#2911)
	at net.sourceforge.htmlunit.corejs.javascript.Interpreter.interpretLoop(Interpreter.java:1238)
	at net.sourceforge.htmlunit.corejs.javascript.Interpreter.interpret(Interpreter.java:1013)
	at net.sourceforge.htmlunit.corejs.javascript.InterpretedFunction.call(InterpretedFunction.java:111)
	at net.sourceforge.htmlunit.corejs.javascript.ContextFactory.doTopCall(ContextFactory.java:427)
	at com.gargoylesoftware.htmlunit.javascript.HtmlUnitContextFactory.doTopCall(HtmlUnitContextFactory.java:340)
	at net.sourceforge.htmlunit.corejs.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3641)
	at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine$3.doRun(JavaScriptEngine.java:813)
	at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine$HtmlUnitContextAction.run(JavaScriptEngine.java:876)
	... 14 more
JavaScriptException value = TypeError: Cannot find function prepend in object [object HTMLDivElement].
== CALLING JAVASCRIPT ==
  function () {
      var a = merge(args, arguments);
      return __method.apply(context, a);
  }

@jglick
Copy link
Member

jglick commented Jun 7, 2021

@uhafner BTW if useful: https://github.com/jenkinsci/bom/#pct

@uhafner
Copy link
Member

uhafner commented Jun 7, 2021

@uhafner BTW if useful: https://github.com/jenkinsci/bom/#pct

Thanks, I never looked at that in more detail but seems that I should...

@uhafner
Copy link
Member

uhafner commented Jun 7, 2021

== CALLING JAVASCRIPT ==

I removed all HTML unit tests from my plugins because they failed too often.

But since I am updating the JS libs to Bootstrap 5 anyway maybe it would be saver if we wait until I am ready with that part. Then I can prepare a new PR with the newer dependencies.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 10, 2021

Superseded by #549.

@dependabot dependabot bot closed this Jun 10, 2021
@dependabot dependabot bot deleted the dependabot/maven/bom-latest/io.jenkins.plugins-echarts-api-5.1.0-2 branch June 10, 2021 05:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants