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

fix(deps): update junit5 monorepo to v5.11.4 #431

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.junit.jupiter:junit-jupiter-engine (source) 5.11.3 -> 5.11.4 age adoption passing confidence
org.junit.jupiter:junit-jupiter-api (source) 5.11.3 -> 5.11.4 age adoption passing confidence

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@yegor256
Copy link
Member

@rultor please, try to merge, since 13 checks have passed

@rultor
Copy link
Contributor

rultor commented Dec 16, 2024

@rultor please, try to merge, since 13 checks have passed

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here.

@rultor
Copy link
Contributor

rultor commented Dec 16, 2024

@rultor please, try to merge, since 13 checks have passed

@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 21min).

  \u001b[32m  ✓\u001b[0m\u001b[90m registers a simple .EO program\u001b[0m\u001b[31m (2943ms)\u001b[0m

\u001b[0m  sodg\u001b[0m
  \u001b[32m  ✓\u001b[0m\u001b[90m generates SODG files for a simple .EO program\u001b[0m\u001b[31m (31906ms)\u001b[0m

\u001b[0m  test\u001b[0m
  \u001b[32m  ✓\u001b[0m\u001b[90m executes a single Java unit test\u001b[0m\u001b[31m (63636ms)\u001b[0m
  \u001b[36m  - executes a single JavaScript unit test\u001b[0m

\u001b[0m  transpile\u001b[0m
  \u001b[32m  ✓\u001b[0m\u001b[90m transpiles a simple .EO program to Java\u001b[0m\u001b[31m (50977ms)\u001b[0m
  \u001b[36m  - transpiles a simple .EO program to JavaScript\u001b[0m
  \u001b[32m  ✓\u001b[0m\u001b[90m attempts to transpile a simple .EO program to wrong platform\u001b[0m\u001b[31m (116ms)\u001b[0m

\u001b[0m  unphi\u001b[0m
  \u001b[32m  ✓\u001b[0m\u001b[90m converts PHI files to XMIR files\u001b[0m\u001b[31m (4392ms)\u001b[0m

\u001b[0m  eoc\u001b[0m
  \u001b[32m  ✓\u001b[0m\u001b[90m prints its own version\u001b[0m\u001b[31m (112ms)\u001b[0m
  \u001b[32m  ✓\u001b[0m\u001b[90m prints help screen\u001b[0m\u001b[31m (128ms)\u001b[0m

\u001b[0m  eoc\u001b[0m
  \u001b[32m  ✓\u001b[0m\u001b[90m loads latest version\u001b[0m\u001b[31m (434ms)\u001b[0m

\u001b[0m  mvnw\u001b[0m
+ /home/r/repo/mvnw/mvnw --version --quiet --batch-mode --color=never --update-snapshots --fail-fast --strict-checksums
  \u001b[32m  ✓\u001b[0m\u001b[90m prints Maven own version\u001b[0m
Sources in sources
Target in target
+ /home/r/repo/mvnw/mvnw --version --quiet -Deo.version=parser -Deo.tag=homeTag --quiet -Deo.sourcesDir=/home/r/repo/sources -Deo.targetDir=/home/r/repo/target -Deo.outputDir=/home/r/repo/target/classes -Deo.generatedDir=/home/r/repo/target/generated-sources -Deo.placed=/home/r/repo/target/eo-placed.csv -Deo.placedFormat=csv --batch-mode --color=never --update-snapshots --fail-fast --strict-checksums
\u001b[0m\u001b[0m\u001b[0m\u001b[0m3.9.9
\u001b[0m\u001b[0m3.9.9
\u001b[0m\u001b[0m  \u001b[32m  ✓\u001b[0m\u001b[90m sets right flags from options\u001b[0m\u001b[31m (293ms)\u001b[0m


\u001b[92m \u001b[0m\u001b[32m 35 passing\u001b[0m\u001b[90m (17m)\u001b[0m
\u001b[36m \u001b[0m\u001b[36m 4 pending\u001b[0m


Running "eslint:target" (eslint) task

Done.
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R ubuntu repo
+ cd repo
+ git push origin master
To github.com:objectionary/eoc.git
 ! [rejected]        master -> master (fetch first)
error: failed to push some refs to 'github.com:objectionary/eoc.git'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
container 70eff3a8ffc0331caf8afa7906cba4f8bd26daba493b10f22ae3ecdb454ebdd6 is dead
Mon Dec 16 16:03:30 UTC 2024

@yegor256 yegor256 merged commit 86ca68b into master Dec 16, 2024
13 checks passed
@yegor256 yegor256 deleted the renovate/junit5-monorepo branch December 16, 2024 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants