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

chore(deps): update all dependencies j:cdx-227 (major) #105

Merged
merged 4 commits into from
Jul 11, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 18, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@commitlint/config-conventional (source) 17.8.1 -> 19.2.2 age adoption passing confidence devDependencies major
@octokit/auth-app ^6.0.0 -> ^7.0.0 age adoption passing confidence devDependencies major
actions/setup-java v3.13.0 -> v4.2.1 age adoption passing confidence action major
actions/setup-node v3.8.2 -> v4.0.3 age adoption passing confidence action major
io.github.resilience4j:resilience4j-retry (source) 1.7.1 -> 2.2.0 age adoption passing confidence compile major

Release Notes

conventional-changelog/commitlint (@​commitlint/config-conventional)

v19.2.2

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v19.1.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

19.0.3 (2024-02-28)

Note: Version bump only for package @​commitlint/config-conventional

v19.0.3

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v19.0.0

Compare Source

Reverts
  • Revert "chore!: minimum node version v20" (2816783)
BREAKING CHANGES
  • migrate to pure ESM

  • feat: migrate to pure ESM

  • chore: update snapshot

  • fix: load parserPreset with another await

  • test: migrate to vitest

  • test: remove no replacement --runInBand test-ci script

  • chore: fix code reviews

  • refactor(load): rewrite resolve logic

  • fix(config-nx-scopes): fix syntax error

  • feat(resolve-extends): add resolveFrom and loadParserPreset

  • feat(load): use resolveFrom and loadParserPreset from resolve-extends

  • test: include only @​commitlint/* packages src in coverage

  • test: explicit import vitest utilities

  • test: remove @​jest/globals from dependencies

  • fix(resolve-extends): resolveFrom output should be platform aware

  • test: restore NO_COLOR to test script

  • chore: fix linting issues

  • fix: should use fileURLToPath instead of pathname for Windows compatibility

  • Apply suggestions from code review

  • fix: should reuse cli instead call yargs()

  • feat(cli): set terminalWidth as wrap to avoid work break on help

  • Update .eslintrc.cjs

  • feat: migrate @​commitlint/config-conventional to pure ESM

18.6.2 (2024-02-14)

Bug Fixes

18.6.1 (2024-02-13)

Note: Version bump only for package @​commitlint/config-conventional

v18.6.3

Compare Source

Bug Fixes

Full Changelog: conventional-changelog/commitlint@v18.6.2...v18.6.3

v18.6.2

Compare Source

Bug Fixes

v18.6.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v18.6.0

Compare Source

Features

v18.5.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

18.4.4 (2024-01-04)

Note: Version bump only for package @​commitlint/config-conventional

18.4.3 (2023-11-21)

Note: Version bump only for package @​commitlint/config-conventional

18.4.2 (2023-11-16)

Note: Version bump only for package @​commitlint/config-conventional

v18.4.4

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v18.4.3

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v18.4.2

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v18.4.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v18.1.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v18.0.0

Compare Source

BREAKING CHANGES
  • drop node v14 and v16 support

  • chore: remove unused types

  • docs: prepare node update and new release

  • chore!: minimum TS version v5

  • drop TS v4 support

  • ci: remove node v14/16 checks

  • chore: adjust node types to minimal supported version

  • chore!: further major versions of other deps

  • upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom,

  • docs: simplify releases and remove roadmap

17.8.1 (2023-10-20)

Note: Version bump only for package @​commitlint/config-conventional

octokit/auth-app.js (@​octokit/auth-app)

v7.1.0

Compare Source

Features

v7.0.0

Compare Source

Features
BREAKING CHANGES
  • package is now ESM
  • remove type "oauth" that was previously deprecated
actions/setup-java (actions/setup-java)

v4.2.1

Compare Source

What's Changed

Full Changelog: actions/setup-java@v4...v4.2.1

v4.2.0

Compare Source

What's Changed
New Contributors

v4.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-java@v4...v4.1.0

v4.0.0

Compare Source

What's Changed

In the scope of this release, the version of the Node.js runtime was updated to 20. The majority of dependencies were updated to the latest versions. From now on, the code for the setup-java will run on Node.js 20 instead of Node.js 16.

Breaking changes

Non-breaking changes

New Contributors

Full Changelog: actions/setup-java@v3...v4.0.0

actions/setup-node (actions/setup-node)

v4.0.3

Compare Source

v4.0.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-node@v4.0.1...v4.0.2

v4.0.1

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-node@v4...v4.0.1

v4.0.0

Compare Source

What's Changed

In scope of this release we changed version of node runtime for action from node16 to node20 and updated dependencies in https://github.com/actions/setup-node/pull/866

Besides, release contains such changes as:

New Contributors

Full Changelog: actions/setup-node@v3...v4.0.0

resilience4j/resilience4j (io.github.resilience4j:resilience4j-retry)

v2.2.0

Compare Source

Enhancements
  • Support Micronaut 4
  • Issue #​1962: Added apache commons configuration based registries
Bugs
  • Issue #​2052: Support class name using SpEL expression at @​Circuitbreaker name field enhancement
  • Issue #​2040: ThreadPoolBulkhead always uses the "default" configuration in micronaut application bug
  • Issue #​2037: Removing stale retry configurations from configuration map enhancement
  • Issue #​1625: New module that collects overall information enhancement
  • Issue #​1565: Do not retry if IntervalFunction returns interval less than 0
  • Issue #​1865: Timelimiter always uses the "default" configuration in micronaut application
  • Issue #​2038: java.lang.StackOverflowError due to infinite loop in CircuitBreakerStateMachine$OpenState.tryAcquirePermission

v2.1.0

Compare Source

Enhancements

  • Fallbackmethod supports usage of annotations in Spring
  • Issue #​1955: RecordResultPredicate can be configured in Spring Boot config now

Bugs

  • Issue #​1980: Fixed API regression following removal of io.vavr dependencies in v2.0.0

v2.0.2

Compare Source

Bugs

  • Issue #​1835: Fixed CircuitBreaker CheckedSupplier and CheckedFunction decorator not opening on recordResultPredicate

v2.0.1

Compare Source

Enhancements

  • Support Spring Boot 3 by adding resilience4j-spring-boot3 and resilience4j-spring6

  • Issue #​1787: Apply Spring Boot customizers even if there is no instance entry in the config file

Bugs

  • Issue #​1825: Aspectj must not be mandatory in Spring Boot modules

  • Issue #​1809: Fixed concurrency issue in Cache module

v2.0.0

Compare Source

  • Removed Vavr as a dependency
  • Upgraded to Java 17
  • Upgraded to Kotlin 1.7.20
  • Upgraded to Spring Boot 2.7
  • Upgraded to Micronaut 3.7.3

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner September 18, 2023 02:19
@renovate renovate bot requested review from olamothe, y-lakhdar and btaillon-coveo and removed request for a team September 18, 2023 02:19
@github-actions
Copy link

github-actions bot commented Sep 18, 2023

Dependency Review

✅ No vulnerabilities or license issues found.

Scanned Manifest Files

pom.xml

@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 3d540ed to 7788ccd Compare September 20, 2023 15:34
@renovate renovate bot changed the title fix(deps): update dependency io.github.resilience4j:resilience4j-retry to v2 j:cdx-227 chore(deps): update all dependencies j:cdx-227 (major) Oct 20, 2023
@renovate renovate bot force-pushed the renovate/major-all branch 7 times, most recently from 49b1322 to 2e21076 Compare October 26, 2023 15:00
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 0b37aef to 23e6a69 Compare November 16, 2023 07:35
@renovate renovate bot force-pushed the renovate/major-all branch 5 times, most recently from a626ccb to c4de2e9 Compare November 22, 2023 20:57
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 73c7be6 to 09924c3 Compare December 1, 2023 23:48
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 15c8e5e to c479980 Compare January 25, 2024 12:09
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 258c4b9 to 50ee1fd Compare April 16, 2024 20:37
@renovate renovate bot force-pushed the renovate/major-all branch 4 times, most recently from 7a7c013 to 9880f59 Compare April 30, 2024 21:20
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 6d5a3ef to 9a5818b Compare April 30, 2024 21:53
@renovate renovate bot force-pushed the renovate/major-all branch 6 times, most recently from 325ed6e to 98183eb Compare April 30, 2024 23:27
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 4d82d10 to 4133f35 Compare May 13, 2024 13:24
@renovate renovate bot force-pushed the renovate/major-all branch 4 times, most recently from 5cc8cc8 to c60b9b0 Compare July 10, 2024 20:08
Copy link
Contributor Author

renovate bot commented Jul 11, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@alexprudhomme alexprudhomme merged commit 5648319 into main Jul 11, 2024
5 checks passed
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.

1 participant