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

feat(Dependencies): Update dependency @coreui/angular to v5 - abandoned - autoclosed #6015

Closed
wants to merge 7 commits into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 8, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@coreui/angular (source) 4.7.19 -> 5.2.13 age adoption passing confidence

Release Notes

coreui/coreui-angular (@​coreui/angular)

v5.2.13

Compare Source

  • chore(dependencies): update
  • chore(karma.conf): add custom chrome launcher with --disable-search-engine-choice-screen flag
  • refactor: remove empty constructors, wrapper components host class cleanups

v5.2.12

Compare Source

  • chore(dependencies): update
  • chore(eslint): update eslint to v9, angular-eslint, typescript-eslint
  • refactor: eslint minor syntax cleanups

v5.2.11

Compare Source

  • feat(schematics): ng-add basic integration
  • chore(dependencies): update

v5.2.8

Compare Source

v5.2.7

Compare Source

  • chore(dependencies): update

v5.2.5

Compare Source

  • chore(dependencies): update to Angular 18.1
  • refactor: update calls to afterRender with an explicit phase to the new API

v5.2.3

Compare Source

  • chore(dependencies): update
  • refactor(accordion): minor cleanup, add host class metadata
  • refactor(avatar): template default ng-content, host class metadata, input signals
  • refactor(badge): host class metadata, input signals
  • refactor(card): host class metadata, input signals
  • refactor(text-bg-color): input signals
  • refactor(text-color): input signals
  • refactor(widget-stat-b): input signals
  • refactor(modal): minor syntax cleanup

v5.2.2

Compare Source

  • chore(dependencies): update
  • fix(tabs2): missing exportAs
  • fix(tab.directive): missing disabled attribute

v5.2.1

Compare Source

  • feat(schematics): ng-add basic integration
  • chore(dependencies): update

v5.2.0

Compare Source

  • chore(dependencies): update to Angular 18
  • feat(tabs): Angular tabs reimagined structure, keyboard interactions and WAI-ARIA support

v5.1.11

Compare Source

5.1.11

@coreui/angular 5.1.11
@coreui/angular-chartjs 5.1.11
@coreui/icons-angular 5.1.11

  • feat(schematics): ng-add basic integration
  • chore(dependencies): update

Full Changelog: coreui/coreui-angular@5.1.7...5.1.11

v5.1.10

Compare Source

v5.1.9

Compare Source

v5.1.8

Compare Source

v5.1.7

Compare Source

5.1.7

@coreui/angular 5.1.7
@coreui/angular-chartjs 5.1.7
@coreui/icons-angular 5.1.7

  • chore(dependencies): update

Full Changelog: coreui/coreui-angular@5.1.3...5.1.7

v5.1.3

Compare Source

5.1.3

@coreui/angular 5.1.3

  • fix(modal): attempt to focus when there is no focusable element on modal dialog
  • chore(dependencies): update

Full Changelog: coreui/coreui-angular@5.1.2...5.1.3

v5.1.2

Compare Source

  • chore(dependencies): update (js-yaml vulnerability)
  • fix(avatar): add alt prop for img alternate text
  • fix(footer): set default role="contentinfo"
  • fix(header): set default role="banner"
  • fix(sidebar-nav): set default role="navigation"
  • fix(tab-pane): add default role="tabpanel"
  • fix(TabContentRef): add aria-selected attribute and default role="tab"

v5.1.1

Compare Source

  • chore(dependencies): update
  • fix(dropdown): add aria-expanded attribute, refactor

v5.1.0

Compare Source

  • chore(dependencies): update
  • feat: element-ref directive
  • feat(tooltip): reference input for positioning the tooltip on reference element, refactor with signals
  • refactor(listeners.service): add focusin Trigger
  • refactor(template-id.directive): cleanup, add missing test

v5.0.4

Compare Source

  • chore(dependencies): update
  • fix(tooltip): do not show the tooltip for empty content, refactor with input()

v5.0.3

Compare Source

  • chore(dependencies): update
  • test: add missing tests, refactor

v5.0.2

Compare Source

  • chore(dependencies): update
  • fix(icon): cIcon directive [name] binding does not refresh icon in angular 17 #​203
  • refactor(icons-angular): use Angular signals
  • test(icons-angular): update

v5.0.1

Compare Source

  • chore(dependencies): update
  • fix(color-mode.service): afterNextRender() for SSR
  • fix(local-storage.service): provide null for empty Storage.getItem() value

v5.0.0

