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(tests-e2e): update dependency primeng to v19 #10703

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 21, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
primeng (source) 18.0.2 -> 19.0.5 age adoption passing confidence

Release Notes

primefaces/primeng (primeng)

v19.0.5

Compare Source

Full Changelog: primefaces/primeng@19.0.4...19.0.5

v19.0.4

Compare Source

Full Changelog: primefaces/primeng@19.0.3...19.0.4

v19.0.3

Compare Source

Full Changelog

Implemented New Features and Enhancements:

  • Improve presets' type definitions in Theme #​17316

Fixed bugs:

  • By upgrade from primeng@19.0.1 -> 19.0.2 expand/collapse table stopped working #​17319
  • Button | height issue in icon only #​17328

v19.0.2

Compare Source

Full Changelog

Fixed bugs:

  • PrimeNG Select Component - Missing Scroll to Selected Item #​17218
  • Component: DynamicDialog not working with zonejs less application #​16402
  • Select: Editable Dropdown search not working as expected. #​17220
  • Listbox: misaligned header components with [filter]="true" [multiple]="true" [checkbox]="true" #​17189
  • p-menu MenuItem visible flag doesn't work on PrimeNG v18 #​17204
  • Support for Passing Input Values to DynamicDialog Components #​17215
  • Component: Dropdown #​17112
  • Tree: onNodeClick event replaces the inline style of the component child nodes #​17171
  • On focus in p-inputNumber it marks form dirty even value is unchanged #​17169
  • Datepicker: invalid template for next button #​17206
  • ToggleButton: Missing ToggleButtonChangeEvent in component #​17209
  • v19 DynamicDialog: Rendering problem when displaying Dynamic Dialog content without fix #​17193
  • Component: P-dropdown has issue while removing items.Scroll is not happening Properly #​17130
  • Component: Autocomplete emptyMessage not shown #​17143
  • Component: Tree #​17132
  • Component: Paginator. "Show All" option in dropdown always displayed first #​17068
  • p-inputOtp does not paste code sent by SMS, only sets the first digit #​16373
  • CascadeSelect: Incorrect type for optionGroupChildren in documentation #​17208
  • rimraf glob error during project setup with pnpm on windows #​17186
  • Component: RadioButton Material Theme CSS Issue #​17150
  • Extra apostrophe in breadcrumb component #​17148
  • ConfirmDialog: icon has wrong size #​17087
  • Component: Select placeholder lost after value change #​17110
  • Panel: toggle button is not rounded, missing p-button-rounded class #​17080
  • Component: ListBox and PickList search is wrong (V18) #​17103
  • Component: Carousel #​17141
  • p-popover: Show close icon #​17176
  • p-table/Aura: Dark Mode header for Frozen + Sorted Column is transparent #​16940
  • p-table: frozen columns do not properly indicate row hover nor row selections #​16939
  • Panel | #icons template does not work #​17192
  • Fluid: wrapper doesn't work for Select #​17070
  • Dropdown/Select: Marked as dirty immediately, if no placeholder is set #​17178
  • MultiSelect: pTemplate selectedItems does not work #​17063
  • FileUpload: Empty template not working #​17152

v19.0.1

Compare Source

Full Changelog

Fixed bugs:

  • DatePicker: Styles not working #​17129
  • Error when [showButtonBar]="true" is applied to the datepicker component #​17125
  • Component: Tree Filter Icon incorrect position #​17121
  • [v19]: TreeSelect missing Styles for IconField and InputIcon #​17105
  • p-password: @​for doesn't work in footer template #​17055

v19.0.0

Compare Source

Full Changelog

Fixed bugs:

  • Component: Dynamic dialog rendering styles instead of title #​17005
  • p-confirmDialog: style & styleClass are not being passed to confirm dialog #​17072
  • Component: Dynamic dialog can't be closed (19.0.0-rc.1) #​17009
  • ThemeProvider loadCommonTheme always injects undefined nonce #​17012
  • providePrimeNG csp nonce does not solve all csp issues when "theme" property is defined #​17048
  • ProvidePrimeng(v19): deprecated APP_INITIALIZER #​17042

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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.

Copy link
Contributor Author

renovate bot commented Dec 21, 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: tests-e2e/package-lock.json
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: tests-e2e@0.0.0
npm error Found: @angular/animations@18.2.13
npm error node_modules/@angular/animations
npm error   @angular/animations@"18.2.13" from the root project
npm error
npm error Could not resolve dependency:
npm error peer @angular/animations@"^19.0.0" from primeng@19.0.5
npm error node_modules/primeng
npm error   primeng@"19.0.5" 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/2025-01-12T21_22_22_678Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2025-01-12T21_22_22_678Z-debug-0.log

@renovate renovate bot enabled auto-merge December 21, 2024 14:59
Copy link

codecov bot commented Dec 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (384e0b2) to head (8f0ce58).

Additional details and impacted files
@@            Coverage Diff            @@
##            master    #10703   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          227       227           
  Lines         4950      4950           
  Branches      1149      1149           
=========================================
  Hits          4950      4950           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/tests-e2e/primeng-19.0.x branch 2 times, most recently from 23a6c1b to 97bb812 Compare December 26, 2024 14:10
@renovate renovate bot force-pushed the renovate/tests-e2e/primeng-19.0.x branch from 97bb812 to 919cfa6 Compare January 10, 2025 04:20
@renovate renovate bot force-pushed the renovate/tests-e2e/primeng-19.0.x branch from 919cfa6 to 8f0ce58 Compare January 12, 2025 21:22
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.

0 participants