chore(deps): update all non-major dependencies (main) (patch)#6030
Merged
renovate[bot] merged 2 commits intomainfrom Jul 8, 2024
Merged
chore(deps): update all non-major dependencies (main) (patch)#6030renovate[bot] merged 2 commits intomainfrom
renovate[bot] merged 2 commits intomainfrom
Conversation
6898224 to
bc19ccc
Compare
Pull Request Test Coverage Report for Build 9835303081Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
9513688 to
690a747
Compare
690a747 to
90abfa9
Compare
Lukas742
approved these changes
Jul 8, 2024
Contributor
Author
Edited/Blocked NotificationRenovate 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.12.39->3.12.4110.0.6->10.0.720.14.9->20.14.102.0.0-rc.6->2.0.12.0.0-rc.6->2.0.12.0.0-rc.6->2.0.12.0.0-rc.6->2.0.12.0.0-rc.6->2.0.12.0.0-rc.6->2.0.12.0.0-rc.6->2.0.12.0.0-rc.6->2.0.12.0.0-rc.6->2.0.1v4.6.1->v4.6.37.0.3->7.0.410.4.2->10.4.38.1.5->8.1.66.2.0->6.2.25.0.7->5.0.85.5.2->5.5.35.3.2->5.3.3Release Notes
cypress-io/code-coverage (@cypress/code-coverage)
v3.12.41Compare Source
Bug Fixes
v3.12.40Compare Source
Bug Fixes
semantic-release/github (@semantic-release/github)
v10.0.7Compare Source
Bug Fixes
SAP/ui5-webcomponents (@ui5/webcomponents)
v2.0.1Compare Source
Bug Fixes
v2.0.0Compare Source
Bug Fixes
end-iconand text in long links (#9325) (b559431)Code Refactoring
ListSeparatorsenum toListSeparator(#9308) (26bb513)Features
BREAKING CHANGES
imageproperty of theui5-liis removed and theimageContentslot is renamed toimage.If you have previously used the
imageproperty:or the
imageContentslot:Now use
imageslot instead:Related to https://github.com/SAP/ui5-webcomponents/issues/8461, https://github.com/SAP/ui5-webcomponents/issues/7887, https://github.com/SAP/ui5-webcomponents/issues/9200
- ui5-combobox, ui5-multi-combobox: The ui5-cb-item-group & ui5-mcb-item-group text property is renamed to header-text.
Now you must rename it to header-text: * The `ListSeparators` (plural form) enum has been renamed to `ListSeparator` (singular form). If you previously imported the `ListSeparators`: ```ts import ListSeparators from "@ui5/webcomponents/dist/types/ListSeparators.js"; import type ListSeparators from "@ui5/webcomponents/dist/types/ListSeparators.js"; ```If you previously used the text property:
Now, you must import the
ListSeparatorenumeration as follows:Related to: https://github.com/SAP/ui5-webcomponents/issues/8461
type,description,icon,iconEnd,imagefromui5-suggestion-itemand introduceui5-suggestion-item-customui5-suggestion-item:typeproperty is removed, useui5-suggestion-item-custominstead.descriptionproperty is removed, useui5-suggestion-item-custominstead.iconproperty is removed, useui5-suggestion-item-custominstead.iconEndproperty is removed, useui5-suggestion-item-custominstead.imageproperty is removed, useui5-suggestion-item-custominstead.ui5-suggestion-group-item:ui5-suggestion-item-grouptextis removed, useheaderTextinsteadui5-suggestion-item-custom:ui5-li-custom@ui5/webcomponents-base/dist/util/generateHighlightedMarkup.jsAll suggestion items are now physical items and can be overstyled.
Grouping now works with via nesting: e.g.
startsSectionproperty removed from MenuItemsBefore:
Now:
SAP/ui5-webcomponents (@ui5/webcomponents-base)
v2.0.1Compare Source
Note: Version bump only for package @ui5/webcomponents-base
v2.0.0Compare Source
Bug Fixes
Features
BREAKING CHANGES
SAP/ui5-webcomponents (@ui5/webcomponents-compat)
v2.0.1Compare Source
Note: Version bump only for package @ui5/webcomponents-compat
v2.0.0Compare Source
Features
BREAKING CHANGES
SAP/ui5-webcomponents (@ui5/webcomponents-fiori)
v2.0.1Compare Source
Bug Fixes
v2.0.0Compare Source
Bug Fixes
Code Refactoring
Features
BREAKING CHANGES
If you have previously imported the enum:
import IllustrationMessageSize from "@ui5/webcomponents-base/dist/types/IllustrationMessageSize.js";
Now import IllustrationMessageDesign instead:
import IllustrationMessageDesign from "@ui5/webcomponents-base/dist/types/IllustrationMessageDesign.js";
showandclosemethods.Before, the ui5-view-settings-dialog could be opened and closed by calling
show()andclose():Now, the dialog is opened and closed by setting the open property to true or false:
fixes: https://github.com/SAP/ui5-webcomponents/issues/9240
SAP/ui5-webcomponents (@ui5/webcomponents-icons)
v2.0.1Compare Source
Note: Version bump only for package @ui5/webcomponents-icons
v2.0.0Compare Source
Note: Version bump only for package @ui5/webcomponents-icons
SAP/ui5-webcomponents (@ui5/webcomponents-tools)
v2.0.1Compare Source
Note: Version bump only for package @ui5/webcomponents-tools
v2.0.0Compare Source
Bug Fixes
Features
BREAKING CHANGES
JamesIves/github-pages-deploy-action (JamesIves/github-pages-deploy-action)
v4.6.3Compare Source
What's Changed
Build 🔧
Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.6.3
v4.6.2Compare Source
cssnano/cssnano (cssnano)
v7.0.4: v7.0.4Compare Source
Bug fixes
isaacs/node-glob (glob)
v10.4.3Compare Source
lerna/lerna (lerna)
v8.1.6Compare Source
Bug Fixes
bcomnes/npm-run-all2 (npm-run-all2)
v6.2.2Compare Source
Commits
fc35f0dv6.2.1Compare Source
Merged
#143#142#141#138isaacs/rimraf (rimraf)
v5.0.8Compare Source
Microsoft/TypeScript (typescript)
v5.5.3Compare Source
vitejs/vite (vite)
v5.3.3Compare Source
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.
This PR has been generated by Mend Renovate. View repository job log here.