Compare Source

  • chore(dependencies): update to Angular 17.3
  • chore(dependencies): update to CoreUI 5
  • refactor(sidebar): drop sidebar-toggler component, use directive instead, use control flow, use Input() transform
  • refactor(widget): update to v5
  • fix(tooltip): update offset for v5
  • refactor(toast): use Input() transform
  • feat(utilities): shadow-on-scroll directive
  • refactor(tabs): use Input() transform
  • refactor(table.type): Partial attributes
  • feat: ThemeDirective
  • feat(services): v5 color-mode, local-storage, in-memory-storage, script-injector
  • refactor(progress): add progress-stacked component, update testing, rewrite with signals
  • refactor(progress): add progress-bar props for simplified use with [value]
  • fix(popover): update offset for v5
  • refactor(placeholder): use Input() transform
  • refactor(offcanvas): use ThemeDirective composition for dark prop
  • refactor(navbar): colorScheme prop replaced with ThemeDirective composition
  • fix(row): row-cols-n for xs="n"
  • refactor(form-check-input): use Input() transform
  • refactor(dropdown): allow to select a dropdown-item with up/down arrows, testing update, use Input() transform
  • refactor(dropdown): implement FocusableOption interface for items
  • refactor(dropdown): use ThemeDirective composition for dark prop
  • refactor(collapse): use Input() transform
  • refactor(carousel): control flow, use Input() transform, ThemeDirective composition for dark prop
  • refactor(card): use TextColorDirective composition
  • refactor(button-close): deprecate white input prop, use ThemeDirective composition for dark prop
  • refactor(breadcrumb): cleanups, add routeSnapshot.title as fallback value, use control flow, use Input() transform
  • refactor(badge): update TextColors, use TextColorDirective composition
  • chore(backdrop.service): cleanup
  • refactor(avatar): update TextColors, use TextColorDirective composition, use control flow
  • refactor(alert): use Input() transform, use control flow
  • refactor(coreui.types): update to v5
  • refactor(accordion): use Input() transform
  • refactor(chartjs): update to ChartJS 4.x, types cleanup, use afterRender for SSR
  • refactor(icon): add afterNextRender for SSR, add aria-hidden attribute, improve testing
  • feat(utilities): TextBgColor directive
  • refactor(badge): improve background and text color handling with TextBgColor directive composition api
  • refactor(card): improve background and text color handling with TextBgColor directive composition api

v4.8.0

Compare Source

v4.8.0

@coreui/angular 4.8.0
@coreui/angular-chartjs 4.8.0
@coreui/icons-angular 4.8.0

  • chore(dependencies): update to Angular 18

Full Changelog: coreui/coreui-angular@4.7.20...4.8.0

v4.7.20

Compare Source

v4.7.20

@coreui/angular 4.7.20
@coreui/angular-chartjs 4.7.20
@coreui/icons-angular 4.7.20

  • chore(dependencies): update
  • fix(modal): attempt to focus when there is no focusable element on modal dialog

Full Changelog: coreui/coreui-angular@4.7.19...4.7.20


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 is behind base branch, or you tick the rebase/retry checkbox.

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


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

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

@renovate renovate bot added dependencies Pull requests that update a dependency file major labels Apr 8, 2024
@renovate renovate bot requested a review from a team April 8, 2024 13:22
Copy link
Contributor Author

renovate bot commented Apr 8, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: @denbi/[email protected]
npm error Found: @coreui/[email protected]
npm error node_modules/@coreui/coreui
npm error   @coreui/coreui@"4.3.2" from the root project
npm error
npm error Could not resolve dependency:
npm error peer @coreui/coreui@"~5.0.0" from @coreui/[email protected]
npm error node_modules/@coreui/angular
npm error   @coreui/angular@"5.0.4" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-05-03T06_36_33_892Z-eresolve-report.txt

npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-05-03T06_36_33_892Z-debug-0.log

@renovate renovate bot force-pushed the deps/coreui-angular-5.x branch 22 times, most recently from 4539901 to a036b22 Compare April 13, 2024 00:48
@renovate renovate bot force-pushed the deps/coreui-angular-5.x branch 4 times, most recently from 683c0a1 to 02e6f09 Compare April 16, 2024 18:38
@renovate renovate bot force-pushed the deps/coreui-angular-5.x branch 6 times, most recently from de6cfe9 to 6ca8cbf Compare July 16, 2024 06:47
@renovate renovate bot force-pushed the deps/coreui-angular-5.x branch from 6ca8cbf to df67f94 Compare July 16, 2024 13:46
@renovate renovate bot force-pushed the deps/coreui-angular-5.x branch from df67f94 to 79d78cb Compare July 18, 2024 16:04
@renovate renovate bot force-pushed the deps/coreui-angular-5.x branch from 79d78cb to 9a23816 Compare July 22, 2024 06:51
@renovate renovate bot force-pushed the deps/coreui-angular-5.x branch 2 times, most recently from 204afc8 to a1d0865 Compare July 23, 2024 07:30
@renovate renovate bot force-pushed the deps/coreui-angular-5.x branch 3 times, most recently from f968eae to 32e3c1c Compare July 24, 2024 07:49
@renovate renovate bot force-pushed the deps/coreui-angular-5.x branch 2 times, most recently from 4c2dbc1 to 66ce236 Compare July 25, 2024 17:39
| datasource | package         | from   | to     |
| ---------- | --------------- | ------ | ------ |
| npm        | @coreui/angular | 4.7.19 | 5.2.13 |
@renovate renovate bot force-pushed the deps/coreui-angular-5.x branch from 66ce236 to 36d218b Compare August 9, 2024 15:35
Copy link
Contributor Author

renovate bot commented Aug 13, 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.

@renovate renovate bot changed the title feat(Dependencies): Update dependency @coreui/angular to v5 feat(Dependencies): Update dependency @coreui/angular to v5 - abandoned Aug 14, 2024
Copy link
Contributor Author

renovate bot commented Aug 14, 2024

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@dweinholz dweinholz closed this Aug 14, 2024
@dweinholz dweinholz deleted the deps/coreui-angular-5.x branch August 14, 2024 13:30
@renovate renovate bot changed the title feat(Dependencies): Update dependency @coreui/angular to v5 - abandoned feat(Dependencies): Update dependency @coreui/angular to v5 - abandoned - autoclosed Aug 14, 2024
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 major
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants