Closed dependabot[bot] closed 1 month ago
GWT doesn't like the jsinterop-annotations
upgrade under Java 8, as in https://github.com/google/truth/pull/1306 and https://github.com/google/truth/pull/1305:
[INFO] java.lang.UnsupportedClassVersionError: jsinterop/annotations/JsProperty has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
@dependabot ignore com.google.jsinterop:jsinterop-annotations minor version
@dependabot ignore com.google.jsinterop:jsinterop-annotations minor version
OK, I won't notify you about version 2.1.x of com.google.jsinterop:jsinterop-annotations again, unless you unignore it.
@dependabot recreate
Dependabot keeps trying to bump com.google.jsinterop:jsinterop-annotations to 2.1.0, even as it reports:
Most Recent Ignore Conditions Applied to This Pull Request Dependency Name Ignore Conditions com.google.jsinterop:jsinterop-annotations [>= 2.1.a, < 2.2] com.google.jsinterop:jsinterop-annotations [< 2.1, > 2.0.0]
I wonder if that "2.1.a" syntax is off? Or I wonder if Dependabot is getting confused by the multiple ignore conditions for the single package? I ran through a bunch of Dependabot bug reports and found various issues about ignore conditions, albeit largely for ignore conditions that are written into the Dependabot config:
I may make another attempt or two....
@dependabot unignore com.google.jsinterop:jsinterop-annotations
OK, I will stop ignoring the com.google.jsinterop:jsinterop-annotations dependency.
https://github.com/dependabot ignore com.google.jsinterop:jsinterop-annotations minor version
OK, I won't notify you about version 2.1.x of com.google.jsinterop:jsinterop-annotations again, unless you unignore it.
The unignore command doesn't appear to have actually changed what Dependabot is ignoring: I still see two entries in the table. Or maybe it undid only the condition that applies to the current version? [edit: i.e.,I didn't check the table until after I'd told it to ignore the current minor version again.]
@dependabot ignore com.google.jsinterop:jsinterop-annotations patch version
OK, I won't notify you about version 2.1.0 of com.google.jsinterop:jsinterop-annotations again, unless you unignore it.
@dependabot show com.google.jsinterop:jsinterop-annotations ignore conditions
@dependabot unignore com.google.jsinterop:jsinterop-annotations [>= 2.1.0.a, < 2.1.1]
OK, I will stop ignoring the com.google.jsinterop:jsinterop-annotations dependency and its ignore condition [>= 2.1.0.a, < 2.1.1].
Looks like this PR is already up-to-date with master, and has been recreated more than 5 times in the last 24 hours!
@dependabot unignore com.google.jsinterop:jsinterop-annotations [>= 2.1.a, < 2.2]
OK, I will stop ignoring the com.google.jsinterop:jsinterop-annotations dependency and its ignore condition [>= 2.1.a, < 2.2].
Looks like this PR is already up-to-date with master, and has been recreated more than 5 times in the last 24 hours!
also noting for the record that the list in https://github.com/google/truth/pull/1348#issuecomment-2399802430...
com.google.jsinterop:jsinterop-annotations [>= 2.1.0.a, < 2.1.1] com.google.jsinterop:jsinterop-annotations [>= 2.1.a, < 2.2]
...does not match the list in https://github.com/google/truth/pull/1348#issue-2569557652 at last glance...
com.google.jsinterop:jsinterop-annotations [>= 2.1.a, < 2.2] com.google.jsinterop:jsinterop-annotations [< 2.1, > 2.0.0]
@dependabot show com.google.jsinterop:jsinterop-annotations ignore conditions
No ignore conditions found for the dependency com.google.jsinterop:jsinterop-annotations
@dependabot ignore com.google.jsinterop:jsinterop-annotations patch version
OK, I won't notify you about version 2.1.0 of com.google.jsinterop:jsinterop-annotations again, unless you unignore it.
Looks like this PR is already up-to-date with master, and has been recreated more than 5 times in the last 24 hours!
@dependabot show com.google.jsinterop:jsinterop-annotations ignore conditions
@dependabot ignore com.google.jsinterop:jsinterop-annotations 2.1.0
@dependabot ignore com.google.jsinterop:jsinterop-annotations major version
OK, I won't notify you about version 2.x.x of com.google.jsinterop:jsinterop-annotations again, unless you unignore it.
Looks like this PR is already up-to-date with master, and has been recreated more than 5 times in the last 24 hours!
@dependabot show com.google.jsinterop:jsinterop-annotations ignore conditions
@dependabot recreate
Looks like this PR is already up-to-date with master, and has been recreated more than 5 times in the last 24 hours!
https://github.com/dependabot ignore com.google.jsinterop:jsinterop-annotations [>= 2.1.0, < 2.1.1]
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.
To ignore these dependencies, configure ignore rules in dependabot.yml
To ignore these dependencies, configure ignore rules in dependabot.yml
I guess that's another thing that we can try if we continue to have trouble with configuration based on PR comments. But as noted above, users have reported problems with configurat based on dependabot.yml
, too.
Bumps the dependencies group with 5 updates:
2.32.0
2.33.0
9.7
9.7.1
2.0.0
2.1.0
3.10.0
3.10.1
3.5.0
3.5.1
Updates
com.google.errorprone:error_prone_annotations
from 2.32.0 to 2.33.0Release notes
Sourced from com.google.errorprone:error_prone_annotations's releases.
Commits
7a67f20
Release Error Prone 2.33.0f1f7955
Remove out of place.
. Previously, the error message was:c885150
Add a regression test for b/3698625722b78c1f
Avoid a possibleIndexOutOfBoundsException
inMemberName
.47dd2a8
SuggestSplitter.on(Pattern.compile(...))
instead ofSplitter.onPattern
50d0983
Add some missing testdata/ prefixes.f82fb66
Fix typosfb1a05b
Update protobuf versionbe99217
Extend MissingOverride to require@Override
on "an explicitly declared access...2c04ada
Support toSeconds in DurationToLongTimeUnitUpdates
org.ow2.asm:asm
from 9.7 to 9.7.1Updates
com.google.jsinterop:jsinterop-annotations
from 2.0.0 to 2.1.0Release notes
Sourced from com.google.jsinterop:jsinterop-annotations's releases.
Commits
38babd1
Run samples test in github CI only if the test exists984c139
Fix github CI that was accidentally overridden.8e0310a
Import jsinterop_annotations as a JAR only rather than the full java_library4032fcc
Use@com
_google_j2cl//build_defs:workspace.bzl to setup the j2cl workspace.d786051
Enable Java 11 for J2CL compiler itself.f769a10
Add back javadoc for promise in elemental2 which does not use jsinterop_gener...4b6d3ba
Build and add javadoc jar in release scripts.383154d
Generate javadoc using javadoc_library from bazel-common870c9dd
Remove license targets for now.b8eedde
Remove rules_license from WORKSPACE.Updates
org.apache.maven.plugins:maven-javadoc-plugin
from 3.10.0 to 3.10.1Release notes
Sourced from org.apache.maven.plugins:maven-javadoc-plugin's releases.
Commits
091785b
[maven-release-plugin] prepare release maven-javadoc-plugin-3.10.1cde7c56
[MJAVADOC-812] [REGRESSION] maven-javadoc-plugin 3.10.0 creates empty JARsdb6d7f6
[MJAVADOC-811] javadoc.bat fails to execute on Windows when project is not on...a737e16
Bump commons-io:commons-io from 2.16.1 to 2.17.0577c204
Bump org.codehaus.plexus:plexus-io from 3.5.0 to 3.5.1ff52cff
Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.054a7651
Add goal prefixa424c6b
[MJAVADOC-810] [REGRESSION] MJAVADOC-791 causes forked Maven execution fail i...d9c0002
[maven-release-plugin] prepare for next development iterationUpdates
org.apache.maven.plugins:maven-surefire-plugin
from 3.5.0 to 3.5.1Release notes
Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases.
Commits
a69b0f8
[maven-release-plugin] prepare release surefire-3.5.1ccc54d0
[SUREFIRE-2273] Bump org.hamcrest:hamcrest from 2.2 to 3.0 (#784)ab77c35
[SUREFIRE-2272] Bump org.codehaus.plexus:plexus-java from 1.2.0 to 1.3.0 - JD...93317ff
[SUREFIRE-2269] Allow fail during clean in surefire-itsd7f4dbb
[SUREFIRE-2270] Use JUnit5 in surefire-shadefire7a98850
Drop comment from jira integrationb2aa8a6
[SUREFIRE-2267] Packages for commons-codec should be relocated in surefire-sh...a928255
[SUREFIRE-1737] Fix disable in statelessTestsetReporter4584ebb
[SUREFIRE-2226] Upgrade to Maven Verifier 2.0.0-M15aa3515
[SUREFIRE-2266] Execute ITs in parallelMost Recent Ignore Conditions Applied to This Pull Request
| Dependency Name | Ignore Conditions | | --- | --- | | com.google.jsinterop:jsinterop-annotations | [>= 2.1.a, < 2.2] | | com.google.jsinterop:jsinterop-annotations | [< 2.1, > 2.0.0] |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 show