Commit 9148aeb
authored
chore(deps): update all non-major dependencies (minor) (#6331)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@semantic-release/github](https://redirect.github.com/semantic-release/github)
| [`10.1.7` ->
`10.3.3`](https://renovatebot.com/diffs/npm/@semantic-release%2fgithub/10.1.7/10.3.3)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[eslint-plugin-import](https://redirect.github.com/import-js/eslint-plugin-import)
| [`2.29.1` ->
`2.30.0`](https://renovatebot.com/diffs/npm/eslint-plugin-import/2.29.1/2.30.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>semantic-release/github
(@​semantic-release/github)</summary>
###
[`v10.3.3`](https://redirect.github.com/semantic-release/github/releases/tag/v10.3.3)
[Compare
Source](https://redirect.github.com/semantic-release/github/compare/v10.3.2...v10.3.3)
##### Bug Fixes
- Revert: feat: verify OAuth scopes of classic GitHub PATs
([#​915](https://redirect.github.com/semantic-release/github/issues/915))
([990bd73](https://redirect.github.com/semantic-release/github/commit/990bd7335df10153c9b87bf2be57db602b08def0))
###
[`v10.3.2`](https://redirect.github.com/semantic-release/github/releases/tag/v10.3.2)
[Compare
Source](https://redirect.github.com/semantic-release/github/compare/v10.3.1...v10.3.2)
##### Bug Fixes
- missing `"PullRequest".canBeRebased` field on GHES graphql api
([#​913](https://redirect.github.com/semantic-release/github/issues/913))
([4393578](https://redirect.github.com/semantic-release/github/commit/439357863db95ef5efdd7b271398d8355b571532))
###
[`v10.3.1`](https://redirect.github.com/semantic-release/github/releases/tag/v10.3.1)
[Compare
Source](https://redirect.github.com/semantic-release/github/compare/v10.3.0...v10.3.1)
##### Bug Fixes
- `max_node_limit_exceeded` error when fetching associatedPRs
([#​912](https://redirect.github.com/semantic-release/github/issues/912))
([bb806af](https://redirect.github.com/semantic-release/github/commit/bb806af12d5cc0375d6636f79d721e12b0fb6bcf))
###
[`v10.3.0`](https://redirect.github.com/semantic-release/github/releases/tag/v10.3.0)
[Compare
Source](https://redirect.github.com/semantic-release/github/compare/v10.2.0...v10.3.0)
##### Features
- allow conditional skip on success and fail comments
([#​874](https://redirect.github.com/semantic-release/github/issues/874))
([e097d1c](https://redirect.github.com/semantic-release/github/commit/e097d1c0896ac03336b27eb91f0ba767848ac3a5))
###
[`v10.2.0`](https://redirect.github.com/semantic-release/github/releases/tag/v10.2.0)
[Compare
Source](https://redirect.github.com/semantic-release/github/compare/v10.1.7...v10.2.0)
##### Features
- verify OAuth scopes of classic GitHub PATs
([#​897](https://redirect.github.com/semantic-release/github/issues/897))
([be071a2](https://redirect.github.com/semantic-release/github/commit/be071a27166294c0eba55da7990b2a963a7732c6))
</details>
<details>
<summary>import-js/eslint-plugin-import (eslint-plugin-import)</summary>
###
[`v2.30.0`](https://redirect.github.com/import-js/eslint-plugin-import/blob/HEAD/CHANGELOG.md#2300---2024-09-02)
[Compare
Source](https://redirect.github.com/import-js/eslint-plugin-import/compare/v2.29.1...v2.30.0)
##### Added
- \[`dynamic-import-chunkname`]: add `allowEmpty` option to allow empty
leading comments
(\[[#​2942](https://redirect.github.com/import-js/eslint-plugin-import/issues/2942)],
thanks
\[[@​JiangWeixian](https://redirect.github.com/JiangWeixian)])
- \[`dynamic-import-chunkname`]: Allow empty chunk name when
webpackMode: 'eager' is set; add suggestions to remove name in eager
mode
(\[[#​3004](https://redirect.github.com/import-js/eslint-plugin-import/issues/3004)],
thanks \[[@​amsardesai](https://redirect.github.com/amsardesai)])
- \[`no-unused-modules`]: Add `ignoreUnusedTypeExports` option
(\[[#​3011](https://redirect.github.com/import-js/eslint-plugin-import/issues/3011)],
thanks \[[@​silverwind](https://redirect.github.com/silverwind)])
- add support for Flat Config
(\[[#​3018](https://redirect.github.com/import-js/eslint-plugin-import/issues/3018)],
thanks
\[[@​michaelfaith](https://redirect.github.com/michaelfaith)])
##### Fixed
- \[`no-extraneous-dependencies`]: allow wrong path
(\[[#​3012](https://redirect.github.com/import-js/eslint-plugin-import/issues/3012)],
thanks \[[@​chabb](https://redirect.github.com/chabb)])
- \[`no-cycle`]: use scc algorithm to optimize
(\[[#​2998](https://redirect.github.com/import-js/eslint-plugin-import/issues/2998)],
thanks \[[@​soryy708](https://redirect.github.com/soryy708)])
- \[`no-duplicates`]: Removing duplicates breaks in TypeScript
(\[[#​3033](https://redirect.github.com/import-js/eslint-plugin-import/issues/3033)],
thanks \[[@​yesl-kim](https://redirect.github.com/yesl-kim)])
- \[`newline-after-import`]: fix considerComments option when require
(\[[#​2952](https://redirect.github.com/import-js/eslint-plugin-import/issues/2952)],
thanks
\[[@​developer-bandi](https://redirect.github.com/developer-bandi)])
- \[`order`]: do not compare first path segment for relative paths
(\[[#​2682](https://redirect.github.com/import-js/eslint-plugin-import/issues/2682)])
(\[[#​2885](https://redirect.github.com/import-js/eslint-plugin-import/issues/2885)],
thanks
\[[@​mihkeleidast](https://redirect.github.com/mihkeleidast)])
##### Changed
- \[Docs] `no-extraneous-dependencies`: Make glob pattern description
more explicit
(\[[#​2944](https://redirect.github.com/import-js/eslint-plugin-import/issues/2944)],
thanks \[[@​mulztob](https://redirect.github.com/mulztob)])
- \[`no-unused-modules`]: add console message to help debug
\[[#​2866](https://redirect.github.com/import-js/eslint-plugin-import/issues/2866)]
- \[Refactor] `ExportMap`: make procedures static instead of
monkeypatching exportmap
(\[[#​2982](https://redirect.github.com/import-js/eslint-plugin-import/issues/2982)],
thanks \[[@​soryy708](https://redirect.github.com/soryy708)])
- \[Refactor] `ExportMap`: separate ExportMap instance from its builder
logic
(\[[#​2985](https://redirect.github.com/import-js/eslint-plugin-import/issues/2985)],
thanks \[[@​soryy708](https://redirect.github.com/soryy708)])
- \[Docs] `order`: Add a quick note on how unbound imports and --fix
(\[[#​2640](https://redirect.github.com/import-js/eslint-plugin-import/issues/2640)],
thanks \[[@​minervabot](https://redirect.github.com/minervabot)])
- \[Tests] appveyor -> GHA (run tests on Windows in both pwsh and WSL +
Ubuntu)
(\[[#​2987](https://redirect.github.com/import-js/eslint-plugin-import/issues/2987)],
thanks \[[@​joeyguerra](https://redirect.github.com/joeyguerra)])
- \[actions] migrate OSX tests to GHA
(\[[ljharb#37](https://redirect.github.com/ljharb/eslint-plugin-import/issues/37)],
thanks \[[@​aks-](https://redirect.github.com/aks-)])
- \[Refactor] `exportMapBuilder`: avoid hoisting
(\[[#​2989](https://redirect.github.com/import-js/eslint-plugin-import/issues/2989)],
thanks \[[@​soryy708](https://redirect.github.com/soryy708)])
- \[Refactor] `ExportMap`: extract "builder" logic to separate files
(\[[#​2991](https://redirect.github.com/import-js/eslint-plugin-import/issues/2991)],
thanks \[[@​soryy708](https://redirect.github.com/soryy708)])
- \[Docs] \[`order`]: update the description of the
`pathGroupsExcludedImportTypes` option
(\[[#​3036](https://redirect.github.com/import-js/eslint-plugin-import/issues/3036)],
thanks \[[@​liby](https://redirect.github.com/liby)])
- \[readme] Clarify how to install the plugin
(\[[#​2993](https://redirect.github.com/import-js/eslint-plugin-import/issues/2993)],
thanks \[[@​jwbth](https://redirect.github.com/jwbth)])
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/SAP/ui5-webcomponents-react).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent df9a76e commit 9148aeb
1 file changed
+52
-79
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4943 | 4943 | | |
4944 | 4944 | | |
4945 | 4945 | | |
| 4946 | + | |
| 4947 | + | |
| 4948 | + | |
| 4949 | + | |
| 4950 | + | |
| 4951 | + | |
| 4952 | + | |
4946 | 4953 | | |
4947 | 4954 | | |
4948 | 4955 | | |
| |||
4958 | 4965 | | |
4959 | 4966 | | |
4960 | 4967 | | |
4961 | | - | |
4962 | | - | |
| 4968 | + | |
| 4969 | + | |
4963 | 4970 | | |
4964 | 4971 | | |
4965 | 4972 | | |
| |||
4979 | 4986 | | |
4980 | 4987 | | |
4981 | 4988 | | |
4982 | | - | |
| 4989 | + | |
4983 | 4990 | | |
4984 | 4991 | | |
4985 | 4992 | | |
| |||
7691 | 7698 | | |
7692 | 7699 | | |
7693 | 7700 | | |
7694 | | - | |
7695 | | - | |
7696 | | - | |
7697 | | - | |
7698 | | - | |
7699 | | - | |
7700 | | - | |
7701 | | - | |
7702 | | - | |
7703 | | - | |
7704 | | - | |
7705 | | - | |
7706 | | - | |
7707 | 7701 | | |
7708 | 7702 | | |
7709 | 7703 | | |
| |||
7746 | 7740 | | |
7747 | 7741 | | |
7748 | 7742 | | |
7749 | | - | |
7750 | | - | |
7751 | | - | |
| 7743 | + | |
| 7744 | + | |
| 7745 | + | |
7752 | 7746 | | |
7753 | | - | |
7754 | | - | |
7755 | | - | |
7756 | | - | |
7757 | | - | |
7758 | | - | |
| 7747 | + | |
| 7748 | + | |
| 7749 | + | |
| 7750 | + | |
| 7751 | + | |
| 7752 | + | |
| 7753 | + | |
7759 | 7754 | | |
7760 | 7755 | | |
7761 | 7756 | | |
| |||
11385 | 11380 | | |
11386 | 11381 | | |
11387 | 11382 | | |
11388 | | - | |
11389 | | - | |
11390 | | - | |
| 11383 | + | |
| 11384 | + | |
| 11385 | + | |
11391 | 11386 | | |
11392 | 11387 | | |
11393 | 11388 | | |
11394 | 11389 | | |
11395 | 11390 | | |
11396 | | - | |
| 11391 | + | |
11397 | 11392 | | |
11398 | 11393 | | |
11399 | 11394 | | |
11400 | | - | |
11401 | | - | |
11402 | | - | |
| 11395 | + | |
| 11396 | + | |
| 11397 | + | |
11403 | 11398 | | |
11404 | 11399 | | |
11405 | 11400 | | |
11406 | 11401 | | |
11407 | 11402 | | |
11408 | | - | |
| 11403 | + | |
11409 | 11404 | | |
11410 | 11405 | | |
11411 | 11406 | | |
| |||
11421 | 11416 | | |
11422 | 11417 | | |
11423 | 11418 | | |
11424 | | - | |
11425 | | - | |
| 11419 | + | |
| 11420 | + | |
11426 | 11421 | | |
11427 | | - | |
11428 | | - | |
| 11422 | + | |
| 11423 | + | |
| 11424 | + | |
11429 | 11425 | | |
11430 | 11426 | | |
11431 | 11427 | | |
11432 | 11428 | | |
11433 | 11429 | | |
11434 | | - | |
11435 | | - | |
11436 | | - | |
| 11430 | + | |
| 11431 | + | |
| 11432 | + | |
11437 | 11433 | | |
11438 | 11434 | | |
11439 | | - | |
11440 | | - | |
11441 | | - | |
| 11435 | + | |
| 11436 | + | |
| 11437 | + | |
11442 | 11438 | | |
11443 | 11439 | | |
11444 | 11440 | | |
11445 | 11441 | | |
11446 | | - | |
| 11442 | + | |
11447 | 11443 | | |
11448 | 11444 | | |
11449 | 11445 | | |
| |||
13979 | 13975 | | |
13980 | 13976 | | |
13981 | 13977 | | |
13982 | | - | |
13983 | | - | |
13984 | | - | |
| 13978 | + | |
| 13979 | + | |
| 13980 | + | |
13985 | 13981 | | |
13986 | | - | |
13987 | | - | |
| 13982 | + | |
| 13983 | + | |
13988 | 13984 | | |
13989 | 13985 | | |
13990 | 13986 | | |
| |||
17590 | 17586 | | |
17591 | 17587 | | |
17592 | 17588 | | |
17593 | | - | |
17594 | | - | |
17595 | | - | |
17596 | | - | |
17597 | | - | |
17598 | | - | |
17599 | | - | |
17600 | | - | |
17601 | | - | |
17602 | | - | |
17603 | | - | |
17604 | 17589 | | |
17605 | 17590 | | |
17606 | 17591 | | |
| |||
17613 | 17598 | | |
17614 | 17599 | | |
17615 | 17600 | | |
17616 | | - | |
17617 | | - | |
17618 | | - | |
17619 | | - | |
17620 | | - | |
17621 | | - | |
17622 | | - | |
17623 | | - | |
17624 | | - | |
17625 | | - | |
17626 | | - | |
17627 | | - | |
17628 | | - | |
17629 | | - | |
17630 | | - | |
| 17601 | + | |
| 17602 | + | |
| 17603 | + | |
17631 | 17604 | | |
17632 | | - | |
17633 | | - | |
17634 | | - | |
17635 | | - | |
| 17605 | + | |
| 17606 | + | |
| 17607 | + | |
| 17608 | + | |
17636 | 17609 | | |
17637 | 17610 | | |
17638 | 17611 | | |
| |||
0 commit comments